- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 105
- 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 {#2308 -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 {#2308 -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 {#2308 -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) {#2610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} 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() {#2612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2611 …} } } |
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 {#2308 -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 {#3050 -form: Symfony\Component\Form\Form {#3055 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2613 …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 {#2308 -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) {#2642 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2640 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2641 …} } } |
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 {#2941 -form: Symfony\Component\Form\Form {#3058 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2985 …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) {#2646 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2871 …} } } |
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 {#2929 -form: Symfony\Component\Form\Form {#3061 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2918 …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) {#2869 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2880 …} } } |
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 {#2909 -form: Symfony\Component\Form\Form {#3064 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2897 …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) {#2643 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2625 …} } } |
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 {#2888 -form: Symfony\Component\Form\Form {#3067 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2882 …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) {#2894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2896 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2895 …} } } |
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 {#2873 -form: Symfony\Component\Form\Form {#3070 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2639 …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) {#2902 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2907 …} } } |
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 {#3098 -form: Symfony\Component\Form\Form {#3073 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3100 …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) {#2905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2916 …} } } |
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 {#3101 -form: Symfony\Component\Form\Form {#3076 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3102 …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) {#2926 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2928 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2925 …} } } |
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 {#3103 -form: Symfony\Component\Form\Form {#3079 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3155 …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) {#2934 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#2940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2939 …} } } |
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 {#3157 -form: Symfony\Component\Form\Form {#3082 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3158 …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) {#2618 class: "App\Form\Login\RequestAccessType" this: App\Form\Login\RequestAccessType {#2313 …} 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) {#2610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} use: { $class: "App\Entity\RequestAccess" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#2612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2611 …} } } "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 {#2308 -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 {#2970 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2972 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2973 #from: "App\Entity\CustomerAccount" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2974 #joinType: "INNER" #join: "c.customerAccountType" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2975 #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 {#2976 #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 {#2971 …} -_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 {#2966 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3004 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2978 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2977 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2979 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2982 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#795 …} -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 | ContainerC7cRRuw\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 {#2982 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#795 …} -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 {#2970 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2972 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2973 #from: "App\Entity\CustomerAccount" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2974 #joinType: "INNER" #join: "c.customerAccountType" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2975 #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 {#2976 #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 {#2971 …} -_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() {#2969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2967 …} } } |
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 {#3161 +label: "Acadiana Travel" +value: "213" +data: App\Entity\CustomerAccount {#3177 …} +attr: [] +labelTranslationParameters: [] } 6098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "Admiral Travel International Inc." +value: "6098" +data: App\Entity\CustomerAccount {#3500 …} +attr: [] +labelTranslationParameters: [] } 6166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "AgencyTest05242024" +value: "6166" +data: App\Entity\CustomerAccount {#3307 …} +attr: [] +labelTranslationParameters: [] } 6164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +label: "AgencyTest17" +value: "6164" +data: App\Entity\CustomerAccount {#4543 …} +attr: [] +labelTranslationParameters: [] } 6099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "All Direct Travel Inc." +value: "6099" +data: App\Entity\CustomerAccount {#4522 …} +attr: [] +labelTranslationParameters: [] } 6100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "All Star Travel Group" +value: "6100" +data: App\Entity\CustomerAccount {#4503 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "All World Travel" +value: "86" +data: App\Entity\CustomerAccount {#4484 …} +attr: [] +labelTranslationParameters: [] } 6101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "Alpine Travel of Saratoga" +value: "6101" +data: App\Entity\CustomerAccount {#4464 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "Altour" +value: "57" +data: App\Entity\CustomerAccount {#4084 …} +attr: [] +labelTranslationParameters: [] } 5344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "American Express" +value: "5344" +data: App\Entity\CustomerAccount {#4425 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6876 +label: "Andavo" +value: "97" +data: App\Entity\CustomerAccount {#4445 …} +attr: [] +labelTranslationParameters: [] } 6102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6877 +label: "Andavo Travel" +value: "6102" +data: App\Entity\CustomerAccount {#4560 …} +attr: [] +labelTranslationParameters: [] } 6103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6878 +label: "Artistico Travel Consultants Inc." +value: "6103" +data: App\Entity\CustomerAccount {#4579 …} +attr: [] +labelTranslationParameters: [] } 5664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6879 +label: "Austin Departure Lounge" +value: "5664" +data: App\Entity\CustomerAccount {#4598 …} +attr: [] +labelTranslationParameters: [] } 6104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6880 +label: "Avant Garde Travel" +value: "6104" +data: App\Entity\CustomerAccount {#4617 …} +attr: [] +labelTranslationParameters: [] } 6105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6881 +label: "Avant Travel Agency Inc." +value: "6105" +data: App\Entity\CustomerAccount {#4636 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6882 +label: "Avenue Two Travel" +value: "51" +data: App\Entity\CustomerAccount {#4655 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6883 +label: "Balboa Travel" +value: "246" +data: App\Entity\CustomerAccount {#4675 …} +attr: [] +labelTranslationParameters: [] } 6106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6884 +label: "Bayside Travel" +value: "6106" +data: App\Entity\CustomerAccount {#4694 …} +attr: [] +labelTranslationParameters: [] } 6107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6885 +label: "BCD" +value: "6107" +data: App\Entity\CustomerAccount {#4713 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6886 +label: "Becky Lamb Travel" +value: "111" +data: App\Entity\CustomerAccount {#4732 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6887 +label: "Bee Kalt Travel" +value: "335" +data: App\Entity\CustomerAccount {#4752 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6888 +label: "Belle Meade Vacations" +value: "114" +data: App\Entity\CustomerAccount {#4772 …} +attr: [] +labelTranslationParameters: [] } 6011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6889 +label: "Betty Maclean Travel" +value: "6011" +data: App\Entity\CustomerAccount {#4792 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6890 +label: "Big Creek Travel" +value: "101" +data: App\Entity\CustomerAccount {#4811 …} +attr: [] +labelTranslationParameters: [] } 6108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6891 +label: "Blue Skies Travel" +value: "6108" +data: App\Entity\CustomerAccount {#4831 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6892 +label: "Brownell Travel" +value: "59" +data: App\Entity\CustomerAccount {#4850 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6893 +label: "Cadence Travel" +value: "64" +data: App\Entity\CustomerAccount {#4870 …} +attr: [] +labelTranslationParameters: [] } 6109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6894 +label: "Camelback Odyssey Travel" +value: "6109" +data: App\Entity\CustomerAccount {#4890 …} +attr: [] +labelTranslationParameters: [] } 6110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6895 +label: "Canyon Crest Travel" +value: "6110" +data: App\Entity\CustomerAccount {#4909 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6896 +label: "Cassis Travel Services" +value: "248" +data: App\Entity\CustomerAccount {#4928 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6897 +label: "Ciao Bambino" +value: "93" +data: App\Entity\CustomerAccount {#4947 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6898 +label: "Coastline Travel" +value: "219" +data: App\Entity\CustomerAccount {#4966 …} +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6899 +label: "Colin Test Commission Account" +value: "551" +data: App\Entity\CustomerAccount {#4986 …} +attr: [] +labelTranslationParameters: [] } 5979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6900 +label: "Colletts Travel UK" +value: "5979" +data: App\Entity\CustomerAccount {#5005 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6901 +label: "Columbus Travel" +value: "373" +data: App\Entity\CustomerAccount {#5025 …} +attr: [] +labelTranslationParameters: [] } 6111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6902 +label: "Court Travel Ltd." +value: "6111" +data: App\Entity\CustomerAccount {#5044 …} +attr: [] +labelTranslationParameters: [] } 6112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6903 +label: "Cruise and Resort Inc" +value: "6112" +data: App\Entity\CustomerAccount {#5063 …} +attr: [] +labelTranslationParameters: [] } 6113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6904 +label: "Cruise Vacations International" +value: "6113" +data: App\Entity\CustomerAccount {#5082 …} +attr: [] +labelTranslationParameters: [] } 6114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6905 +label: "Cruises & Tours Unlimited" +value: "6114" +data: App\Entity\CustomerAccount {#5101 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6906 +label: "Cruises Etc. Travel LLC" +value: "488" +data: App\Entity\CustomerAccount {#5120 …} +attr: [] +labelTranslationParameters: [] } 6115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6907 +label: "CSB Travel" +value: "6115" +data: App\Entity\CustomerAccount {#5139 …} +attr: [] +labelTranslationParameters: [] } 6116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6908 +label: "Currie & Co. Travels Unlimited" +value: "6116" +data: App\Entity\CustomerAccount {#5158 …} +attr: [] +labelTranslationParameters: [] } 6117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6909 +label: "CWT Vacations" +value: "6117" +data: App\Entity\CustomerAccount {#5177 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6910 +label: "Departure Lounge" +value: "82" +data: App\Entity\CustomerAccount {#5196 …} +attr: [] +labelTranslationParameters: [] } 6118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6911 +label: "Departure Lounge National Host Agency" +value: "6118" +data: App\Entity\CustomerAccount {#5215 …} +attr: [] +labelTranslationParameters: [] } 631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6912 +label: "DePrez Travel" +value: "631" +data: App\Entity\CustomerAccount {#5234 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6913 +label: "Direct Travel" +value: "76" +data: App\Entity\CustomerAccount {#5253 …} +attr: [] +labelTranslationParameters: [] } 6119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6914 +label: "Dolphin Vacations" +value: "6119" +data: App\Entity\CustomerAccount {#5273 …} +attr: [] +labelTranslationParameters: [] } 6120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6915 +label: "Eclectus Travel" +value: "6120" +data: App\Entity\CustomerAccount {#5292 …} +attr: [] +labelTranslationParameters: [] } 6121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6916 +label: "Elite Global Journeys" +value: "6121" +data: App\Entity\CustomerAccount {#5311 …} +attr: [] +labelTranslationParameters: [] } 6165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6917 +label: "Ellen Agency" +value: "6165" +data: App\Entity\CustomerAccount {#5330 …} +attr: [] +labelTranslationParameters: [] } 6122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6918 +label: "Ensemble Travel Groups" +value: "6122" +data: App\Entity\CustomerAccount {#5349 …} +attr: [] +labelTranslationParameters: [] } 6123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6919 +label: "Frosch" +value: "6123" +data: App\Entity\CustomerAccount {#5368 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6920 +label: "Gifted Travel Network" +value: "225" +data: Proxies\__CG__\App\Entity\CustomerAccount {#4556 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6921 +label: "Global Travel Collection" +value: "296" +data: App\Entity\CustomerAccount {#5539 …} +attr: [] +labelTranslationParameters: [] } 6083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6922 +label: "GSP Atlanta Viagens e Turismo Ltda" +value: "6083" +data: App\Entity\CustomerAccount {#5520 …} +attr: [] +labelTranslationParameters: [] } 6124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6923 +label: "Hagers Journeys" +value: "6124" +data: App\Entity\CustomerAccount {#5499 …} +attr: [] +labelTranslationParameters: [] } 6125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6924 +label: "HIATUS" +value: "6125" +data: App\Entity\CustomerAccount {#5480 …} +attr: [] +labelTranslationParameters: [] } 6126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6925 +label: "HNL Travel Associates" +value: "6126" +data: App\Entity\CustomerAccount {#5461 …} +attr: [] +labelTranslationParameters: [] } 6160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6926 +label: "HOST - Victoria Test" +value: "6160" +data: App\Entity\CustomerAccount {#5421 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6927 +label: "Huffman Travel" +value: "27" +data: App\Entity\CustomerAccount {#5545 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6928 +label: "In the Know Experiences" +value: "337" +data: App\Entity\CustomerAccount {#5555 …} +attr: [] +labelTranslationParameters: [] } 6127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6929 +label: "Independent by Libery Travel" +value: "6127" +data: App\Entity\CustomerAccount {#5574 …} +attr: [] +labelTranslationParameters: [] } 6128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6930 +label: "Jensen Travelon" +value: "6128" +data: App\Entity\CustomerAccount {#5593 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6931 +label: "Jet Set World Travel" +value: "273" +data: App\Entity\CustomerAccount {#5612 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6932 +label: "K&E Travel United States" +value: "10" +data: App\Entity\CustomerAccount {#5632 …} +attr: [] +labelTranslationParameters: [] } 6129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6933 +label: "Lake Forest Travel Bureau" +value: "6129" +data: App\Entity\CustomerAccount {#5651 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6934 +label: "Lake Shore Travel" +value: "430" +data: App\Entity\CustomerAccount {#5670 …} +attr: [] +labelTranslationParameters: [] } 6130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6935 +label: "Landings Travel" +value: "6130" +data: App\Entity\CustomerAccount {#5689 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6936 +label: "Leaders in Travel" +value: "547" +data: App\Entity\CustomerAccount {#5709 …} +attr: [] +labelTranslationParameters: [] } 6131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6937 +label: "Liadis Travel" +value: "6131" +data: App\Entity\CustomerAccount {#5728 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6938 +label: "Live Life Travel" +value: "267" +data: App\Entity\CustomerAccount {#5747 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6939 +label: "Local Foreigner" +value: "12" +data: App\Entity\CustomerAccount {#5767 …} +attr: [] +labelTranslationParameters: [] } 6163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6940 +label: "Luis's Test Agency GTN Express" +value: "6163" +data: App\Entity\CustomerAccount {#5786 …} +attr: [] +labelTranslationParameters: [] } 6132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6941 +label: "Magma Global" +value: "6132" +data: App\Entity\CustomerAccount {#5805 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6942 +label: "McCabe World Trave" +value: "19" +data: App\Entity\CustomerAccount {#5824 …} +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6943 +label: "Montecito Village Travel" +value: "734" +data: App\Entity\CustomerAccount {#5844 …} +attr: [] +labelTranslationParameters: [] } 6133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6944 +label: "MTravel" +value: "6133" +data: App\Entity\CustomerAccount {#5863 …} +attr: [] +labelTranslationParameters: [] } 6134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6945 +label: "New Act Travel" +value: "6134" +data: App\Entity\CustomerAccount {#5882 …} +attr: [] +labelTranslationParameters: [] } 5890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6946 +label: "Nexion" +value: "5890" +data: App\Entity\CustomerAccount {#5901 …} +attr: [] +labelTranslationParameters: [] } 6135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6947 +label: "Number 1 Power Travel" +value: "6135" +data: App\Entity\CustomerAccount {#5920 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6948 +label: "Number1powertravel.com" +value: "431" +data: App\Entity\CustomerAccount {#5939 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6949 +label: "Odyssey Travel" +value: "309" +data: App\Entity\CustomerAccount {#5958 …} +attr: [] +labelTranslationParameters: [] } 6136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6950 +label: "Other" +value: "6136" +data: App\Entity\CustomerAccount {#5977 …} +attr: [] +labelTranslationParameters: [] } 5746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6951 +label: "Ovation Travel Group" +value: "5746" +data: App\Entity\CustomerAccount {#5996 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6952 +label: "Paul Klein Travel" +value: "367" +data: App\Entity\CustomerAccount {#6015 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6953 +label: "Pique Travel Design" +value: "270" +data: App\Entity\CustomerAccount {#6034 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6954 +label: "Platinum Travel, LLC" +value: "442" +data: App\Entity\CustomerAccount {#6054 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6955 +label: "Post Haste Travel Service" +value: "249" +data: App\Entity\CustomerAccount {#6074 …} +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6956 +label: "Protocolo Tours INC" +value: "680" +data: App\Entity\CustomerAccount {#6093 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6957 +label: "Protravel International" +value: "29" +data: App\Entity\CustomerAccount {#6112 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6958 +label: "Provident Travel" +value: "48" +data: App\Entity\CustomerAccount {#6131 …} +attr: [] +labelTranslationParameters: [] } 5741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6959 +label: "Q Cruise + Travel" +value: "5741" +data: App\Entity\CustomerAccount {#6150 …} +attr: [] +labelTranslationParameters: [] } 6137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6960 +label: "Restorative Travel" +value: "6137" +data: App\Entity\CustomerAccount {#6169 …} +attr: [] +labelTranslationParameters: [] } 6168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6961 +label: "Rio Agency" +value: "6168" +data: App\Entity\CustomerAccount {#6188 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6962 +label: "Sanborns Travel" +value: "294" +data: App\Entity\CustomerAccount {#6207 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6963 +label: "Sanders Travel Centre" +value: "112" +data: App\Entity\CustomerAccount {#6226 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6964 +label: "Sixth Star Travel" +value: "497" +data: App\Entity\CustomerAccount {#6245 …} +attr: [] +labelTranslationParameters: [] } 6138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6965 +label: "Specialty Cruise & Villas" +value: "6138" +data: App\Entity\CustomerAccount {#6264 …} +attr: [] +labelTranslationParameters: [] } 6139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6966 +label: "Strong Travel" +value: "6139" +data: App\Entity\CustomerAccount {#6283 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6967 +label: "Tafari Travel" +value: "232" +data: App\Entity\CustomerAccount {#6302 …} +attr: [] +labelTranslationParameters: [] } 6140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6968 +label: "TBH Travel" +value: "6140" +data: App\Entity\CustomerAccount {#6321 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6969 +label: "TestCustomerAccount1 net" +value: "5" +data: App\Entity\CustomerAccount {#6340 …} +attr: [] +labelTranslationParameters: [] } 6162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6970 +label: "TestingAdd" +value: "6162" +data: App\Entity\CustomerAccount {#6361 …} +attr: [] +labelTranslationParameters: [] } 6141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6971 +label: "The Accomplished Traveler" +value: "6141" +data: App\Entity\CustomerAccount {#6382 …} +attr: [] +labelTranslationParameters: [] } 6142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6972 +label: "The Travel Agent Inc." +value: "6142" +data: App\Entity\CustomerAccount {#6401 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6973 +label: "The Travel Collaborative" +value: "222" +data: App\Entity\CustomerAccount {#6420 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6974 +label: "The Travel Society" +value: "240" +data: App\Entity\CustomerAccount {#6440 …} +attr: [] +labelTranslationParameters: [] } 6143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6975 +label: "Thunderbird Travel" +value: "6143" +data: App\Entity\CustomerAccount {#6459 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6976 +label: "Travel Edge" +value: "191" +data: App\Entity\CustomerAccount {#6478 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6977 +label: "Travel Experts" +value: "75" +data: App\Entity\CustomerAccount {#6497 …} +attr: [] +labelTranslationParameters: [] } 6144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6978 +label: "Travel Leaders" +value: "6144" +data: App\Entity\CustomerAccount {#6516 …} +attr: [] +labelTranslationParameters: [] } 5399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6979 +label: "Travel Planners International" +value: "5399" +data: App\Entity\CustomerAccount {#6535 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6980 +label: "Travelex International" +value: "241" +data: App\Entity\CustomerAccount {#6554 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6981 +label: "Travelong of Summit" +value: "113" +data: App\Entity\CustomerAccount {#6573 …} +attr: [] +labelTranslationParameters: [] } 6145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6982 +label: "Travelwizard.com" +value: "6145" +data: App\Entity\CustomerAccount {#6593 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6983 +label: "Travelwize" +value: "445" +data: App\Entity\CustomerAccount {#6612 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6984 +label: "TripMatters, Inc" +value: "385" +data: App\Entity\CustomerAccount {#6631 …} +attr: [] +labelTranslationParameters: [] } 6146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6985 +label: "Trips In The Village" +value: "6146" +data: App\Entity\CustomerAccount {#6650 …} +attr: [] +labelTranslationParameters: [] } 6147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6986 +label: "True Global Network/CCRA" +value: "6147" +data: App\Entity\CustomerAccount {#6669 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6987 +label: "Tzell Travel Group" +value: "67" +data: App\Entity\CustomerAccount {#6688 …} +attr: [] +labelTranslationParameters: [] } 6010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6988 +label: "Uniglobe Travel Center " +value: "6010" +data: App\Entity\CustomerAccount {#6707 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6989 +label: "UNIGLOBE Travel Designers" +value: "49" +data: App\Entity\CustomerAccount {#6726 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6990 +label: "Uniglobe Travel Partners" +value: "74" +data: App\Entity\CustomerAccount {#6745 …} +attr: [] +labelTranslationParameters: [] } 6148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6991 +label: "US1 Travel Inc." +value: "6148" +data: App\Entity\CustomerAccount {#6764 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6992 +label: "Valerie Wilson Travel" +value: "263" +data: App\Entity\CustomerAccount {#6783 …} +attr: [] +labelTranslationParameters: [] } 6149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6993 +label: "World Travel Bureau" +value: "6149" +data: App\Entity\CustomerAccount {#6802 …} +attr: [] +labelTranslationParameters: [] } 6150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6994 +label: "World Travel Inc." +value: "6150" +data: App\Entity\CustomerAccount {#6821 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6995 +label: "WorldTravelService" +value: "227" +data: App\Entity\CustomerAccount {#6840 …} +attr: [] +labelTranslationParameters: [] } 6151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6996 +label: "Yorba Linda Travel" +value: "6151" +data: App\Entity\CustomerAccount {#6859 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3159 -form: Symfony\Component\Form\Form {#3085 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3160 …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) {#6998 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2936 …} } |
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) {#2619 class: "App\Form\Login\RequestAccessType" this: App\Form\Login\RequestAccessType {#2313 …} } |
Doctrine\ORM\QueryBuilder {#2995 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2991 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2990 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2989 #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 {#2988 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2987 #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 {#2992 …} -_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 {#3030 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3005 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2986 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3006 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3009 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1104 …} -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 | ContainerC7cRRuw\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 {#3009 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1104 …} -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 {#2995 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2991 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2990 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2989 #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 {#2988 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2987 #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 {#2992 …} -_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() {#2997 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#2999 …} } } |
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 {#7003 +label: "+1" +value: "452" +data: Proxies\__CG__\App\Entity\Country {#3210 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7007 +label: "+7" +value: "337" +data: App\Entity\Country {#7023 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7009 +label: "+20" +value: "293" +data: App\Entity\Country {#7031 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7005 +label: "+27" +value: "424" +data: App\Entity\Country {#7038 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7014 +label: "+30" +value: "312" +data: App\Entity\Country {#7045 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7011 +label: "+31" +value: "378" +data: App\Entity\Country {#7052 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7006 +label: "+32" +value: "253" +data: App\Entity\Country {#7059 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7015 +label: "+33" +value: "303" +data: Proxies\__CG__\App\Entity\Country {#6364 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8581 +label: "+34" +value: "425" +data: App\Entity\Country {#7072 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8582 +label: "+36" +value: "325" +data: App\Entity\Country {#7079 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8583 +label: "+39" +value: "322" +data: App\Entity\Country {#7086 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8584 +label: "+40" +value: "403" +data: App\Entity\Country {#7093 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8585 +label: "+41" +value: "432" +data: App\Entity\Country {#7100 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8586 +label: "+43" +value: "246" +data: App\Entity\Country {#7107 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8587 +label: "+44" +value: "451" +data: Proxies\__CG__\App\Entity\Country {#5008 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8588 +label: "+45" +value: "288" +data: App\Entity\Country {#7120 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8589 +label: "+46" +value: "431" +data: App\Entity\Country {#7127 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8590 +label: "+47" +value: "388" +data: App\Entity\Country {#7134 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8591 +label: "+48" +value: "398" +data: App\Entity\Country {#7141 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8592 +label: "+49" +value: "309" +data: App\Entity\Country {#7148 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8593 +label: "+51" +value: "396" +data: App\Entity\Country {#7155 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8594 +label: "+52" +value: "366" +data: App\Entity\Country {#7162 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8595 +label: "+53" +value: "285" +data: App\Entity\Country {#7169 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8596 +label: "+54" +value: "242" +data: App\Entity\Country {#7176 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8597 +label: "+55" +value: "261" +data: Proxies\__CG__\App\Entity\Country {#5517 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8598 +label: "+56" +value: "273" +data: App\Entity\Country {#7189 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8599 +label: "+57" +value: "277" +data: App\Entity\Country {#7196 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8600 +label: "+58" +value: "456" +data: App\Entity\Country {#7203 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8601 +label: "+60" +value: "357" +data: App\Entity\Country {#7210 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8602 +label: "+61" +value: "245" +data: App\Entity\Country {#7217 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8603 +label: "+62" +value: "328" +data: App\Entity\Country {#7224 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8604 +label: "+63" +value: "397" +data: App\Entity\Country {#7231 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8605 +label: "+64" +value: "381" +data: App\Entity\Country {#7238 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8606 +label: "+65" +value: "419" +data: App\Entity\Country {#7245 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8607 +label: "+66" +value: "437" +data: App\Entity\Country {#7252 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8608 +label: "+70" +value: "404" +data: App\Entity\Country {#7259 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8609 +label: "+81" +value: "335" +data: Proxies\__CG__\App\Entity\Country {#4540 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8610 +label: "+82" +value: "341" +data: App\Entity\Country {#7272 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8611 +label: "+84" +value: "457" +data: App\Entity\Country {#7279 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8612 +label: "+86" +value: "274" +data: App\Entity\Country {#7286 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8613 +label: "+90" +value: "444" +data: App\Entity\Country {#7293 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8614 +label: "+91" +value: "327" +data: App\Entity\Country {#7300 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8615 +label: "+92" +value: "390" +data: App\Entity\Country {#7307 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8616 +label: "+93" +value: "234" +data: App\Entity\Country {#7314 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8617 +label: "+94" +value: "426" +data: App\Entity\Country {#7321 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8618 +label: "+95" +value: "374" +data: App\Entity\Country {#7328 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8619 +label: "+98" +value: "329" +data: App\Entity\Country {#7335 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8620 +label: "+212" +value: "372" +data: App\Entity\Country {#7342 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8621 +label: "+213" +value: "236" +data: App\Entity\Country {#7349 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8622 +label: "+216" +value: "443" +data: App\Entity\Country {#7356 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8623 +label: "+218" +value: "349" +data: App\Entity\Country {#7363 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8624 +label: "+220" +value: "307" +data: App\Entity\Country {#7370 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8625 +label: "+221" +value: "415" +data: App\Entity\Country {#7377 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8626 +label: "+222" +value: "363" +data: App\Entity\Country {#7384 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8627 +label: "+223" +value: "359" +data: App\Entity\Country {#7391 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8628 +label: "+224" +value: "318" +data: App\Entity\Country {#7398 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8629 +label: "+225" +value: "283" +data: App\Entity\Country {#7405 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8630 +label: "+226" +value: "265" +data: App\Entity\Country {#7412 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8631 +label: "+227" +value: "383" +data: App\Entity\Country {#7419 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8632 +label: "+228" +value: "439" +data: App\Entity\Country {#7426 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8633 +label: "+229" +value: "255" +data: App\Entity\Country {#7433 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8634 +label: "+230" +value: "364" +data: App\Entity\Country {#7440 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8635 +label: "+231" +value: "348" +data: App\Entity\Country {#7447 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8636 +label: "+232" +value: "418" +data: App\Entity\Country {#7454 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8637 +label: "+233" +value: "310" +data: App\Entity\Country {#7461 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8638 +label: "+234" +value: "384" +data: App\Entity\Country {#7468 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8639 +label: "+235" +value: "272" +data: App\Entity\Country {#7475 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8640 +label: "+236" +value: "271" +data: App\Entity\Country {#7482 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8641 +label: "+237" +value: "268" +data: App\Entity\Country {#7489 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8642 +label: "+238" +value: "269" +data: App\Entity\Country {#7496 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8643 +label: "+239" +value: "413" +data: App\Entity\Country {#7503 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8644 +label: "+240" +value: "295" +data: App\Entity\Country {#7510 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8645 +label: "+241" +value: "306" +data: App\Entity\Country {#7517 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8646 +label: "+242" +value: "279" +data: App\Entity\Country {#7524 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8647 +label: "+244" +value: "239" +data: App\Entity\Country {#7531 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8648 +label: "+245" +value: "319" +data: App\Entity\Country {#7538 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8649 +label: "+246" +value: "262" +data: App\Entity\Country {#7545 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8650 +label: "+248" +value: "417" +data: App\Entity\Country {#7552 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8651 +label: "+249" +value: "427" +data: App\Entity\Country {#7559 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8652 +label: "+250" +value: "405" +data: App\Entity\Country {#7566 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8653 +label: "+251" +value: "298" +data: App\Entity\Country {#7573 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8654 +label: "+252" +value: "423" +data: App\Entity\Country {#7580 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8655 +label: "+253" +value: "289" +data: App\Entity\Country {#7587 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8656 +label: "+254" +value: "338" +data: App\Entity\Country {#7594 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8657 +label: "+255" +value: "436" +data: App\Entity\Country {#7601 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8658 +label: "+256" +value: "448" +data: App\Entity\Country {#7608 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8659 +label: "+257" +value: "266" +data: App\Entity\Country {#7615 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8660 +label: "+258" +value: "373" +data: App\Entity\Country {#7622 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8661 +label: "+260" +value: "463" +data: App\Entity\Country {#7629 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8662 +label: "+261" +value: "355" +data: App\Entity\Country {#7636 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8663 +label: "+262" +value: "402" +data: App\Entity\Country {#7643 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8664 +label: "+263" +value: "464" +data: App\Entity\Country {#7650 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8665 +label: "+264" +value: "375" +data: App\Entity\Country {#7657 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8666 +label: "+265" +value: "356" +data: App\Entity\Country {#7664 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8667 +label: "+266" +value: "347" +data: App\Entity\Country {#7671 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8668 +label: "+267" +value: "260" +data: App\Entity\Country {#7678 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8669 +label: "+268" +value: "430" +data: App\Entity\Country {#7685 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8670 +label: "+269" +value: "278" +data: App\Entity\Country {#7692 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8671 +label: "+290" +value: "406" +data: App\Entity\Country {#7699 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8672 +label: "+291" +value: "296" +data: App\Entity\Country {#7706 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8673 +label: "+297" +value: "244" +data: App\Entity\Country {#7713 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8674 +label: "+298" +value: "300" +data: App\Entity\Country {#7720 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8675 +label: "+299" +value: "313" +data: App\Entity\Country {#7727 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8676 +label: "+350" +value: "311" +data: App\Entity\Country {#7734 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8677 +label: "+351" +value: "399" +data: App\Entity\Country {#7741 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8678 +label: "+352" +value: "352" +data: App\Entity\Country {#7748 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8679 +label: "+353" +value: "331" +data: App\Entity\Country {#7755 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8680 +label: "+354" +value: "326" +data: App\Entity\Country {#7762 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8681 +label: "+355" +value: "235" +data: App\Entity\Country {#7769 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8682 +label: "+356" +value: "360" +data: App\Entity\Country {#7776 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8683 +label: "+357" +value: "286" +data: App\Entity\Country {#7783 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8684 +label: "+358" +value: "302" +data: App\Entity\Country {#7790 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8685 +label: "+359" +value: "264" +data: App\Entity\Country {#7797 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8686 +label: "+370" +value: "351" +data: App\Entity\Country {#7804 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8687 +label: "+371" +value: "345" +data: App\Entity\Country {#7811 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8688 +label: "+372" +value: "297" +data: App\Entity\Country {#7818 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8689 +label: "+373" +value: "368" +data: App\Entity\Country {#7825 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8690 +label: "+374" +value: "243" +data: App\Entity\Country {#7832 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8691 +label: "+375" +value: "252" +data: App\Entity\Country {#7839 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8692 +label: "+376" +value: "238" +data: App\Entity\Country {#7846 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8693 +label: "+377" +value: "369" +data: App\Entity\Country {#7853 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8694 +label: "+378" +value: "412" +data: App\Entity\Country {#7860 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8695 +label: "+380" +value: "449" +data: App\Entity\Country {#7867 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8696 +label: "+381" +value: "416" +data: App\Entity\Country {#7874 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8697 +label: "+385" +value: "284" +data: App\Entity\Country {#7881 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8698 +label: "+386" +value: "421" +data: App\Entity\Country {#7888 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8699 +label: "+387" +value: "259" +data: App\Entity\Country {#7895 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8700 +label: "+389" +value: "354" +data: App\Entity\Country {#7902 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8701 +label: "+420" +value: "287" +data: App\Entity\Country {#7909 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8702 +label: "+421" +value: "420" +data: App\Entity\Country {#7916 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8703 +label: "+423" +value: "350" +data: App\Entity\Country {#7923 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8704 +label: "+500" +value: "299" +data: App\Entity\Country {#7930 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8705 +label: "+501" +value: "254" +data: App\Entity\Country {#7937 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8706 +label: "+502" +value: "317" +data: App\Entity\Country {#7944 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8707 +label: "+503" +value: "294" +data: App\Entity\Country {#7951 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8708 +label: "+504" +value: "323" +data: App\Entity\Country {#7958 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8709 +label: "+505" +value: "382" +data: App\Entity\Country {#7965 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8710 +label: "+506" +value: "282" +data: App\Entity\Country {#7972 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8711 +label: "+507" +value: "393" +data: App\Entity\Country {#7979 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8712 +label: "+508" +value: "409" +data: App\Entity\Country {#7986 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8713 +label: "+509" +value: "321" +data: App\Entity\Country {#7993 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8714 +label: "+590" +value: "315" +data: App\Entity\Country {#8000 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8715 +label: "+591" +value: "258" +data: App\Entity\Country {#8007 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8716 +label: "+592" +value: "320" +data: App\Entity\Country {#8014 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8717 +label: "+593" +value: "292" +data: App\Entity\Country {#8021 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8718 +label: "+594" +value: "304" +data: App\Entity\Country {#8028 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8719 +label: "+595" +value: "395" +data: App\Entity\Country {#8035 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8720 +label: "+596" +value: "362" +data: App\Entity\Country {#8042 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8721 +label: "+597" +value: "428" +data: App\Entity\Country {#8049 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8722 +label: "+598" +value: "453" +data: App\Entity\Country {#8056 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8723 +label: "+599" +value: "379" +data: App\Entity\Country {#8063 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8724 +label: "+670" +value: "438" +data: App\Entity\Country {#8070 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8725 +label: "+672" +value: "276" +data: App\Entity\Country {#8077 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8726 +label: "+673" +value: "263" +data: App\Entity\Country {#8084 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8727 +label: "+674" +value: "376" +data: App\Entity\Country {#8091 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8728 +label: "+675" +value: "394" +data: App\Entity\Country {#8098 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8729 +label: "+676" +value: "441" +data: App\Entity\Country {#8105 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8730 +label: "+677" +value: "422" +data: App\Entity\Country {#8112 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8731 +label: "+678" +value: "455" +data: App\Entity\Country {#8119 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8732 +label: "+679" +value: "301" +data: App\Entity\Country {#8126 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8733 +label: "+680" +value: "391" +data: App\Entity\Country {#8133 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8734 +label: "+681" +value: "460" +data: App\Entity\Country {#8140 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8735 +label: "+682" +value: "281" +data: App\Entity\Country {#8147 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8736 +label: "+683" +value: "385" +data: App\Entity\Country {#8154 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8737 +label: "+684" +value: "411" +data: App\Entity\Country {#8161 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8738 +label: "+686" +value: "339" +data: App\Entity\Country {#8168 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8739 +label: "+687" +value: "380" +data: App\Entity\Country {#8175 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8740 +label: "+688" +value: "447" +data: App\Entity\Country {#8182 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8741 +label: "+689" +value: "305" +data: App\Entity\Country {#8189 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8742 +label: "+690" +value: "440" +data: App\Entity\Country {#8196 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8743 +label: "+691" +value: "367" +data: App\Entity\Country {#8203 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8744 +label: "+692" +value: "361" +data: App\Entity\Country {#8210 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8745 +label: "+850" +value: "340" +data: App\Entity\Country {#8217 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8746 +label: "+852" +value: "324" +data: App\Entity\Country {#8224 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8747 +label: "+853" +value: "353" +data: App\Entity\Country {#8231 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8748 +label: "+855" +value: "267" +data: App\Entity\Country {#8238 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8749 +label: "+856" +value: "344" +data: App\Entity\Country {#8245 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8750 +label: "+880" +value: "250" +data: App\Entity\Country {#8252 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8751 +label: "+886" +value: "434" +data: App\Entity\Country {#8259 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8752 +label: "+960" +value: "358" +data: App\Entity\Country {#8266 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8753 +label: "+961" +value: "346" +data: App\Entity\Country {#8273 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8754 +label: "+962" +value: "336" +data: App\Entity\Country {#8280 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8755 +label: "+963" +value: "433" +data: App\Entity\Country {#8287 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8756 +label: "+964" +value: "330" +data: App\Entity\Country {#8294 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8757 +label: "+965" +value: "342" +data: App\Entity\Country {#8301 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8758 +label: "+966" +value: "414" +data: App\Entity\Country {#8308 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8759 +label: "+967" +value: "462" +data: App\Entity\Country {#8315 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8760 +label: "+968" +value: "389" +data: App\Entity\Country {#8322 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8761 +label: "+970" +value: "392" +data: App\Entity\Country {#8329 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8762 +label: "+971" +value: "450" +data: App\Entity\Country {#8336 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8763 +label: "+972" +value: "332" +data: App\Entity\Country {#8343 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8764 +label: "+973" +value: "249" +data: App\Entity\Country {#8350 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8765 +label: "+974" +value: "401" +data: App\Entity\Country {#8357 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8766 +label: "+975" +value: "257" +data: App\Entity\Country {#8364 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8767 +label: "+976" +value: "370" +data: App\Entity\Country {#8371 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8768 +label: "+977" +value: "377" +data: App\Entity\Country {#8378 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8769 +label: "+992" +value: "435" +data: App\Entity\Country {#8385 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8770 +label: "+994" +value: "247" +data: App\Entity\Country {#8392 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8771 +label: "+995" +value: "308" +data: App\Entity\Country {#8399 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8772 +label: "+996" +value: "343" +data: App\Entity\Country {#8406 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8773 +label: "+998" +value: "454" +data: App\Entity\Country {#8413 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8774 +label: "+1242" +value: "248" +data: App\Entity\Country {#8420 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8775 +label: "+1246" +value: "251" +data: App\Entity\Country {#8427 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8776 +label: "+1264" +value: "240" +data: App\Entity\Country {#8434 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8777 +label: "+1268" +value: "241" +data: App\Entity\Country {#8441 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8778 +label: "+1284" +value: "458" +data: App\Entity\Country {#8448 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8779 +label: "+1340" +value: "459" +data: App\Entity\Country {#8455 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8780 +label: "+1345" +value: "270" +data: App\Entity\Country {#8462 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8781 +label: "+1441" +value: "256" +data: App\Entity\Country {#8469 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8782 +label: "+1473" +value: "314" +data: App\Entity\Country {#8476 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8783 +label: "+1649" +value: "446" +data: App\Entity\Country {#8483 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8784 +label: "+1664" +value: "371" +data: App\Entity\Country {#8490 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8785 +label: "+1670" +value: "387" +data: App\Entity\Country {#8497 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8786 +label: "+1671" +value: "316" +data: App\Entity\Country {#8504 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8787 +label: "+1684" +value: "237" +data: App\Entity\Country {#8511 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8788 +label: "+1758" +value: "408" +data: App\Entity\Country {#8518 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8789 +label: "+1767" +value: "290" +data: App\Entity\Country {#8525 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8790 +label: "+1784" +value: "410" +data: App\Entity\Country {#8532 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8791 +label: "+1787" +value: "400" +data: App\Entity\Country {#8539 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8792 +label: "+1809" +value: "291" +data: App\Entity\Country {#8546 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8793 +label: "+1868" +value: "442" +data: App\Entity\Country {#8553 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8794 +label: "+1869" +value: "407" +data: App\Entity\Country {#8560 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8795 +label: "+1876" +value: "334" +data: App\Entity\Country {#8567 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8796 +label: "+7370" +value: "445" +data: App\Entity\Country {#8574 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6999 -form: Symfony\Component\Form\Form {#3088 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7000 …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) {#7002 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2936 …} } |
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" |
ContainerC7cRRuw\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 {#2966 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3033 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3022 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3034 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3035 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3019 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2326 …} -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 | ContainerC7cRRuw\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 {#3019 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2326 …} -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() {#3021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#3025 …} } } |
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 {#8798 +label: "English" +value: "8" +data: Proxies\__CG__\App\Entity\Language {#3197 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8800 +label: "French" +value: "9" +data: App\Entity\Language {#8816 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8805 +label: "German" +value: "10" +data: App\Entity\Language {#8820 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8806 +label: "Italian" +value: "11" +data: App\Entity\Language {#8823 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8814 +label: "Portuguese" +value: "12" +data: Proxies\__CG__\App\Entity\Language {#5516 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8799 +label: "Russian" +value: "13" +data: App\Entity\Language {#8828 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8807 +label: "Spanish" +value: "14" +data: App\Entity\Language {#8831 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8802 +label: "unknown" +value: "15" +data: Proxies\__CG__\App\Entity\Language {#4428 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8797 -form: Symfony\Component\Form\Form {#3091 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#7001 …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) {#8811 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2936 …} } |
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) {#3047 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#3049 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#3046 …} } } |
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 {#8836 -form: Symfony\Component\Form\Form {#3094 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8837 …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 | "33.wQ49Yv8KjMczaH_WVtpxILelzUnJ-fq1T5iWvDfwYw4.uGhYFLYytaxWJxaPEPchVdX2lBiHtb2DN97PiEKGATyMN1gjzUj6rmk5Ng" |
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 | "33.wQ49Yv8KjMczaH_WVtpxILelzUnJ-fq1T5iWvDfwYw4.uGhYFLYytaxWJxaPEPchVdX2lBiHtb2DN97PiEKGATyMN1gjzUj6rmk5Ng" |
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 | "33.wQ49Yv8KjMczaH_WVtpxILelzUnJ-fq1T5iWvDfwYw4.uGhYFLYytaxWJxaPEPchVdX2lBiHtb2DN97PiEKGATyMN1gjzUj6rmk5Ng" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3036 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2483 …} } |
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() {#8838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2593 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2494 …} $translationDomain: "validators" $message: Closure() {#8839 …} } } |
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 | "33.wQ49Yv8KjMczaH_WVtpxILelzUnJ-fq1T5iWvDfwYw4.uGhYFLYytaxWJxaPEPchVdX2lBiHtb2DN97PiEKGATyMN1gjzUj6rmk5Ng" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8849 -form: Symfony\Component\Form\Form {#8845 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8840 …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 | "33.wQ49Yv8KjMczaH_WVtpxILelzUnJ-fq1T5iWvDfwYw4.uGhYFLYytaxWJxaPEPchVdX2lBiHtb2DN97PiEKGATyMN1gjzUj6rmk5Ng" |