- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 114
- Events
- Routing
- Cache
- Translation 11
- Security
- Twig
- HTTP Client
- Doctrine 3
- Migrations
- Debug
- E-mails
- 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
-
-
customerAccountName
-
contactFirstName
-
contactLastName
-
addressLine1
-
addressLine2
-
phone
-
website
-
email
-
IATANumber
-
customerAccount
-
phoneCountryCode
-
language
-
ownershipLink
-
_token
-
request_access
"App\Form\Login\RequestAccessType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
same as passed value |
doFilterByCustomerAccount | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
data_class | "App\Entity\RequestAccess" |
disabled | false |
doFilterByCustomerAccount | false |
empty_data | Closure(FormInterface $form) {#2524 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} use: { $class: "App\Entity\RequestAccess" } } |
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 | 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() {#2526 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2525 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "request_access" "_request_access" ] |
cache_key | "_request_access_request_access" |
compound | true |
data | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2964 -form: Symfony\Component\Form\Form {#2969 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2527 …5} |
full_name | "request_access" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "request_access" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access" |
valid | true |
value | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
customerAccountName
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2556 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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() {#2554 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2555 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_customerAccountName" ] |
cache_key | "_request_access_customerAccountName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2855 -form: Symfony\Component\Form\Form {#2972 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2899 …5} |
full_name | "request_access[customerAccountName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_customerAccountName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "customerAccountName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_customerAccountName" |
valid | true |
value | "" |
contactFirstName
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2560 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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() {#2786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2785 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_contactFirstName" ] |
cache_key | "_request_access_contactFirstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2843 -form: Symfony\Component\Form\Form {#2975 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2832 …5} |
full_name | "request_access[contactFirstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_contactFirstName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contactFirstName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_contactFirstName" |
valid | true |
value | "" |
contactLastName
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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() {#2795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2794 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_contactLastName" ] |
cache_key | "_request_access_contactLastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2823 -form: Symfony\Component\Form\Form {#2978 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2811 …5} |
full_name | "request_access[contactLastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_contactLastName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contactLastName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_contactLastName" |
valid | true |
value | "" |
addressLine1
"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 |
---|---|---|
attr | [ "autocomplete" => "disabled" ] |
[ "autocomplete" => "disabled" ] |
label | "Address" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "disabled" ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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" |
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() {#2801 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2539 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "disabled" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_addressLine1" ] |
cache_key | "_request_access_addressLine1_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2802 -form: Symfony\Component\Form\Form {#2981 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2796 …5} |
full_name | "request_access[addressLine1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_addressLine1" |
label | "Address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressLine1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_addressLine1" |
valid | true |
value | "" |
addressLine2
"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 |
---|---|---|
attr | [ "autocomplete" => "disabled" ] |
[ "autocomplete" => "disabled" ] |
label | "Unit/Suite/Apartment" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "autocomplete" => "disabled" ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2808 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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 | "Unit/Suite/Apartment" |
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() {#2810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2809 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "autocomplete" => "disabled" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_addressLine2" ] |
cache_key | "_request_access_addressLine2_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2787 -form: Symfony\Component\Form\Form {#2984 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2553 …5} |
full_name | "request_access[addressLine2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_addressLine2" |
label | "Unit/Suite/Apartment" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "addressLine2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_addressLine2" |
valid | true |
value | "" |
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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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() {#2822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2821 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_phone" ] |
cache_key | "_request_access_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3012 -form: Symfony\Component\Form\Form {#2987 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3014 …5} |
full_name | "request_access[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_phone" |
label | null |
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 | "_request_access_phone" |
valid | true |
value | "" |
website
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2830 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_website" ] |
cache_key | "_request_access_website_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3015 -form: Symfony\Component\Form\Form {#2990 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3016 …5} |
full_name | "request_access[website]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_website" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "website" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_website" |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2840 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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() {#2842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2839 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_request_access_email" ] |
cache_key | "_request_access_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3017 -form: Symfony\Component\Form\Form {#2993 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3069 …5} |
full_name | "request_access[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_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 | "_request_access_email" |
valid | true |
value | "" |
IATANumber
"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 |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2853 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_request_access_IATANumber" ] |
cache_key | "_request_access_IATANumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3071 -form: Symfony\Component\Form\Form {#2996 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3072 …5} |
full_name | "request_access[IATANumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_IATANumber" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "IATANumber" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_IATANumber" |
valid | true |
value | "" |
customerAccount
"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 |
---|---|---|
class | "App\Entity\CustomerAccount" |
same as passed value |
empty_data | null |
null
|
label | "Host / Agency Group:" |
same as passed value |
placeholder | "Please choose" |
same as passed value |
query_builder | Closure(CustomerAccountRepository $customerAccountRepo) {#2532 class: "App\Form\Login\RequestAccessType" this: App\Form\Login\RequestAccessType {#2150 …} use: { $options: [ "block_name" => null "disabled" => false "label" => null "label_format" => null "label_translation_parameters" => [] "attr_translation_parameters" => [] "translation_domain" => null "auto_initialize" => true "trim" => true "required" => true "property_path" => null "mapped" => true "by_reference" => true "inherit_data" => false "compound" => true "method" => "POST" "post_max_size_message" => "The uploaded file was too large. Please try to upload a smaller file." "allow_file_upload" => false "help_translation_parameters" => [] "invalid_message" => "This value is not valid." "invalid_message_parameters" => [] "error_mapping" => [] "allow_extra_fields" => true "extra_fields_message" => "This form should not contain extra fields." "csrf_protection" => true "csrf_field_name" => "_token" "csrf_message" => "The CSRF token is invalid. Please try to resubmit the form." "csrf_token_manager" => Symfony\Component\Security\Csrf\CsrfTokenManager {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } "csrf_token_id" => null "block_prefix" => null "row_attr" => [] "label_html" => false "attr" => [] "priority" => 0 "form_attr" => false "data_class" => "App\Entity\RequestAccess" "empty_data" => Closure(FormInterface $form) {#2524 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} use: { $class: "App\Entity\RequestAccess" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#2526 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2525 …} } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "validation_groups" => null "constraints" => [] "legacy_error_messages" => true "doFilterByCustomerAccount" => false "data" => App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } ] } } |
Doctrine\ORM\QueryBuilder {#2884 -_em: Doctrine\ORM\EntityManager {#666 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2886 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2887 #from: "App\Entity\CustomerAccount" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2888 #joinType: "INNER" #join: "c.customerAccountType" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2889 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "t.name='Agency host'" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2890 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\CustomerAccount c INNER JOIN c.customerAccountType t WHERE t.name='Agency host' ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2885 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "t" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2880 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2918 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2892 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2891 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2893 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2896 -om: ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#759 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\CustomerAccount" |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
em | ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} |
empty_data | null |
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 {#2896 -om: ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#759 …} -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 | "Host / Agency Group:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Please choose" |
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 {#2884 -_em: Doctrine\ORM\EntityManager {#666 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2886 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2887 #from: "App\Entity\CustomerAccount" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2888 #joinType: "INNER" #join: "c.customerAccountType" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2889 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "t.name='Agency host'" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2890 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\CustomerAccount c INNER JOIN c.customerAccountType t WHERE t.name='Agency host' ORDER BY c.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2885 …} -_firstResult: null -_maxResults: null -joinRootAliases: [ "t" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2881 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_request_access_customerAccount" ] |
cache_key | "_request_access_customerAccount_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3075 +label: "Acadiana Travel" +value: "213" +data: App\Entity\CustomerAccount {#3091 …} +attr: [] +labelTranslationParameters: [] } 6098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +label: "Admiral Travel International Inc." +value: "6098" +data: App\Entity\CustomerAccount {#3414 …} +attr: [] +labelTranslationParameters: [] } 6166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3079 +label: "AgencyTest05242024" +value: "6166" +data: App\Entity\CustomerAccount {#3221 …} +attr: [] +labelTranslationParameters: [] } 6164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "AgencyTest17" +value: "6164" +data: App\Entity\CustomerAccount {#4457 …} +attr: [] +labelTranslationParameters: [] } 6099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "All Direct Travel Inc." +value: "6099" +data: App\Entity\CustomerAccount {#4436 …} +attr: [] +labelTranslationParameters: [] } 6100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +label: "All Star Travel Group" +value: "6100" +data: App\Entity\CustomerAccount {#4417 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "All World Travel" +value: "86" +data: App\Entity\CustomerAccount {#4398 …} +attr: [] +labelTranslationParameters: [] } 6101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "Alpine Travel of Saratoga" +value: "6101" +data: App\Entity\CustomerAccount {#4378 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3078 +label: "Altour" +value: "57" +data: App\Entity\CustomerAccount {#3998 …} +attr: [] +labelTranslationParameters: [] } 5344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "American Express" +value: "5344" +data: App\Entity\CustomerAccount {#4339 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6796 +label: "Andavo" +value: "97" +data: App\Entity\CustomerAccount {#4359 …} +attr: [] +labelTranslationParameters: [] } 6102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6797 +label: "Andavo Travel" +value: "6102" +data: App\Entity\CustomerAccount {#4474 …} +attr: [] +labelTranslationParameters: [] } 6103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6798 +label: "Artistico Travel Consultants Inc." +value: "6103" +data: App\Entity\CustomerAccount {#4493 …} +attr: [] +labelTranslationParameters: [] } 5664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6799 +label: "Austin Departure Lounge" +value: "5664" +data: App\Entity\CustomerAccount {#4512 …} +attr: [] +labelTranslationParameters: [] } 6104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6800 +label: "Avant Garde Travel" +value: "6104" +data: App\Entity\CustomerAccount {#4531 …} +attr: [] +labelTranslationParameters: [] } 6105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6801 +label: "Avant Travel Agency Inc." +value: "6105" +data: App\Entity\CustomerAccount {#4550 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6802 +label: "Avenue Two Travel" +value: "51" +data: App\Entity\CustomerAccount {#4569 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6803 +label: "Balboa Travel" +value: "246" +data: App\Entity\CustomerAccount {#4589 …} +attr: [] +labelTranslationParameters: [] } 6106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6804 +label: "Bayside Travel" +value: "6106" +data: App\Entity\CustomerAccount {#4608 …} +attr: [] +labelTranslationParameters: [] } 6107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6805 +label: "BCD" +value: "6107" +data: App\Entity\CustomerAccount {#4627 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6806 +label: "Becky Lamb Travel" +value: "111" +data: App\Entity\CustomerAccount {#4646 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6807 +label: "Bee Kalt Travel" +value: "335" +data: App\Entity\CustomerAccount {#4666 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6808 +label: "Belle Meade Vacations" +value: "114" +data: App\Entity\CustomerAccount {#4686 …} +attr: [] +labelTranslationParameters: [] } 6011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6809 +label: "Betty Maclean Travel" +value: "6011" +data: App\Entity\CustomerAccount {#4706 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6810 +label: "Big Creek Travel" +value: "101" +data: App\Entity\CustomerAccount {#4725 …} +attr: [] +labelTranslationParameters: [] } 6108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6811 +label: "Blue Skies Travel" +value: "6108" +data: App\Entity\CustomerAccount {#4745 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6812 +label: "Brownell Travel" +value: "59" +data: App\Entity\CustomerAccount {#4764 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6813 +label: "Cadence Travel" +value: "64" +data: App\Entity\CustomerAccount {#4784 …} +attr: [] +labelTranslationParameters: [] } 6109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6814 +label: "Camelback Odyssey Travel" +value: "6109" +data: App\Entity\CustomerAccount {#4804 …} +attr: [] +labelTranslationParameters: [] } 6110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6815 +label: "Canyon Crest Travel" +value: "6110" +data: App\Entity\CustomerAccount {#4823 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6816 +label: "Cassis Travel Services" +value: "248" +data: App\Entity\CustomerAccount {#4842 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6817 +label: "Ciao Bambino" +value: "93" +data: App\Entity\CustomerAccount {#4861 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6818 +label: "Coastline Travel" +value: "219" +data: App\Entity\CustomerAccount {#4880 …} +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6819 +label: "Colin Test Commission Account" +value: "551" +data: App\Entity\CustomerAccount {#4900 …} +attr: [] +labelTranslationParameters: [] } 5979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6820 +label: "Colletts Travel UK" +value: "5979" +data: App\Entity\CustomerAccount {#4919 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6821 +label: "Columbus Travel" +value: "373" +data: App\Entity\CustomerAccount {#4939 …} +attr: [] +labelTranslationParameters: [] } 6111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6822 +label: "Court Travel Ltd." +value: "6111" +data: App\Entity\CustomerAccount {#4958 …} +attr: [] +labelTranslationParameters: [] } 6112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6823 +label: "Cruise and Resort Inc" +value: "6112" +data: App\Entity\CustomerAccount {#4977 …} +attr: [] +labelTranslationParameters: [] } 6113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6824 +label: "Cruise Vacations International" +value: "6113" +data: App\Entity\CustomerAccount {#4996 …} +attr: [] +labelTranslationParameters: [] } 6114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6825 +label: "Cruises & Tours Unlimited" +value: "6114" +data: App\Entity\CustomerAccount {#5015 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6826 +label: "Cruises Etc. Travel LLC" +value: "488" +data: App\Entity\CustomerAccount {#5034 …} +attr: [] +labelTranslationParameters: [] } 6115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6827 +label: "CSB Travel" +value: "6115" +data: App\Entity\CustomerAccount {#5053 …} +attr: [] +labelTranslationParameters: [] } 6116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6828 +label: "Currie & Co. Travels Unlimited" +value: "6116" +data: App\Entity\CustomerAccount {#5072 …} +attr: [] +labelTranslationParameters: [] } 6117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6829 +label: "CWT Vacations" +value: "6117" +data: App\Entity\CustomerAccount {#5091 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6830 +label: "Departure Lounge" +value: "82" +data: App\Entity\CustomerAccount {#5110 …} +attr: [] +labelTranslationParameters: [] } 6118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6831 +label: "Departure Lounge National Host Agency" +value: "6118" +data: App\Entity\CustomerAccount {#5129 …} +attr: [] +labelTranslationParameters: [] } 631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6832 +label: "DePrez Travel" +value: "631" +data: App\Entity\CustomerAccount {#5148 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6833 +label: "Direct Travel" +value: "76" +data: App\Entity\CustomerAccount {#5167 …} +attr: [] +labelTranslationParameters: [] } 6119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6834 +label: "Dolphin Vacations" +value: "6119" +data: App\Entity\CustomerAccount {#5187 …} +attr: [] +labelTranslationParameters: [] } 6120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6835 +label: "Eclectus Travel" +value: "6120" +data: App\Entity\CustomerAccount {#5206 …} +attr: [] +labelTranslationParameters: [] } 6121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6836 +label: "Elite Global Journeys" +value: "6121" +data: App\Entity\CustomerAccount {#5225 …} +attr: [] +labelTranslationParameters: [] } 6165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6837 +label: "Ellen Agency" +value: "6165" +data: App\Entity\CustomerAccount {#5244 …} +attr: [] +labelTranslationParameters: [] } 6122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6838 +label: "Ensemble Travel Groups" +value: "6122" +data: App\Entity\CustomerAccount {#5263 …} +attr: [] +labelTranslationParameters: [] } 6123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6839 +label: "Frosch" +value: "6123" +data: App\Entity\CustomerAccount {#5282 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6840 +label: "Gifted Travel Network" +value: "225" +data: Proxies\__CG__\App\Entity\CustomerAccount {#4470 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6841 +label: "Global Travel Collection" +value: "296" +data: App\Entity\CustomerAccount {#5459 …} +attr: [] +labelTranslationParameters: [] } 6083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6842 +label: "GSP Atlanta Viagens e Turismo Ltda" +value: "6083" +data: App\Entity\CustomerAccount {#5440 …} +attr: [] +labelTranslationParameters: [] } 6124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6843 +label: "Hagers Journeys" +value: "6124" +data: App\Entity\CustomerAccount {#5419 …} +attr: [] +labelTranslationParameters: [] } 6125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6844 +label: "HIATUS" +value: "6125" +data: App\Entity\CustomerAccount {#5400 …} +attr: [] +labelTranslationParameters: [] } 6126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6845 +label: "HNL Travel Associates" +value: "6126" +data: App\Entity\CustomerAccount {#5381 …} +attr: [] +labelTranslationParameters: [] } 6160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6846 +label: "HOST - Victoria Test" +value: "6160" +data: App\Entity\CustomerAccount {#5341 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6847 +label: "Huffman Travel" +value: "27" +data: App\Entity\CustomerAccount {#5465 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6848 +label: "In the Know Experiences" +value: "337" +data: App\Entity\CustomerAccount {#5475 …} +attr: [] +labelTranslationParameters: [] } 6127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6849 +label: "Independent by Libery Travel" +value: "6127" +data: App\Entity\CustomerAccount {#5494 …} +attr: [] +labelTranslationParameters: [] } 6128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6850 +label: "Jensen Travelon" +value: "6128" +data: App\Entity\CustomerAccount {#5513 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6851 +label: "Jet Set World Travel" +value: "273" +data: App\Entity\CustomerAccount {#5532 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6852 +label: "K&E Travel United States" +value: "10" +data: App\Entity\CustomerAccount {#5552 …} +attr: [] +labelTranslationParameters: [] } 6129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6853 +label: "Lake Forest Travel Bureau" +value: "6129" +data: App\Entity\CustomerAccount {#5571 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6854 +label: "Lake Shore Travel" +value: "430" +data: App\Entity\CustomerAccount {#5590 …} +attr: [] +labelTranslationParameters: [] } 6130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6855 +label: "Landings Travel" +value: "6130" +data: App\Entity\CustomerAccount {#5609 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6856 +label: "Leaders in Travel" +value: "547" +data: App\Entity\CustomerAccount {#5629 …} +attr: [] +labelTranslationParameters: [] } 6131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6857 +label: "Liadis Travel" +value: "6131" +data: App\Entity\CustomerAccount {#5648 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6858 +label: "Live Life Travel" +value: "267" +data: App\Entity\CustomerAccount {#5667 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6859 +label: "Local Foreigner" +value: "12" +data: App\Entity\CustomerAccount {#5687 …} +attr: [] +labelTranslationParameters: [] } 6163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6860 +label: "Luis's Test Agency GTN Express" +value: "6163" +data: App\Entity\CustomerAccount {#5706 …} +attr: [] +labelTranslationParameters: [] } 6132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6861 +label: "Magma Global" +value: "6132" +data: App\Entity\CustomerAccount {#5725 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6862 +label: "McCabe World Trave" +value: "19" +data: App\Entity\CustomerAccount {#5744 …} +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6863 +label: "Montecito Village Travel" +value: "734" +data: App\Entity\CustomerAccount {#5764 …} +attr: [] +labelTranslationParameters: [] } 6133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6864 +label: "MTravel" +value: "6133" +data: App\Entity\CustomerAccount {#5783 …} +attr: [] +labelTranslationParameters: [] } 6134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6865 +label: "New Act Travel" +value: "6134" +data: App\Entity\CustomerAccount {#5802 …} +attr: [] +labelTranslationParameters: [] } 5890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6866 +label: "Nexion" +value: "5890" +data: App\Entity\CustomerAccount {#5821 …} +attr: [] +labelTranslationParameters: [] } 6135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6867 +label: "Number 1 Power Travel" +value: "6135" +data: App\Entity\CustomerAccount {#5840 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6868 +label: "Number1powertravel.com" +value: "431" +data: App\Entity\CustomerAccount {#5859 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6869 +label: "Odyssey Travel" +value: "309" +data: App\Entity\CustomerAccount {#5878 …} +attr: [] +labelTranslationParameters: [] } 6136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6870 +label: "Other" +value: "6136" +data: App\Entity\CustomerAccount {#5897 …} +attr: [] +labelTranslationParameters: [] } 5746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6871 +label: "Ovation Travel Group" +value: "5746" +data: App\Entity\CustomerAccount {#5916 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6872 +label: "Paul Klein Travel" +value: "367" +data: App\Entity\CustomerAccount {#5935 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6873 +label: "Pique Travel Design" +value: "270" +data: App\Entity\CustomerAccount {#5954 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6874 +label: "Platinum Travel, LLC" +value: "442" +data: App\Entity\CustomerAccount {#5974 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6875 +label: "Post Haste Travel Service" +value: "249" +data: App\Entity\CustomerAccount {#5994 …} +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6876 +label: "Protocolo Tours INC" +value: "680" +data: App\Entity\CustomerAccount {#6013 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6877 +label: "Protravel International" +value: "29" +data: App\Entity\CustomerAccount {#6032 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6878 +label: "Provident Travel" +value: "48" +data: App\Entity\CustomerAccount {#6051 …} +attr: [] +labelTranslationParameters: [] } 5741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6879 +label: "Q Cruise + Travel" +value: "5741" +data: App\Entity\CustomerAccount {#6070 …} +attr: [] +labelTranslationParameters: [] } 6137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6880 +label: "Restorative Travel" +value: "6137" +data: App\Entity\CustomerAccount {#6089 …} +attr: [] +labelTranslationParameters: [] } 6168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6881 +label: "Rio Agency" +value: "6168" +data: App\Entity\CustomerAccount {#6108 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6882 +label: "Sanborns Travel" +value: "294" +data: App\Entity\CustomerAccount {#6127 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6883 +label: "Sanders Travel Centre" +value: "112" +data: App\Entity\CustomerAccount {#6146 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6884 +label: "Sixth Star Travel" +value: "497" +data: App\Entity\CustomerAccount {#6165 …} +attr: [] +labelTranslationParameters: [] } 6138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6885 +label: "Specialty Cruise & Villas" +value: "6138" +data: App\Entity\CustomerAccount {#6184 …} +attr: [] +labelTranslationParameters: [] } 6139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6886 +label: "Strong Travel" +value: "6139" +data: App\Entity\CustomerAccount {#6203 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6887 +label: "Tafari Travel" +value: "232" +data: App\Entity\CustomerAccount {#6222 …} +attr: [] +labelTranslationParameters: [] } 6140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6888 +label: "TBH Travel" +value: "6140" +data: App\Entity\CustomerAccount {#6241 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6889 +label: "TestCustomerAccount1 net" +value: "5" +data: App\Entity\CustomerAccount {#6260 …} +attr: [] +labelTranslationParameters: [] } 6162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6890 +label: "TestingAdd" +value: "6162" +data: App\Entity\CustomerAccount {#6281 …} +attr: [] +labelTranslationParameters: [] } 6141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6891 +label: "The Accomplished Traveler" +value: "6141" +data: App\Entity\CustomerAccount {#6302 …} +attr: [] +labelTranslationParameters: [] } 6142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6892 +label: "The Travel Agent Inc." +value: "6142" +data: App\Entity\CustomerAccount {#6321 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6893 +label: "The Travel Collaborative" +value: "222" +data: App\Entity\CustomerAccount {#6340 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6894 +label: "The Travel Society" +value: "240" +data: App\Entity\CustomerAccount {#6360 …} +attr: [] +labelTranslationParameters: [] } 6143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6895 +label: "Thunderbird Travel" +value: "6143" +data: App\Entity\CustomerAccount {#6379 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6896 +label: "Travel Edge" +value: "191" +data: App\Entity\CustomerAccount {#6398 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6897 +label: "Travel Experts" +value: "75" +data: App\Entity\CustomerAccount {#6417 …} +attr: [] +labelTranslationParameters: [] } 6144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6898 +label: "Travel Leaders" +value: "6144" +data: App\Entity\CustomerAccount {#6436 …} +attr: [] +labelTranslationParameters: [] } 5399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6899 +label: "Travel Planners International" +value: "5399" +data: App\Entity\CustomerAccount {#6455 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6900 +label: "Travelex International" +value: "241" +data: App\Entity\CustomerAccount {#6474 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6901 +label: "Travelong of Summit" +value: "113" +data: App\Entity\CustomerAccount {#6493 …} +attr: [] +labelTranslationParameters: [] } 6145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6902 +label: "Travelwizard.com" +value: "6145" +data: App\Entity\CustomerAccount {#6513 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6903 +label: "Travelwize" +value: "445" +data: App\Entity\CustomerAccount {#6532 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6904 +label: "TripMatters, Inc" +value: "385" +data: App\Entity\CustomerAccount {#6551 …} +attr: [] +labelTranslationParameters: [] } 6146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6905 +label: "Trips In The Village" +value: "6146" +data: App\Entity\CustomerAccount {#6570 …} +attr: [] +labelTranslationParameters: [] } 6147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6906 +label: "True Global Network/CCRA" +value: "6147" +data: App\Entity\CustomerAccount {#6589 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6907 +label: "Tzell Travel Group" +value: "67" +data: App\Entity\CustomerAccount {#6608 …} +attr: [] +labelTranslationParameters: [] } 6010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6908 +label: "Uniglobe Travel Center " +value: "6010" +data: App\Entity\CustomerAccount {#6627 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6909 +label: "UNIGLOBE Travel Designers" +value: "49" +data: App\Entity\CustomerAccount {#6646 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6910 +label: "Uniglobe Travel Partners" +value: "74" +data: App\Entity\CustomerAccount {#6665 …} +attr: [] +labelTranslationParameters: [] } 6148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6911 +label: "US1 Travel Inc." +value: "6148" +data: App\Entity\CustomerAccount {#6684 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6912 +label: "Valerie Wilson Travel" +value: "263" +data: App\Entity\CustomerAccount {#6703 …} +attr: [] +labelTranslationParameters: [] } 6149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6913 +label: "World Travel Bureau" +value: "6149" +data: App\Entity\CustomerAccount {#6722 …} +attr: [] +labelTranslationParameters: [] } 6150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6914 +label: "World Travel Inc." +value: "6150" +data: App\Entity\CustomerAccount {#6741 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6915 +label: "WorldTravelService" +value: "227" +data: App\Entity\CustomerAccount {#6760 …} +attr: [] +labelTranslationParameters: [] } 6151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6916 +label: "Yorba Linda Travel" +value: "6151" +data: App\Entity\CustomerAccount {#6779 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3073 -form: Symfony\Component\Form\Form {#2999 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3074 …5} |
full_name | "request_access[customerAccount]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_customerAccount" |
is_selected | Closure($choice, $value) {#6918 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2850 …} } |
label | "Host / Agency Group:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "customerAccount" |
placeholder | "Please choose" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_customerAccount" |
valid | true |
value | "" |
phoneCountryCode
"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 | "phoneCode" |
same as passed value |
class | "App\Entity\Country" |
same as passed value |
label | "Phone Code" |
same as passed value |
placeholder | "Choose One" |
same as passed value |
query_builder | Closure(CountryRepository $countryRepo) {#2533 class: "App\Form\Login\RequestAccessType" this: App\Form\Login\RequestAccessType {#2150 …} } |
Doctrine\ORM\QueryBuilder {#2909 -_em: Doctrine\ORM\EntityManager {#666 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2905 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2904 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2903 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "c.phoneCode!=0" ] } "groupBy" => [ Doctrine\ORM\Query\Expr\GroupBy {#2902 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2901 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Country c WHERE c.phoneCode!=0 GROUP BY c.phoneCode ORDER BY c.phoneCode ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2906 …} -_firstResult: null -_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 | "phoneCode" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2944 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2919 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2900 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2920 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2923 -om: ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#770 …} -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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
em | ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …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 {#2923 -om: ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#770 …} -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 | "Phone Code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choose One" |
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 {#2909 -_em: Doctrine\ORM\EntityManager {#666 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2905 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2904 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2903 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "c.phoneCode!=0" ] } "groupBy" => [ Doctrine\ORM\Query\Expr\GroupBy {#2902 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2901 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT c FROM App\Entity\Country c WHERE c.phoneCode!=0 GROUP BY c.phoneCode ORDER BY c.phoneCode ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2906 …} -_firstResult: null -_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() {#2911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2913 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_request_access_phoneCountryCode" ] |
cache_key | "_request_access_phoneCountryCode_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6923 +label: "+1" +value: "452" +data: Proxies\__CG__\App\Entity\Country {#3122 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6927 +label: "+7" +value: "337" +data: App\Entity\Country {#6943 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6929 +label: "+20" +value: "293" +data: App\Entity\Country {#6951 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6925 +label: "+27" +value: "424" +data: App\Entity\Country {#6958 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6934 +label: "+30" +value: "312" +data: App\Entity\Country {#6965 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6931 +label: "+31" +value: "378" +data: App\Entity\Country {#6972 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6926 +label: "+32" +value: "253" +data: App\Entity\Country {#6979 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6935 +label: "+33" +value: "303" +data: Proxies\__CG__\App\Entity\Country {#6284 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8501 +label: "+34" +value: "425" +data: App\Entity\Country {#6992 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8502 +label: "+36" +value: "325" +data: App\Entity\Country {#6999 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8503 +label: "+39" +value: "322" +data: App\Entity\Country {#7006 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8504 +label: "+40" +value: "403" +data: App\Entity\Country {#7013 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8505 +label: "+41" +value: "432" +data: App\Entity\Country {#7020 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8506 +label: "+43" +value: "246" +data: App\Entity\Country {#7027 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8507 +label: "+44" +value: "451" +data: Proxies\__CG__\App\Entity\Country {#4922 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8508 +label: "+45" +value: "288" +data: App\Entity\Country {#7040 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8509 +label: "+46" +value: "431" +data: App\Entity\Country {#7047 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8510 +label: "+47" +value: "388" +data: App\Entity\Country {#7054 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8511 +label: "+48" +value: "398" +data: App\Entity\Country {#7061 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8512 +label: "+49" +value: "309" +data: App\Entity\Country {#7068 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8513 +label: "+51" +value: "396" +data: App\Entity\Country {#7075 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8514 +label: "+52" +value: "366" +data: App\Entity\Country {#7082 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8515 +label: "+53" +value: "285" +data: App\Entity\Country {#7089 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8516 +label: "+54" +value: "242" +data: App\Entity\Country {#7096 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8517 +label: "+55" +value: "261" +data: Proxies\__CG__\App\Entity\Country {#5437 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8518 +label: "+56" +value: "273" +data: App\Entity\Country {#7109 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8519 +label: "+57" +value: "277" +data: App\Entity\Country {#7116 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8520 +label: "+58" +value: "456" +data: App\Entity\Country {#7123 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8521 +label: "+60" +value: "357" +data: App\Entity\Country {#7130 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8522 +label: "+61" +value: "245" +data: App\Entity\Country {#7137 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8523 +label: "+62" +value: "328" +data: App\Entity\Country {#7144 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8524 +label: "+63" +value: "397" +data: App\Entity\Country {#7151 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8525 +label: "+64" +value: "381" +data: App\Entity\Country {#7158 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8526 +label: "+65" +value: "419" +data: App\Entity\Country {#7165 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8527 +label: "+66" +value: "437" +data: App\Entity\Country {#7172 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8528 +label: "+70" +value: "404" +data: App\Entity\Country {#7179 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8529 +label: "+81" +value: "335" +data: Proxies\__CG__\App\Entity\Country {#4454 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8530 +label: "+82" +value: "341" +data: App\Entity\Country {#7192 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8531 +label: "+84" +value: "457" +data: App\Entity\Country {#7199 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8532 +label: "+86" +value: "274" +data: App\Entity\Country {#7206 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8533 +label: "+90" +value: "444" +data: App\Entity\Country {#7213 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8534 +label: "+91" +value: "327" +data: App\Entity\Country {#7220 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8535 +label: "+92" +value: "390" +data: App\Entity\Country {#7227 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8536 +label: "+93" +value: "234" +data: App\Entity\Country {#7234 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8537 +label: "+94" +value: "426" +data: App\Entity\Country {#7241 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8538 +label: "+95" +value: "374" +data: App\Entity\Country {#7248 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8539 +label: "+98" +value: "329" +data: App\Entity\Country {#7255 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8540 +label: "+212" +value: "372" +data: App\Entity\Country {#7262 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8541 +label: "+213" +value: "236" +data: App\Entity\Country {#7269 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8542 +label: "+216" +value: "443" +data: App\Entity\Country {#7276 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8543 +label: "+218" +value: "349" +data: App\Entity\Country {#7283 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8544 +label: "+220" +value: "307" +data: App\Entity\Country {#7290 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8545 +label: "+221" +value: "415" +data: App\Entity\Country {#7297 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8546 +label: "+222" +value: "363" +data: App\Entity\Country {#7304 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8547 +label: "+223" +value: "359" +data: App\Entity\Country {#7311 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8548 +label: "+224" +value: "318" +data: App\Entity\Country {#7318 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8549 +label: "+225" +value: "283" +data: App\Entity\Country {#7325 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8550 +label: "+226" +value: "265" +data: App\Entity\Country {#7332 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8551 +label: "+227" +value: "383" +data: App\Entity\Country {#7339 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8552 +label: "+228" +value: "439" +data: App\Entity\Country {#7346 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8553 +label: "+229" +value: "255" +data: App\Entity\Country {#7353 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8554 +label: "+230" +value: "364" +data: App\Entity\Country {#7360 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8555 +label: "+231" +value: "348" +data: App\Entity\Country {#7367 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8556 +label: "+232" +value: "418" +data: App\Entity\Country {#7374 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8557 +label: "+233" +value: "310" +data: App\Entity\Country {#7381 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8558 +label: "+234" +value: "384" +data: App\Entity\Country {#7388 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8559 +label: "+235" +value: "272" +data: App\Entity\Country {#7395 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8560 +label: "+236" +value: "271" +data: App\Entity\Country {#7402 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8561 +label: "+237" +value: "268" +data: App\Entity\Country {#7409 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8562 +label: "+238" +value: "269" +data: App\Entity\Country {#7416 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8563 +label: "+239" +value: "413" +data: App\Entity\Country {#7423 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8564 +label: "+240" +value: "295" +data: App\Entity\Country {#7430 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8565 +label: "+241" +value: "306" +data: App\Entity\Country {#7437 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8566 +label: "+242" +value: "279" +data: App\Entity\Country {#7444 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8567 +label: "+244" +value: "239" +data: App\Entity\Country {#7451 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8568 +label: "+245" +value: "319" +data: App\Entity\Country {#7458 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8569 +label: "+246" +value: "262" +data: App\Entity\Country {#7465 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8570 +label: "+248" +value: "417" +data: App\Entity\Country {#7472 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8571 +label: "+249" +value: "427" +data: App\Entity\Country {#7479 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8572 +label: "+250" +value: "405" +data: App\Entity\Country {#7486 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8573 +label: "+251" +value: "298" +data: App\Entity\Country {#7493 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8574 +label: "+252" +value: "423" +data: App\Entity\Country {#7500 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8575 +label: "+253" +value: "289" +data: App\Entity\Country {#7507 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8576 +label: "+254" +value: "338" +data: App\Entity\Country {#7514 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8577 +label: "+255" +value: "436" +data: App\Entity\Country {#7521 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8578 +label: "+256" +value: "448" +data: App\Entity\Country {#7528 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8579 +label: "+257" +value: "266" +data: App\Entity\Country {#7535 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8580 +label: "+258" +value: "373" +data: App\Entity\Country {#7542 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8581 +label: "+260" +value: "463" +data: App\Entity\Country {#7549 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8582 +label: "+261" +value: "355" +data: App\Entity\Country {#7556 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8583 +label: "+262" +value: "402" +data: App\Entity\Country {#7563 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8584 +label: "+263" +value: "464" +data: App\Entity\Country {#7570 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8585 +label: "+264" +value: "375" +data: App\Entity\Country {#7577 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8586 +label: "+265" +value: "356" +data: App\Entity\Country {#7584 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8587 +label: "+266" +value: "347" +data: App\Entity\Country {#7591 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8588 +label: "+267" +value: "260" +data: App\Entity\Country {#7598 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8589 +label: "+268" +value: "430" +data: App\Entity\Country {#7605 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8590 +label: "+269" +value: "278" +data: App\Entity\Country {#7612 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8591 +label: "+290" +value: "406" +data: App\Entity\Country {#7619 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8592 +label: "+291" +value: "296" +data: App\Entity\Country {#7626 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8593 +label: "+297" +value: "244" +data: App\Entity\Country {#7633 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8594 +label: "+298" +value: "300" +data: App\Entity\Country {#7640 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8595 +label: "+299" +value: "313" +data: App\Entity\Country {#7647 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8596 +label: "+350" +value: "311" +data: App\Entity\Country {#7654 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8597 +label: "+351" +value: "399" +data: App\Entity\Country {#7661 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8598 +label: "+352" +value: "352" +data: App\Entity\Country {#7668 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8599 +label: "+353" +value: "331" +data: App\Entity\Country {#7675 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8600 +label: "+354" +value: "326" +data: App\Entity\Country {#7682 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8601 +label: "+355" +value: "235" +data: App\Entity\Country {#7689 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8602 +label: "+356" +value: "360" +data: App\Entity\Country {#7696 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8603 +label: "+357" +value: "286" +data: App\Entity\Country {#7703 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8604 +label: "+358" +value: "302" +data: App\Entity\Country {#7710 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8605 +label: "+359" +value: "264" +data: App\Entity\Country {#7717 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8606 +label: "+370" +value: "351" +data: App\Entity\Country {#7724 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8607 +label: "+371" +value: "345" +data: App\Entity\Country {#7731 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8608 +label: "+372" +value: "297" +data: App\Entity\Country {#7738 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8609 +label: "+373" +value: "368" +data: App\Entity\Country {#7745 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8610 +label: "+374" +value: "243" +data: App\Entity\Country {#7752 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8611 +label: "+375" +value: "252" +data: App\Entity\Country {#7759 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8612 +label: "+376" +value: "238" +data: App\Entity\Country {#7766 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8613 +label: "+377" +value: "369" +data: App\Entity\Country {#7773 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8614 +label: "+378" +value: "412" +data: App\Entity\Country {#7780 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8615 +label: "+380" +value: "449" +data: App\Entity\Country {#7787 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8616 +label: "+381" +value: "416" +data: App\Entity\Country {#7794 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8617 +label: "+385" +value: "284" +data: App\Entity\Country {#7801 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8618 +label: "+386" +value: "421" +data: App\Entity\Country {#7808 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8619 +label: "+387" +value: "259" +data: App\Entity\Country {#7815 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8620 +label: "+389" +value: "354" +data: App\Entity\Country {#7822 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8621 +label: "+420" +value: "287" +data: App\Entity\Country {#7829 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8622 +label: "+421" +value: "420" +data: App\Entity\Country {#7836 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8623 +label: "+423" +value: "350" +data: App\Entity\Country {#7843 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8624 +label: "+500" +value: "299" +data: App\Entity\Country {#7850 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8625 +label: "+501" +value: "254" +data: App\Entity\Country {#7857 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8626 +label: "+502" +value: "317" +data: App\Entity\Country {#7864 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8627 +label: "+503" +value: "294" +data: App\Entity\Country {#7871 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8628 +label: "+504" +value: "323" +data: App\Entity\Country {#7878 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8629 +label: "+505" +value: "382" +data: App\Entity\Country {#7885 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8630 +label: "+506" +value: "282" +data: App\Entity\Country {#7892 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8631 +label: "+507" +value: "393" +data: App\Entity\Country {#7899 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8632 +label: "+508" +value: "409" +data: App\Entity\Country {#7906 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8633 +label: "+509" +value: "321" +data: App\Entity\Country {#7913 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8634 +label: "+590" +value: "315" +data: App\Entity\Country {#7920 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8635 +label: "+591" +value: "258" +data: App\Entity\Country {#7927 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8636 +label: "+592" +value: "320" +data: App\Entity\Country {#7934 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8637 +label: "+593" +value: "292" +data: App\Entity\Country {#7941 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8638 +label: "+594" +value: "304" +data: App\Entity\Country {#7948 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8639 +label: "+595" +value: "395" +data: App\Entity\Country {#7955 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8640 +label: "+596" +value: "362" +data: App\Entity\Country {#7962 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8641 +label: "+597" +value: "428" +data: App\Entity\Country {#7969 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8642 +label: "+598" +value: "453" +data: App\Entity\Country {#7976 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8643 +label: "+599" +value: "379" +data: App\Entity\Country {#7983 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8644 +label: "+670" +value: "438" +data: App\Entity\Country {#7990 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8645 +label: "+672" +value: "276" +data: App\Entity\Country {#7997 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8646 +label: "+673" +value: "263" +data: App\Entity\Country {#8004 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8647 +label: "+674" +value: "376" +data: App\Entity\Country {#8011 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8648 +label: "+675" +value: "394" +data: App\Entity\Country {#8018 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8649 +label: "+676" +value: "441" +data: App\Entity\Country {#8025 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8650 +label: "+677" +value: "422" +data: App\Entity\Country {#8032 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8651 +label: "+678" +value: "455" +data: App\Entity\Country {#8039 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8652 +label: "+679" +value: "301" +data: App\Entity\Country {#8046 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8653 +label: "+680" +value: "391" +data: App\Entity\Country {#8053 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8654 +label: "+681" +value: "460" +data: App\Entity\Country {#8060 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8655 +label: "+682" +value: "281" +data: App\Entity\Country {#8067 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8656 +label: "+683" +value: "385" +data: App\Entity\Country {#8074 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8657 +label: "+684" +value: "411" +data: App\Entity\Country {#8081 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8658 +label: "+686" +value: "339" +data: App\Entity\Country {#8088 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8659 +label: "+687" +value: "380" +data: App\Entity\Country {#8095 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8660 +label: "+688" +value: "447" +data: App\Entity\Country {#8102 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8661 +label: "+689" +value: "305" +data: App\Entity\Country {#8109 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8662 +label: "+690" +value: "440" +data: App\Entity\Country {#8116 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8663 +label: "+691" +value: "367" +data: App\Entity\Country {#8123 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8664 +label: "+692" +value: "361" +data: App\Entity\Country {#8130 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8665 +label: "+850" +value: "340" +data: App\Entity\Country {#8137 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8666 +label: "+852" +value: "324" +data: App\Entity\Country {#8144 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8667 +label: "+853" +value: "353" +data: App\Entity\Country {#8151 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8668 +label: "+855" +value: "267" +data: App\Entity\Country {#8158 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8669 +label: "+856" +value: "344" +data: App\Entity\Country {#8165 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8670 +label: "+880" +value: "250" +data: App\Entity\Country {#8172 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8671 +label: "+886" +value: "434" +data: App\Entity\Country {#8179 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8672 +label: "+960" +value: "358" +data: App\Entity\Country {#8186 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8673 +label: "+961" +value: "346" +data: App\Entity\Country {#8193 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8674 +label: "+962" +value: "336" +data: App\Entity\Country {#8200 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8675 +label: "+963" +value: "433" +data: App\Entity\Country {#8207 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8676 +label: "+964" +value: "330" +data: App\Entity\Country {#8214 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8677 +label: "+965" +value: "342" +data: App\Entity\Country {#8221 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8678 +label: "+966" +value: "414" +data: App\Entity\Country {#8228 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8679 +label: "+967" +value: "462" +data: App\Entity\Country {#8235 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8680 +label: "+968" +value: "389" +data: App\Entity\Country {#8242 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8681 +label: "+970" +value: "392" +data: App\Entity\Country {#8249 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8682 +label: "+971" +value: "450" +data: App\Entity\Country {#8256 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8683 +label: "+972" +value: "332" +data: App\Entity\Country {#8263 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8684 +label: "+973" +value: "249" +data: App\Entity\Country {#8270 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8685 +label: "+974" +value: "401" +data: App\Entity\Country {#8277 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8686 +label: "+975" +value: "257" +data: App\Entity\Country {#8284 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8687 +label: "+976" +value: "370" +data: App\Entity\Country {#8291 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8688 +label: "+977" +value: "377" +data: App\Entity\Country {#8298 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8689 +label: "+992" +value: "435" +data: App\Entity\Country {#8305 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8690 +label: "+994" +value: "247" +data: App\Entity\Country {#8312 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8691 +label: "+995" +value: "308" +data: App\Entity\Country {#8319 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8692 +label: "+996" +value: "343" +data: App\Entity\Country {#8326 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8693 +label: "+998" +value: "454" +data: App\Entity\Country {#8333 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8694 +label: "+1242" +value: "248" +data: App\Entity\Country {#8340 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8695 +label: "+1246" +value: "251" +data: App\Entity\Country {#8347 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8696 +label: "+1264" +value: "240" +data: App\Entity\Country {#8354 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8697 +label: "+1268" +value: "241" +data: App\Entity\Country {#8361 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8698 +label: "+1284" +value: "458" +data: App\Entity\Country {#8368 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8699 +label: "+1340" +value: "459" +data: App\Entity\Country {#8375 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8700 +label: "+1345" +value: "270" +data: App\Entity\Country {#8382 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8701 +label: "+1441" +value: "256" +data: App\Entity\Country {#8389 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8702 +label: "+1473" +value: "314" +data: App\Entity\Country {#8396 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8703 +label: "+1649" +value: "446" +data: App\Entity\Country {#8403 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8704 +label: "+1664" +value: "371" +data: App\Entity\Country {#8410 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8705 +label: "+1670" +value: "387" +data: App\Entity\Country {#8417 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8706 +label: "+1671" +value: "316" +data: App\Entity\Country {#8424 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8707 +label: "+1684" +value: "237" +data: App\Entity\Country {#8431 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8708 +label: "+1758" +value: "408" +data: App\Entity\Country {#8438 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8709 +label: "+1767" +value: "290" +data: App\Entity\Country {#8445 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8710 +label: "+1784" +value: "410" +data: App\Entity\Country {#8452 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8711 +label: "+1787" +value: "400" +data: App\Entity\Country {#8459 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8712 +label: "+1809" +value: "291" +data: App\Entity\Country {#8466 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8713 +label: "+1868" +value: "442" +data: App\Entity\Country {#8473 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8714 +label: "+1869" +value: "407" +data: App\Entity\Country {#8480 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8715 +label: "+1876" +value: "334" +data: App\Entity\Country {#8487 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8716 +label: "+7370" +value: "445" +data: App\Entity\Country {#8494 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6919 -form: Symfony\Component\Form\Form {#3002 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6920 …5} |
full_name | "request_access[phoneCountryCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_phoneCountryCode" |
is_selected | Closure($choice, $value) {#6922 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2850 …} } |
label | "Phone Code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "phoneCountryCode" |
placeholder | "Choose One" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_phoneCountryCode" |
valid | true |
value | "" |
language
"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 |
---|---|---|
class | "App\Entity\Language" |
same as passed value |
em | "default" |
ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} |
multiple | false |
false
|
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 | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2880 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2947 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2936 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2948 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2949 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2933 -om: ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#823 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Language" |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
em | ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …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 {#2933 -om: ContainerIMJdJ4k\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#823 …} -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 | null |
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 | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2939 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_request_access_language" ] |
cache_key | "_request_access_language_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8718 +label: "English" +value: "8" +data: Proxies\__CG__\App\Entity\Language {#3124 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8720 +label: "French" +value: "9" +data: App\Entity\Language {#8736 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8725 +label: "German" +value: "10" +data: App\Entity\Language {#8740 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8726 +label: "Italian" +value: "11" +data: App\Entity\Language {#8743 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8734 +label: "Portuguese" +value: "12" +data: Proxies\__CG__\App\Entity\Language {#5436 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8719 +label: "Russian" +value: "13" +data: App\Entity\Language {#8748 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8727 +label: "Spanish" +value: "14" +data: App\Entity\Language {#8751 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8722 +label: "unknown" +value: "15" +data: Proxies\__CG__\App\Entity\Language {#4342 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8717 -form: Symfony\Component\Form\Form {#3005 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6921 …5} |
full_name | "request_access[language]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_language" |
is_selected | Closure($choice, $value) {#8731 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2850 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "language" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_language" |
valid | true |
value | "" |
ownershipLink
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2961 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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 | 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() {#2963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#2960 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_request_access_ownershipLink" ] |
cache_key | "_request_access_ownershipLink_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8756 -form: Symfony\Component\Form\Form {#3008 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8757 …5} |
full_name | "request_access[ownershipLink]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access_ownershipLink" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ownershipLink" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access_ownershipLink" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "505115223.qLew7RGgmyu96oVXFc5IoMjCU3uz15gtLn2JPq6BSso.wM7duXr07Xrim7A4Z_svz4f7ZkP9vK4ZaBTIb5-0PYL3hvS-YuHxftOhsQ" |
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 | "505115223.qLew7RGgmyu96oVXFc5IoMjCU3uz15gtLn2JPq6BSso.wM7duXr07Xrim7A4Z_svz4f7ZkP9vK4ZaBTIb5-0PYL3hvS-YuHxftOhsQ" |
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 {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data | "505115223.qLew7RGgmyu96oVXFc5IoMjCU3uz15gtLn2JPq6BSso.wM7duXr07Xrim7A4Z_svz4f7ZkP9vK4ZaBTIb5-0PYL3hvS-YuHxftOhsQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2950 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2147 …} } |
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() {#8758 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2507 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2135 …} $translationDomain: "validators" $message: Closure() {#8759 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_request_access__token" ] |
cache_key | "_request_access__token_hidden" |
compound | false |
data | "505115223.qLew7RGgmyu96oVXFc5IoMjCU3uz15gtLn2JPq6BSso.wM7duXr07Xrim7A4Z_svz4f7ZkP9vK4ZaBTIb5-0PYL3hvS-YuHxftOhsQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8769 -form: Symfony\Component\Form\Form {#8765 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8760 …5} |
full_name | "request_access[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access__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 | "_request_access__token" |
valid | true |
value | "505115223.qLew7RGgmyu96oVXFc5IoMjCU3uz15gtLn2JPq6BSso.wM7duXr07Xrim7A4Z_svz4f7ZkP9vK4ZaBTIb5-0PYL3hvS-YuHxftOhsQ" |