Forms
-
(no name)
-
email
-
password
-
_remember_me
-
forgotPassword
-
submit
-
_token
-
(no name)
Form type:
"App\Form\Authentication\LoginFormType"
Errors
This form has no errors.
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 |
|---|---|---|
| action | "/en/user/auth/check_login" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/en/user/auth/check_login" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "novalidate" => "novalidate" "class" => "uk-child-width-1-1" "data-disable-onbeforeunload" => true ] |
| 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 {#4179 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4180 …} -storage: App\Security\Csrf\TokenStorage {#4181 …} -namespace: Closure() {#4183 …} } |
| data_class | null |
| description | "" |
| disabled | false |
null |
|
| empty_data | Closure(FormInterface $form) {#4614 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| hint | "" |
| 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 | [] |
| 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() {#4613 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2345 …} $message: Closure() {#4612 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "/en/user/auth/check_login" |
| attr | [ "novalidate" => "novalidate" "class" => "uk-child-width-1-1" "data-disable-onbeforeunload" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | null |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4724 -form: Symfony\Component\Form\Form {#4728 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4654 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | null |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "type_email" "data-test" => "unauthorized_email" "autofocus" => "" "readonly" => false ] |
[ "placeholder" => "type_email" "data-test" => "unauthorized_email" "autofocus" => "" "readonly" => false ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4659 +payload: null +groups: ? +message: "field "Email" is required" +allowNull: false +normalizer: null } UniSender\ValueObject\Validator\EmailAddress {#4661 +payload: null +groups: ? +message: "email_invalid" +checkDns: false +dnsErrorMessage: "This value "{{ value }}" is not a valid domain." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4659 +payload: null +groups: ? +message: "field "Email" is required" +allowNull: false +normalizer: null } UniSender\ValueObject\Validator\EmailAddress {#4661 +payload: null +groups: ? +message: "email_invalid" +checkDns: false +dnsErrorMessage: "This value "{{ value }}" is not a valid domain." } ] |
| data | "" |
same as passed value |
| label | "unigrid_login_form_email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "type_email" "data-test" => "unauthorized_email" "autofocus" => "" "readonly" => false ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4659 +payload: null +groups: ? +message: "field "Email" is required" +allowNull: false +normalizer: null } UniSender\ValueObject\Validator\EmailAddress {#4661 +payload: null +groups: ? +message: "email_invalid" +checkDns: false +dnsErrorMessage: "This value "{{ value }}" is not a valid domain." } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#4179 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4180 …} -storage: App\Security\Csrf\TokenStorage {#4181 …} -namespace: Closure() {#4183 …} } |
| data | "" |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4707 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "unigrid_login_form_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2345 …} $message: Closure() {#4706 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "type_email" "data-test" => "unauthorized_email" "autofocus" => "" "readonly" => false ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_email" ] |
| cache_key | "_email_email" |
| compound | false |
| data | "" |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4704 -form: Symfony\Component\Form\Form {#4731 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4691 …5} |
| full_name | "email" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "email" |
| label | "unigrid_login_form_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
password
Form type:
"App\Form\Type\PasswordTextType"
Errors
This form has no errors.
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4721 +payload: null +groups: ? +message: "invalid_password" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4721 +payload: null +groups: ? +message: "invalid_password" +allowNull: false +normalizer: null } ] |
| label | "password_label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4721 +payload: null +groups: ? +message: "invalid_password" +allowNull: false +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#4179 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4180 …} -storage: App\Security\Csrf\TokenStorage {#4181 …} -namespace: Closure() {#4183 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| displayCopy | false |
| displayStrength | false |
| empty_data | Closure(FormInterface $form) {#4694 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "Please enter valid password." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "password_label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2345 …} $message: Closure() {#4693 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password_text" "_password" ] |
| cache_key | "_password_password_text" |
| compound | false |
| data | null |
| description | "" |
| disabled | false |
| displayCopy | false |
| displayStrength | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4747 -form: Symfony\Component\Form\Form {#4734 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4748 …5} |
| full_name | "password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "password" |
| label | "password_label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_password" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
_remember_me
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "remember_me_label" |
same as passed value |
| label_attr | [ "class" => "uk-text-small" ] |
[ "class" => "uk-text-small" ] |
| required | false |
same as passed value |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-2" ] |
[ "class" => "uk-margin-small-top uk-width-1-2" ] |
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 {#4179 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4180 …} -storage: App\Security\Csrf\TokenStorage {#4181 …} -namespace: Closure() {#4183 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#4682 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4681 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "remember_me_label" |
| label_attr | [ "class" => "uk-text-small" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | false |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2345 …} $message: Closure() {#4677 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "__remember_me" ] |
| cache_key | "__remember_me_checkbox" |
| checked | false |
| compound | false |
| data | false |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4749 -form: Symfony\Component\Form\Form {#4737 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4750 …5} |
| full_name | "_remember_me" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "_remember_me" |
| label | "remember_me_label" |
| label_attr | [ "class" => "uk-text-small" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_remember_me" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__remember_me" |
| valid | true |
| value | "1" |
forgotPassword
Form type:
"App\Form\Type\Component\LinkType"
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [ "class" => "uk-text-primary uk-position-right uk-text-small" ] |
[ "class" => "uk-text-primary uk-position-right uk-text-small" ] |
| label | "forgot_password" |
same as passed value |
| route | "unigrid_password_recover_form" |
same as passed value |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-2 uk-position-relative" ] |
[ "class" => "uk-margin-small-top uk-width-1-2 uk-position-relative" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "uk-text-primary uk-position-right uk-text-small" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| icon | null |
| label | "forgot_password" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| link | "" |
| mapped | false |
| multipart | false |
| priority | 0 |
| required | false |
| route | "unigrid_password_recover_form" |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-2 uk-position-relative" ] |
| target | "_self" |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "uk-text-primary uk-position-right uk-text-small" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "link" "_forgotPassword" ] |
| cache_key | "_forgotPassword_link" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4752 …5} |
| full_name | "forgotPassword" |
| icon | null |
| id | "forgotPassword" |
| label | "forgot_password" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| link | "/en/user/auth/password-recover/" |
| multipart | false |
| name | "forgotPassword" |
| priority | 0 |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-2 uk-position-relative" ] |
| target | "_self" |
| translation_domain | null |
| unique_block_prefix | "_forgotPassword" |
| value | null |
submit
Errors
This form has no errors.
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 |
|---|---|---|
| attr | [ "data-test" => "unauthorized_submit" "class" => "uk-button uk-button-primary uk-width-1-1 uk-margin-medium-top" ] |
[ "data-test" => "unauthorized_submit" "class" => "uk-button uk-button-primary uk-width-1-1 uk-margin-medium-top" ] |
| label | "login_v" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "data-test" => "unauthorized_submit" "class" => "uk-button uk-button-primary uk-width-1-1 uk-margin-medium-top" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "login_v" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "data-test" => "unauthorized_submit" "class" => "uk-button uk-button-primary uk-width-1-1 uk-margin-medium-top" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_submit" ] |
| cache_key | "_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4758 …5} |
| full_name | "submit" |
| id | "submit" |
| label | "login_v" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e2f4f8e.BlGAgC6Y9hV669KIx2eSZaXzO4qqBe-Uu6hZPhdF3Z0.Xwvo1x7umW0pv4bC6jHRM5CYFrLMVt3j_ZtgTFY2qshEYtrUa8yxQwmjsQ" |
| 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 | "e2f4f8e.BlGAgC6Y9hV669KIx2eSZaXzO4qqBe-Uu6hZPhdF3Z0.Xwvo1x7umW0pv4bC6jHRM5CYFrLMVt3j_ZtgTFY2qshEYtrUa8yxQwmjsQ" |
same as passed value |
| mapped | false |
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 | "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 {#4179 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4180 …} -storage: App\Security\Csrf\TokenStorage {#4181 …} -namespace: Closure() {#4183 …} } |
| data | "e2f4f8e.BlGAgC6Y9hV669KIx2eSZaXzO4qqBe-Uu6hZPhdF3Z0.Xwvo1x7umW0pv4bC6jHRM5CYFrLMVt3j_ZtgTFY2qshEYtrUa8yxQwmjsQ" |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4763 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#4765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2345 …} $message: Closure() {#4764 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
| cache_key | "__token_hidden" |
| compound | false |
| data | "e2f4f8e.BlGAgC6Y9hV669KIx2eSZaXzO4qqBe-Uu6hZPhdF3Z0.Xwvo1x7umW0pv4bC6jHRM5CYFrLMVt3j_ZtgTFY2qshEYtrUa8yxQwmjsQ" |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4775 -form: Symfony\Component\Form\Form {#4771 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4766 …5} |
| full_name | "_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__token" |
| valid | true |
| value | "e2f4f8e.BlGAgC6Y9hV669KIx2eSZaXzO4qqBe-Uu6hZPhdF3Z0.Xwvo1x7umW0pv4bC6jHRM5CYFrLMVt3j_ZtgTFY2qshEYtrUa8yxQwmjsQ" |