- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 194
- Events
- Routing
- Cache
- Translation 20
- Security
- Twig
- HTTP Client
- Doctrine 7
- E-mails
- Debug
- E-mails
- Payum
- JMS Serializer 0
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
firstname
-
lastname
-
email
-
-
first
-
second
-
-
viewOnly
-
phone
-
isBlocked
-
department
-
addressFirst
-
addressSecond
-
city
-
organization
-
requestedOrganization
-
isHomeOwner
-
registeringOrganization
-
zipCode
-
state
-
stateName
-
captcha
-
country
-
_token
-
user_form
"App\Model\Form\RegisterParty\UserForm"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Model\Builder\RegisterParty\UserBuilder {#1063 +registerAsIndividual: null +department: null +addressFirst: null +addressSecond: null +city: null +zipCode: null +state: null +stateName: null +notes: null +country: null +organization: null +requestedOrganization: null +isHomeOwner: false +registeringOrganization: false +viewOnly: false +enabled: null +passwordValidUntil: null +isBlocked: false +id: null +firstname: null +lastname: null +email: null +password: null +phone: null +isAdmin: null +type: "register_party" #entity: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Model\Builder\RegisterParty\UserBuilder {#1063 +registerAsIndividual: null +department: null +addressFirst: null +addressSecond: null +city: null +zipCode: null +state: null +stateName: null +notes: null +country: null +organization: null +requestedOrganization: null +isHomeOwner: false +registeringOrganization: false +viewOnly: false +enabled: null +passwordValidUntil: null +isBlocked: false +id: null +firstname: null +lastname: null +email: null +password: null +phone: null +isAdmin: null +type: "register_party" #entity: null } |
same as passed value |
is_captcha_for_register | true |
same as passed value |
is_granted_admin | false |
false
|
is_munireg | false |
false
|
is_new | true |
same as passed value |
is_non_registered | true |
same as passed value |
only_super_admins | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data | App\Model\Builder\RegisterParty\UserBuilder {#1063 +registerAsIndividual: null +department: null +addressFirst: null +addressSecond: null +city: null +zipCode: null +state: null +stateName: null +notes: null +country: null +organization: null +requestedOrganization: null +isHomeOwner: false +registeringOrganization: false +viewOnly: false +enabled: null +passwordValidUntil: null +isBlocked: false +id: null +firstname: null +lastname: null +email: null +password: null +phone: null +isAdmin: null +type: "register_party" #entity: null } |
data_class | "App\Model\Builder\RegisterParty\UserBuilder" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2793 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} use: { $class: "App\Model\Builder\RegisterParty\UserBuilder" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_captcha_for_register | true |
is_empty_callback | null |
is_granted_admin | false |
is_granted_non_admin | false |
is_munireg | false |
is_new | true |
is_non_registered | true |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
only_super_admins | true |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2794 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "novalidate" => "novalidate" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user_form" "_user_form" ] |
cache_key | "_user_form_user_form" |
compound | true |
data | App\Model\Builder\RegisterParty\UserBuilder {#1063 +registerAsIndividual: null +department: null +addressFirst: null +addressSecond: null +city: null +zipCode: null +state: null +stateName: null +notes: null +country: null +organization: null +requestedOrganization: null +isHomeOwner: false +registeringOrganization: false +viewOnly: false +enabled: null +passwordValidUntil: null +isBlocked: false +id: null +firstname: null +lastname: null +email: null +password: null +phone: null +isAdmin: null +type: "register_party" #entity: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2796 -form: Symfony\Component\Form\Form {#3129 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3101 …5} |
full_name | "user_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form" |
valid | true |
value | App\Model\Builder\RegisterParty\UserBuilder {#1063 +registerAsIndividual: null +department: null +addressFirst: null +addressSecond: null +city: null +zipCode: null +state: null +stateName: null +notes: null +country: null +organization: null +requestedOrganization: null +isHomeOwner: false +registeringOrganization: false +viewOnly: false +enabled: null +passwordValidUntil: null +isBlocked: false +id: null +firstname: null +lastname: null +email: null +password: null +phone: null +isAdmin: null +type: "register_party" #entity: null } |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "First name" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2813 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2814 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_firstname" ] |
cache_key | "_user_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2855 -form: Symfony\Component\Form\Form {#3126 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3321 …5} |
full_name | "user_form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_firstname" |
label | "First name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_firstname" |
valid | true |
value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Last name" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2822 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2823 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_lastname" ] |
cache_key | "_user_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2926 -form: Symfony\Component\Form\Form {#3137 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3027 …5} |
full_name | "user_form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_lastname" |
label | "Last name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_lastname" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2835 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_form_email" ] |
cache_key | "_user_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3009 -form: Symfony\Component\Form\Form {#3140 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2999 …5} |
full_name | "user_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_email" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Regex {#2802 +message: "The password must contain at least 6 characters, one uppercase letter, and one number." +pattern: "/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z])(?!.*\s).{6,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2803 +message: "Password should not be blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#2802 +message: "The password must contain at least 6 characters, one uppercase letter, and one number." +pattern: "/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z])(?!.*\s).{6,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2803 +message: "Password should not be blank" +allowNull: false +normalizer: null +payload: null } ] |
first_options | [ "label" => "Password" ] |
[ "label" => "Password" ] |
invalid_message | "Both passwords must match." |
same as passed value |
options | [ "always_empty" => false ] |
[ "always_empty" => false ] |
required | false |
false
|
second_options | [ "label" => "Confirm password" ] |
[ "label" => "Confirm password" ] |
type | "Ecommerce121\UtilBundle\Form\ValuedPasswordType" |
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\Regex {#2802 +message: "The password must contain at least 6 characters, one uppercase letter, and one number." +pattern: "/^(?=.*\d)(?=.*[a-z])(?=.*[A-Z])(?=.*[^a-zA-Z])(?!.*\s).{6,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2803 +message: "Password should not be blank" +allowNull: false +normalizer: null +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2851 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Password" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Both passwords must match." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [ "always_empty" => false ] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "Confirm password" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Ecommerce121\UtilBundle\Form\ValuedPasswordType" |
upload_max_size_message | Closure() {#2854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2853 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_form_password" ] |
cache_key | "_user_form_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2967 -form: Symfony\Component\Form\Form {#3164 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3317 …5} |
full_name | "user_form[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Ecommerce121\UtilBundle\Form\ValuedPasswordType"
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 |
---|---|---|
always_empty | false |
false
|
error_bubbling | false |
false
|
label | "Password" |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3149 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3148 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_form_password_first" ] |
cache_key | "_user_form_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3315 -form: Symfony\Component\Form\Form {#3167 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2868 …5} |
full_name | "user_form[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_password_first" |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_password_first" |
valid | true |
value | "" |
second
"Ecommerce121\UtilBundle\Form\ValuedPasswordType"
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 |
---|---|---|
always_empty | false |
false
|
error_bubbling | false |
false
|
label | "Confirm password" |
same as passed value |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3157 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Confirm password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3159 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3158 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_form_password_second" ] |
cache_key | "_user_form_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3313 -form: Symfony\Component\Form\Form {#3170 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3318 …5} |
full_name | "user_form[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_password_second" |
label | "Confirm password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_password_second" |
valid | true |
value | "" |
viewOnly
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "View Only" |
same as passed value |
required | 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 | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2865 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2861 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2867 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "View Only" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2869 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_form_viewOnly" ] |
cache_key | "_user_form_viewOnly_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3316 -form: Symfony\Component\Form\Form {#3173 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3343 …5} |
full_name | "user_form[viewOnly]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_viewOnly" |
label | "View Only" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "viewOnly" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_viewOnly" |
valid | true |
value | "1" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Phone Number" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2878 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Phone Number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2879 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_phone" ] |
cache_key | "_user_form_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2917 -form: Symfony\Component\Form\Form {#3176 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3319 …5} |
full_name | "user_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_phone" |
label | "Phone Number" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_phone" |
valid | true |
value | "" |
isBlocked
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Is Blocked" |
same as passed value |
required | 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 | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2865 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2861 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2867 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Is Blocked" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2887 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_form_isBlocked" ] |
cache_key | "_user_form_isBlocked_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3330 -form: Symfony\Component\Form\Form {#3179 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2839 …5} |
full_name | "user_form[isBlocked]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_isBlocked" |
label | "Is Blocked" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "isBlocked" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_isBlocked" |
valid | true |
value | "1" |
department
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2897 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_department" ] |
cache_key | "_user_form_department_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3336 -form: Symfony\Component\Form\Form {#3182 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3322 …5} |
full_name | "user_form[department]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_department" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "department" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_department" |
valid | true |
value | "" |
addressFirst
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Address 1" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Address 1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2906 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_addressFirst" ] |
cache_key | "_user_form_addressFirst_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3341 -form: Symfony\Component\Form\Form {#3185 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3326 …5} |
full_name | "user_form[addressFirst]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_addressFirst" |
label | "Address 1" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressFirst" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_addressFirst" |
valid | true |
value | "" |
addressSecond
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Address 2" |
same as passed value |
required | 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 | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2914 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Address 2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2915 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_addressSecond" ] |
cache_key | "_user_form_addressSecond_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3327 -form: Symfony\Component\Form\Form {#3188 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3340 …5} |
full_name | "user_form[addressSecond]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_addressSecond" |
label | "Address 2" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressSecond" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_addressSecond" |
valid | true |
value | "" |
city
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2923 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2924 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_city" ] |
cache_key | "_user_form_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3334 -form: Symfony\Component\Form\Form {#3191 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3339 …5} |
full_name | "user_form[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_city" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_city" |
valid | true |
value | "" |
organization
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Organization" |
same as passed value |
placeholder | "-- Choose an organization --" |
same as passed value |
query_builder | Closure(OrganizationRepository $organizationRepository) {#2804 class: "App\Model\Form\RegisterParty\UserForm" this: App\Model\Form\RegisterParty\UserForm {#1239 …} } |
Doctrine\ORM\QueryBuilder {#2958 -_em: Doctrine\ORM\EntityManager {#491 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2960 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2961 #from: "App\Entity\Organization" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2962 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT u FROM App\Entity\Organization u ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2959 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2981 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2964 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2963 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2965 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2969 -om: ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#868 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Organization" |
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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
em | ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2969 -om: ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#868 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "-- Choose an organization --" |
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 {#2958 -_em: Doctrine\ORM\EntityManager {#491 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2960 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2961 #from: "App\Entity\Organization" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2962 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT u FROM App\Entity\Organization u ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2959 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2955 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_form_organization" ] |
cache_key | "_user_form_organization_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +label: "#1 Test Org" +value: "26" +data: App\Entity\Organization {#3344 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +label: "#101 Testing Organization" +value: "28" +data: App\Entity\Organization {#3366 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3332 +label: "Altisource" +value: "19" +data: App\Entity\Organization {#3388 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "Bron" +value: "13" +data: App\Entity\Organization {#3410 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +label: "Cyprexx Services" +value: "12" +data: App\Entity\Organization {#3432 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +label: "Five Brothers" +value: "16" +data: App\Entity\Organization {#3454 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3224 +label: "Insivia" +value: "11" +data: App\Entity\Organization {#3476 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "MidFirst" +value: "17" +data: App\Entity\Organization {#3497 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3329 +label: "Mortgage Contracting Services" +value: "14" +data: App\Entity\Organization {#3519 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3226 +label: "Other Registering Party (Organization)" +value: "6" +data: App\Entity\Organization {#1247 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3754 +label: "PEMCO Ltd." +value: "18" +data: App\Entity\Organization {#3541 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3755 +label: "PNC Bank" +value: "20" +data: App\Entity\Organization {#3563 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3756 +label: "Regions Bank" +value: "21" +data: App\Entity\Organization {#3584 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3757 +label: "Safeguard" +value: "5" +data: App\Entity\Organization {#3606 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3758 +label: "Salvation Army" +value: "23" +data: App\Entity\Organization {#3627 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3759 +label: "ServiceLink" +value: "15" +data: App\Entity\Organization {#3649 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3760 +label: "Test Org" +value: "24" +data: App\Entity\Organization {#3670 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3761 +label: "Test Org" +value: "25" +data: App\Entity\Organization {#3692 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3762 +label: "Tune Organization" +value: "27" +data: App\Entity\Organization {#3713 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3763 +label: "Wells Fargo" +value: "22" +data: App\Entity\Organization {#3734 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3337 -form: Symfony\Component\Form\Form {#3194 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3338 …5} |
full_name | "user_form[organization]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_organization" |
is_selected | Closure($choice, $value) {#3328 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2932 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "organization" |
placeholder | "-- Choose an organization --" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_organization" |
valid | true |
value | "" |
requestedOrganization
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "Organization Name" |
same as passed value |
required | 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 | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2975 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Organization Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2974 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_requestedOrganization" ] |
cache_key | "_user_form_requestedOrganization_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3764 -form: Symfony\Component\Form\Form {#3197 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3335 …5} |
full_name | "user_form[requestedOrganization]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_requestedOrganization" |
label | "Organization Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "requestedOrganization" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_requestedOrganization" |
valid | true |
value | "" |
isHomeOwner
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | true |
same as passed value |
label | "Individual User" |
same as passed value |
required | 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 | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data | true |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2865 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2861 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2867 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Individual User" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2989 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2988 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_form_isHomeOwner" ] |
cache_key | "_user_form_isHomeOwner_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3765 -form: Symfony\Component\Form\Form {#3200 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3766 …5} |
full_name | "user_form[isHomeOwner]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_isHomeOwner" |
label | "Individual User" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "isHomeOwner" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_isHomeOwner" |
valid | true |
value | "1" |
registeringOrganization
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Registering Organization" |
same as passed value |
required | 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 | 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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2865 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2861 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#2867 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Registering Organization" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#2997 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_form_registeringOrganization" ] |
cache_key | "_user_form_registeringOrganization_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3767 -form: Symfony\Component\Form\Form {#3203 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3768 …5} |
full_name | "user_form[registeringOrganization]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_registeringOrganization" |
label | "Registering Organization" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registeringOrganization" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_registeringOrganization" |
valid | true |
value | "1" |
zipCode
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3006 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3008 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3007 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_zipCode" ] |
cache_key | "_user_form_zipCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3769 -form: Symfony\Component\Form\Form {#3206 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3770 …5} |
full_name | "user_form[zipCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_zipCode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipCode" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_zipCode" |
valid | true |
value | "" |
state
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
choice_label | Closure(State $state) {#2806 class: "App\Model\Form\RegisterParty\UserForm" this: App\Model\Form\RegisterParty\UserForm {#1239 …} } |
same as passed value |
class | "App\Entity\State" |
same as passed value |
placeholder | "-- Choose an option --" |
same as passed value |
query_builder | Closure(StateRepository $stateRepository) {#2805 class: "App\Model\Form\RegisterParty\UserForm" this: App\Model\Form\RegisterParty\UserForm {#1239 …} } |
Doctrine\ORM\QueryBuilder {#3018 -_em: Doctrine\ORM\EntityManager {#491 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3020 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3021 #from: "App\Entity\State" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3022 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT s FROM App\Entity\State s ORDER BY s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3019 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(State $state) {#2806 class: "App\Model\Form\RegisterParty\UserForm" this: App\Model\Form\RegisterParty\UserForm {#1239 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3041 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3024 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3023 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3025 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3029 -om: ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#853 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\State" |
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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
em | ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3029 -om: ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#853 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "-- Choose an option --" |
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 {#3018 -_em: Doctrine\ORM\EntityManager {#491 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3020 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3021 #from: "App\Entity\State" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3022 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT s FROM App\Entity\State s ORDER BY s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3019 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3016 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3015 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_form_state" ] |
cache_key | "_user_form_state_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3773 +label: "Alabama" +value: "1" +data: Proxies\__CG__\App\Entity\State {#3630 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3775 +label: "Alaska" +value: "2" +data: Proxies\__CG__\App\Entity\State {#3369 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3777 +label: "Arizona" +value: "3" +data: App\Entity\State {#3969 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3780 +label: "Arkansas" +value: "4" +data: Proxies\__CG__\App\Entity\State {#3673 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3779 +label: "California" +value: "5" +data: Proxies\__CG__\App\Entity\State {#3413 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3774 +label: "Colorado" +value: "6" +data: Proxies\__CG__\App\Entity\State {#3544 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3785 +label: "Connecticut" +value: "7" +data: App\Entity\State {#4019 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3783 +label: "Delaware" +value: "8" +data: App\Entity\State {#4032 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3781 +label: "Florida" +value: "9" +data: Proxies\__CG__\App\Entity\State {#3435 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3776 +label: "Georgia" +value: "10" +data: Proxies\__CG__\App\Entity\State {#3391 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3786 +label: "Hawaii" +value: "11" +data: App\Entity\State {#4069 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4582 +label: "Idaho" +value: "12" +data: App\Entity\State {#4082 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4583 +label: "Illinois" +value: "13" +data: App\Entity\State {#4095 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4584 +label: "Indiana" +value: "14" +data: App\Entity\State {#4108 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4585 +label: "Iowa" +value: "15" +data: Proxies\__CG__\App\Entity\State {#3737 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4586 +label: "Kansas" +value: "16" +data: App\Entity\State {#4133 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4587 +label: "Kentucky" +value: "17" +data: App\Entity\State {#4146 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4588 +label: "Louisiana" +value: "18" +data: App\Entity\State {#4159 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4589 +label: "Maine" +value: "19" +data: App\Entity\State {#4172 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4590 +label: "Maryland" +value: "20" +data: App\Entity\State {#4185 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4591 +label: "Massachusetts" +value: "21" +data: Proxies\__CG__\App\Entity\State {#3587 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4592 +label: "Michigan" +value: "22" +data: Proxies\__CG__\App\Entity\State {#3457 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4593 +label: "Minnesota" +value: "23" +data: App\Entity\State {#4222 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4594 +label: "Mississippi" +value: "24" +data: App\Entity\State {#4235 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4595 +label: "Missouri" +value: "25" +data: App\Entity\State {#4248 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4596 +label: "Montana" +value: "26" +data: App\Entity\State {#4261 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4597 +label: "Nebraska" +value: "27" +data: App\Entity\State {#4274 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4598 +label: "Nevada" +value: "28" +data: App\Entity\State {#4287 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4599 +label: "New Hampshire" +value: "29" +data: App\Entity\State {#4300 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4600 +label: "New Jersey" +value: "30" +data: App\Entity\State {#4313 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4601 +label: "New Mexico" +value: "31" +data: App\Entity\State {#4326 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4602 +label: "New York" +value: "32" +data: App\Entity\State {#4339 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4603 +label: "North Carolina" +value: "33" +data: App\Entity\State {#4352 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4604 +label: "North Dakota" +value: "34" +data: App\Entity\State {#4365 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4605 +label: "Ohio" +value: "35" +data: Proxies\__CG__\App\Entity\State {#1491 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4606 +label: "Oklahoma" +value: "36" +data: Proxies\__CG__\App\Entity\State {#3500 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +label: "Oregon" +value: "37" +data: App\Entity\State {#4402 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4608 +label: "Pennsylvania" +value: "38" +data: App\Entity\State {#4415 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4609 +label: "Rhode Island" +value: "39" +data: App\Entity\State {#4428 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +label: "South Carolina" +value: "40" +data: App\Entity\State {#4441 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +label: "South Dakota" +value: "41" +data: App\Entity\State {#4454 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4612 +label: "Tennessee" +value: "42" +data: Proxies\__CG__\App\Entity\State {#3347 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4613 +label: "Texas" +value: "43" +data: Proxies\__CG__\App\Entity\State {#3522 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4614 +label: "Utah" +value: "44" +data: App\Entity\State {#4491 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4615 +label: "Vermont" +value: "45" +data: App\Entity\State {#4504 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4616 +label: "Virginia" +value: "46" +data: App\Entity\State {#4517 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4617 +label: "Washington" +value: "47" +data: App\Entity\State {#4530 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4618 +label: "West Virginia" +value: "48" +data: App\Entity\State {#4543 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4619 +label: "Wisconsin" +value: "49" +data: App\Entity\State {#4556 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4620 +label: "Wyoming" +value: "50" +data: App\Entity\State {#4569 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3771 -form: Symfony\Component\Form\Form {#3209 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3772 …5} |
full_name | "user_form[state]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_state" |
is_selected | Closure($choice, $value) {#4622 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2932 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "state" |
placeholder | "-- Choose an option --" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_state" |
valid | true |
value | "" |
stateName
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
---|---|---|
label | "State" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3035 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "State" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3033 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3034 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_form_stateName" ] |
cache_key | "_user_form_stateName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4621 -form: Symfony\Component\Form\Form {#3212 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4623 …5} |
full_name | "user_form[stateName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_stateName" |
label | "State" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "stateName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_stateName" |
valid | true |
value | "" |
captcha
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
---|---|---|
background_color | [ 255 255 255 ] |
[ 255 255 255 ] |
length | 6 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [ 255 255 255 ] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#3098 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/var/www/app-dev-munireg/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 70 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Bad code value" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
length | 6 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3099 …} } } |
validation_groups | null |
web_path | "/var/www/app-dev-munireg/public" |
whitelist_key | "captcha_whitelist_key" |
width | 200 |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_user_form_captcha" ] |
cache_key | "_user_form_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2ODApLCBxdWFsaXR5ID0gNTAK/9sAQwAQCwwODAoQDg0OEhEQExgoGhgWFhgxIyUdKDozPTw5Mzg3QEhcTkBEV0U3OFBtUVdfYmdoZz5NcXlwZHhcZWdj/9sAQwEREhIYFRgvGhovY0I4QmNjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2Nj/8AAEQgARgDIAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A9AopM84paACiiigCC8s7e+h8m6iWWPOdp9awX8F2XSG5uYlY/OAwO4enSulopNJiaTOXPguFvnbULlpgflc44H+feqYg1zR78W0F4JUALQRyniYd1+oznGa7Sqt/ZJexAElJYzuilXqjeopOK6CcV0MWHxO0DmPWLV7GQ/dJUlW9ccf41uRXSzgGJkkBGflbNVLdodRVrXUraJrmH76OoYEdmXPY/p0rPm8H2gJayubi1dj8xVsgj07UtQ1N/Mh7AVHMfJiaV3bCjJxWB/wjF8Dxrdxtj/1S88Y6Z5/pVa4s9bs5Y7JNYSd7oNhJgcnA5wSD/MU790F+6OoglM0KyxncjdM1J5hHVTXI2Pio2EDW17ZtG6Bihzwx9Pzrd8PX93qdh9ruRCqux8sR5yACRzmndXsgTT2NHzCeiGjdJ/dFSUUFEe9+6UeavfIqSkwDQAzzR2BNG9/7lPpaAIxKP4gRR5q+5p5GetGMUAM3ufur+dKu/PzYp9FMAooooAayg+x9RSfOOwb9KfRQBG0mxSzqQoGScjiorS+tb1Wa2nSUKdp2nvVggMCCMg8EVyGnL/YfiqWwfi2u+Y/Y9v6ik3Ylto652VEZ3ICqMknsKjtrqC7QvbyrIoOCV9azvE07Wug3TA53LsHrycfyqLwlEtvoMG44Z8uc+9F9bBfWxuVBJeW0T7JLiJX/ALpcZ/KsbxXrBsNPVLVx5852qVPQdzVbTvCFq9qsl+0ks8g3MQ2MZpN62QX1sja1GxF7GssDhLiPmOQdD/sn1BqHSdT85ntbkGK6iOGjbr7c9/Y1UsdBn0rUI5LK7ka0JxJC7dPpVfxBYaveair2cUISMDy5s4YeoPqM0726Cd9zp657xZMtpHaX8JU3cEuEBPUEfMMflWBcXOp4lj1TU5rRol/1Sjl/YYIzn1pLHSmbRbq/vizu8ZFuGyTn1qW29EhOV9EX9C0tb7UnudUi3SFSywso2gH1B+taVx4XSOY3GlXUtnJ1VAcpn6VX0S+AurZp2H72FFDqcgnaOD6HjvXU1biiklY5n+z/ABRGNqarA2/7zMv3fp8tDTeK7ZTI0dlOG/hJA2Y/EfzPSumriPGeo+bqEVj5p8hMGVUOST6VD0QnojTsPF1s832fUEFrMowzhg0ZPsR/n3roo3SWNZI2DowyrKcgj1rzm5003UI/s/RLyPH/AC0Zydw+mMflTNCt9Znnc6XI0XlfeBf5QfTBpKT6iUmeh3t7bWEJlupkiXBxuOC3sB3NVtJ1VdVWWSK3ljgUgRyOMeZ6kfQjFcnqOha1Lema7u4n8vBWaR9o/Af/AFqijvdb0tjc/aGurdCAxJYqfbkcVV5b20HzM9CorlbTxit02wW6RuQCBJIAPzPWt7T57q4V3uIUjQ4Me05yPf8ASrtdXKTuXKKKKQwooooAKKKKACuf8YWDXGmreQ5E9ofMBHXb3/Lr+FdBTWUOpVgCrDBB7ik1dWE1dHGeJNUGo+HtP8vG+5fLKPVeCPzNdbaQLDYwwYBVUC4P0rj4vC19Dq8QwGso596/N0GfT8BXb1Mb3uyY33ZwHirT10zUreRGP2V2LLH2QgjIH1rubfa9vHJE3ysoIxyKq61pMWr2ZgkO1gco/oa5qFta8LRMHiW5sweu7hfx7UfCwtZnZ7iv3xj37U7IxntXKx+L5DdxQTWQgDN8zu/AHeqfirxEjj7Hpkw2MD5sidD7A0+dWDmRJdf8VXrYt4srY2335AMFvpV/7XHo0q2OrSxS22P3UmAWT2ZRz+IFc1Z6nepZ/YNGt5AW5eRU3O/r9KsWHhnU7m4R7yABGzueV8t09M1MW76Ep9jIjmt4Wt3QkkMwlXHBGeP0robXxBco6ppkVzdxAf6pouV9gRngccVmalpkWmz3FiXLSbRIjFcfhWzopefQTdSX8qCAEEA9MdOc+mKqF1pcI32KN9rmq3t59hu5EsI+kgUY49zyfyqpfwWttDD5KssgY7JQMmQ561s+DtOS6NzqN1GJN7bU3jPuT/KqviGOKy8V2kjr5NthDujGMYPJ/CldKOqvcOl2TTaz4ktbMSXNptTHMhTt7gdKn8O6XqMED3NvdQD7RhiVO4H26VvpcskQM5W4t2HE8YBGP9of4Z98VgeE5vL1nULSFs2wYsoHQHPamnZorZo0ru2tdNtjealLNdBCMZycfhmsbUtZ/t5V0uwg+zrIQS02EyPYV2hAPUZxXNeN1gTS0kIVbgSDymHDe9ObbWrHLY0xolnJplvZXcSzLCoAJJBz9RzVBvC7RE/YNVu7VTxtDFgF9ByMVs6dJJLp1vJL/rGjUt9cVZosmOyZzn/CO6i3zNr90HPGQDgD0HP61Nax+ILO6iSaaG+tnYB2wFaMevbP69K3aKXKg5QoooqhhRRRQAUVT1HUrTTIfMu5QmQdq92x2Fc5e6rqusRqun6XLHEHDLK5wWB4U9uPXr9aV1fUTaR12R61Uu9UsrOPfPcIo6cHP8q5FNH8RSgfu4ogMkbnHB6Y79etaVh4QTzPM1Sc3RHRASF/HvTuugrvoMfxDqOrSNDodrgK2GmfGAD0PNOPhm7uVaTVtXkKnJkWM4UgfXj9K6aKJIY1jiUIijAUdAK5m8lm8UXL2Nm5isYHHnzZwXPoB6fX0/OX5ia7nO2+kRajq72NpOCqMT57tkuo9B6111r4T0u3UBo2mP8Aec8/pWlHptpHBDEsChYTuTHGD68VbojGw1GxFDbw267YYkjHT5VAqWiiqKOZ1m0WXxBFCAGN/btG4foApDDH5Vzk9lqVhJPpSRuYp3GCATketddrp8nUtIuIwPNNyIsn+6wwRWvJEsjKxyGXow61Nr6EONyHTbRbCwhtk6Rrg+570X2n2uow+VdwrIvbPUfQ1aoqrF2ObfwdagEW15dwq3VQ+RV7SNCg0jcbeWQsww27HPp2zWtRS5ULlRzUeleI4wUXV49meCVyQPxFSQeFle6W51O8lvZF5AYbVroaKXKhcqEAAAAGAKWiiqKCiiigAooooAKZLvMT+WQH2naT2NFFAGNp3hyGKb7XqLm8vGIYs33VPsK2+nSiiklYSVhaKKKYyK4hW4geFywVxglTg4+tNs7OCxt1gtoxHGvYd/c+tFFAE9FFFABRRRQBR1iwbUrBrdJfKYsrBsZxg5q9RRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB/9k=" |
captcha_height | 70 |
captcha_width | 200 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4624 -form: Symfony\Component\Form\Form {#3215 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4625 …5} |
full_name | "user_form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_captcha" |
image_id | "captcha_6857ef0ad44c2" |
is_human | false |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_captcha" |
valid | true |
value | "" |
country
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
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 |
---|---|---|
choice_label | "name" |
same as passed value |
class | "App\Entity\Country" |
same as passed value |
placeholder | "-- Choose an option --" |
same as passed value |
query_builder | Closure(CountryRepository $countryRepository) {#2807 class: "App\Model\Form\RegisterParty\UserForm" this: App\Model\Form\RegisterParty\UserForm {#1239 …} } |
Doctrine\ORM\QueryBuilder {#3111 -_em: Doctrine\ORM\EntityManager {#491 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3113 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3114 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3115 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Country c ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3112 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
choice_attr | null |
choice_filter | null |
choice_label | "name" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3134 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3117 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3116 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3118 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3122 -om: ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3042 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data_class | null |
disabled | false |
em | ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3122 -om: ContainerCQKx4M5\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#564 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3042 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "-- Choose an option --" |
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 {#3111 -_em: Doctrine\ORM\EntityManager {#491 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3113 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3114 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3115 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Country c ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3112 …} -_firstResult: 0 -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3109 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#3108 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_form_country" ] |
cache_key | "_user_form_country_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4630 +label: "Afghanistan" +value: "2" +data: App\Entity\Country {#4645 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4634 +label: "Albania" +value: "3" +data: App\Entity\Country {#4653 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4632 +label: "Algeria" +value: "4" +data: App\Entity\Country {#4660 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +label: "American Samoa" +value: "5" +data: App\Entity\Country {#4667 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4631 +label: "Andorra" +value: "6" +data: App\Entity\Country {#4674 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4642 +label: "Angola" +value: "7" +data: App\Entity\Country {#4681 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4640 +label: "Anguilla" +value: "8" +data: App\Entity\Country {#4688 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4638 +label: "Antarctica" +value: "9" +data: App\Entity\Country {#4695 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4633 +label: "Antigua And Barbuda" +value: "10" +data: App\Entity\Country {#4702 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4643 +label: "Argentina" +value: "11" +data: App\Entity\Country {#4709 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6332 +label: "Armenia" +value: "12" +data: App\Entity\Country {#4716 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6333 +label: "Aruba" +value: "13" +data: App\Entity\Country {#4723 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6334 +label: "Australia" +value: "14" +data: App\Entity\Country {#4730 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6335 +label: "Austria" +value: "15" +data: App\Entity\Country {#4737 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6336 +label: "Azerbaijan" +value: "16" +data: App\Entity\Country {#4744 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6337 +label: "Bahamas" +value: "17" +data: App\Entity\Country {#4751 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6338 +label: "Bahrain" +value: "18" +data: App\Entity\Country {#4758 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6339 +label: "Bangladesh" +value: "19" +data: App\Entity\Country {#4765 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6340 +label: "Barbados" +value: "20" +data: App\Entity\Country {#4772 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6341 +label: "Belarus" +value: "21" +data: App\Entity\Country {#4779 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6342 +label: "Belgium" +value: "22" +data: App\Entity\Country {#4786 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6343 +label: "Belize" +value: "23" +data: App\Entity\Country {#4793 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6344 +label: "Benin" +value: "24" +data: App\Entity\Country {#4800 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6345 +label: "Bermuda" +value: "25" +data: App\Entity\Country {#4807 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6346 +label: "Bhutan" +value: "26" +data: App\Entity\Country {#4814 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6347 +label: "Bolivia" +value: "27" +data: App\Entity\Country {#4821 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6348 +label: "Bosnia And Herzegovina" +value: "28" +data: App\Entity\Country {#4828 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6349 +label: "Botswana" +value: "29" +data: App\Entity\Country {#4835 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6350 +label: "Bouvet Island" +value: "30" +data: App\Entity\Country {#4842 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6351 +label: "Brazil" +value: "31" +data: App\Entity\Country {#4849 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6352 +label: "British Indian Ocean Territory" +value: "32" +data: App\Entity\Country {#4856 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6353 +label: "Brunei Darussalam" +value: "33" +data: App\Entity\Country {#4863 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6354 +label: "Bulgaria" +value: "34" +data: App\Entity\Country {#4870 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6355 +label: "Burkina Faso" +value: "35" +data: App\Entity\Country {#4877 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6356 +label: "Burundi" +value: "36" +data: App\Entity\Country {#4884 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6357 +label: "Cambodia" +value: "37" +data: App\Entity\Country {#4891 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6358 +label: "Cameroon" +value: "38" +data: App\Entity\Country {#4898 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6359 +label: "Canada" +value: "39" +data: App\Entity\Country {#4905 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6360 +label: "Cape Verde" +value: "40" +data: App\Entity\Country {#4912 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6361 +label: "Cayman Islands" +value: "41" +data: App\Entity\Country {#4919 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6362 +label: "Central African Republic" +value: "42" +data: App\Entity\Country {#4926 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6363 +label: "Chad" +value: "43" +data: App\Entity\Country {#4933 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6364 +label: "Chile" +value: "44" +data: App\Entity\Country {#4940 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6365 +label: "China" +value: "45" +data: App\Entity\Country {#4947 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6366 +label: "Christmas Island" +value: "46" +data: App\Entity\Country {#4954 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6367 +label: "Cocos (keeling) Islands" +value: "47" +data: App\Entity\Country {#4961 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6368 +label: "Colombia" +value: "48" +data: App\Entity\Country {#4968 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6369 +label: "Comoros" +value: "49" +data: App\Entity\Country {#4975 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6370 +label: "Congo" +value: "50" +data: App\Entity\Country {#4982 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6371 +label: "Congo" +value: "51" +data: App\Entity\Country {#4989 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6372 +label: "Cook Islands" +value: "52" +data: App\Entity\Country {#4996 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6373 +label: "Costa Rica" +value: "53" +data: App\Entity\Country {#5003 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6374 +label: "Cote D'ivoire" +value: "54" +data: App\Entity\Country {#5010 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6375 +label: "Croatia" +value: "55" +data: App\Entity\Country {#5017 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6376 +label: "Cuba" +value: "56" +data: App\Entity\Country {#5024 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6377 +label: "Cyprus" +value: "57" +data: App\Entity\Country {#5031 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6378 +label: "Czech Republic" +value: "58" +data: App\Entity\Country {#5038 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6379 +label: "Denmark" +value: "59" +data: App\Entity\Country {#5045 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6380 +label: "Djibouti" +value: "60" +data: App\Entity\Country {#5052 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6381 +label: "Dominica" +value: "61" +data: App\Entity\Country {#5059 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6382 +label: "Dominican Republic" +value: "62" +data: App\Entity\Country {#5066 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6383 +label: "East Timor" +value: "63" +data: App\Entity\Country {#5073 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6384 +label: "Ecuador" +value: "64" +data: App\Entity\Country {#5080 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6385 +label: "Egypt" +value: "65" +data: App\Entity\Country {#5087 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6386 +label: "El Salvador" +value: "66" +data: App\Entity\Country {#5094 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6387 +label: "Equatorial Guinea" +value: "67" +data: App\Entity\Country {#5101 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6388 +label: "Eritrea" +value: "68" +data: App\Entity\Country {#5108 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6389 +label: "Estonia" +value: "69" +data: App\Entity\Country {#5115 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6390 +label: "Ethiopia" +value: "70" +data: App\Entity\Country {#5122 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6391 +label: "Falkland Islands" +value: "71" +data: App\Entity\Country {#5129 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6392 +label: "Faroe Islands" +value: "72" +data: App\Entity\Country {#5136 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6393 +label: "Fiji" +value: "73" +data: App\Entity\Country {#5143 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6394 +label: "Finland" +value: "74" +data: App\Entity\Country {#5150 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6395 +label: "France" +value: "75" +data: App\Entity\Country {#5157 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6396 +label: "French Guiana" +value: "76" +data: App\Entity\Country {#5164 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6397 +label: "French Polynesia" +value: "77" +data: App\Entity\Country {#5171 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6398 +label: "French Southern Territories" +value: "78" +data: App\Entity\Country {#5178 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6399 +label: "Gabon" +value: "79" +data: App\Entity\Country {#5185 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6400 +label: "Gambia" +value: "80" +data: App\Entity\Country {#5192 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6401 +label: "Georgia" +value: "81" +data: App\Entity\Country {#5199 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6402 +label: "Germany" +value: "82" +data: App\Entity\Country {#5206 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6403 +label: "Ghana" +value: "83" +data: App\Entity\Country {#5213 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6404 +label: "Gibraltar" +value: "84" +data: App\Entity\Country {#5220 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6405 +label: "Greece" +value: "85" +data: App\Entity\Country {#5227 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6406 +label: "Greenland" +value: "86" +data: App\Entity\Country {#5234 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6407 +label: "Grenada" +value: "87" +data: App\Entity\Country {#5241 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6408 +label: "Guadeloupe" +value: "88" +data: App\Entity\Country {#5248 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6409 +label: "Guam" +value: "89" +data: App\Entity\Country {#5255 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6410 +label: "Guatemala" +value: "90" +data: App\Entity\Country {#5262 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6411 +label: "Guinea" +value: "91" +data: App\Entity\Country {#5269 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6412 +label: "Guinea-bissau" +value: "92" +data: App\Entity\Country {#5276 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6413 +label: "Guyana" +value: "93" +data: App\Entity\Country {#5283 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6414 +label: "Haiti" +value: "94" +data: App\Entity\Country {#5290 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6415 +label: "Heard Island And Mcdonald Islands" +value: "95" +data: App\Entity\Country {#5297 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6416 +label: "Holy See (vatican City State)" +value: "96" +data: App\Entity\Country {#5304 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6417 +label: "Honduras" +value: "97" +data: App\Entity\Country {#5311 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6418 +label: "Hong Kong" +value: "98" +data: App\Entity\Country {#5318 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6419 +label: "Hungary" +value: "99" +data: App\Entity\Country {#5325 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6420 +label: "Iceland" +value: "100" +data: App\Entity\Country {#5332 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6421 +label: "India" +value: "101" +data: App\Entity\Country {#5339 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6422 +label: "Indonesia" +value: "102" +data: App\Entity\Country {#5346 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6423 +label: "Iran" +value: "103" +data: App\Entity\Country {#5353 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6424 +label: "Iraq" +value: "104" +data: App\Entity\Country {#5360 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6425 +label: "Ireland" +value: "105" +data: App\Entity\Country {#5367 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6426 +label: "Israel" +value: "106" +data: App\Entity\Country {#5374 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6427 +label: "Italy" +value: "107" +data: App\Entity\Country {#5381 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6428 +label: "Jamaica" +value: "108" +data: App\Entity\Country {#5388 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6429 +label: "Japan" +value: "109" +data: App\Entity\Country {#5395 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6430 +label: "Jordan" +value: "110" +data: App\Entity\Country {#5402 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6431 +label: "Kazakstan" +value: "111" +data: App\Entity\Country {#5409 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6432 +label: "Kenya" +value: "112" +data: App\Entity\Country {#5416 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6433 +label: "Kiribati" +value: "113" +data: App\Entity\Country {#5423 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6434 +label: "Korea, Democratic People's Republic Of" +value: "114" +data: App\Entity\Country {#5430 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6435 +label: "Korea, Republic Of" +value: "115" +data: App\Entity\Country {#5437 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6436 +label: "Kosovo" +value: "116" +data: App\Entity\Country {#5444 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6437 +label: "Kuwait" +value: "117" +data: App\Entity\Country {#5451 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6438 +label: "Kyrgyzstan" +value: "118" +data: App\Entity\Country {#5458 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6439 +label: "Lao People's Democratic Republic" +value: "119" +data: App\Entity\Country {#5465 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6440 +label: "Latvia" +value: "120" +data: App\Entity\Country {#5472 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6441 +label: "Lebanon" +value: "121" +data: App\Entity\Country {#5479 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6442 +label: "Lesotho" +value: "122" +data: App\Entity\Country {#5486 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6443 +label: "Liberia" +value: "123" +data: App\Entity\Country {#5493 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6444 +label: "Libyan Arab Jamahiriya" +value: "124" +data: App\Entity\Country {#5500 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6445 +label: "Liechtenstein" +value: "125" +data: App\Entity\Country {#5507 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6446 +label: "Lithuania" +value: "126" +data: App\Entity\Country {#5514 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6447 +label: "Luxembourg" +value: "127" +data: App\Entity\Country {#5521 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6448 +label: "Macau" +value: "128" +data: App\Entity\Country {#5528 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6449 +label: "Macedonia, The Former Yugoslav Republic Of" +value: "129" +data: App\Entity\Country {#5535 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6450 +label: "Madagascar" +value: "130" +data: App\Entity\Country {#5542 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6451 +label: "Malawi" +value: "131" +data: App\Entity\Country {#5549 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6452 +label: "Malaysia" +value: "132" +data: App\Entity\Country {#5556 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6453 +label: "Maldives" +value: "133" +data: App\Entity\Country {#5563 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6454 +label: "Mali" +value: "134" +data: App\Entity\Country {#5570 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6455 +label: "Malta" +value: "135" +data: App\Entity\Country {#5577 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6456 +label: "Marshall Islands" +value: "136" +data: App\Entity\Country {#5584 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6457 +label: "Martinique" +value: "137" +data: App\Entity\Country {#5591 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6458 +label: "Mauritania" +value: "138" +data: App\Entity\Country {#5598 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6459 +label: "Mauritius" +value: "139" +data: App\Entity\Country {#5605 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6460 +label: "Mayotte" +value: "140" +data: App\Entity\Country {#5612 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6461 +label: "Mexico" +value: "141" +data: App\Entity\Country {#5619 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6462 +label: "Micronesia, Federated States Of" +value: "142" +data: App\Entity\Country {#5626 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6463 +label: "Moldova, Republic Of" +value: "143" +data: App\Entity\Country {#5633 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6464 +label: "Monaco" +value: "144" +data: App\Entity\Country {#5640 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6465 +label: "Mongolia" +value: "145" +data: App\Entity\Country {#5647 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6466 +label: "Montenegro" +value: "147" +data: App\Entity\Country {#5654 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6467 +label: "Montserrat" +value: "146" +data: App\Entity\Country {#5661 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6468 +label: "Morocco" +value: "148" +data: App\Entity\Country {#5668 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6469 +label: "Mozambique" +value: "149" +data: App\Entity\Country {#5675 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6470 +label: "Myanmar" +value: "150" +data: App\Entity\Country {#5682 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6471 +label: "Namibia" +value: "151" +data: App\Entity\Country {#5689 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6472 +label: "Nauru" +value: "152" +data: App\Entity\Country {#5696 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6473 +label: "Nepal" +value: "153" +data: App\Entity\Country {#5703 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6474 +label: "Netherlands" +value: "154" +data: App\Entity\Country {#5710 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6475 +label: "Netherlands Antilles" +value: "155" +data: App\Entity\Country {#5717 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6476 +label: "New Caledonia" +value: "156" +data: App\Entity\Country {#5724 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6477 +label: "New Zealand" +value: "157" +data: App\Entity\Country {#5731 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6478 +label: "Nicaragua" +value: "158" +data: App\Entity\Country {#5738 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6479 +label: "Niger" +value: "159" +data: App\Entity\Country {#5745 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6480 +label: "Nigeria" +value: "160" +data: App\Entity\Country {#5752 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6481 +label: "Niue" +value: "161" +data: App\Entity\Country {#5759 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6482 +label: "Norfolk Island" +value: "162" +data: App\Entity\Country {#5766 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6483 +label: "Northern Mariana Islands" +value: "163" +data: App\Entity\Country {#5773 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6484 +label: "Norway" +value: "164" +data: App\Entity\Country {#5780 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6485 +label: "Oman" +value: "165" +data: App\Entity\Country {#5787 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6486 +label: "Pakistan" +value: "166" +data: App\Entity\Country {#5794 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6487 +label: "Palau" +value: "167" +data: App\Entity\Country {#5801 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6488 +label: "Palestinian Territory" +value: "168" +data: App\Entity\Country {#5808 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6489 +label: "Panama" +value: "169" +data: App\Entity\Country {#5815 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6490 +label: "Papua New Guinea" +value: "170" +data: App\Entity\Country {#5822 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6491 +label: "Paraguay" +value: "171" +data: App\Entity\Country {#5829 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6492 +label: "Peru" +value: "172" +data: App\Entity\Country {#5836 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6493 +label: "Philippines" +value: "173" +data: App\Entity\Country {#5843 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6494 +label: "Pitcairn" +value: "174" +data: App\Entity\Country {#5850 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6495 +label: "Poland" +value: "175" +data: App\Entity\Country {#5857 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6496 +label: "Portugal" +value: "176" +data: App\Entity\Country {#5864 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6497 +label: "Puerto Rico" +value: "177" +data: App\Entity\Country {#5871 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6498 +label: "Qatar" +value: "178" +data: App\Entity\Country {#5878 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6499 +label: "Reunion" +value: "179" +data: App\Entity\Country {#5885 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6500 +label: "Romania" +value: "180" +data: App\Entity\Country {#5892 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6501 +label: "Russian Federation" +value: "181" +data: App\Entity\Country {#5899 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6502 +label: "Rwanda" +value: "182" +data: App\Entity\Country {#5906 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6503 +label: "Saint Helena" +value: "183" +data: App\Entity\Country {#5913 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6504 +label: "Saint Kitts And Nevis" +value: "184" +data: App\Entity\Country {#5920 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6505 +label: "Saint Lucia" +value: "185" +data: App\Entity\Country {#5927 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6506 +label: "Saint Pierre And Miquelon" +value: "186" +data: App\Entity\Country {#5934 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6507 +label: "Saint Vincent And The Grenadines" +value: "187" +data: App\Entity\Country {#5941 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6508 +label: "Samoa" +value: "188" +data: App\Entity\Country {#5948 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6509 +label: "San Marino" +value: "189" +data: App\Entity\Country {#5955 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6510 +label: "Sao Tome And Principe" +value: "190" +data: App\Entity\Country {#5962 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6511 +label: "Saudi Arabia" +value: "191" +data: App\Entity\Country {#5969 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6512 +label: "Senegal" +value: "192" +data: App\Entity\Country {#5976 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6513 +label: "Serbia" +value: "193" +data: App\Entity\Country {#5983 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6514 +label: "Seychelles" +value: "194" +data: App\Entity\Country {#5990 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6515 +label: "Sierra Leone" +value: "195" +data: App\Entity\Country {#5997 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6516 +label: "Singapore" +value: "196" +data: App\Entity\Country {#6004 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6517 +label: "Slovakia" +value: "197" +data: App\Entity\Country {#6011 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6518 +label: "Slovenia" +value: "198" +data: App\Entity\Country {#6018 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6519 +label: "Solomon Islands" +value: "199" +data: App\Entity\Country {#6025 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6520 +label: "Somalia" +value: "200" +data: App\Entity\Country {#6032 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6521 +label: "South Africa" +value: "201" +data: App\Entity\Country {#6039 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6522 +label: "South Georgia And The South Sandwich Islands" +value: "202" +data: App\Entity\Country {#6046 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6523 +label: "Spain" +value: "203" +data: App\Entity\Country {#6053 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6524 +label: "Sri Lanka" +value: "204" +data: App\Entity\Country {#6060 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6525 +label: "Sudan" +value: "205" +data: App\Entity\Country {#6067 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6526 +label: "Suriname" +value: "206" +data: App\Entity\Country {#6074 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6527 +label: "Svalbard And Jan Mayen" +value: "207" +data: App\Entity\Country {#6081 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6528 +label: "Swaziland" +value: "208" +data: App\Entity\Country {#6088 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6529 +label: "Sweden" +value: "209" +data: App\Entity\Country {#6095 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6530 +label: "Switzerland" +value: "210" +data: App\Entity\Country {#6102 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6531 +label: "Syrian Arab Republic" +value: "211" +data: App\Entity\Country {#6109 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6532 +label: "Taiwan" +value: "212" +data: App\Entity\Country {#6116 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6533 +label: "Tajikistan" +value: "213" +data: App\Entity\Country {#6123 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6534 +label: "Tanzania, United Republic Of" +value: "214" +data: App\Entity\Country {#6130 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6535 +label: "Thailand" +value: "215" +data: App\Entity\Country {#6137 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6536 +label: "Togo" +value: "216" +data: App\Entity\Country {#6144 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6537 +label: "Tokelau" +value: "217" +data: App\Entity\Country {#6151 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6538 +label: "Tonga" +value: "218" +data: App\Entity\Country {#6158 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6539 +label: "Trinidad And Tobago" +value: "219" +data: App\Entity\Country {#6165 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6540 +label: "Tunisia" +value: "220" +data: App\Entity\Country {#6172 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6541 +label: "Turkey" +value: "221" +data: App\Entity\Country {#6179 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6542 +label: "Turkmenistan" +value: "222" +data: App\Entity\Country {#6186 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6543 +label: "Turks And Caicos Islands" +value: "223" +data: App\Entity\Country {#6193 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6544 +label: "Tuvalu" +value: "224" +data: App\Entity\Country {#6200 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6545 +label: "Uganda" +value: "225" +data: App\Entity\Country {#6207 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6546 +label: "Ukraine" +value: "226" +data: App\Entity\Country {#6214 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6547 +label: "United Arab Emirates" +value: "227" +data: App\Entity\Country {#6221 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6548 +label: "United Kingdom" +value: "228" +data: App\Entity\Country {#6228 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +label: "United States" +value: "1" +data: Proxies\__CG__\App\Entity\Country {#3805 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6551 +label: "United States Minor Outlying Islands" +value: "229" +data: App\Entity\Country {#6241 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6550 +label: "Uruguay" +value: "230" +data: App\Entity\Country {#6248 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6553 +label: "Uzbekistan" +value: "231" +data: App\Entity\Country {#6255 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6554 +label: "Vanuatu" +value: "232" +data: App\Entity\Country {#6262 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6555 +label: "Venezuela" +value: "233" +data: App\Entity\Country {#6269 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6556 +label: "Viet Nam" +value: "234" +data: App\Entity\Country {#6276 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6557 +label: "Virgin Islands, British" +value: "235" +data: App\Entity\Country {#6283 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6558 +label: "Virgin Islands, U.s." +value: "236" +data: App\Entity\Country {#6290 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +label: "Wallis And Futuna" +value: "237" +data: App\Entity\Country {#6297 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6560 +label: "Western Sahara" +value: "238" +data: App\Entity\Country {#6304 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6561 +label: "Yemen" +value: "239" +data: App\Entity\Country {#6311 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6562 +label: "Zambia" +value: "240" +data: App\Entity\Country {#6318 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6563 +label: "Zimbabwe" +value: "241" +data: App\Entity\Country {#6325 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4626 -form: Symfony\Component\Form\Form {#3218 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4627 …5} |
full_name | "user_form[country]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_form_country" |
is_selected | Closure($choice, $value) {#4629 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2932 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "country" |
placeholder | "-- Choose an option --" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form_country" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6b0b219fe405b554eba3b9e.NsJGI455tYV1RjA-W6z-vuc1HzYk-uTipsw-t9tZiMM.ZqcnddwmgOwPBH5HHc7Hh7FeKnlFy66P8JZ744MM8Il4j3BZuy34zD0SBA" |
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 | "6b0b219fe405b554eba3b9e.NsJGI455tYV1RjA-W6z-vuc1HzYk-uTipsw-t9tZiMM.ZqcnddwmgOwPBH5HHc7Hh7FeKnlFy66P8JZ744MM8Il4j3BZuy34zD0SBA" |
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 {#2770 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2771 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2772 …} -namespace: Closure() {#2774 …} } |
data | "6b0b219fe405b554eba3b9e.NsJGI455tYV1RjA-W6z-vuc1HzYk-uTipsw-t9tZiMM.ZqcnddwmgOwPBH5HHc7Hh7FeKnlFy66P8JZ744MM8Il4j3BZuy34zD0SBA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6567 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1246 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2776 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $translationDomain: "validators" $message: Closure() {#6566 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user_form__token" ] |
cache_key | "_user_form__token_hidden" |
compound | false |
data | "6b0b219fe405b554eba3b9e.NsJGI455tYV1RjA-W6z-vuc1HzYk-uTipsw-t9tZiMM.ZqcnddwmgOwPBH5HHc7Hh7FeKnlFy66P8JZ744MM8Il4j3BZuy34zD0SBA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6579 -form: Symfony\Component\Form\Form {#6575 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6570 …5} |
full_name | "user_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_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 | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_form__token" |
valid | true |
value | "6b0b219fe405b554eba3b9e.NsJGI455tYV1RjA-W6z-vuc1HzYk-uTipsw-t9tZiMM.ZqcnddwmgOwPBH5HHc7Hh7FeKnlFy66P8JZ744MM8Il4j3BZuy34zD0SBA" |