- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
passwdForm
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "formid" => "changePassword" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [ "formid" => "changePassword" ] |
[ "formid" => "changePassword" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data | [ "formid" => "changePassword" ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#467 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#470 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#469 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_passwdForm" ] |
cache_key | "_passwdForm_form" |
compound | true |
data | [ "formid" => "changePassword" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#560 -form: Symfony\Component\Form\Form {#539 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#522 …5} |
full_name | "passwdForm" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "passwdForm" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm" |
valid | true |
value | [ "formid" => "changePassword" ] |
username
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autofocus" => "autofocus" "readonly" => false "value" => null ] |
[ "autofocus" => "autofocus" "readonly" => false "value" => null ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#475 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#476 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#475 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#476 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
label | "Correo electrónico" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "form-floating" ] |
[ "class" => "form-floating" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autofocus" => "autofocus" "readonly" => false "value" => null ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#475 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#476 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#490 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Correo electrónico" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "form-floating" ] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#492 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#489 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autofocus" => "autofocus" "readonly" => false "value" => null ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_passwdForm_username" ] |
cache_key | "_passwdForm_username_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#576 -form: Symfony\Component\Form\Form {#542 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#493 …5} |
full_name | "passwdForm[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm_username" |
label | "Correo electrónico" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm_username" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "autofocus" => false ] |
[ "autofocus" => false ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#477 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#477 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
label | "Clave actual" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
[ "class" => "form-floating form-caps-lock" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "autofocus" => false ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#477 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#504 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Clave actual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#506 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#503 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autofocus" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_passwdForm_password" ] |
cache_key | "_passwdForm_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#578 -form: Symfony\Component\Form\Form {#545 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#579 …5} |
full_name | "passwdForm[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm_password" |
label | "Clave actual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm_password" |
valid | true |
value | "" |
newpassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#478 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#479 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#478 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#479 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
error_bubbling | false |
false
|
first_options | [ "label" => "Nueva clave" ] |
[ "label" => "Nueva clave" ] |
invalid_message | "Las claves deben coincidir." |
same as passed value |
options | [ "attr" => [ "minglength" => 12 ] "row_attr" => [ "class" => "form-floating form-caps-lock" ] ] |
[ "attr" => [ "minglength" => 12 ] "row_attr" => [ "class" => "form-floating form-caps-lock" ] ] |
required | true |
same as passed value |
second_options | [ "label" => "Repita la clave" ] |
[ "label" => "Repita la clave" ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#478 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#479 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 12 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#518 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Nueva clave" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Las claves deben coincidir." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [ "attr" => [ "minglength" => 12 ] "row_attr" => [ "class" => "form-floating form-caps-lock" ] ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "Repita la clave" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#521 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#520 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_passwdForm_newpassword" ] |
cache_key | "_passwdForm_newpassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#580 -form: Symfony\Component\Form\Form {#564 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#581 …5} |
full_name | "passwdForm[newpassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm_newpassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newpassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm_newpassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "minglength" => 12 ] |
[ "minglength" => 12 ] |
error_bubbling | false |
false
|
label | "Nueva clave" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
[ "class" => "form-floating form-caps-lock" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "minglength" => 12 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#549 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nueva clave" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#550 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minglength" => 12 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_passwdForm_newpassword_first" ] |
cache_key | "_passwdForm_newpassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#594 -form: Symfony\Component\Form\Form {#567 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#593 …5} |
full_name | "passwdForm[newpassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm_newpassword_first" |
label | "Nueva clave" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm_newpassword_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "minglength" => 12 ] |
[ "minglength" => 12 ] |
error_bubbling | false |
false
|
label | "Repita la clave" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
[ "class" => "form-floating form-caps-lock" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "minglength" => 12 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Repita la clave" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#558 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "minglength" => 12 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_passwdForm_newpassword_second" ] |
cache_key | "_passwdForm_newpassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#595 -form: Symfony\Component\Form\Form {#570 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#601 …5} |
full_name | "passwdForm[newpassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm_newpassword_second" |
label | "Repita la clave" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating form-caps-lock" ] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm_newpassword_second" |
valid | true |
value | "" |
next
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Cambiar clave" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Cambiar clave" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_passwdForm_next" ] |
cache_key | "_passwdForm_next_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#592 …5} |
full_name | "passwdForm[next]" |
id | "passwdForm_next" |
label | "Cambiar clave" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "next" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_passwdForm_next" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "21aad8c7f75a462296c3dac429daddbb.33l454iUwgOSJ1z6gw71Rt94yZym9TFACn3lnr54Mh0.hgsgnfjMhnLDdTG1yjiyMO8K8Kn-zWkRQz-MyvlObWnuOCDfydCAcqpwNw" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "21aad8c7f75a462296c3dac429daddbb.33l454iUwgOSJ1z6gw71Rt94yZym9TFACn3lnr54Mh0.hgsgnfjMhnLDdTG1yjiyMO8K8Kn-zWkRQz-MyvlObWnuOCDfydCAcqpwNw" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#443 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#444 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#445 …} -namespace: Closure() {#447 …} } |
data | "21aad8c7f75a462296c3dac429daddbb.33l454iUwgOSJ1z6gw71Rt94yZym9TFACn3lnr54Mh0.hgsgnfjMhnLDdTG1yjiyMO8K8Kn-zWkRQz-MyvlObWnuOCDfydCAcqpwNw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#618 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#332 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#620 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#449 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#289 …} $translationDomain: "validators" $message: Closure() {#617 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_passwdForm__token" ] |
cache_key | "_passwdForm__token_hidden" |
compound | false |
data | "21aad8c7f75a462296c3dac429daddbb.33l454iUwgOSJ1z6gw71Rt94yZym9TFACn3lnr54Mh0.hgsgnfjMhnLDdTG1yjiyMO8K8Kn-zWkRQz-MyvlObWnuOCDfydCAcqpwNw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#630 -form: Symfony\Component\Form\Form {#626 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#621 …5} |
full_name | "passwdForm[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "passwdForm__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_passwdForm__token" |
valid | true |
value | "21aad8c7f75a462296c3dac429daddbb.33l454iUwgOSJ1z6gw71Rt94yZym9TFACn3lnr54Mh0.hgsgnfjMhnLDdTG1yjiyMO8K8Kn-zWkRQz-MyvlObWnuOCDfydCAcqpwNw" |