- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 34
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 15
- 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
register
"App\Form\Registration\RegisterType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Dto\Input\RegisterDTO {#748 +password: null +code: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Dto\Input\RegisterDTO {#748 +password: null +code: null } |
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 | [] |
| 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 {#454 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#450 …} -namespace: Closure() {#459 …} } |
| data | App\Dto\Input\RegisterDTO {#748 +password: null +code: null } |
| data_class | "App\Dto\Input\RegisterDTO" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1079 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#920 …} use: { $class: "App\Dto\Input\RegisterDTO" } } |
| 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() {#1077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#48 …} $translationDomain: "validators" $message: Closure() {#1078 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | App\Dto\Input\RegisterDTO {#748 +password: null +code: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1158 -form: Symfony\Component\Form\Form {#1099 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1076 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register" |
| valid | true |
| value | App\Dto\Input\RegisterDTO {#748 +password: null +code: null } |
"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
No options were passed when constructing this form.
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 | 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 {#454 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#450 …} -namespace: Closure() {#459 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1090 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#920 …} } |
| 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 | 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() {#1056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#48 …} $translationDomain: "validators" $message: Closure() {#1122 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1169 -form: Symfony\Component\Form\Form {#1144 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1170 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_email" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_email" |
| valid | true |
| value | "" |
password
"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 |
|---|---|---|
| first_options | [ "attr" => [ "autocomplete" => "new-password" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1129 +message: "form.password.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#1131 +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: "form.password.minlength" +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#1134 +message: "form.password.regex" +pattern: "/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@?%#$%&*£+-.]).{8,30}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] "label" => "New password" ] |
[ "attr" => [ "autocomplete" => "new-password" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1129 +message: "form.password.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#1131 +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: "form.password.minlength" +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#1134 +message: "form.password.regex" +pattern: "/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@?%#$%&*£+-.]).{8,30}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] "label" => "New password" ] |
| invalid_message | "form.password.match" |
same as passed value |
| mapped | false |
false
|
| second_options | [ "attr" => [ "autocomplete" => "new-password" ] "label" => "Repeat Password" ] |
[ "attr" => [ "autocomplete" => "new-password" ] "label" => "Repeat Password" ] |
| 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 | [] |
| 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 {#454 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#450 …} -namespace: Closure() {#459 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1067 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#920 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "attr" => [ "autocomplete" => "new-password" ] "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#1129 +message: "form.password.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#1131 +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: "form.password.minlength" +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#1134 +message: "form.password.regex" +pattern: "/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@?%#$%&*£+-.]).{8,30}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] "label" => "New password" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "form.password.match" |
| 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" |
| options | [] |
| 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 | [ "attr" => [ "autocomplete" => "new-password" ] "label" => "Repeat Password" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1061 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#48 …} $translationDomain: "validators" $message: Closure() {#1062 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_password" ] |
| cache_key | "_register_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1168 -form: Symfony\Component\Form\Form {#1113 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1166 …5} |
| full_name | "register[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_password" |
| 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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1129 +message: "form.password.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#1131 +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: "form.password.minlength" +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#1134 +message: "form.password.regex" +pattern: "/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@?%#$%&*£+-.]).{8,30}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1129 +message: "form.password.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#1131 +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: "form.password.minlength" +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#1134 +message: "form.password.regex" +pattern: "/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@?%#$%&*£+-.]).{8,30}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
| error_bubbling | false |
false
|
| label | "New password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1129 +message: "form.password.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#1131 +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: "form.password.minlength" +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: 30 +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Regex {#1134 +message: "form.password.regex" +pattern: "/^(?=.*?[A-Z])(?=.*?[a-z])(?=.*?[0-9])(?=.*?[!@?%#$%&*£+-.]).{8,30}$/" +htmlPattern: null +match: true +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 {#454 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#450 …} -namespace: Closure() {#459 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1149 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#920 …} } |
| 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 | "New password" |
| 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 | false |
| upload_max_size_message | Closure() {#1100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#48 …} $translationDomain: "validators" $message: Closure() {#1150 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_password_first" ] |
| cache_key | "_register_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1109 -form: Symfony\Component\Form\Form {#1116 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1071 …5} |
| full_name | "register[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password_first" |
| label | "New password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_password_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 | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "Repeat Password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| 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 {#454 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#450 …} -namespace: Closure() {#459 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1106 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#920 …} } |
| 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 | "Repeat Password" |
| 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 | false |
| upload_max_size_message | Closure() {#1108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#48 …} $translationDomain: "validators" $message: Closure() {#1107 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_password_second" ] |
| cache_key | "_register_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1101 -form: Symfony\Component\Form\Form {#1119 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1054 …5} |
| full_name | "register[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_password_second" |
| label | "Repeat Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_password_second" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "b7521bd1b6b58e2dc9bfc424fa325d2a.XwuiQfeXBdFiOGzdw1UXbd1SOvDIdAUZKe1fZRyrk9A.N0TyIrXjZplWXDqTsSFQApIicZ2QA2xMcZ8SAnvG9roJcdsPhN5plTFKLQ" |
| 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 | "b7521bd1b6b58e2dc9bfc424fa325d2a.XwuiQfeXBdFiOGzdw1UXbd1SOvDIdAUZKe1fZRyrk9A.N0TyIrXjZplWXDqTsSFQApIicZ2QA2xMcZ8SAnvG9roJcdsPhN5plTFKLQ" |
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 {#454 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#456 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#450 …} -namespace: Closure() {#459 …} } |
| data | "b7521bd1b6b58e2dc9bfc424fa325d2a.XwuiQfeXBdFiOGzdw1UXbd1SOvDIdAUZKe1fZRyrk9A.N0TyIrXjZplWXDqTsSFQApIicZ2QA2xMcZ8SAnvG9roJcdsPhN5plTFKLQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1155 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#920 …} } |
| 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() {#1138 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1048 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#48 …} $translationDomain: "validators" $message: Closure() {#1146 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] |
| cache_key | "_register__token_hidden" |
| compound | false |
| data | "b7521bd1b6b58e2dc9bfc424fa325d2a.XwuiQfeXBdFiOGzdw1UXbd1SOvDIdAUZKe1fZRyrk9A.N0TyIrXjZplWXDqTsSFQApIicZ2QA2xMcZ8SAnvG9roJcdsPhN5plTFKLQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1180 -form: Symfony\Component\Form\Form {#1176 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1164 …5} |
| full_name | "register[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register__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 | "_register__token" |
| valid | true |
| value | "b7521bd1b6b58e2dc9bfc424fa325d2a.XwuiQfeXBdFiOGzdw1UXbd1SOvDIdAUZKe1fZRyrk9A.N0TyIrXjZplWXDqTsSFQApIicZ2QA2xMcZ8SAnvG9roJcdsPhN5plTFKLQ" |