Forms
password_forgot_form
Form type:
"App\Form\PasswordForgotFormType"
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
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 | 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 {#791 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#792 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#793 …} -namespace: Closure() {#795 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#856 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 | [] |
| 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() {#858 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#334 …} $message: Closure() {#857 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "password_forgot_form" "_password_forgot_form" ] |
| cache_key | "_password_forgot_form_password_forgot_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#876 -form: Symfony\Component\Form\Form {#881 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#859 …5} |
| full_name | "password_forgot_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "password_forgot_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password_forgot_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_password_forgot_form" |
| valid | true |
| value | null |
email_forgot_password
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| attr | [ "placeholder" => "pro@umay.app" "class" => "form-control block mx-4 p-2.5 w-full text-sm text-gray-900 bg-white rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-800 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" "contenteditable" => "true" ] |
[ "placeholder" => "pro@umay.app" "class" => "form-control block mx-4 p-2.5 w-full text-sm text-gray-900 bg-white rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-800 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" "contenteditable" => "true" ] |
| label | "ForgotPassword.object" |
same as passed value |
| label_attr | [ "class" => "block mb-2 text-sm font-medium text-gray-900 dark:text-white" ] |
[ "class" => "block mb-2 text-sm font-medium text-gray-900 dark:text-white" ] |
| required | true |
same as passed value |
| translation_domain | "home" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "pro@umay.app" "class" => "form-control block mx-4 p-2.5 w-full text-sm text-gray-900 bg-white rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-800 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" "contenteditable" => "true" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#791 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#792 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#793 …} -namespace: Closure() {#795 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#873 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "ForgotPassword.object" |
| label_attr | [ "class" => "block mb-2 text-sm font-medium text-gray-900 dark:text-white" ] |
| 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 | "home" |
| trim | true |
| upload_max_size_message | Closure() {#875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#334 …} $message: Closure() {#874 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "pro@umay.app" "class" => "form-control block mx-4 p-2.5 w-full text-sm text-gray-900 bg-white rounded-lg border border-gray-300 focus:ring-blue-500 focus:border-blue-500 dark:bg-gray-800 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" "contenteditable" => "true" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_password_forgot_form_email_forgot_password" ] |
| cache_key | "_password_forgot_form_email_forgot_password_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#892 -form: Symfony\Component\Form\Form {#884 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#891 …5} |
| full_name | "password_forgot_form[email_forgot_password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "password_forgot_form_email_forgot_password" |
| label | "ForgotPassword.object" |
| label_attr | [ "class" => "block mb-2 text-sm font-medium text-gray-900 dark:text-white" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_forgot_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | "home" |
| unique_block_prefix | "_password_forgot_form_email_forgot_password" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "9d.oXsi_RsDjOQnwXdncVpvbAUEbe6VPlPJkCQH8BXv4cs.-TgVonhk39R9kRxXJTFaHHVUK7_-TwS4xFRUnCeqsYDWVmWtbWrotWb5Jg" |
| 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 | "9d.oXsi_RsDjOQnwXdncVpvbAUEbe6VPlPJkCQH8BXv4cs.-TgVonhk39R9kRxXJTFaHHVUK7_-TwS4xFRUnCeqsYDWVmWtbWrotWb5Jg" |
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 {#791 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#792 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#793 …} -namespace: Closure() {#795 …} } |
| data | "9d.oXsi_RsDjOQnwXdncVpvbAUEbe6VPlPJkCQH8BXv4cs.-TgVonhk39R9kRxXJTFaHHVUK7_-TwS4xFRUnCeqsYDWVmWtbWrotWb5Jg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#898 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 | [] |
| 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() {#900 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#334 …} $message: Closure() {#899 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_password_forgot_form__token" ] |
| cache_key | "_password_forgot_form__token_hidden" |
| compound | false |
| data | "9d.oXsi_RsDjOQnwXdncVpvbAUEbe6VPlPJkCQH8BXv4cs.-TgVonhk39R9kRxXJTFaHHVUK7_-TwS4xFRUnCeqsYDWVmWtbWrotWb5Jg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#910 -form: Symfony\Component\Form\Form {#906 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#901 …5} |
| full_name | "password_forgot_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "password_forgot_form__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 | "_password_forgot_form__token" |
| valid | true |
| value | "9d.oXsi_RsDjOQnwXdncVpvbAUEbe6VPlPJkCQH8BXv4cs.-TgVonhk39R9kRxXJTFaHHVUK7_-TwS4xFRUnCeqsYDWVmWtbWrotWb5Jg" |
language_select_form
Form type:
"App\Form\LanguageSelectFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "language" => "fr" ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [ "language" => "fr" ] |
[ "language" => "fr" ] |
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 {#791 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#792 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#793 …} -namespace: Closure() {#795 …} } |
| data | [ "language" => "fr" ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1056 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 | [] |
| 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() {#1054 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#334 …} $message: Closure() {#1055 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "language_select_form" "_language_select_form" ] |
| cache_key | "_language_select_form_language_select_form" |
| compound | true |
| data | [ "language" => "fr" ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1120 -form: Symfony\Component\Form\Form {#1128 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1053 …5} |
| full_name | "language_select_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "language_select_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "language_select_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_language_select_form" |
| valid | true |
| value | [ "language" => "fr" ] |
language
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "fr" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "🇺🇸 English" => "en" "🇫🇷 Français" => "fr" ] |
[ "🇺🇸 English" => "en" "🇫🇷 Français" => "fr" ] |
| data | "fr" |
same as passed value |
| label | false |
false
|
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "🇺🇸 English" => "en" "🇫🇷 Français" => "fr" ] |
| compound | false |
| constraints | [] |
| 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 {#791 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#792 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#793 …} -namespace: Closure() {#795 …} } |
| data | "fr" |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| 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 |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#334 …} $message: Closure() {#1118 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_language_select_form_language" ] |
| cache_key | "_language_select_form_language_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "🇺🇸 English" +value: "en" +data: "en" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1143 +label: "🇫🇷 Français" +value: "fr" +data: "fr" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "fr" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1139 -form: Symfony\Component\Form\Form {#1131 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1138 …5} |
| full_name | "language_select_form[language]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "language_select_form_language" |
| is_selected | Closure($choice, $value) {#1146 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "language" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_language_select_form_language" |
| uses_autocomplete | false |
| valid | true |
| value | "fr" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a.wEp8c7ayP_n7XRZ8vNrgj5o0yrhy_48u6sS8Eypr19A.mX1EI_TURZ2rNHkpypKR_uxBgY4xqtx02q6JVhkOp5imIRAG2dtajJQxIg" |
| 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 | "a.wEp8c7ayP_n7XRZ8vNrgj5o0yrhy_48u6sS8Eypr19A.mX1EI_TURZ2rNHkpypKR_uxBgY4xqtx02q6JVhkOp5imIRAG2dtajJQxIg" |
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 {#791 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#792 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#793 …} -namespace: Closure() {#795 …} } |
| data | "a.wEp8c7ayP_n7XRZ8vNrgj5o0yrhy_48u6sS8Eypr19A.mX1EI_TURZ2rNHkpypKR_uxBgY4xqtx02q6JVhkOp5imIRAG2dtajJQxIg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1135 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 | [] |
| 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() {#1147 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#334 …} $message: Closure() {#1148 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_language_select_form__token" ] |
| cache_key | "_language_select_form__token_hidden" |
| compound | false |
| data | "a.wEp8c7ayP_n7XRZ8vNrgj5o0yrhy_48u6sS8Eypr19A.mX1EI_TURZ2rNHkpypKR_uxBgY4xqtx02q6JVhkOp5imIRAG2dtajJQxIg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1158 -form: Symfony\Component\Form\Form {#1154 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1149 …5} |
| full_name | "language_select_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "language_select_form__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 | "_language_select_form__token" |
| valid | true |
| value | "a.wEp8c7ayP_n7XRZ8vNrgj5o0yrhy_48u6sS8Eypr19A.mX1EI_TURZ2rNHkpypKR_uxBgY4xqtx02q6JVhkOp5imIRAG2dtajJQxIg" |