Forms
- 
        user_registration
- 
        roles
- 
        0
 - 
        1
 - 
        2
 
 - 
        
 - 
        sex
- 
        0
 - 
        1
 
 - 
        
 - 
        firstname
 - 
        lastname
 - 
        mobile
 - 
        email
 - 
        plainPassword
- 
        first
 - 
        second
 
 - 
        
 - 
        optin
 - 
        optinMarketing
 - 
        _token
 
 - 
        
 - 
        userPictureForm
- 
        pictureFile
- 
        file
 
 - 
        
 - 
        submit
 - 
        _token
 
 - 
        
 
user_registration
"App\Form\Type\UserRegistrationType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | App\Entity\User {#1499 -id: null -username: "" -usernameCanonical: "" -email: "" -emailCanonical: "" -enabled: 1 -salt: "" -password: "" -lastLogin: null -confirmationToken: "0fb641a5726c2594b4cd181878949c9aeec5b25f2f6aa8d6afef887f009114e3" -passwordRequestedAt: null -firstname: null -lastname: null -adminRole: null -mobile: null -sex: null -roles: [ "ROLE_USER" ] -plainPassword: null -picture: null -pictureFile: null -slug: null -managerOrganisations: Doctrine\Common\Collections\ArrayCollection {#1500 …} -preferences: Doctrine\Common\Collections\ArrayCollection {#1502 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#1501 …} -feedbacks: Doctrine\Common\Collections\ArrayCollection {#1503 …} -userLogs: Doctrine\Common\Collections\ArrayCollection {#1504 …} -anonymized: false -optin: true -recycle_status: null -recycleStartAt: null -createdAt: ? DateTimeInterface -updatedAt: ? DateTimeInterface -idv1: null }  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| data | App\Entity\User {#1499 -id: null -username: "" -usernameCanonical: "" -email: "" -emailCanonical: "" -enabled: 1 -salt: "" -password: "" -lastLogin: null -confirmationToken: "0fb641a5726c2594b4cd181878949c9aeec5b25f2f6aa8d6afef887f009114e3" -passwordRequestedAt: null -firstname: null -lastname: null -adminRole: null -mobile: null -sex: null -roles: [ "ROLE_USER" ] -plainPassword: null -picture: null -pictureFile: null -slug: null -managerOrganisations: Doctrine\Common\Collections\ArrayCollection {#1500 …} -preferences: Doctrine\Common\Collections\ArrayCollection {#1502 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#1501 …} -feedbacks: Doctrine\Common\Collections\ArrayCollection {#1503 …} -userLogs: Doctrine\Common\Collections\ArrayCollection {#1504 …} -anonymized: false -optin: true -recycle_status: null -recycleStartAt: null -createdAt: ? DateTimeInterface -updatedAt: ? DateTimeInterface -idv1: 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data | App\Entity\User {#1499 -id: null -username: "" -usernameCanonical: "" -email: "" -emailCanonical: "" -enabled: 1 -salt: "" -password: "" -lastLogin: null -confirmationToken: "0fb641a5726c2594b4cd181878949c9aeec5b25f2f6aa8d6afef887f009114e3" -passwordRequestedAt: null -firstname: null -lastname: null -adminRole: null -mobile: null -sex: null -roles: [ "ROLE_USER" ] -plainPassword: null -picture: null -pictureFile: null -slug: null -managerOrganisations: Doctrine\Common\Collections\ArrayCollection {#1500 …} -preferences: Doctrine\Common\Collections\ArrayCollection {#1502 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#1501 …} -feedbacks: Doctrine\Common\Collections\ArrayCollection {#1503 …} -userLogs: Doctrine\Common\Collections\ArrayCollection {#1504 …} -anonymized: false -optin: true -recycle_status: null -recycleStartAt: null -createdAt: ? DateTimeInterface -updatedAt: ? DateTimeInterface -idv1: null }  | 
            
| data_class | "App\Entity\User" | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1657 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } }  | 
            
| 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 | "forms" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1659 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1658 …} $translationDomain: "validators" } }  | 
            
| validation_groups | [ "Default" "registration" ]  | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "user_registration" "_user_registration" ]  | 
            
| cache_key | "_user_registration_user_registration" | 
            
| compound | true | 
            
| data | App\Entity\User {#1499 -id: null -username: "" -usernameCanonical: "" -email: "" -emailCanonical: "" -enabled: 1 -salt: "" -password: "" -lastLogin: null -confirmationToken: "0fb641a5726c2594b4cd181878949c9aeec5b25f2f6aa8d6afef887f009114e3" -passwordRequestedAt: null -firstname: null -lastname: null -adminRole: null -mobile: null -sex: null -roles: [ "ROLE_USER" ] -plainPassword: null -picture: null -pictureFile: null -slug: null -managerOrganisations: Doctrine\Common\Collections\ArrayCollection {#1500 …} -preferences: Doctrine\Common\Collections\ArrayCollection {#1502 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#1501 …} -feedbacks: Doctrine\Common\Collections\ArrayCollection {#1503 …} -userLogs: Doctrine\Common\Collections\ArrayCollection {#1504 …} -anonymized: false -optin: true -recycle_status: null -recycleStartAt: null -createdAt: ? DateTimeInterface -updatedAt: ? DateTimeInterface -idv1: null }  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1806 -errors: [] -form: Symfony\Component\Form\Form {#1812 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1660 …5}  | 
            
| full_name | "user_registration" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "user_registration" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration" | 
            
| valid | true | 
            
| value | App\Entity\User {#1499 -id: null -username: "" -usernameCanonical: "" -email: "" -emailCanonical: "" -enabled: 1 -salt: "" -password: "" -lastLogin: null -confirmationToken: "0fb641a5726c2594b4cd181878949c9aeec5b25f2f6aa8d6afef887f009114e3" -passwordRequestedAt: null -firstname: null -lastname: null -adminRole: null -mobile: null -sex: null -roles: [ "ROLE_USER" ] -plainPassword: null -picture: null -pictureFile: null -slug: null -managerOrganisations: Doctrine\Common\Collections\ArrayCollection {#1500 …} -preferences: Doctrine\Common\Collections\ArrayCollection {#1502 …} -resetPasswordRequests: Doctrine\Common\Collections\ArrayCollection {#1501 …} -feedbacks: Doctrine\Common\Collections\ArrayCollection {#1503 …} -userLogs: Doctrine\Common\Collections\ArrayCollection {#1504 …} -anonymized: false -optin: true -recycle_status: null -recycleStartAt: null -createdAt: ? DateTimeInterface -updatedAt: ? DateTimeInterface -idv1: null }  | 
            
roles
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | 
                                            [
  "ROLE_USER"
]
                                     | 
            
| Normalized Format | "ROLE_USER" | 
            
| View Format | 
                                            ""  | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "class" => "form-check form-check-inline d-flex w-100 justify-content-center px-5" ]  | 
                    
                                                                                                                            [ "class" => "form-check form-check-inline d-flex w-100 justify-content-center px-5" ]  | 
                
| choice_label | Closure($choice, $key, $value) {#1665 class: "App\Form\Type\UserRegistrationType" this: App\Form\Type\UserRegistrationType {#1529 …} }  | 
                    same as passed value | 
| choice_translation_domain | "messages" | 
                    same as passed value | 
| choices | [ "ROLE_TEACHER" => "ROLE_TEACHER" "ROLE_SPEAKER" => "ROLE_SPEAKER" "ROLE_SUPER_MANAGER" => "ROLE_SUPER_MANAGER" ]  | 
                    
                                                                                                                            [ "ROLE_TEACHER" => "ROLE_TEACHER" "ROLE_SPEAKER" => "ROLE_SPEAKER" "ROLE_SUPER_MANAGER" => "ROLE_SUPER_MANAGER" ]  | 
                
| expanded | true | 
                    same as passed value | 
| label | "form.userSubscribe.roles.label" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
| row_attr | [ "class" => "subscribe-section__role" ]  | 
                    
                                                                                                                            [ "class" => "subscribe-section__role" ]  | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | [ "class" => "form-check form-check-inline d-flex w-100 justify-content-center px-5" ]  | 
            
| 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 | Closure($choice, $key, $value) {#1665 class: "App\Form\Type\UserRegistrationType" this: App\Form\Type\UserRegistrationType {#1529 …} }  | 
            
| choice_lazy | false | 
            
| choice_loader | null | 
            
| choice_name | null | 
            
| choice_translation_domain | "messages" | 
            
| choice_translation_parameters | []  | 
            
| choice_value | null | 
            
| choices | [ "ROLE_TEACHER" => "ROLE_TEACHER" "ROLE_SPEAKER" => "ROLE_SPEAKER" "ROLE_SUPER_MANAGER" => "ROLE_SUPER_MANAGER" ]  | 
            
| compound | true | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| duplicate_preferred_choices | true | 
            
| empty_data | null | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| expanded | true | 
            
| 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 | "form.userSubscribe.roles.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 | 
            
| 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 | [ "class" => "subscribe-section__role" ]  | 
            
| separator | "-------------------" | 
            
| separator_html | false | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | false | 
            
| upload_max_size_message | Closure() {#1685 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1684 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "class" => "form-check form-check-inline d-flex w-100 justify-content-center px-5" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "choice" "_user_registration_roles" ]  | 
            
| cache_key | "_user_registration_roles_choice" | 
            
| choice_translation_domain | "messages" | 
            
| choice_translation_parameters | []  | 
            
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +data: "ROLE_TEACHER" +value: "ROLE_TEACHER" +label: "role.ROLE_TEACHER.label" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1694 +data: "ROLE_SPEAKER" +value: "ROLE_SPEAKER" +label: "role.ROLE_SPEAKER.label" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1695 +data: "ROLE_SUPER_MANAGER" +value: "ROLE_SUPER_MANAGER" +label: "role.ROLE_SUPER_MANAGER.label" +attr: [] +labelTranslationParameters: [] } ]  | 
            
| compound | true | 
            
| data | "ROLE_USER" | 
            
| disabled | false | 
            
| duplicate_preferred_choices | true | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1906 -errors: [] -form: Symfony\Component\Form\Form {#1846 …} }  | 
            
| expanded | true | 
            
| form | Symfony\Component\Form\FormView {#1914 …5}  | 
            
| full_name | "user_registration[roles]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_roles" | 
            
| is_selected | Closure($choice, $value) {#1767 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" }  | 
            
| label | "form.userSubscribe.roles.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| multiple | false | 
            
| name | "roles" | 
            
| placeholder | null | 
            
| placeholder_attr | []  | 
            
| placeholder_in_choices | false | 
            
| preferred_choices | []  | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | [ "class" => "subscribe-section__role" ]  | 
            
| separator | "-------------------" | 
            
| separator_html | false | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_roles" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | 
|---|---|---|
| attr | []  | 
                    same as passed value | 
| block_name | "entry" | 
                    same as passed value | 
| label | "role.ROLE_TEACHER.label" | 
                    same as passed value | 
| label_html | false | 
                    same as passed value | 
| label_translation_parameters | []  | 
                    same as passed value | 
| translation_domain | "messages" | 
                    same as passed value | 
| value | "ROLE_TEACHER" | 
                    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 | "entry" | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please select a valid option." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "role.ROLE_TEACHER.label" | 
            
| 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 | "messages" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1820 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "ROLE_TEACHER" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "radio" "_user_registration_roles_entry" ]  | 
            
| cache_key | "_user_registration_roles_entry_radio" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1707 -errors: [] -form: Symfony\Component\Form\Form {#1849 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1730 …5}  | 
            
| full_name | "user_registration[roles]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_roles_0" | 
            
| label | "role.ROLE_TEACHER.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "0" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "messages" | 
            
| unique_block_prefix | "_user_registration_roles_entry" | 
            
| valid | true | 
            
| value | "ROLE_TEACHER" | 
            
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | 
|---|---|---|
| attr | []  | 
                    same as passed value | 
| block_name | "entry" | 
                    same as passed value | 
| label | "role.ROLE_SPEAKER.label" | 
                    same as passed value | 
| label_html | false | 
                    same as passed value | 
| label_translation_parameters | []  | 
                    same as passed value | 
| translation_domain | "messages" | 
                    same as passed value | 
| value | "ROLE_SPEAKER" | 
                    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 | "entry" | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please select a valid option." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "role.ROLE_SPEAKER.label" | 
            
| 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 | "messages" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1829 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "ROLE_SPEAKER" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "radio" "_user_registration_roles_entry" ]  | 
            
| cache_key | "_user_registration_roles_entry_radio" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1870 -errors: [] -form: Symfony\Component\Form\Form {#1852 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1861 …5}  | 
            
| full_name | "user_registration[roles]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_roles_1" | 
            
| label | "role.ROLE_SPEAKER.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "1" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "messages" | 
            
| unique_block_prefix | "_user_registration_roles_entry" | 
            
| valid | true | 
            
| value | "ROLE_SPEAKER" | 
            
2
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | 
|---|---|---|
| attr | []  | 
                    same as passed value | 
| block_name | "entry" | 
                    same as passed value | 
| label | "role.ROLE_SUPER_MANAGER.label" | 
                    same as passed value | 
| label_html | false | 
                    same as passed value | 
| label_translation_parameters | []  | 
                    same as passed value | 
| translation_domain | "messages" | 
                    same as passed value | 
| value | "ROLE_SUPER_MANAGER" | 
                    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 | "entry" | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please select a valid option." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "role.ROLE_SUPER_MANAGER.label" | 
            
| 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 | "messages" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1838 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "ROLE_SUPER_MANAGER" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "radio" "_user_registration_roles_entry" ]  | 
            
| cache_key | "_user_registration_roles_entry_radio" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1686 -errors: [] -form: Symfony\Component\Form\Form {#1855 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1840 …5}  | 
            
| full_name | "user_registration[roles]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_roles_2" | 
            
| label | "role.ROLE_SUPER_MANAGER.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "2" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "messages" | 
            
| unique_block_prefix | "_user_registration_roles_entry" | 
            
| valid | true | 
            
| value | "ROLE_SUPER_MANAGER" | 
            
sex
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 | [ "class" => "form-check form-check-inline d-flex w-100 px-5" ]  | 
                    
                                                                                                                            [ "class" => "form-check form-check-inline d-flex w-100 px-5" ]  | 
                
| choice_label | Closure($choice, $key, $value) {#1703 class: "App\Form\Type\UserRegistrationType" this: App\Form\Type\UserRegistrationType {#1529 …} }  | 
                    same as passed value | 
| choice_translation_domain | "messages" | 
                    same as passed value | 
| choices | [ "m" => "m" "f" => "f" ]  | 
                    
                                                                                                                            [ "m" => "m" "f" => "f" ]  | 
                
| expanded | true | 
                    same as passed value | 
| label | "form.userSubscribe.sex.label" | 
                    same as passed value | 
| required | true | 
                    same as passed value | 
| row_attr | [ "class" => "subscribe-section__gender" ]  | 
                    
                                                                                                                            [ "class" => "subscribe-section__gender" ]  | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| allow_options_create | false | 
            
| attr | [ "class" => "form-check form-check-inline d-flex w-100 px-5" ]  | 
            
| 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 | Closure($choice, $key, $value) {#1703 class: "App\Form\Type\UserRegistrationType" this: App\Form\Type\UserRegistrationType {#1529 …} }  | 
            
| choice_lazy | false | 
            
| choice_loader | null | 
            
| choice_name | null | 
            
| choice_translation_domain | "messages" | 
            
| choice_translation_parameters | []  | 
            
| choice_value | null | 
            
| choices | [ "m" => "m" "f" => "f" ]  | 
            
| compound | true | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| duplicate_preferred_choices | true | 
            
| empty_data | null | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| expanded | true | 
            
| 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 | "form.userSubscribe.sex.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 | 
            
| 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 | [ "class" => "subscribe-section__gender" ]  | 
            
| separator | "-------------------" | 
            
| separator_html | false | 
            
| setter | null | 
            
| tom_select_options | []  | 
            
| translation_domain | null | 
            
| trim | false | 
            
| upload_max_size_message | Closure() {#1706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1705 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "class" => "form-check form-check-inline d-flex w-100 px-5" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "choice" "_user_registration_sex" ]  | 
            
| cache_key | "_user_registration_sex_choice" | 
            
| choice_translation_domain | "messages" | 
            
| choice_translation_parameters | []  | 
            
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1714 +data: "m" +value: "m" +label: "sex.m.label" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1715 +data: "f" +value: "f" +label: "sex.f.label" +attr: [] +labelTranslationParameters: [] } ]  | 
            
| compound | true | 
            
| data | null | 
            
| disabled | false | 
            
| duplicate_preferred_choices | true | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1739 -errors: [] -form: Symfony\Component\Form\Form {#1876 …} }  | 
            
| expanded | true | 
            
| form | Symfony\Component\Form\FormView {#1753 …5}  | 
            
| full_name | "user_registration[sex]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_sex" | 
            
| is_selected | Closure($choice, $value) {#1822 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" }  | 
            
| label | "form.userSubscribe.sex.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| multiple | false | 
            
| name | "sex" | 
            
| placeholder | null | 
            
| placeholder_attr | []  | 
            
| placeholder_in_choices | false | 
            
| preferred_choices | []  | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | [ "class" => "subscribe-section__gender" ]  | 
            
| separator | "-------------------" | 
            
| separator_html | false | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_sex" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | 
|---|---|---|
| attr | []  | 
                    same as passed value | 
| block_name | "entry" | 
                    same as passed value | 
| label | "sex.m.label" | 
                    same as passed value | 
| label_html | false | 
                    same as passed value | 
| label_translation_parameters | []  | 
                    same as passed value | 
| translation_domain | "messages" | 
                    same as passed value | 
| value | "m" | 
                    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 | "entry" | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please select a valid option." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "sex.m.label" | 
            
| 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 | "messages" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1860 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1859 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "m" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "radio" "_user_registration_sex_entry" ]  | 
            
| cache_key | "_user_registration_sex_entry_radio" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1937 -errors: [] -form: Symfony\Component\Form\Form {#1879 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1936 …5}  | 
            
| full_name | "user_registration[sex]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_sex_0" | 
            
| label | "sex.m.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "0" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "messages" | 
            
| unique_block_prefix | "_user_registration_sex_entry" | 
            
| valid | true | 
            
| value | "m" | 
            
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | 
|---|---|---|
| attr | []  | 
                    same as passed value | 
| block_name | "entry" | 
                    same as passed value | 
| label | "sex.f.label" | 
                    same as passed value | 
| label_html | false | 
                    same as passed value | 
| label_translation_parameters | []  | 
                    same as passed value | 
| translation_domain | "messages" | 
                    same as passed value | 
| value | "f" | 
                    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 | "entry" | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "Please select a valid option." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "sex.f.label" | 
            
| 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 | "messages" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1869 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1868 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "f" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "radio" "_user_registration_sex_entry" ]  | 
            
| cache_key | "_user_registration_sex_entry_radio" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1938 -errors: [] -form: Symfony\Component\Form\Form {#1882 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1939 …5}  | 
            
| full_name | "user_registration[sex]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_sex_1" | 
            
| label | "sex.f.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "1" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "messages" | 
            
| unique_block_prefix | "_user_registration_sex_entry" | 
            
| valid | true | 
            
| value | "f" | 
            
firstname
"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 | ""  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "Jean" ]  | 
                    
                                                                                                                            [ "placeholder" => "Jean" ]  | 
                
| label | "form.userSubscribe.firstname.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 | [ "placeholder" => "Jean" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1727 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 | "form.userSubscribe.firstname.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() {#1729 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1728 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "Jean" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_user_registration_firstname" ]  | 
            
| cache_key | "_user_registration_firstname_text" | 
            
| compound | false | 
            
| data | ""  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1934 -errors: [] -form: Symfony\Component\Form\Form {#1885 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1831 …5}  | 
            
| full_name | "user_registration[firstname]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_firstname" | 
            
| label | "form.userSubscribe.firstname.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "firstname" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_firstname" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
lastname
"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 | ""  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "Dupont" ]  | 
                    
                                                                                                                            [ "placeholder" => "Dupont" ]  | 
                
| label | "form.userSubscribe.lastname.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 | [ "placeholder" => "Dupont" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1736 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 | "form.userSubscribe.lastname.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() {#1738 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1737 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "Dupont" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_user_registration_lastname" ]  | 
            
| cache_key | "_user_registration_lastname_text" | 
            
| compound | false | 
            
| data | ""  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1991 -errors: [] -form: Symfony\Component\Form\Form {#1888 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1988 …5}  | 
            
| full_name | "user_registration[lastname]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_lastname" | 
            
| label | "form.userSubscribe.lastname.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "lastname" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_lastname" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
mobile
"Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"
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" => "06 12 34 56 78" ]  | 
                    
                                                                                                                            [ "placeholder" => "06 12 34 56 78" ]  | 
                
| default_region | "FR" | 
                    same as passed value | 
| help | "form.userSubscribe.mobile.help" | 
                    same as passed value | 
| label | "form.userSubscribe.mobile.label" | 
                    same as passed value | 
| required | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "06 12 34 56 78" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | false | 
            
| compound | false | 
            
| constraints | []  | 
            
| country_choices | []  | 
            
| country_display_emoji_flag | false | 
            
| country_display_type | "display_country_full" | 
            
| country_options | []  | 
            
| country_placeholder | false | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| default_region | "FR" | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1749 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| form_attr | false | 
            
| format | 1 | 
            
| getter | null | 
            
| help | "form.userSubscribe.mobile.help" | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "This value is not a valid phone number." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | "form.userSubscribe.mobile.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| number_options | []  | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| preferred_country_choices | []  | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#1752 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1751 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| widget | "single_text" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "06 12 34 56 78" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "phone_number" "_user_registration_mobile" ]  | 
            
| cache_key | "_user_registration_mobile_phone_number" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1992 -errors: [] -form: Symfony\Component\Form\Form {#1891 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1993 …5}  | 
            
| full_name | "user_registration[mobile]" | 
            
| help | "form.userSubscribe.mobile.help" | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_mobile" | 
            
| label | "form.userSubscribe.mobile.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "mobile" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| type | "tel" | 
            
| unique_block_prefix | "_user_registration_mobile" | 
            
| valid | true | 
            
| value | ""  | 
            
| widget | "single_text" | 
            
"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" => "jean.dupont@gmail.com" ]  | 
                    
                                                                                                                            [ "placeholder" => "jean.dupont@gmail.com" ]  | 
                
| label | "form.userSubscribe.email.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 | [ "placeholder" => "jean.dupont@gmail.com" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1764 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 | "Please enter a valid email address." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | "form.userSubscribe.email.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() {#1766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1765 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "jean.dupont@gmail.com" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "email" "_user_registration_email" ]  | 
            
| cache_key | "_user_registration_email_email" | 
            
| compound | false | 
            
| data | ""  | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1994 -errors: [] -form: Symfony\Component\Form\Form {#1894 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1995 …5}  | 
            
| full_name | "user_registration[email]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_email" | 
            
| label | "form.userSubscribe.email.label" | 
            
| 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 | "forms" | 
            
| unique_block_prefix | "_user_registration_email" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
plainPassword
Errors
This form has no errors.
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 | [ "label" => "form.userSubscribe.password.label" "help" => "form.userSubscribe.password.help" ]  | 
                    
                                                                                                                            [ "label" => "form.userSubscribe.password.label" "help" => "form.userSubscribe.password.help" ]  | 
                
| invalid_message | "form.userSubscribe.password.error.mismatch" | 
                    same as passed value | 
| options | [ "attr" => [ "autocomplete" => "new-password" ] ]  | 
                    
                                                                                                                            [ "attr" => [ "autocomplete" => "new-password" ] ]  | 
                
| required | true | 
                    same as passed value | 
| second_options | [ "label" => "form.userSubscribe.password_confirmation.label" ]  | 
                    
                                                                                                                            [ "label" => "form.userSubscribe.password_confirmation.label" ]  | 
                
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | [ "." => "first" ]  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| first_name | "first" | 
            
| first_options | [ "label" => "form.userSubscribe.password.label" "help" => "form.userSubscribe.password.help" ]  | 
            
| form_attr | false | 
            
| getter | null | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "form.userSubscribe.password.error.mismatch" | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| options | [ "attr" => [ "autocomplete" => "new-password" ] ]  | 
            
| 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" => "form.userSubscribe.password_confirmation.label" ]  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" | 
            
| upload_max_size_message | Closure() {#1781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1780 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "repeated" "_user_registration_plainPassword" ]  | 
            
| cache_key | "_user_registration_plainPassword_repeated" | 
            
| compound | true | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1996 -errors: [] -form: Symfony\Component\Form\Form {#1918 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1997 …5}  | 
            
| full_name | "user_registration[plainPassword]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_plainPassword" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "plainPassword" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_plainPassword" | 
            
| valid | true | 
            
| value | [ "first" => null "second" => null ]  | 
            
first
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 | [ "autocomplete" => "new-password" ]  | 
                    
                                                                                                                            [ "autocomplete" => "new-password" ]  | 
                
| error_bubbling | false | 
                    same as passed value | 
| help | "form.userSubscribe.password.help" | 
                    same as passed value | 
| label | "form.userSubscribe.password.label" | 
                    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 | 
            
| allow_options_create | false | 
            
| always_empty | true | 
            
| attr | [ "autocomplete" => "new-password" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1903 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 | 
            
| hash_property_path | null | 
            
| help | "form.userSubscribe.password.help" | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "The password is invalid." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | "form.userSubscribe.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 | false | 
            
| upload_max_size_message | Closure() {#1905 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1904 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "autocomplete" => "new-password" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "password" "_user_registration_plainPassword_first" ]  | 
            
| cache_key | "_user_registration_plainPassword_first_password" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2001 -errors: [] -form: Symfony\Component\Form\Form {#1921 …} }  | 
            
| form | Symfony\Component\Form\FormView {#2000 …5}  | 
            
| full_name | "user_registration[plainPassword][first]" | 
            
| help | "form.userSubscribe.password.help" | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_plainPassword_first" | 
            
| label | "form.userSubscribe.password.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "first" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_plainPassword_first" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
second
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 | [ "autocomplete" => "new-password" ]  | 
                    
                                                                                                                            [ "autocomplete" => "new-password" ]  | 
                
| error_bubbling | false | 
                    same as passed value | 
| label | "form.userSubscribe.password_confirmation.label" | 
                    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 | 
            
| allow_options_create | false | 
            
| always_empty | true | 
            
| attr | [ "autocomplete" => "new-password" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1911 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 | 
            
| hash_property_path | null | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| inherit_data | false | 
            
| invalid_message | "The password is invalid." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | "form.userSubscribe.password_confirmation.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 | false | 
            
| upload_max_size_message | Closure() {#1913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1912 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "autocomplete" => "new-password" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "password" "_user_registration_plainPassword_second" ]  | 
            
| cache_key | "_user_registration_plainPassword_second_password" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2002 -errors: [] -form: Symfony\Component\Form\Form {#1924 …} }  | 
            
| form | Symfony\Component\Form\FormView {#2003 …5}  | 
            
| full_name | "user_registration[plainPassword][second]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_plainPassword_second" | 
            
| label | "form.userSubscribe.password_confirmation.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "second" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_plainPassword_second" | 
            
| uses_autocomplete | false | 
            
| valid | true | 
            
| value | ""  | 
            
optin
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | true | 
            
| View Format | 
                                            "1"
                                     | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| label | "form.userSubscribe.optin.label" | 
                    same as passed value | 
| required | true | 
                    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 | 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "The checkbox has an invalid value." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "form.userSubscribe.optin.label" | 
            
| 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() {#1795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1797 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_user_registration_optin" ]  | 
            
| cache_key | "_user_registration_optin_checkbox" | 
            
| checked | true | 
            
| compound | false | 
            
| data | true | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1998 -errors: [] -form: Symfony\Component\Form\Form {#1927 …} }  | 
            
| form | Symfony\Component\Form\FormView {#1999 …5}  | 
            
| full_name | "user_registration[optin]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_optin" | 
            
| label | "form.userSubscribe.optin.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "optin" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_optin" | 
            
| valid | true | 
            
| value | "1" | 
            
optinMarketing
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 | "form.userSubscribe.optin_marketing.label" | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
| required | 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 | 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#1792 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 | []  | 
            
| inherit_data | false | 
            
| invalid_message | "The checkbox has an invalid value." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | Closure($modelData): bool {#1793 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "form.userSubscribe.optin_marketing.label" | 
            
| 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() {#1805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#1804 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_user_registration_optinMarketing" ]  | 
            
| cache_key | "_user_registration_optinMarketing_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2005 -errors: [] -form: Symfony\Component\Form\Form {#1930 …} }  | 
            
| form | Symfony\Component\Form\FormView {#2004 …5}  | 
            
| full_name | "user_registration[optinMarketing]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration_optinMarketing" | 
            
| label | "form.userSubscribe.optin_marketing.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "optinMarketing" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_user_registration_optinMarketing" | 
            
| valid | true | 
            
| value | "1" | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "f54432bed6ac57014981a.VJsxv0GnyTsuD8NH8P_X462ND_TDmyH4169rMHGdH54.YMNU8TDOn2FXQK02uJeUoJzdVpKGonCSmM0dZTbVSMsE8kvGA8qLeGU8-w" | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ]  | 
                    
                                                                                                                            [ "data-controller" => "csrf-protection" ]  | 
                
| block_prefix | "csrf_token" | 
                    same as passed value | 
| data | "f54432bed6ac57014981a.VJsxv0GnyTsuD8NH8P_X462ND_TDmyH4169rMHGdH54.YMNU8TDOn2FXQK02uJeUoJzdVpKGonCSmM0dZTbVSMsE8kvGA8qLeGU8-w" | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "data-controller" => "csrf-protection" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data | "f54432bed6ac57014981a.VJsxv0GnyTsuD8NH8P_X462ND_TDmyH4169rMHGdH54.YMNU8TDOn2FXQK02uJeUoJzdVpKGonCSmM0dZTbVSMsE8kvGA8qLeGU8-w" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#2009 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() {#2011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#2010 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "data-controller" => "csrf-protection" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "hidden" "csrf_token" "_user_registration__token" ]  | 
            
| cache_key | "_user_registration__token_hidden" | 
            
| compound | false | 
            
| data | "f54432bed6ac57014981a.VJsxv0GnyTsuD8NH8P_X462ND_TDmyH4169rMHGdH54.YMNU8TDOn2FXQK02uJeUoJzdVpKGonCSmM0dZTbVSMsE8kvGA8qLeGU8-w" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#2021 -errors: [] -form: Symfony\Component\Form\Form {#2017 …} }  | 
            
| form | Symfony\Component\Form\FormView {#2012 …5}  | 
            
| full_name | "user_registration[_token]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "user_registration__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 | "forms" | 
            
| unique_block_prefix | "_user_registration__token" | 
            
| valid | true | 
            
| value | "f54432bed6ac57014981a.VJsxv0GnyTsuD8NH8P_X462ND_TDmyH4169rMHGdH54.YMNU8TDOn2FXQK02uJeUoJzdVpKGonCSmM0dZTbVSMsE8kvGA8qLeGU8-w" | 
            
userPictureForm
"App\Form\Type\UserUpdatePictureType"
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 | 
|---|---|---|
| validation_groups | [ "Default" "updateUser" ]  | 
                    
                                                                                                                            [ "Default" "updateUser" ]  | 
                
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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | "App\Entity\User" | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#3229 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } }  | 
            
| 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 | "forms" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#3231 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#3230 …} $translationDomain: "validators" } }  | 
            
| validation_groups | [ "Default" "updateUser" ]  | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "user_update_picture" "_userPictureForm" ]  | 
            
| cache_key | "_userPictureForm_user_update_picture" | 
            
| compound | true | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#3285 -errors: [] -form: Symfony\Component\Form\Form {#3286 …} }  | 
            
| form | Symfony\Component\Form\FormView {#3232 …5}  | 
            
| full_name | "userPictureForm" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "userPictureForm" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | true | 
            
| name | "userPictureForm" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_userPictureForm" | 
            
| valid | true | 
            
| value | null | 
            
pictureFile
"Vich\UploaderBundle\Form\Type\VichImageType"
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | 
                                            null
                                     | 
            
| Normalized Format | [ "file" => null ]  | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Image {#3237 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "image/jpeg" "image/png" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "user.picture.error.maxSize" +mimeTypesMessage: "user.picture.error.mimeTypes" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 750000 +minWidth: null +maxWidth: null +maxHeight: null +minHeight: null +maxRatio: null +minRatio: null +minPixels: null +maxPixels: null +allowSquare: true +allowLandscape: true +allowPortrait: true +detectCorrupted: false +sizeNotDetectedMessage: "The size of the image could not be detected." +maxWidthMessage: "The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px." +minWidthMessage: "The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px." +maxHeightMessage: "The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px." +minHeightMessage: "The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px." +minPixelsMessage: "The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels." +maxPixelsMessage: "The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels." +maxRatioMessage: "The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}." +minRatioMessage: "The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}." +allowSquareMessage: "The image is square ({{ width }}x{{ height }}px). Square images are not allowed." +allowLandscapeMessage: "The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed." +allowPortraitMessage: "The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed." +corruptedMessage: "The image file is corrupted." } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\Image {#3237 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "image/jpeg" "image/png" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "user.picture.error.maxSize" +mimeTypesMessage: "user.picture.error.mimeTypes" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 750000 +minWidth: null +maxWidth: null +maxHeight: null +minHeight: null +maxRatio: null +minRatio: null +minPixels: null +maxPixels: null +allowSquare: true +allowLandscape: true +allowPortrait: true +detectCorrupted: false +sizeNotDetectedMessage: "The size of the image could not be detected." +maxWidthMessage: "The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px." +minWidthMessage: "The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px." +maxHeightMessage: "The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px." +minHeightMessage: "The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px." +minPixelsMessage: "The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels." +maxPixelsMessage: "The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels." +maxRatioMessage: "The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}." +minRatioMessage: "The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}." +allowSquareMessage: "The image is square ({{ width }}x{{ height }}px). Square images are not allowed." +allowLandscapeMessage: "The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed." +allowPortraitMessage: "The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed." +corruptedMessage: "The image file is corrupted." } ]  | 
                
| delete_label | "form.userUpdate.picture.delete" | 
                    same as passed value | 
| download_label | "form.userUpdate.picture.download" | 
                    same as passed value | 
| help | "form.userUpdate.picture.help" | 
                    same as passed value | 
| imagine_pattern | "user_picture" | 
                    same as passed value | 
| label | "form.userUpdate.picture.label" | 
                    same as passed value | 
| required | false | 
                    same as passed value | 
| translation_domain | "forms" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_delete | true | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| asset_helper | false | 
            
| attr | [ "accept" => "image/*" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | true | 
            
| constraints | [ Symfony\Component\Validator\Constraints\Image {#3237 +payload: null +groups: ? ?array +binaryFormat: false +mimeTypes: [ "image/jpeg" "image/png" ] +filenameMaxLength: null +extensions: [] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "user.picture.error.maxSize" +mimeTypesMessage: "user.picture.error.mimeTypes" +extensionsMessage: "The extension of the file is invalid ({{ extension }}). Allowed extensions are {{ extensions }}." +disallowEmptyMessage: "An empty file is not allowed." +filenameTooLongMessage: "The filename is too long. It should have {{ filename_max_length }} character or less.|The filename is too long. It should have {{ filename_max_length }} characters or less." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 750000 +minWidth: null +maxWidth: null +maxHeight: null +minHeight: null +maxRatio: null +minRatio: null +minPixels: null +maxPixels: null +allowSquare: true +allowLandscape: true +allowPortrait: true +detectCorrupted: false +sizeNotDetectedMessage: "The size of the image could not be detected." +maxWidthMessage: "The image width is too big ({{ width }}px). Allowed maximum width is {{ max_width }}px." +minWidthMessage: "The image width is too small ({{ width }}px). Minimum width expected is {{ min_width }}px." +maxHeightMessage: "The image height is too big ({{ height }}px). Allowed maximum height is {{ max_height }}px." +minHeightMessage: "The image height is too small ({{ height }}px). Minimum height expected is {{ min_height }}px." +minPixelsMessage: "The image has too few pixels ({{ pixels }} pixels). Minimum amount expected is {{ min_pixels }} pixels." +maxPixelsMessage: "The image has too many pixels ({{ pixels }} pixels). Maximum amount expected is {{ max_pixels }} pixels." +maxRatioMessage: "The image ratio is too big ({{ ratio }}). Allowed maximum ratio is {{ max_ratio }}." +minRatioMessage: "The image ratio is too small ({{ ratio }}). Minimum ratio expected is {{ min_ratio }}." +allowSquareMessage: "The image is square ({{ width }}x{{ height }}px). Square images are not allowed." +allowLandscapeMessage: "The image is landscape oriented ({{ width }}x{{ height }}px). Landscape oriented images are not allowed." +allowPortraitMessage: "The image is portrait oriented ({{ width }}x{{ height }}px). Portrait oriented images are not allowed." +corruptedMessage: "The image file is corrupted." } ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | null | 
            
| delete_label | "form.userUpdate.picture.delete" | 
            
| disabled | false | 
            
| download_label | "form.userUpdate.picture.download" | 
            
| download_uri | true | 
            
| empty_data | Closure(FormInterface $form) {#3264 class: "Symfony\Component\Form\Extension\Core\Type\FormType" }  | 
            
| error_bubbling | false | 
            
| error_mapping | []  | 
            
| extra_fields_message | "This form should not contain extra fields." | 
            
| form_attr | false | 
            
| getter | null | 
            
| help | "form.userUpdate.picture.help" | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| image_uri | true | 
            
| imagine_pattern | "user_picture" | 
            
| inherit_data | false | 
            
| invalid_message | "This value is not valid." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | "form.userUpdate.picture.label" | 
            
| 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 | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| storage_resolve_method | 0 | 
            
| translation_domain | "forms" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#3266 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#3265 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| asset_helper | false | 
            
| attr | [ "accept" => "image/*" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "vich_image" "_userPictureForm_pictureFile" ]  | 
            
| cache_key | "_userPictureForm_pictureFile_vich_image" | 
            
| compound | true | 
            
| data | [ "file" => null ]  | 
            
| disabled | false | 
            
| download_uri | null | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#3315 -errors: [] -form: Symfony\Component\Form\Form {#3304 …} }  | 
            
| form | Symfony\Component\Form\FormView {#3313 …5}  | 
            
| full_name | "userPictureForm[pictureFile]" | 
            
| help | "form.userUpdate.picture.help" | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "userPictureForm_pictureFile" | 
            
| image_uri | null | 
            
| label | "form.userUpdate.picture.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | true | 
            
| name | "pictureFile" | 
            
| object | null | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_userPictureForm_pictureFile" | 
            
| valid | true | 
            
| value | [ "file" => null ]  | 
            
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 | [ "accept" => "image/*" ]  | 
                    
                                                                                                                            [ "accept" => "image/*" ]  | 
                
| label | "form.userUpdate.picture.label" | 
                    same as passed value | 
| required | false | 
                    same as passed value | 
| translation_domain | "forms" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | true | 
            
| attr | [ "accept" => "image/*" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data_class | "Symfony\Component\HttpFoundation\File\File" | 
            
| disabled | false | 
            
| empty_data | null | 
            
| 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 | "Please select a valid file." | 
            
| invalid_message_parameters | []  | 
            
| is_empty_callback | null | 
            
| label | "form.userUpdate.picture.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| multiple | false | 
            
| 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 | "forms" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#3297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#3296 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "accept" => "image/*" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "file" "_userPictureForm_pictureFile_file" ]  | 
            
| cache_key | "_userPictureForm_pictureFile_file_file" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#3321 -errors: [] -form: Symfony\Component\Form\Form {#3307 …} }  | 
            
| form | Symfony\Component\Form\FormView {#3318 …5}  | 
            
| full_name | "userPictureForm[pictureFile][file]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "userPictureForm_pictureFile_file" | 
            
| label | "form.userUpdate.picture.label" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | true | 
            
| name | "file" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "forms" | 
            
| type | "file" | 
            
| unique_block_prefix | "_userPictureForm_pictureFile_file" | 
            
| valid | true | 
            
| value | ""  | 
            
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 | [ "class" => "button button--primary button--small" ]  | 
                    
                                                                                                                            [ "class" => "button button--primary button--small" ]  | 
                
| label | "form.userUpdate.picture.submit" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| attr | [ "class" => "button button--primary button--small" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | false | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| disabled | false | 
            
| form_attr | false | 
            
| label | "form.userUpdate.picture.submit" | 
            
| 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 | [ "class" => "button button--primary button--small" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "button" "submit" "_userPictureForm_submit" ]  | 
            
| cache_key | "_userPictureForm_submit_submit" | 
            
| clicked | false | 
            
| disabled | false | 
            
| form | Symfony\Component\Form\FormView {#3317 …5}  | 
            
| full_name | "userPictureForm[submit]" | 
            
| id | "userPictureForm_submit" | 
            
| label | "form.userUpdate.picture.submit" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| multipart | false | 
            
| name | "submit" | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | "forms" | 
            
| unique_block_prefix | "_userPictureForm_submit" | 
            
| value | null | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "4.IDP05JQEZk_g1GGJVSKDRNyMmm8cBwqwyomONOBiqHI.VFW7jtopUh6ZgBexBFvCHLDY6DYrck7Bh8jpQbIE0UVBXreduUdSKqi2UQ" | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ]  | 
                    
                                                                                                                            [ "data-controller" => "csrf-protection" ]  | 
                
| block_prefix | "csrf_token" | 
                    same as passed value | 
| data | "4.IDP05JQEZk_g1GGJVSKDRNyMmm8cBwqwyomONOBiqHI.VFW7jtopUh6ZgBexBFvCHLDY6DYrck7Bh8jpQbIE0UVBXreduUdSKqi2UQ" | 
                    same as passed value | 
| mapped | false | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "data-controller" => "csrf-protection" ]  | 
            
| 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 {#927 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#925 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#926 …} -namespace: Closure() {#929 …} }  | 
            
| data | "4.IDP05JQEZk_g1GGJVSKDRNyMmm8cBwqwyomONOBiqHI.VFW7jtopUh6ZgBexBFvCHLDY6DYrck7Bh8jpQbIE0UVBXreduUdSKqi2UQ" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#3267 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() {#3323 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#275 …} $message: Closure() {#3316 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "data-controller" => "csrf-protection" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "hidden" "csrf_token" "_userPictureForm__token" ]  | 
            
| cache_key | "_userPictureForm__token_hidden" | 
            
| compound | false | 
            
| data | "4.IDP05JQEZk_g1GGJVSKDRNyMmm8cBwqwyomONOBiqHI.VFW7jtopUh6ZgBexBFvCHLDY6DYrck7Bh8jpQbIE0UVBXreduUdSKqi2UQ" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#3335 -errors: [] -form: Symfony\Component\Form\Form {#3331 …} }  | 
            
| form | Symfony\Component\Form\FormView {#3322 …5}  | 
            
| full_name | "userPictureForm[_token]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "userPictureForm__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 | "forms" | 
            
| unique_block_prefix | "_userPictureForm__token" | 
            
| valid | true | 
            
| value | "4.IDP05JQEZk_g1GGJVSKDRNyMmm8cBwqwyomONOBiqHI.VFW7jtopUh6ZgBexBFvCHLDY6DYrck7Bh8jpQbIE0UVBXreduUdSKqi2UQ" |