Forms
-
register_account_form
-
username
-
email
-
password
-
first
-
second
-
-
simplePassword
-
first
-
second
-
-
firstName
-
lastName
-
country
-
subscribe
-
minorLegalConditionsCheckbox
-
submitButton
-
_token
-
register_account_form
"App\Form\RegisterAccountForm"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\UserRegistrationForm {#3241 #username: ? ?string #email: ? ?string #password: ? ?string #simplePassword: null #firstName: null #lastName: null #country: null #birthday: null #subscribe: false #minorLegalConditionsCheckbox: false } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\UserRegistrationForm {#3241 #username: ? ?string #email: ? ?string #password: ? ?string #simplePassword: null #firstName: null #lastName: null #country: null #birthday: null #subscribe: false #minorLegalConditionsCheckbox: 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 | 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data | App\Entity\UserRegistrationForm {#3241 #username: ? ?string #email: ? ?string #password: ? ?string #simplePassword: null #firstName: null #lastName: null #country: null #birthday: null #subscribe: false #minorLegalConditionsCheckbox: false } |
| data_class | "App\Entity\UserRegistrationForm" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3924 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\UserRegistrationForm" } } |
| 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#3930 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_account_form" "_register_account_form" ] |
| cache_key | "_register_account_form_register_account_form" |
| compound | true |
| data | App\Entity\UserRegistrationForm {#3241 #username: ? ?string #email: ? ?string #password: ? ?string #simplePassword: null #firstName: null #lastName: null #country: null #birthday: null #subscribe: false #minorLegalConditionsCheckbox: false } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4160 -form: Symfony\Component\Form\Form {#4114 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3932 …5} |
| full_name | "register_account_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_account_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form" |
| valid | true |
| value | App\Entity\UserRegistrationForm {#3241 #username: ? ?string #email: ? ?string #password: ? ?string #simplePassword: null #firstName: null #lastName: null #country: null #birthday: null #subscribe: false #minorLegalConditionsCheckbox: false } |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Your username must not contain spaces" "class" => "input-large" ] |
[ "placeholder" => "Your username must not contain spaces" "class" => "input-large" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3993 +payload: null +groups: ? ?array +message: "Username error: Your username cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3999 +payload: null +groups: ? ?array +maxMessage: "Username error: the username cannot have more than {{ limit }} characters" +minMessage: "Username error: the username should have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3993 +payload: null +groups: ? ?array +message: "Username error: Your username cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3999 +payload: null +groups: ? ?array +maxMessage: "Username error: the username cannot have more than {{ limit }} characters" +minMessage: "Username error: the username should have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "USERNAME" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| required | true |
same as passed value |
| trim | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Your username must not contain spaces" "class" => "input-large" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3993 +payload: null +groups: ? ?array +message: "Username error: Your username cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3999 +payload: null +groups: ? ?array +maxMessage: "Username error: the username cannot have more than {{ limit }} characters" +minMessage: "Username error: the username should have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3937 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 | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "USERNAME" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#3938 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Your username must not contain spaces" "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_username" ] |
| cache_key | "_register_account_form_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4205 -form: Symfony\Component\Form\Form {#4173 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4198 …5} |
| full_name | "register_account_form[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_username" |
| label | "USERNAME" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_username" |
| valid | true |
| value | "" |
"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 | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Your email address" "class" => "input-large" ] |
[ "placeholder" => "Your email address" "class" => "input-large" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3941 +payload: null +groups: ? ?array +message: "Email error: Your email address cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3942 +payload: null +groups: ? ?array +message: "Email error: Please enter a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3957 +payload: null +groups: ? ?array +maxMessage: "Email error: the email cannot have more than {{ limit }} characters" +minMessage: "Email error: the email should have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 200 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3941 +payload: null +groups: ? ?array +message: "Email error: Your email address cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3942 +payload: null +groups: ? ?array +message: "Email error: Please enter a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3957 +payload: null +groups: ? ?array +maxMessage: "Email error: the email cannot have more than {{ limit }} characters" +minMessage: "Email error: the email should have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 200 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "EMAIL" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| required | true |
same as passed value |
| trim | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Your email address" "class" => "input-large" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3941 +payload: null +groups: ? ?array +message: "Email error: Your email address cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3942 +payload: null +groups: ? ?array +message: "Email error: Please enter a valid email address." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3957 +payload: null +groups: ? ?array +maxMessage: "Email error: the email cannot have more than {{ limit }} characters" +minMessage: "Email error: the email should have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 200 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3963 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 | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "EMAIL" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#3933 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Your email address" "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_account_form_email" ] |
| cache_key | "_register_account_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4206 -form: Symfony\Component\Form\Form {#4170 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4199 …5} |
| full_name | "register_account_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_email" |
| label | "EMAIL" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_email" |
| valid | true |
| value | "" |
password
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3958 +payload: null +groups: ? ?array +message: "Password error: Your password cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3959 +payload: null +groups: ? ?array +maxMessage: "Password error: the password cannot have more than {{ limit }} characters" +minMessage: "Password error: the password must have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3943 +payload: null +groups: ? ?array +message: "Password error: please use at least one number in your password." +pattern: "/\d+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3944 +payload: null +groups: ? ?array +message: "Password: please use at least one special characters." +pattern: "/[(){}\[\],.#?!@$%^&*+-]+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3945 +payload: null +groups: ? ?array +message: "Password error: please use at least one capital letter." +pattern: "/([A-Z])/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3958 +payload: null +groups: ? ?array +message: "Password error: Your password cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3959 +payload: null +groups: ? ?array +maxMessage: "Password error: the password cannot have more than {{ limit }} characters" +minMessage: "Password error: the password must have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3943 +payload: null +groups: ? ?array +message: "Password error: please use at least one number in your password." +pattern: "/\d+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3944 +payload: null +groups: ? ?array +message: "Password: please use at least one special characters." +pattern: "/[(){}\[\],.#?!@$%^&*+-]+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3945 +payload: null +groups: ? ?array +message: "Password error: please use at least one capital letter." +pattern: "/([A-Z])/" +htmlPattern: null +match: true +normalizer: null } ] |
| first_options | [ "label" => "PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
[ "label" => "PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| invalid_message | "Password error: The passwords fields must match." |
same as passed value |
| options | [ "attr" => [ "class" => "input-large" ] ] |
[ "attr" => [ "class" => "input-large" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "CONFIRM PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
[ "label" => "CONFIRM PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3958 +payload: null +groups: ? ?array +message: "Password error: Your password cannot be empty." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3959 +payload: null +groups: ? ?array +maxMessage: "Password error: the password cannot have more than {{ limit }} characters" +minMessage: "Password error: the password must have at least {{ limit }} characters" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: 10 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3943 +payload: null +groups: ? ?array +message: "Password error: please use at least one number in your password." +pattern: "/\d+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3944 +payload: null +groups: ? ?array +message: "Password: please use at least one special characters." +pattern: "/[(){}\[\],.#?!@$%^&*+-]+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3945 +payload: null +groups: ? ?array +message: "Password error: please use at least one capital letter." +pattern: "/([A-Z])/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3975 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" => "PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "Password error: The passwords fields must match." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [ "attr" => [ "class" => "input-large" ] ] |
| 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" => "CONFIRM PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#3983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#3977 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_account_form_password" ] |
| cache_key | "_register_account_form_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3940 -form: Symfony\Component\Form\Form {#4130 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3969 …5} |
| full_name | "register_account_form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_password" |
| 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 | [ "class" => "input-large" ] |
[ "class" => "input-large" ] |
| error_bubbling | false |
false
|
| label | "PASSWORD" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "input-large" ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4174 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4180 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4181 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_account_form_password_first" ] |
| cache_key | "_register_account_form_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4074 -form: Symfony\Component\Form\Form {#4127 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4078 …5} |
| full_name | "register_account_form[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_password_first" |
| label | "PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_password_first" |
| 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 | [ "class" => "input-large" ] |
[ "class" => "input-large" ] |
| error_bubbling | false |
false
|
| label | "CONFIRM PASSWORD" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "input-large" ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4137 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "CONFIRM PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4136 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_account_form_password_second" ] |
| cache_key | "_register_account_form_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4020 -form: Symfony\Component\Form\Form {#4124 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4011 …5} |
| full_name | "register_account_form[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_password_second" |
| label | "CONFIRM PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_password_second" |
| valid | true |
| value | "" |
simplePassword
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3946 +payload: null +groups: ? ?array +maxMessage: "Legacy Password error: the password cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3947 +payload: null +groups: ? ?array +message: "Legacy Password: No special characters allowed on legacy password." +pattern: "/^[a-zA-Z0-9]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3946 +payload: null +groups: ? ?array +maxMessage: "Legacy Password error: the password cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3947 +payload: null +groups: ? ?array +message: "Legacy Password: No special characters allowed on legacy password." +pattern: "/^[a-zA-Z0-9]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| first_options | [ "label" => "LEGACY GAMES PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
[ "label" => "LEGACY GAMES PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| invalid_message | "The Legacy Password fields must match." |
same as passed value |
| options | [ "attr" => [ "class" => "input-large" ] ] |
[ "attr" => [ "class" => "input-large" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "CONFIRM LEGACY GAMES PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
[ "label" => "CONFIRM LEGACY GAMES PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3946 +payload: null +groups: ? ?array +maxMessage: "Legacy Password error: the password cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3947 +payload: null +groups: ? ?array +message: "Legacy Password: No special characters allowed on legacy password." +pattern: "/^[a-zA-Z0-9]+$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3991 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" => "LEGACY GAMES PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The Legacy Password fields must match." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [ "attr" => [ "class" => "input-large" ] ] |
| 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" => "CONFIRM LEGACY GAMES PASSWORD" "label_attr" => [ "class" => "label-title" ] ] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#3995 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#3990 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_account_form_simplePassword" ] |
| cache_key | "_register_account_form_simplePassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4113 -form: Symfony\Component\Form\Form {#4156 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4094 …5} |
| full_name | "register_account_form[simplePassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_simplePassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "simplePassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_simplePassword" |
| 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 | [ "class" => "input-large" ] |
[ "class" => "input-large" ] |
| error_bubbling | false |
false
|
| label | "LEGACY GAMES PASSWORD" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "input-large" ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4120 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "LEGACY GAMES PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4118 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4119 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_account_form_simplePassword_first" ] |
| cache_key | "_register_account_form_simplePassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3984 -form: Symfony\Component\Form\Form {#4153 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4142 …5} |
| full_name | "register_account_form[simplePassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_simplePassword_first" |
| label | "LEGACY GAMES PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_simplePassword_first" |
| 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 | [ "class" => "input-large" ] |
[ "class" => "input-large" ] |
| error_bubbling | false |
false
|
| label | "CONFIRM LEGACY GAMES PASSWORD" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "input-large" ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4164 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 |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "CONFIRM LEGACY GAMES PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4162 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_account_form_simplePassword_second" ] |
| cache_key | "_register_account_form_simplePassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4117 -form: Symfony\Component\Form\Form {#4152 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4251 …5} |
| full_name | "register_account_form[simplePassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_simplePassword_second" |
| label | "CONFIRM LEGACY GAMES PASSWORD" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_simplePassword_second" |
| valid | true |
| value | "" |
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 | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-large" ] |
[ "class" => "input-large" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3948 +payload: null +groups: ? ?array +maxMessage: "First Name error: the first name cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3949 +payload: null +groups: ? ?array +message: "First Name: No spaces allowed on First Name." +pattern: "/^\S*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3948 +payload: null +groups: ? ?array +maxMessage: "First Name error: the first name cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3949 +payload: null +groups: ? ?array +message: "First Name: No spaces allowed on First Name." +pattern: "/^\S*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "FIRST NAME" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| required | true |
same as passed value |
| trim | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3948 +payload: null +groups: ? ?array +maxMessage: "First Name error: the first name cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3949 +payload: null +groups: ? ?array +message: "First Name: No spaces allowed on First Name." +pattern: "/^\S*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4008 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 | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "FIRST NAME" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4009 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_firstName" ] |
| cache_key | "_register_account_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4134 -form: Symfony\Component\Form\Form {#4146 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3996 …5} |
| full_name | "register_account_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_firstName" |
| label | "FIRST NAME" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_firstName" |
| 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 | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-large" ] |
[ "class" => "input-large" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3950 +payload: null +groups: ? ?array +maxMessage: "Last Name error: the last name cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3951 +payload: null +groups: ? ?array +message: "Last Name: No spaces allowed on Last Name." +pattern: "/^\S*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#3950 +payload: null +groups: ? ?array +maxMessage: "Last Name error: the last name cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3951 +payload: null +groups: ? ?array +message: "Last Name: No spaces allowed on Last Name." +pattern: "/^\S*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "LAST NAME" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| required | true |
same as passed value |
| trim | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#3950 +payload: null +groups: ? ?array +maxMessage: "Last Name error: the last name cannot have more than {{ limit }} characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#3951 +payload: null +groups: ? ?array +message: "Last Name: No spaces allowed on Last Name." +pattern: "/^\S*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#4017 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 | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "LAST NAME" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4018 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_lastName" ] |
| cache_key | "_register_account_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4253 -form: Symfony\Component\Form\Form {#4143 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4252 …5} |
| full_name | "register_account_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_lastName" |
| label | "LAST NAME" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_lastName" |
| valid | true |
| value | "" |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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" => "input-large" ] |
[ "class" => "input-large" ] |
| choice_label | "country" |
same as passed value |
| class | "App\Entity\Country" |
same as passed value |
| label | "COUNTRY" |
same as passed value |
| label_attr | [ "class" => "label-title" ] |
[ "class" => "label-title" ] |
| placeholder | "Select a Country" |
same as passed value |
| query_builder | Closure(EntityRepository $repository) {#3962 class: "App\Form\RegisterAccountForm" this: App\Form\RegisterAccountForm {#3244 …} } |
Doctrine\ORM\QueryBuilder {#4052 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4054 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "country" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4051 #from: "App\Entity\Country" #alias: "country" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#4050 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "country.isActive = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4049 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "country.isPopular DESC" ] } Doctrine\ORM\Query\Expr\OrderBy {#4060 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "country.country ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#2483 …} -dql: "SELECT country FROM App\Entity\Country country WHERE country.isActive = true ORDER BY country.isPopular DESC, country.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4055 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerJbndSoT\EntityManagerGhostEbeb667 {#957 …12} } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "country" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#4066 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#4062 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#4073 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#4061 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#4072 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#4070 …} } |
| choices | null |
| class | "App\Entity\Country" |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| duplicate_preferred_choices | true |
| em | ContainerJbndSoT\EntityManagerGhostEbeb667 {#957 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#4071 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerJbndSoT\EntityManagerGhostEbeb667 {#957 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2513 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "COUNTRY" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Select a Country" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#4052 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#4054 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "country" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#4051 #from: "App\Entity\Country" #alias: "country" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#4050 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "country.isActive = true" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#4049 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "country.isPopular DESC" ] } Doctrine\ORM\Query\Expr\OrderBy {#4060 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "country.country ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#2483 …} -dql: "SELECT country FROM App\Entity\Country country WHERE country.isActive = true ORDER BY country.isPopular DESC, country.country ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#4055 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerJbndSoT\EntityManagerGhostEbeb667 {#957 …12} } |
| required | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4059 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-large" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_register_account_form_country" ] |
| cache_key | "_register_account_form_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4258 +label: "France" +value: "72" +data: App\Entity\Country {#4274 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +label: "Germany" +value: "54" +data: App\Entity\Country {#4575 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +label: "Italy" +value: "108" +data: App\Entity\Country {#4556 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +label: "Spain" +value: "65" +data: App\Entity\Country {#4616 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +label: "United Kingdom" +value: "228" +data: App\Entity\Country {#4635 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +label: "United States" +value: "230" +data: App\Entity\Country {#4660 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4266 +label: "Afghanistan" +value: "3" +data: App\Entity\Country {#4710 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4268 +label: "Albania" +value: "6" +data: App\Entity\Country {#4732 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +label: "Algeria" +value: "59" +data: App\Entity\Country {#4751 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +label: "American Samoa" +value: "12" +data: App\Entity\Country {#4770 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9309 +label: "Andorra" +value: "1" +data: App\Entity\Country {#4792 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9310 +label: "Angola" +value: "9" +data: App\Entity\Country {#4811 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9311 +label: "Anguilla" +value: "5" +data: App\Entity\Country {#4830 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9312 +label: "Antarctica" +value: "10" +data: App\Entity\Country {#4852 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9313 +label: "Antigua and Barbuda" +value: "4" +data: App\Entity\Country {#4871 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9314 +label: "Argentina" +value: "11" +data: App\Entity\Country {#4890 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9315 +label: "Armenia" +value: "7" +data: App\Entity\Country {#4912 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9316 +label: "Aruba" +value: "15" +data: App\Entity\Country {#4931 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9317 +label: "Australia" +value: "14" +data: App\Entity\Country {#4950 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9318 +label: "Austria" +value: "13" +data: App\Entity\Country {#4972 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9319 +label: "Azerbaijan" +value: "16" +data: App\Entity\Country {#4991 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9320 +label: "Bahamas" +value: "30" +data: App\Entity\Country {#5010 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9321 +label: "Bahrain" +value: "23" +data: App\Entity\Country {#5029 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9322 +label: "Bangladesh" +value: "19" +data: App\Entity\Country {#5048 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9323 +label: "Barbados" +value: "18" +data: App\Entity\Country {#5067 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9324 +label: "Belarus" +value: "34" +data: App\Entity\Country {#5086 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9325 +label: "Belgium" +value: "20" +data: App\Entity\Country {#5105 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9326 +label: "Belize" +value: "35" +data: App\Entity\Country {#5124 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9327 +label: "Benin" +value: "25" +data: App\Entity\Country {#5143 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9328 +label: "Bermuda" +value: "26" +data: App\Entity\Country {#5165 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9329 +label: "Bhutan" +value: "31" +data: App\Entity\Country {#5184 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9330 +label: "Bolivia" +value: "28" +data: App\Entity\Country {#5203 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9331 +label: "Bosnia-Herzegovina" +value: "17" +data: App\Entity\Country {#5222 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9332 +label: "Botswana" +value: "33" +data: App\Entity\Country {#5241 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9333 +label: "Bouvet Island" +value: "32" +data: App\Entity\Country {#5260 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9334 +label: "Brazil" +value: "29" +data: App\Entity\Country {#5282 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9335 +label: "British Indian Ocean Territory" +value: "104" +data: App\Entity\Country {#5304 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9336 +label: "Brunei Darussalam" +value: "27" +data: App\Entity\Country {#5323 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9337 +label: "Bulgaria" +value: "22" +data: App\Entity\Country {#5342 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9338 +label: "Burkina Faso" +value: "21" +data: App\Entity\Country {#5361 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9339 +label: "Burundi" +value: "24" +data: App\Entity\Country {#5380 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9340 +label: "Cambodia" +value: "115" +data: App\Entity\Country {#5399 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9341 +label: "Cameroon" +value: "45" +data: App\Entity\Country {#5418 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9342 +label: "Canada" +value: "36" +data: App\Entity\Country {#5437 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9343 +label: "Cape Verde" +value: "50" +data: App\Entity\Country {#5459 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9344 +label: "Cayman Islands" +value: "122" +data: App\Entity\Country {#5478 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9345 +label: "Central African Republic" +value: "39" +data: App\Entity\Country {#5497 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9346 +label: "Chad" +value: "211" +data: App\Entity\Country {#5516 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9347 +label: "Chile" +value: "44" +data: App\Entity\Country {#5535 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9348 +label: "China" +value: "46" +data: App\Entity\Country {#5557 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9349 +label: "Christmas Island" +value: "51" +data: App\Entity\Country {#5579 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9350 +label: "Cocos (Keeling) Islands" +value: "37" +data: App\Entity\Country {#5598 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9351 +label: "Colombia" +value: "47" +data: App\Entity\Country {#5617 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9352 +label: "Comoros" +value: "117" +data: App\Entity\Country {#5639 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9353 +label: "Congo" +value: "40" +data: App\Entity\Country {#5658 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9354 +label: "Congo (Brazzaville)" +value: "38" +data: App\Entity\Country {#5677 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9355 +label: "Cook Islands" +value: "43" +data: App\Entity\Country {#5696 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9356 +label: "Costa Rica" +value: "48" +data: App\Entity\Country {#5718 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9357 +label: "Croatia" +value: "96" +data: App\Entity\Country {#5737 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9358 +label: "Cuba" +value: "49" +data: App\Entity\Country {#5756 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9359 +label: "Cyprus" +value: "52" +data: App\Entity\Country {#5775 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9360 +label: "Czech Republic" +value: "53" +data: App\Entity\Country {#5794 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9361 +label: "Denmark" +value: "56" +data: App\Entity\Country {#5816 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9362 +label: "Djibouti" +value: "55" +data: App\Entity\Country {#5838 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9363 +label: "Dominica" +value: "57" +data: App\Entity\Country {#5857 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9364 +label: "Dominican Republic" +value: "58" +data: App\Entity\Country {#5876 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9365 +label: "East Timor" +value: "220" +data: App\Entity\Country {#5895 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9366 +label: "Ecuador" +value: "60" +data: App\Entity\Country {#5914 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9367 +label: "Egypt" +value: "62" +data: App\Entity\Country {#5933 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9368 +label: "El Salvador" +value: "207" +data: App\Entity\Country {#5955 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9369 +label: "Equatorial Guinea" +value: "86" +data: App\Entity\Country {#5974 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9370 +label: "Eritrea" +value: "64" +data: App\Entity\Country {#5993 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9371 +label: "Estonia" +value: "61" +data: App\Entity\Country {#6012 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9372 +label: "Ethiopia" +value: "66" +data: App\Entity\Country {#6031 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9373 +label: "Falkland Islands" +value: "69" +data: App\Entity\Country {#6050 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9374 +label: "Faroe Islands" +value: "71" +data: App\Entity\Country {#6069 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9375 +label: "Fiji" +value: "68" +data: App\Entity\Country {#6088 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9376 +label: "Finland" +value: "67" +data: App\Entity\Country {#6107 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9377 +label: "French Guiana" +value: "78" +data: App\Entity\Country {#6126 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9378 +label: "French Southern Territories" +value: "212" +data: App\Entity\Country {#6145 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9379 +label: "Gabon" +value: "74" +data: App\Entity\Country {#6164 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9380 +label: "Gambia" +value: "83" +data: App\Entity\Country {#6183 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9381 +label: "Georgia" +value: "77" +data: App\Entity\Country {#6202 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9382 +label: "Ghana" +value: "80" +data: App\Entity\Country {#6221 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9383 +label: "Gibraltar" +value: "81" +data: App\Entity\Country {#6240 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9384 +label: "Greece" +value: "87" +data: App\Entity\Country {#6259 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9385 +label: "Greenland" +value: "82" +data: App\Entity\Country {#6278 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9386 +label: "Grenada" +value: "76" +data: App\Entity\Country {#6297 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9387 +label: "Guadeloupe (French)" +value: "85" +data: App\Entity\Country {#6316 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9388 +label: "Guam (USA)" +value: "90" +data: App\Entity\Country {#6335 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9389 +label: "Guatemala" +value: "89" +data: App\Entity\Country {#6354 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9390 +label: "Guernsey" +value: "79" +data: App\Entity\Country {#6373 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9391 +label: "Guinea" +value: "84" +data: App\Entity\Country {#6392 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9392 +label: "Guinea Bissau" +value: "91" +data: App\Entity\Country {#6411 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9393 +label: "Guyana" +value: "92" +data: App\Entity\Country {#6430 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9394 +label: "Haiti" +value: "97" +data: App\Entity\Country {#6449 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9395 +label: "Heard and McDonald Islands" +value: "94" +data: App\Entity\Country {#6468 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9396 +label: "Holy See (Vatican City State)" +value: "233" +data: App\Entity\Country {#6487 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9397 +label: "Honduras" +value: "95" +data: App\Entity\Country {#6506 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9398 +label: "Hong Kong" +value: "93" +data: App\Entity\Country {#6525 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9399 +label: "Hungary" +value: "98" +data: App\Entity\Country {#6547 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9400 +label: "Iceland" +value: "107" +data: App\Entity\Country {#6569 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9401 +label: "India" +value: "103" +data: App\Entity\Country {#6588 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9402 +label: "Indonesia" +value: "99" +data: App\Entity\Country {#6610 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9403 +label: "Iran" +value: "106" +data: App\Entity\Country {#6629 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9404 +label: "Iraq" +value: "105" +data: App\Entity\Country {#6648 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9405 +label: "Ireland" +value: "100" +data: App\Entity\Country {#6667 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9406 +label: "Isle of Man" +value: "102" +data: App\Entity\Country {#6686 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9407 +label: "Israel" +value: "101" +data: App\Entity\Country {#6705 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9408 +label: "Ivory Coast (Cote D Ivoire)" +value: "42" +data: App\Entity\Country {#6727 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9409 +label: "Jamaica" +value: "110" +data: App\Entity\Country {#6746 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9410 +label: "Japan" +value: "112" +data: App\Entity\Country {#6765 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9411 +label: "Jersey" +value: "109" +data: App\Entity\Country {#6787 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9412 +label: "Jordan" +value: "111" +data: App\Entity\Country {#6806 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9413 +label: "Kazakhstan" +value: "123" +data: App\Entity\Country {#6825 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9414 +label: "Kenya" +value: "113" +data: App\Entity\Country {#6844 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9415 +label: "Kiribati" +value: "116" +data: App\Entity\Country {#6863 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9416 +label: "Kuwait" +value: "121" +data: App\Entity\Country {#6882 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9417 +label: "Kyrgyz Republic (Kyrgyzstan)" +value: "114" +data: App\Entity\Country {#6901 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9418 +label: "Laos" +value: "124" +data: App\Entity\Country {#6920 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9419 +label: "Latvia" +value: "133" +data: App\Entity\Country {#6939 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9420 +label: "Lebanon" +value: "125" +data: App\Entity\Country {#6958 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9421 +label: "Lesotho" +value: "130" +data: App\Entity\Country {#6977 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9422 +label: "Liberia" +value: "129" +data: App\Entity\Country {#6999 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9423 +label: "Libya" +value: "134" +data: App\Entity\Country {#7018 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9424 +label: "Liechtenstein" +value: "127" +data: App\Entity\Country {#7037 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9425 +label: "Lithuania" +value: "131" +data: App\Entity\Country {#7059 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9426 +label: "Luxembourg" +value: "132" +data: App\Entity\Country {#7078 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9427 +label: "Macao" +value: "145" +data: App\Entity\Country {#7097 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9428 +label: "Macedonia" +value: "141" +data: App\Entity\Country {#7116 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9429 +label: "Madagascar" +value: "139" +data: App\Entity\Country {#7135 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9430 +label: "Malawi" +value: "153" +data: App\Entity\Country {#7154 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9431 +label: "Malaysia" +value: "155" +data: App\Entity\Country {#7173 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9432 +label: "Maldives" +value: "152" +data: App\Entity\Country {#7192 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9433 +label: "Mali" +value: "142" +data: App\Entity\Country {#7211 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9434 +label: "Malta" +value: "150" +data: App\Entity\Country {#7230 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9435 +label: "Marshall Islands" +value: "140" +data: App\Entity\Country {#7249 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9436 +label: "Martinique (French)" +value: "147" +data: App\Entity\Country {#7268 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9437 +label: "Mauritania" +value: "148" +data: App\Entity\Country {#7287 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9438 +label: "Mauritius" +value: "151" +data: App\Entity\Country {#7306 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9439 +label: "Mayotte" +value: "243" +data: App\Entity\Country {#7325 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9440 +label: "Mexico" +value: "154" +data: App\Entity\Country {#7344 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9441 +label: "Micronesia" +value: "70" +data: App\Entity\Country {#7366 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9442 +label: "Moldova" +value: "137" +data: App\Entity\Country {#7385 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9443 +label: "Monaco" +value: "136" +data: App\Entity\Country {#7404 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9444 +label: "Mongolia" +value: "144" +data: App\Entity\Country {#7423 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9445 +label: "Montenegro" +value: "138" +data: App\Entity\Country {#7442 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9446 +label: "Montserrat" +value: "149" +data: App\Entity\Country {#7461 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9447 +label: "Morocco" +value: "135" +data: App\Entity\Country {#7480 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9448 +label: "Mozambique" +value: "156" +data: App\Entity\Country {#7499 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9449 +label: "Myanmar" +value: "143" +data: App\Entity\Country {#7518 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9450 +label: "Namibia" +value: "157" +data: App\Entity\Country {#7537 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9451 +label: "Nauru" +value: "166" +data: App\Entity\Country {#7556 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9452 +label: "Nepal" +value: "165" +data: App\Entity\Country {#7575 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9453 +label: "Netherlands" +value: "163" +data: App\Entity\Country {#7594 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9454 +label: "Netherlands Antilles" +value: "8" +data: App\Entity\Country {#7613 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9455 +label: "Neutral Zone" +value: "167" +data: App\Entity\Country {#7632 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9456 +label: "New Caledonia (French)" +value: "158" +data: App\Entity\Country {#7651 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9457 +label: "New Zealand" +value: "169" +data: App\Entity\Country {#7670 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9458 +label: "Nicaragua" +value: "162" +data: App\Entity\Country {#7689 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9459 +label: "Niger" +value: "159" +data: App\Entity\Country {#7708 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9460 +label: "Nigeria" +value: "161" +data: App\Entity\Country {#7727 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9461 +label: "Niue" +value: "168" +data: App\Entity\Country {#7746 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9462 +label: "Norfolk Island" +value: "160" +data: App\Entity\Country {#7765 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9463 +label: "North Korea" +value: "119" +data: App\Entity\Country {#7784 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9464 +label: "Northern Mariana Islands" +value: "146" +data: App\Entity\Country {#7803 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9465 +label: "Norway" +value: "164" +data: App\Entity\Country {#7822 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9466 +label: "Oman" +value: "170" +data: App\Entity\Country {#7841 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9467 +label: "Pakistan" +value: "176" +data: App\Entity\Country {#7860 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9468 +label: "Palau" +value: "182" +data: App\Entity\Country {#7879 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9469 +label: "Panama" +value: "171" +data: App\Entity\Country {#7898 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9470 +label: "Papua New Guinea" +value: "174" +data: App\Entity\Country {#7917 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9471 +label: "Paraguay" +value: "183" +data: App\Entity\Country {#7936 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9472 +label: "Peru" +value: "172" +data: App\Entity\Country {#7955 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9473 +label: "Philippines" +value: "175" +data: App\Entity\Country {#7977 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9474 +label: "Pitcairn Island" +value: "179" +data: App\Entity\Country {#7999 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9475 +label: "Poland" +value: "177" +data: App\Entity\Country {#8018 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9476 +label: "Polynesia (French)" +value: "173" +data: App\Entity\Country {#8040 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9477 +label: "Portugal" +value: "181" +data: App\Entity\Country {#8059 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9478 +label: "Puerto Rico" +value: "180" +data: App\Entity\Country {#8078 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9479 +label: "Qatar" +value: "184" +data: App\Entity\Country {#8097 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9480 +label: "Reunion (French)" +value: "185" +data: App\Entity\Country {#8116 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9481 +label: "Romania" +value: "186" +data: App\Entity\Country {#8135 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9482 +label: "Russian Federation" +value: "188" +data: App\Entity\Country {#8154 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9483 +label: "Rwanda" +value: "189" +data: App\Entity\Country {#8173 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9484 +label: "S. Georgia &S. Sandwich Isls." +value: "88" +data: App\Entity\Country {#8192 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9485 +label: "Saint Helena" +value: "196" +data: App\Entity\Country {#8211 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9486 +label: "Saint Kitts &Nevis Anguilla" +value: "118" +data: App\Entity\Country {#8230 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9487 +label: "Saint Lucia" +value: "126" +data: App\Entity\Country {#8249 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9488 +label: "Saint Pierre and Miquelon" +value: "178" +data: App\Entity\Country {#8268 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9489 +label: "Saint Tome (Sao Tome) and Principe" +value: "205" +data: App\Entity\Country {#8287 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9490 +label: "Saint Vincent &Grenadines" +value: "234" +data: App\Entity\Country {#8306 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9491 +label: "Samoa" +value: "241" +data: App\Entity\Country {#8325 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9492 +label: "San Marino" +value: "201" +data: App\Entity\Country {#8344 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9493 +label: "Saudi Arabia" +value: "190" +data: App\Entity\Country {#8363 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9494 +label: "Senegal" +value: "202" +data: App\Entity\Country {#8385 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9495 +label: "Serbia" +value: "187" +data: App\Entity\Country {#8404 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9496 +label: "Seychelles" +value: "192" +data: App\Entity\Country {#8423 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9497 +label: "Sierra Leone" +value: "200" +data: App\Entity\Country {#8442 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9498 +label: "Singapore" +value: "195" +data: App\Entity\Country {#8461 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9499 +label: "Slovak Republic" +value: "199" +data: App\Entity\Country {#8483 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9500 +label: "Slovenia" +value: "197" +data: App\Entity\Country {#8502 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9501 +label: "Solomon Islands" +value: "191" +data: App\Entity\Country {#8521 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9502 +label: "Somalia" +value: "203" +data: App\Entity\Country {#8540 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9503 +label: "South Africa" +value: "244" +data: App\Entity\Country {#8559 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9504 +label: "South Korea" +value: "120" +data: App\Entity\Country {#8578 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9505 +label: "Sri Lanka" +value: "128" +data: App\Entity\Country {#8597 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9506 +label: "Sudan" +value: "193" +data: App\Entity\Country {#8616 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9507 +label: "Suriname" +value: "204" +data: App\Entity\Country {#8635 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9508 +label: "Svalbard and Jan Mayen Islands" +value: "198" +data: App\Entity\Country {#8654 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9509 +label: "Swaziland" +value: "209" +data: App\Entity\Country {#8673 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9510 +label: "Sweden" +value: "194" +data: App\Entity\Country {#8692 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9511 +label: "Switzerland" +value: "41" +data: App\Entity\Country {#8714 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9512 +label: "Syria" +value: "208" +data: App\Entity\Country {#8733 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9513 +label: "Tadjikistan" +value: "215" +data: App\Entity\Country {#8752 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9514 +label: "Taiwan" +value: "224" +data: App\Entity\Country {#8771 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9515 +label: "Tanzania" +value: "225" +data: App\Entity\Country {#8790 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9516 +label: "Thailand" +value: "214" +data: App\Entity\Country {#8809 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9517 +label: "Togo" +value: "213" +data: App\Entity\Country {#8828 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9518 +label: "Tokelau" +value: "216" +data: App\Entity\Country {#8847 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9519 +label: "Tonga" +value: "219" +data: App\Entity\Country {#8866 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9520 +label: "Trinidad and Tobago" +value: "222" +data: App\Entity\Country {#8885 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9521 +label: "Tunisia" +value: "218" +data: App\Entity\Country {#8904 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9522 +label: "Turkey" +value: "221" +data: App\Entity\Country {#8923 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9523 +label: "Turkmenistan" +value: "217" +data: App\Entity\Country {#8945 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9524 +label: "Turks and Caicos Islands" +value: "210" +data: App\Entity\Country {#8964 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9525 +label: "Tuvalu" +value: "223" +data: App\Entity\Country {#8983 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9526 +label: "Uganda" +value: "227" +data: App\Entity\Country {#9002 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9527 +label: "Ukraine" +value: "226" +data: App\Entity\Country {#9021 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9528 +label: "United Arab Emirates" +value: "2" +data: App\Entity\Country {#9040 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9529 +label: "Uruguay" +value: "231" +data: App\Entity\Country {#9062 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9530 +label: "USA Minor Outlying Islands" +value: "229" +data: App\Entity\Country {#9081 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9531 +label: "Uzbekistan" +value: "232" +data: App\Entity\Country {#9100 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9532 +label: "Vanuatu" +value: "239" +data: App\Entity\Country {#9119 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9533 +label: "Venezuela" +value: "235" +data: App\Entity\Country {#9138 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9534 +label: "Vietnam" +value: "238" +data: App\Entity\Country {#9157 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9535 +label: "Virgin Islands (British)" +value: "236" +data: App\Entity\Country {#9176 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9536 +label: "Virgin Islands (USA)" +value: "237" +data: App\Entity\Country {#9195 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9537 +label: "Wallis and Futuna Islands" +value: "240" +data: App\Entity\Country {#9214 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9538 +label: "Western Sahara" +value: "63" +data: App\Entity\Country {#9233 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9539 +label: "Yemen" +value: "242" +data: App\Entity\Country {#9252 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9540 +label: "Zambia" +value: "245" +data: App\Entity\Country {#9271 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9541 +label: "Zimbabwe" +value: "246" +data: App\Entity\Country {#9290 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4254 -form: Symfony\Component\Form\Form {#4184 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4255 …5} |
| full_name | "register_account_form[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_country" |
| is_selected | Closure($choice, $value) {#4257 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "COUNTRY" |
| label_attr | [ "class" => "label-title" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | "Select a Country" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| sortable | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_country" |
| valid | true |
| value | "" |
subscribe
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 | [ "class" => "checkbox-single-check" ] |
[ "class" => "checkbox-single-check" ] |
| data | false |
false
|
| label | "Subscribe to the Slitherine Group mailing list" |
same as passed value |
| label_attr | [ "class" => "label-title-single-checkbox" ] |
[ "class" => "label-title-single-checkbox" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "checkbox-single-check" ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data | false |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#4082 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4081 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Subscribe to the Slitherine Group mailing list" |
| label_attr | [ "class" => "label-title-single-checkbox" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4086 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4088 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "checkbox-single-check" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_register_account_form_subscribe" ] |
| cache_key | "_register_account_form_subscribe_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9542 -form: Symfony\Component\Form\Form {#4187 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4256 …5} |
| full_name | "register_account_form[subscribe]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_subscribe" |
| label | "Subscribe to the Slitherine Group mailing list" |
| label_attr | [ "class" => "label-title-single-checkbox" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subscribe" |
| priority | 0 |
| required | false |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_subscribe" |
| valid | true |
| value | "1" |
minorLegalConditionsCheckbox
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 | [ "class" => "checkbox-single-check" ] |
[ "class" => "checkbox-single-check" ] |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#3961 +payload: null +groups: ? ?array +message: "You MUST accept the terms and conditions to continue with registration." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#3961 +payload: null +groups: ? ?array +message: "You MUST accept the terms and conditions to continue with registration." } ] |
| data | false |
false
|
| label | "I agree to terms and conditions and I am over 16 year old" |
same as passed value |
| label_attr | [ "class" => "label-title-single-checkbox" ] |
[ "class" => "label-title-single-checkbox" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "checkbox-single-check" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#3961 +payload: null +groups: ? ?array +message: "You MUST accept the terms and conditions to continue with registration." } ] |
| 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 {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data | false |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#4082 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4081 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "I agree to terms and conditions and I am over 16 year old" |
| label_attr | [ "class" => "label-title-single-checkbox" ] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4095 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#4096 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "checkbox-single-check" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_register_account_form_minorLegalConditionsCheckbox" ] |
| cache_key | "_register_account_form_minorLegalConditionsCheckbox_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9545 -form: Symfony\Component\Form\Form {#4190 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9543 …5} |
| full_name | "register_account_form[minorLegalConditionsCheckbox]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form_minorLegalConditionsCheckbox" |
| label | "I agree to terms and conditions and I am over 16 year old" |
| label_attr | [ "class" => "label-title-single-checkbox" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "minorLegalConditionsCheckbox" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_minorLegalConditionsCheckbox" |
| valid | true |
| value | "1" |
submitButton
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-submit" ] |
[ "class" => "button-submit" ] |
| label | "REGISTER" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "button-submit" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "REGISTER" |
| 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-submit" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_account_form_submitButton" ] |
| cache_key | "_register_account_form_submitButton_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#9546 …5} |
| full_name | "register_account_form[submitButton]" |
| id | "register_account_form_submitButton" |
| label | "REGISTER" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submitButton" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_submitButton" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1c2f5d32cd820bb.7m8QQdxDxu_IpJ4iiuKYTBlUWxqP6DGY9aj6ZvIzFVo.mDxRLbgMqIC80chbwLjIGGEjMCzugGvKs_ueX7oLQDPfJUQGjySWmbzv8Q" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "1c2f5d32cd820bb.7m8QQdxDxu_IpJ4iiuKYTBlUWxqP6DGY9aj6ZvIzFVo.mDxRLbgMqIC80chbwLjIGGEjMCzugGvKs_ueX7oLQDPfJUQGjySWmbzv8Q" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#543 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#544 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#545 …} -namespace: Closure() {#547 …} } |
| data | "1c2f5d32cd820bb.7m8QQdxDxu_IpJ4iiuKYTBlUWxqP6DGY9aj6ZvIzFVo.mDxRLbgMqIC80chbwLjIGGEjMCzugGvKs_ueX7oLQDPfJUQGjySWmbzv8Q" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#9547 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#9551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#3700 …} $message: Closure() {#9548 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_account_form__token" ] |
| cache_key | "_register_account_form__token_hidden" |
| compound | false |
| data | "1c2f5d32cd820bb.7m8QQdxDxu_IpJ4iiuKYTBlUWxqP6DGY9aj6ZvIzFVo.mDxRLbgMqIC80chbwLjIGGEjMCzugGvKs_ueX7oLQDPfJUQGjySWmbzv8Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#9561 -form: Symfony\Component\Form\Form {#9557 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#9552 …5} |
| full_name | "register_account_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "register_account_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "lock_protection" => true "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "list_action_button_content" => "all" "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form__token" |
| valid | true |
| value | "1c2f5d32cd820bb.7m8QQdxDxu_IpJ4iiuKYTBlUWxqP6DGY9aj6ZvIzFVo.mDxRLbgMqIC80chbwLjIGGEjMCzugGvKs_ueX7oLQDPfJUQGjySWmbzv8Q" |