- 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 {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
same as passed value |
doFilterByCustomerAccount | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
data_class | "App\Entity\RequestAccess" |
disabled | false |
doFilterByCustomerAccount | false |
empty_data | Closure(FormInterface $form) {#2529 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} 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() {#2531 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2530 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "request_access" "_request_access" ] |
cache_key | "_request_access_request_access" |
compound | true |
data | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2969 -form: Symfony\Component\Form\Form {#2974 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2532 …5} |
full_name | "request_access" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "request_access" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "request_access" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_request_access" |
valid | true |
value | App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } |
customerAccountName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2561 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2560 …} } } |
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 {#2860 -form: Symfony\Component\Form\Form {#2977 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2904 …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) {#2565 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2791 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2790 …} } } |
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 {#2848 -form: Symfony\Component\Form\Form {#2980 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2837 …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) {#2788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2800 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2799 …} } } |
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 {#2828 -form: Symfony\Component\Form\Form {#2983 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2816 …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) {#2562 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2806 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2544 …} } } |
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 {#2807 -form: Symfony\Component\Form\Form {#2986 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2801 …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) {#2813 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2814 …} } } |
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 {#2792 -form: Symfony\Component\Form\Form {#2989 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2558 …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) {#2821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2827 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2826 …} } } |
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 {#3017 -form: Symfony\Component\Form\Form {#2992 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3019 …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) {#2824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2835 …} } } |
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 {#3020 -form: Symfony\Component\Form\Form {#2995 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3021 …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) {#2845 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2844 …} } } |
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 {#3022 -form: Symfony\Component\Form\Form {#2998 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3074 …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) {#2853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2859 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2858 …} } } |
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 {#3076 -form: Symfony\Component\Form\Form {#3001 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3077 …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) {#2537 class: "App\Form\Login\RequestAccessType" this: App\Form\Login\RequestAccessType {#2155 …} 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) {#2529 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} use: { $class: "App\Entity\RequestAccess" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#2531 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2530 …} } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "validation_groups" => null "constraints" => [] "legacy_error_messages" => true "doFilterByCustomerAccount" => false "data" => App\Entity\RequestAccess {#1206 -id: null -customerAccountName: null -country: null -addressLine1: null -addressLine2: null -zipCode: null -city: null -phoneCountryCode: null -phone: null -website: null -contactFirstName: null -contactLastName: null -gender: null -email: null -IATANumber: null -language: null -state: null -customerAccount: null -ownershipLink: null -isApproved: null } ] } } |
Doctrine\ORM\QueryBuilder {#2889 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2891 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2892 #from: "App\Entity\CustomerAccount" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2893 #joinType: "INNER" #join: "c.customerAccountType" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2894 #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 {#2895 #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 {#2890 …} -_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 {#2885 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2923 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2897 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2896 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2898 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2901 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#759 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\CustomerAccount" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
em | 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 {#2901 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#759 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Host / Agency Group:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Please choose" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#2889 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2891 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2892 #from: "App\Entity\CustomerAccount" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#2893 #joinType: "INNER" #join: "c.customerAccountType" #alias: "t" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2894 #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 {#2895 #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 {#2890 …} -_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() {#2888 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2886 …} } } |
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 {#3080 +label: "Acadiana Travel" +value: "213" +data: App\Entity\CustomerAccount {#3096 …} +attr: [] +labelTranslationParameters: [] } 6098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3082 +label: "Admiral Travel International Inc." +value: "6098" +data: App\Entity\CustomerAccount {#3419 …} +attr: [] +labelTranslationParameters: [] } 6166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +label: "AgencyTest05242024" +value: "6166" +data: App\Entity\CustomerAccount {#3226 …} +attr: [] +labelTranslationParameters: [] } 6164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3087 +label: "AgencyTest17" +value: "6164" +data: App\Entity\CustomerAccount {#4462 …} +attr: [] +labelTranslationParameters: [] } 6099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +label: "All Direct Travel Inc." +value: "6099" +data: App\Entity\CustomerAccount {#4441 …} +attr: [] +labelTranslationParameters: [] } 6100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3081 +label: "All Star Travel Group" +value: "6100" +data: App\Entity\CustomerAccount {#4422 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3091 +label: "All World Travel" +value: "86" +data: App\Entity\CustomerAccount {#4403 …} +attr: [] +labelTranslationParameters: [] } 6101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3088 +label: "Alpine Travel of Saratoga" +value: "6101" +data: App\Entity\CustomerAccount {#4383 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3083 +label: "Altour" +value: "57" +data: App\Entity\CustomerAccount {#4003 …} +attr: [] +labelTranslationParameters: [] } 5344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3092 +label: "American Express" +value: "5344" +data: App\Entity\CustomerAccount {#4344 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6801 +label: "Andavo" +value: "97" +data: App\Entity\CustomerAccount {#4364 …} +attr: [] +labelTranslationParameters: [] } 6102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6802 +label: "Andavo Travel" +value: "6102" +data: App\Entity\CustomerAccount {#4479 …} +attr: [] +labelTranslationParameters: [] } 6103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6803 +label: "Artistico Travel Consultants Inc." +value: "6103" +data: App\Entity\CustomerAccount {#4498 …} +attr: [] +labelTranslationParameters: [] } 5664 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6804 +label: "Austin Departure Lounge" +value: "5664" +data: App\Entity\CustomerAccount {#4517 …} +attr: [] +labelTranslationParameters: [] } 6104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6805 +label: "Avant Garde Travel" +value: "6104" +data: App\Entity\CustomerAccount {#4536 …} +attr: [] +labelTranslationParameters: [] } 6105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6806 +label: "Avant Travel Agency Inc." +value: "6105" +data: App\Entity\CustomerAccount {#4555 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6807 +label: "Avenue Two Travel" +value: "51" +data: App\Entity\CustomerAccount {#4574 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6808 +label: "Balboa Travel" +value: "246" +data: App\Entity\CustomerAccount {#4594 …} +attr: [] +labelTranslationParameters: [] } 6106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6809 +label: "Bayside Travel" +value: "6106" +data: App\Entity\CustomerAccount {#4613 …} +attr: [] +labelTranslationParameters: [] } 6107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6810 +label: "BCD" +value: "6107" +data: App\Entity\CustomerAccount {#4632 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6811 +label: "Becky Lamb Travel" +value: "111" +data: App\Entity\CustomerAccount {#4651 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6812 +label: "Bee Kalt Travel" +value: "335" +data: App\Entity\CustomerAccount {#4671 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6813 +label: "Belle Meade Vacations" +value: "114" +data: App\Entity\CustomerAccount {#4691 …} +attr: [] +labelTranslationParameters: [] } 6011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6814 +label: "Betty Maclean Travel" +value: "6011" +data: App\Entity\CustomerAccount {#4711 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6815 +label: "Big Creek Travel" +value: "101" +data: App\Entity\CustomerAccount {#4730 …} +attr: [] +labelTranslationParameters: [] } 6108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6816 +label: "Blue Skies Travel" +value: "6108" +data: App\Entity\CustomerAccount {#4750 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6817 +label: "Brownell Travel" +value: "59" +data: App\Entity\CustomerAccount {#4769 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6818 +label: "Cadence Travel" +value: "64" +data: App\Entity\CustomerAccount {#4789 …} +attr: [] +labelTranslationParameters: [] } 6109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6819 +label: "Camelback Odyssey Travel" +value: "6109" +data: App\Entity\CustomerAccount {#4809 …} +attr: [] +labelTranslationParameters: [] } 6110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6820 +label: "Canyon Crest Travel" +value: "6110" +data: App\Entity\CustomerAccount {#4828 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6821 +label: "Cassis Travel Services" +value: "248" +data: App\Entity\CustomerAccount {#4847 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6822 +label: "Ciao Bambino" +value: "93" +data: App\Entity\CustomerAccount {#4866 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6823 +label: "Coastline Travel" +value: "219" +data: App\Entity\CustomerAccount {#4885 …} +attr: [] +labelTranslationParameters: [] } 551 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6824 +label: "Colin Test Commission Account" +value: "551" +data: App\Entity\CustomerAccount {#4905 …} +attr: [] +labelTranslationParameters: [] } 5979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6825 +label: "Colletts Travel UK" +value: "5979" +data: App\Entity\CustomerAccount {#4924 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6826 +label: "Columbus Travel" +value: "373" +data: App\Entity\CustomerAccount {#4944 …} +attr: [] +labelTranslationParameters: [] } 6111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6827 +label: "Court Travel Ltd." +value: "6111" +data: App\Entity\CustomerAccount {#4963 …} +attr: [] +labelTranslationParameters: [] } 6112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6828 +label: "Cruise and Resort Inc" +value: "6112" +data: App\Entity\CustomerAccount {#4982 …} +attr: [] +labelTranslationParameters: [] } 6113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6829 +label: "Cruise Vacations International" +value: "6113" +data: App\Entity\CustomerAccount {#5001 …} +attr: [] +labelTranslationParameters: [] } 6114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6830 +label: "Cruises & Tours Unlimited" +value: "6114" +data: App\Entity\CustomerAccount {#5020 …} +attr: [] +labelTranslationParameters: [] } 488 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6831 +label: "Cruises Etc. Travel LLC" +value: "488" +data: App\Entity\CustomerAccount {#5039 …} +attr: [] +labelTranslationParameters: [] } 6115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6832 +label: "CSB Travel" +value: "6115" +data: App\Entity\CustomerAccount {#5058 …} +attr: [] +labelTranslationParameters: [] } 6116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6833 +label: "Currie & Co. Travels Unlimited" +value: "6116" +data: App\Entity\CustomerAccount {#5077 …} +attr: [] +labelTranslationParameters: [] } 6117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6834 +label: "CWT Vacations" +value: "6117" +data: App\Entity\CustomerAccount {#5096 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6835 +label: "Departure Lounge" +value: "82" +data: App\Entity\CustomerAccount {#5115 …} +attr: [] +labelTranslationParameters: [] } 6118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6836 +label: "Departure Lounge National Host Agency" +value: "6118" +data: App\Entity\CustomerAccount {#5134 …} +attr: [] +labelTranslationParameters: [] } 631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6837 +label: "DePrez Travel" +value: "631" +data: App\Entity\CustomerAccount {#5153 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6838 +label: "Direct Travel" +value: "76" +data: App\Entity\CustomerAccount {#5172 …} +attr: [] +labelTranslationParameters: [] } 6119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6839 +label: "Dolphin Vacations" +value: "6119" +data: App\Entity\CustomerAccount {#5192 …} +attr: [] +labelTranslationParameters: [] } 6120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6840 +label: "Eclectus Travel" +value: "6120" +data: App\Entity\CustomerAccount {#5211 …} +attr: [] +labelTranslationParameters: [] } 6121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6841 +label: "Elite Global Journeys" +value: "6121" +data: App\Entity\CustomerAccount {#5230 …} +attr: [] +labelTranslationParameters: [] } 6165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6842 +label: "Ellen Agency" +value: "6165" +data: App\Entity\CustomerAccount {#5249 …} +attr: [] +labelTranslationParameters: [] } 6122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6843 +label: "Ensemble Travel Groups" +value: "6122" +data: App\Entity\CustomerAccount {#5268 …} +attr: [] +labelTranslationParameters: [] } 6123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6844 +label: "Frosch" +value: "6123" +data: App\Entity\CustomerAccount {#5287 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6845 +label: "Gifted Travel Network" +value: "225" +data: Proxies\__CG__\App\Entity\CustomerAccount {#4475 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6846 +label: "Global Travel Collection" +value: "296" +data: App\Entity\CustomerAccount {#5464 …} +attr: [] +labelTranslationParameters: [] } 6083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6847 +label: "GSP Atlanta Viagens e Turismo Ltda" +value: "6083" +data: App\Entity\CustomerAccount {#5445 …} +attr: [] +labelTranslationParameters: [] } 6124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6848 +label: "Hagers Journeys" +value: "6124" +data: App\Entity\CustomerAccount {#5424 …} +attr: [] +labelTranslationParameters: [] } 6125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6849 +label: "HIATUS" +value: "6125" +data: App\Entity\CustomerAccount {#5405 …} +attr: [] +labelTranslationParameters: [] } 6126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6850 +label: "HNL Travel Associates" +value: "6126" +data: App\Entity\CustomerAccount {#5386 …} +attr: [] +labelTranslationParameters: [] } 6160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6851 +label: "HOST - Victoria Test" +value: "6160" +data: App\Entity\CustomerAccount {#5346 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6852 +label: "Huffman Travel" +value: "27" +data: App\Entity\CustomerAccount {#5470 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6853 +label: "In the Know Experiences" +value: "337" +data: App\Entity\CustomerAccount {#5480 …} +attr: [] +labelTranslationParameters: [] } 6127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6854 +label: "Independent by Libery Travel" +value: "6127" +data: App\Entity\CustomerAccount {#5499 …} +attr: [] +labelTranslationParameters: [] } 6128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6855 +label: "Jensen Travelon" +value: "6128" +data: App\Entity\CustomerAccount {#5518 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6856 +label: "Jet Set World Travel" +value: "273" +data: App\Entity\CustomerAccount {#5537 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6857 +label: "K&E Travel United States" +value: "10" +data: App\Entity\CustomerAccount {#5557 …} +attr: [] +labelTranslationParameters: [] } 6129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6858 +label: "Lake Forest Travel Bureau" +value: "6129" +data: App\Entity\CustomerAccount {#5576 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6859 +label: "Lake Shore Travel" +value: "430" +data: App\Entity\CustomerAccount {#5595 …} +attr: [] +labelTranslationParameters: [] } 6130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6860 +label: "Landings Travel" +value: "6130" +data: App\Entity\CustomerAccount {#5614 …} +attr: [] +labelTranslationParameters: [] } 547 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6861 +label: "Leaders in Travel" +value: "547" +data: App\Entity\CustomerAccount {#5634 …} +attr: [] +labelTranslationParameters: [] } 6131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6862 +label: "Liadis Travel" +value: "6131" +data: App\Entity\CustomerAccount {#5653 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6863 +label: "Live Life Travel" +value: "267" +data: App\Entity\CustomerAccount {#5672 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6864 +label: "Local Foreigner" +value: "12" +data: App\Entity\CustomerAccount {#5692 …} +attr: [] +labelTranslationParameters: [] } 6163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6865 +label: "Luis's Test Agency GTN Express" +value: "6163" +data: App\Entity\CustomerAccount {#5711 …} +attr: [] +labelTranslationParameters: [] } 6132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6866 +label: "Magma Global" +value: "6132" +data: App\Entity\CustomerAccount {#5730 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6867 +label: "McCabe World Trave" +value: "19" +data: App\Entity\CustomerAccount {#5749 …} +attr: [] +labelTranslationParameters: [] } 734 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6868 +label: "Montecito Village Travel" +value: "734" +data: App\Entity\CustomerAccount {#5769 …} +attr: [] +labelTranslationParameters: [] } 6133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6869 +label: "MTravel" +value: "6133" +data: App\Entity\CustomerAccount {#5788 …} +attr: [] +labelTranslationParameters: [] } 6134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6870 +label: "New Act Travel" +value: "6134" +data: App\Entity\CustomerAccount {#5807 …} +attr: [] +labelTranslationParameters: [] } 5890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6871 +label: "Nexion" +value: "5890" +data: App\Entity\CustomerAccount {#5826 …} +attr: [] +labelTranslationParameters: [] } 6135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6872 +label: "Number 1 Power Travel" +value: "6135" +data: App\Entity\CustomerAccount {#5845 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6873 +label: "Number1powertravel.com" +value: "431" +data: App\Entity\CustomerAccount {#5864 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6874 +label: "Odyssey Travel" +value: "309" +data: App\Entity\CustomerAccount {#5883 …} +attr: [] +labelTranslationParameters: [] } 6136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6875 +label: "Other" +value: "6136" +data: App\Entity\CustomerAccount {#5902 …} +attr: [] +labelTranslationParameters: [] } 5746 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6876 +label: "Ovation Travel Group" +value: "5746" +data: App\Entity\CustomerAccount {#5921 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6877 +label: "Paul Klein Travel" +value: "367" +data: App\Entity\CustomerAccount {#5940 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6878 +label: "Pique Travel Design" +value: "270" +data: App\Entity\CustomerAccount {#5959 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6879 +label: "Platinum Travel, LLC" +value: "442" +data: App\Entity\CustomerAccount {#5979 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6880 +label: "Post Haste Travel Service" +value: "249" +data: App\Entity\CustomerAccount {#5999 …} +attr: [] +labelTranslationParameters: [] } 680 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6881 +label: "Protocolo Tours INC" +value: "680" +data: App\Entity\CustomerAccount {#6018 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6882 +label: "Protravel International" +value: "29" +data: App\Entity\CustomerAccount {#6037 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6883 +label: "Provident Travel" +value: "48" +data: App\Entity\CustomerAccount {#6056 …} +attr: [] +labelTranslationParameters: [] } 5741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6884 +label: "Q Cruise + Travel" +value: "5741" +data: App\Entity\CustomerAccount {#6075 …} +attr: [] +labelTranslationParameters: [] } 6137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6885 +label: "Restorative Travel" +value: "6137" +data: App\Entity\CustomerAccount {#6094 …} +attr: [] +labelTranslationParameters: [] } 6168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6886 +label: "Rio Agency" +value: "6168" +data: App\Entity\CustomerAccount {#6113 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6887 +label: "Sanborns Travel" +value: "294" +data: App\Entity\CustomerAccount {#6132 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6888 +label: "Sanders Travel Centre" +value: "112" +data: App\Entity\CustomerAccount {#6151 …} +attr: [] +labelTranslationParameters: [] } 497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6889 +label: "Sixth Star Travel" +value: "497" +data: App\Entity\CustomerAccount {#6170 …} +attr: [] +labelTranslationParameters: [] } 6138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6890 +label: "Specialty Cruise & Villas" +value: "6138" +data: App\Entity\CustomerAccount {#6189 …} +attr: [] +labelTranslationParameters: [] } 6139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6891 +label: "Strong Travel" +value: "6139" +data: App\Entity\CustomerAccount {#6208 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6892 +label: "Tafari Travel" +value: "232" +data: App\Entity\CustomerAccount {#6227 …} +attr: [] +labelTranslationParameters: [] } 6140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6893 +label: "TBH Travel" +value: "6140" +data: App\Entity\CustomerAccount {#6246 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6894 +label: "TestCustomerAccount1 net" +value: "5" +data: App\Entity\CustomerAccount {#6265 …} +attr: [] +labelTranslationParameters: [] } 6162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6895 +label: "TestingAdd" +value: "6162" +data: App\Entity\CustomerAccount {#6286 …} +attr: [] +labelTranslationParameters: [] } 6141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6896 +label: "The Accomplished Traveler" +value: "6141" +data: App\Entity\CustomerAccount {#6307 …} +attr: [] +labelTranslationParameters: [] } 6142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6897 +label: "The Travel Agent Inc." +value: "6142" +data: App\Entity\CustomerAccount {#6326 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6898 +label: "The Travel Collaborative" +value: "222" +data: App\Entity\CustomerAccount {#6345 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6899 +label: "The Travel Society" +value: "240" +data: App\Entity\CustomerAccount {#6365 …} +attr: [] +labelTranslationParameters: [] } 6143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6900 +label: "Thunderbird Travel" +value: "6143" +data: App\Entity\CustomerAccount {#6384 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6901 +label: "Travel Edge" +value: "191" +data: App\Entity\CustomerAccount {#6403 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6902 +label: "Travel Experts" +value: "75" +data: App\Entity\CustomerAccount {#6422 …} +attr: [] +labelTranslationParameters: [] } 6144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6903 +label: "Travel Leaders" +value: "6144" +data: App\Entity\CustomerAccount {#6441 …} +attr: [] +labelTranslationParameters: [] } 5399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6904 +label: "Travel Planners International" +value: "5399" +data: App\Entity\CustomerAccount {#6460 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6905 +label: "Travelex International" +value: "241" +data: App\Entity\CustomerAccount {#6479 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6906 +label: "Travelong of Summit" +value: "113" +data: App\Entity\CustomerAccount {#6498 …} +attr: [] +labelTranslationParameters: [] } 6145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6907 +label: "Travelwizard.com" +value: "6145" +data: App\Entity\CustomerAccount {#6518 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6908 +label: "Travelwize" +value: "445" +data: App\Entity\CustomerAccount {#6537 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6909 +label: "TripMatters, Inc" +value: "385" +data: App\Entity\CustomerAccount {#6556 …} +attr: [] +labelTranslationParameters: [] } 6146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6910 +label: "Trips In The Village" +value: "6146" +data: App\Entity\CustomerAccount {#6575 …} +attr: [] +labelTranslationParameters: [] } 6147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6911 +label: "True Global Network/CCRA" +value: "6147" +data: App\Entity\CustomerAccount {#6594 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6912 +label: "Tzell Travel Group" +value: "67" +data: App\Entity\CustomerAccount {#6613 …} +attr: [] +labelTranslationParameters: [] } 6010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6913 +label: "Uniglobe Travel Center " +value: "6010" +data: App\Entity\CustomerAccount {#6632 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6914 +label: "UNIGLOBE Travel Designers" +value: "49" +data: App\Entity\CustomerAccount {#6651 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6915 +label: "Uniglobe Travel Partners" +value: "74" +data: App\Entity\CustomerAccount {#6670 …} +attr: [] +labelTranslationParameters: [] } 6148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6916 +label: "US1 Travel Inc." +value: "6148" +data: App\Entity\CustomerAccount {#6689 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6917 +label: "Valerie Wilson Travel" +value: "263" +data: App\Entity\CustomerAccount {#6708 …} +attr: [] +labelTranslationParameters: [] } 6149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6918 +label: "World Travel Bureau" +value: "6149" +data: App\Entity\CustomerAccount {#6727 …} +attr: [] +labelTranslationParameters: [] } 6150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6919 +label: "World Travel Inc." +value: "6150" +data: App\Entity\CustomerAccount {#6746 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6920 +label: "WorldTravelService" +value: "227" +data: App\Entity\CustomerAccount {#6765 …} +attr: [] +labelTranslationParameters: [] } 6151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6921 +label: "Yorba Linda Travel" +value: "6151" +data: App\Entity\CustomerAccount {#6784 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3078 -form: Symfony\Component\Form\Form {#3004 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#3079 …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) {#6923 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2855 …} } |
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) {#2538 class: "App\Form\Login\RequestAccessType" this: App\Form\Login\RequestAccessType {#2155 …} } |
Doctrine\ORM\QueryBuilder {#2914 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2910 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2909 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2908 #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 {#2907 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2906 #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 {#2911 …} -_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 {#2949 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2924 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2905 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2925 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2928 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#770 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | null |
class | "App\Entity\Country" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#217 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#222 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#221 …} -namespace: Closure() {#224 …} } |
data_class | null |
disabled | false |
em | 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 {#2928 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#770 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Phone Code" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choose One" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#2914 -_em: Doctrine\ORM\EntityManager {#648 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2910 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2909 #from: "App\Entity\Country" #alias: "c" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#2908 #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 {#2907 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.phoneCode" ] } ] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2906 #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 {#2911 …} -_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() {#2916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2918 …} } } |
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 {#6928 +label: "+1" +value: "452" +data: Proxies\__CG__\App\Entity\Country {#3129 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6932 +label: "+7" +value: "337" +data: App\Entity\Country {#6948 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6934 +label: "+20" +value: "293" +data: App\Entity\Country {#6956 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6930 +label: "+27" +value: "424" +data: App\Entity\Country {#6963 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6939 +label: "+30" +value: "312" +data: App\Entity\Country {#6970 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6936 +label: "+31" +value: "378" +data: App\Entity\Country {#6977 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6931 +label: "+32" +value: "253" +data: App\Entity\Country {#6984 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6940 +label: "+33" +value: "303" +data: Proxies\__CG__\App\Entity\Country {#6289 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8502 +label: "+34" +value: "425" +data: App\Entity\Country {#6997 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8503 +label: "+36" +value: "325" +data: App\Entity\Country {#7004 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8504 +label: "+39" +value: "322" +data: App\Entity\Country {#7011 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8505 +label: "+40" +value: "403" +data: App\Entity\Country {#7018 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8506 +label: "+41" +value: "432" +data: App\Entity\Country {#7025 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8507 +label: "+43" +value: "246" +data: App\Entity\Country {#7032 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8508 +label: "+44" +value: "451" +data: Proxies\__CG__\App\Entity\Country {#4927 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8509 +label: "+45" +value: "288" +data: App\Entity\Country {#7045 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8510 +label: "+46" +value: "431" +data: App\Entity\Country {#7052 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8511 +label: "+47" +value: "388" +data: App\Entity\Country {#7059 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8512 +label: "+48" +value: "398" +data: App\Entity\Country {#7066 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8513 +label: "+49" +value: "309" +data: App\Entity\Country {#7073 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8514 +label: "+51" +value: "396" +data: App\Entity\Country {#7080 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8515 +label: "+52" +value: "366" +data: App\Entity\Country {#7087 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8516 +label: "+53" +value: "285" +data: App\Entity\Country {#7094 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8517 +label: "+54" +value: "242" +data: App\Entity\Country {#7101 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8518 +label: "+55" +value: "261" +data: Proxies\__CG__\App\Entity\Country {#5442 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8519 +label: "+56" +value: "273" +data: App\Entity\Country {#7114 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8520 +label: "+57" +value: "277" +data: App\Entity\Country {#7121 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8521 +label: "+58" +value: "456" +data: App\Entity\Country {#7128 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8522 +label: "+60" +value: "357" +data: App\Entity\Country {#7135 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8523 +label: "+61" +value: "245" +data: App\Entity\Country {#7142 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8524 +label: "+62" +value: "328" +data: App\Entity\Country {#7149 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8525 +label: "+63" +value: "397" +data: App\Entity\Country {#7156 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8526 +label: "+64" +value: "381" +data: App\Entity\Country {#7163 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8527 +label: "+65" +value: "419" +data: App\Entity\Country {#7170 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8528 +label: "+66" +value: "437" +data: App\Entity\Country {#7177 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8529 +label: "+70" +value: "404" +data: App\Entity\Country {#7184 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8530 +label: "+81" +value: "335" +data: Proxies\__CG__\App\Entity\Country {#4459 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8531 +label: "+82" +value: "341" +data: App\Entity\Country {#7197 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8532 +label: "+84" +value: "457" +data: App\Entity\Country {#7204 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8533 +label: "+86" +value: "274" +data: App\Entity\Country {#7211 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8534 +label: "+90" +value: "444" +data: App\Entity\Country {#7218 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8535 +label: "+91" +value: "327" +data: App\Entity\Country {#7225 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8536 +label: "+92" +value: "390" +data: App\Entity\Country {#7232 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8537 +label: "+93" +value: "234" +data: App\Entity\Country {#7239 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8538 +label: "+94" +value: "426" +data: App\Entity\Country {#7246 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8539 +label: "+95" +value: "374" +data: App\Entity\Country {#7253 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8540 +label: "+98" +value: "329" +data: App\Entity\Country {#7260 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8541 +label: "+212" +value: "372" +data: App\Entity\Country {#7267 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8542 +label: "+213" +value: "236" +data: App\Entity\Country {#7274 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8543 +label: "+216" +value: "443" +data: App\Entity\Country {#7281 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8544 +label: "+218" +value: "349" +data: App\Entity\Country {#7288 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8545 +label: "+220" +value: "307" +data: App\Entity\Country {#7295 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8546 +label: "+221" +value: "415" +data: App\Entity\Country {#7302 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8547 +label: "+222" +value: "363" +data: App\Entity\Country {#7309 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8548 +label: "+223" +value: "359" +data: App\Entity\Country {#7316 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8549 +label: "+224" +value: "318" +data: App\Entity\Country {#7323 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8550 +label: "+225" +value: "283" +data: App\Entity\Country {#7330 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8551 +label: "+226" +value: "265" +data: App\Entity\Country {#7337 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8552 +label: "+227" +value: "383" +data: App\Entity\Country {#7344 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8553 +label: "+228" +value: "439" +data: App\Entity\Country {#7351 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8554 +label: "+229" +value: "255" +data: App\Entity\Country {#7358 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8555 +label: "+230" +value: "364" +data: App\Entity\Country {#7365 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8556 +label: "+231" +value: "348" +data: App\Entity\Country {#7372 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8557 +label: "+232" +value: "418" +data: App\Entity\Country {#7379 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8558 +label: "+233" +value: "310" +data: App\Entity\Country {#7386 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8559 +label: "+234" +value: "384" +data: App\Entity\Country {#7393 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8560 +label: "+235" +value: "272" +data: App\Entity\Country {#7400 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8561 +label: "+236" +value: "271" +data: App\Entity\Country {#7407 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8562 +label: "+237" +value: "268" +data: App\Entity\Country {#7414 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8563 +label: "+238" +value: "269" +data: App\Entity\Country {#7421 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8564 +label: "+239" +value: "413" +data: App\Entity\Country {#7428 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8565 +label: "+240" +value: "295" +data: App\Entity\Country {#7435 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8566 +label: "+241" +value: "306" +data: App\Entity\Country {#7442 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8567 +label: "+242" +value: "279" +data: App\Entity\Country {#7449 …} +attr: [] +labelTranslationParameters: [] } 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8568 +label: "+244" +value: "239" +data: App\Entity\Country {#7456 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8569 +label: "+245" +value: "319" +data: App\Entity\Country {#7463 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8570 +label: "+246" +value: "262" +data: App\Entity\Country {#7470 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8571 +label: "+248" +value: "417" +data: App\Entity\Country {#7477 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8572 +label: "+249" +value: "427" +data: App\Entity\Country {#7484 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8573 +label: "+250" +value: "405" +data: App\Entity\Country {#7491 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8574 +label: "+251" +value: "298" +data: App\Entity\Country {#7498 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8575 +label: "+252" +value: "423" +data: App\Entity\Country {#7505 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8576 +label: "+253" +value: "289" +data: App\Entity\Country {#7512 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8577 +label: "+254" +value: "338" +data: App\Entity\Country {#7519 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8578 +label: "+255" +value: "436" +data: App\Entity\Country {#7526 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8579 +label: "+256" +value: "448" +data: App\Entity\Country {#7533 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8580 +label: "+257" +value: "266" +data: App\Entity\Country {#7540 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8581 +label: "+258" +value: "373" +data: App\Entity\Country {#7547 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8582 +label: "+260" +value: "463" +data: App\Entity\Country {#7554 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8583 +label: "+261" +value: "355" +data: App\Entity\Country {#7561 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8584 +label: "+262" +value: "402" +data: App\Entity\Country {#7568 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8585 +label: "+263" +value: "464" +data: App\Entity\Country {#7575 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8586 +label: "+264" +value: "375" +data: App\Entity\Country {#7582 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8587 +label: "+265" +value: "356" +data: App\Entity\Country {#7589 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8588 +label: "+266" +value: "347" +data: App\Entity\Country {#7596 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8589 +label: "+267" +value: "260" +data: App\Entity\Country {#7603 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8590 +label: "+268" +value: "430" +data: App\Entity\Country {#7610 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8591 +label: "+269" +value: "278" +data: App\Entity\Country {#7617 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8592 +label: "+290" +value: "406" +data: App\Entity\Country {#7624 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8593 +label: "+291" +value: "296" +data: App\Entity\Country {#7631 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8594 +label: "+297" +value: "244" +data: App\Entity\Country {#7638 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8595 +label: "+298" +value: "300" +data: App\Entity\Country {#7645 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8596 +label: "+299" +value: "313" +data: App\Entity\Country {#7652 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8597 +label: "+350" +value: "311" +data: App\Entity\Country {#7659 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8598 +label: "+351" +value: "399" +data: App\Entity\Country {#7666 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8599 +label: "+352" +value: "352" +data: App\Entity\Country {#7673 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8600 +label: "+353" +value: "331" +data: App\Entity\Country {#7680 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8601 +label: "+354" +value: "326" +data: App\Entity\Country {#7687 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8602 +label: "+355" +value: "235" +data: App\Entity\Country {#7694 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8603 +label: "+356" +value: "360" +data: App\Entity\Country {#7701 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8604 +label: "+357" +value: "286" +data: App\Entity\Country {#7708 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8605 +label: "+358" +value: "302" +data: App\Entity\Country {#7715 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8606 +label: "+359" +value: "264" +data: App\Entity\Country {#7722 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8607 +label: "+370" +value: "351" +data: App\Entity\Country {#7729 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8608 +label: "+371" +value: "345" +data: App\Entity\Country {#7736 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8609 +label: "+372" +value: "297" +data: App\Entity\Country {#7743 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8610 +label: "+373" +value: "368" +data: App\Entity\Country {#7750 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8611 +label: "+374" +value: "243" +data: App\Entity\Country {#7757 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8612 +label: "+375" +value: "252" +data: App\Entity\Country {#7764 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8613 +label: "+376" +value: "238" +data: App\Entity\Country {#7771 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8614 +label: "+377" +value: "369" +data: App\Entity\Country {#7778 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8615 +label: "+378" +value: "412" +data: App\Entity\Country {#7785 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8616 +label: "+380" +value: "449" +data: App\Entity\Country {#7792 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8617 +label: "+381" +value: "416" +data: App\Entity\Country {#7799 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8618 +label: "+385" +value: "284" +data: App\Entity\Country {#7806 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8619 +label: "+386" +value: "421" +data: App\Entity\Country {#7813 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8620 +label: "+387" +value: "259" +data: App\Entity\Country {#7820 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8621 +label: "+389" +value: "354" +data: App\Entity\Country {#7827 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8622 +label: "+420" +value: "287" +data: App\Entity\Country {#7834 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8623 +label: "+421" +value: "420" +data: App\Entity\Country {#7841 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8624 +label: "+423" +value: "350" +data: App\Entity\Country {#7848 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8625 +label: "+500" +value: "299" +data: App\Entity\Country {#7855 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8626 +label: "+501" +value: "254" +data: App\Entity\Country {#7862 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8627 +label: "+502" +value: "317" +data: App\Entity\Country {#7869 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8628 +label: "+503" +value: "294" +data: App\Entity\Country {#7876 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8629 +label: "+504" +value: "323" +data: App\Entity\Country {#7883 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8630 +label: "+505" +value: "382" +data: App\Entity\Country {#7890 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8631 +label: "+506" +value: "282" +data: App\Entity\Country {#7897 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8632 +label: "+507" +value: "393" +data: App\Entity\Country {#7904 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8633 +label: "+508" +value: "409" +data: App\Entity\Country {#7911 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8634 +label: "+509" +value: "321" +data: App\Entity\Country {#7918 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8635 +label: "+590" +value: "315" +data: App\Entity\Country {#7925 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8636 +label: "+591" +value: "258" +data: App\Entity\Country {#7932 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8637 +label: "+592" +value: "320" +data: App\Entity\Country {#7939 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8638 +label: "+593" +value: "292" +data: App\Entity\Country {#7946 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8639 +label: "+594" +value: "304" +data: App\Entity\Country {#7953 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8640 +label: "+595" +value: "395" +data: App\Entity\Country {#7960 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8641 +label: "+596" +value: "362" +data: App\Entity\Country {#7967 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8642 +label: "+597" +value: "428" +data: App\Entity\Country {#7974 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8643 +label: "+598" +value: "453" +data: App\Entity\Country {#7981 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8644 +label: "+599" +value: "379" +data: App\Entity\Country {#7988 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8645 +label: "+670" +value: "438" +data: App\Entity\Country {#7995 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8646 +label: "+672" +value: "276" +data: App\Entity\Country {#8002 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8647 +label: "+673" +value: "263" +data: App\Entity\Country {#8009 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8648 +label: "+674" +value: "376" +data: App\Entity\Country {#8016 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8649 +label: "+675" +value: "394" +data: App\Entity\Country {#8023 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8650 +label: "+676" +value: "441" +data: App\Entity\Country {#8030 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8651 +label: "+677" +value: "422" +data: App\Entity\Country {#8037 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8652 +label: "+678" +value: "455" +data: App\Entity\Country {#8044 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8653 +label: "+679" +value: "301" +data: App\Entity\Country {#8051 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8654 +label: "+680" +value: "391" +data: App\Entity\Country {#8058 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8655 +label: "+681" +value: "460" +data: App\Entity\Country {#8065 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8656 +label: "+682" +value: "281" +data: App\Entity\Country {#8072 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8657 +label: "+683" +value: "385" +data: App\Entity\Country {#8079 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8658 +label: "+684" +value: "411" +data: App\Entity\Country {#8086 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8659 +label: "+686" +value: "339" +data: App\Entity\Country {#8093 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8660 +label: "+687" +value: "380" +data: App\Entity\Country {#8100 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8661 +label: "+688" +value: "447" +data: App\Entity\Country {#8107 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8662 +label: "+689" +value: "305" +data: App\Entity\Country {#697 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8663 +label: "+690" +value: "440" +data: App\Entity\Country {#8117 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8664 +label: "+691" +value: "367" +data: App\Entity\Country {#8124 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8665 +label: "+692" +value: "361" +data: App\Entity\Country {#8131 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8666 +label: "+850" +value: "340" +data: App\Entity\Country {#8138 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8667 +label: "+852" +value: "324" +data: App\Entity\Country {#8145 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8668 +label: "+853" +value: "353" +data: App\Entity\Country {#8152 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8669 +label: "+855" +value: "267" +data: App\Entity\Country {#8159 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8670 +label: "+856" +value: "344" +data: App\Entity\Country {#8166 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8671 +label: "+880" +value: "250" +data: App\Entity\Country {#8173 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8672 +label: "+886" +value: "434" +data: App\Entity\Country {#8180 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8673 +label: "+960" +value: "358" +data: App\Entity\Country {#8187 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8674 +label: "+961" +value: "346" +data: App\Entity\Country {#8194 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8675 +label: "+962" +value: "336" +data: App\Entity\Country {#8201 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8676 +label: "+963" +value: "433" +data: App\Entity\Country {#8208 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8677 +label: "+964" +value: "330" +data: App\Entity\Country {#8215 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8678 +label: "+965" +value: "342" +data: App\Entity\Country {#8222 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8679 +label: "+966" +value: "414" +data: App\Entity\Country {#8229 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8680 +label: "+967" +value: "462" +data: App\Entity\Country {#8236 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8681 +label: "+968" +value: "389" +data: App\Entity\Country {#8243 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8682 +label: "+970" +value: "392" +data: App\Entity\Country {#8250 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8683 +label: "+971" +value: "450" +data: App\Entity\Country {#8257 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8684 +label: "+972" +value: "332" +data: App\Entity\Country {#8264 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8685 +label: "+973" +value: "249" +data: App\Entity\Country {#8271 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8686 +label: "+974" +value: "401" +data: App\Entity\Country {#8278 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8687 +label: "+975" +value: "257" +data: App\Entity\Country {#8285 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8688 +label: "+976" +value: "370" +data: App\Entity\Country {#8292 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8689 +label: "+977" +value: "377" +data: App\Entity\Country {#8299 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8690 +label: "+992" +value: "435" +data: App\Entity\Country {#8306 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8691 +label: "+994" +value: "247" +data: App\Entity\Country {#8313 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8692 +label: "+995" +value: "308" +data: App\Entity\Country {#8320 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8693 +label: "+996" +value: "343" +data: App\Entity\Country {#8327 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8694 +label: "+998" +value: "454" +data: App\Entity\Country {#8334 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8695 +label: "+1242" +value: "248" +data: App\Entity\Country {#8341 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8696 +label: "+1246" +value: "251" +data: App\Entity\Country {#8348 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8697 +label: "+1264" +value: "240" +data: App\Entity\Country {#8355 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8698 +label: "+1268" +value: "241" +data: App\Entity\Country {#8362 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8699 +label: "+1284" +value: "458" +data: App\Entity\Country {#8369 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8700 +label: "+1340" +value: "459" +data: App\Entity\Country {#8376 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8701 +label: "+1345" +value: "270" +data: App\Entity\Country {#8383 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8702 +label: "+1441" +value: "256" +data: App\Entity\Country {#8390 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8703 +label: "+1473" +value: "314" +data: App\Entity\Country {#8397 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8704 +label: "+1649" +value: "446" +data: App\Entity\Country {#8404 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8705 +label: "+1664" +value: "371" +data: App\Entity\Country {#8411 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8706 +label: "+1670" +value: "387" +data: App\Entity\Country {#8418 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8707 +label: "+1671" +value: "316" +data: App\Entity\Country {#8425 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8708 +label: "+1684" +value: "237" +data: App\Entity\Country {#8432 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8709 +label: "+1758" +value: "408" +data: App\Entity\Country {#8439 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8710 +label: "+1767" +value: "290" +data: App\Entity\Country {#8446 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8711 +label: "+1784" +value: "410" +data: App\Entity\Country {#8453 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8712 +label: "+1787" +value: "400" +data: App\Entity\Country {#8460 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8713 +label: "+1809" +value: "291" +data: App\Entity\Country {#8467 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8714 +label: "+1868" +value: "442" +data: App\Entity\Country {#8474 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8715 +label: "+1869" +value: "407" +data: App\Entity\Country {#8481 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8716 +label: "+1876" +value: "334" +data: App\Entity\Country {#8488 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8717 +label: "+7370" +value: "445" +data: App\Entity\Country {#8495 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6924 -form: Symfony\Component\Form\Form {#3007 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6925 …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) {#6927 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2855 …} } |
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 {#2885 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2952 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2941 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2953 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2954 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2938 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#828 …} -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 {#2938 -om: ContainerC7cRRuw\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#220 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#828 …} -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() {#2940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2944 …} } } |
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 {#8719 +label: "English" +value: "8" +data: Proxies\__CG__\App\Entity\Language {#3116 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8721 +label: "French" +value: "9" +data: App\Entity\Language {#8737 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8726 +label: "German" +value: "10" +data: App\Entity\Language {#8741 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8727 +label: "Italian" +value: "11" +data: App\Entity\Language {#8744 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8735 +label: "Portuguese" +value: "12" +data: Proxies\__CG__\App\Entity\Language {#5441 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8720 +label: "Russian" +value: "13" +data: App\Entity\Language {#8749 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8728 +label: "Spanish" +value: "14" +data: App\Entity\Language {#8752 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8723 +label: "unknown" +value: "15" +data: Proxies\__CG__\App\Entity\Language {#4347 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8718 -form: Symfony\Component\Form\Form {#3010 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#6926 …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) {#8732 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2855 …} } |
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) {#2966 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#2968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#2965 …} } } |
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 {#8757 -form: Symfony\Component\Form\Form {#3013 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8758 …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 | "66c3740380acc02c215ef7aac26f2030._yhXUrCrw6YO4_dGzvIzOwOMa1d5bIoYByqMvnCXqj8.qxwWZOSbhfx4oNoQvYJ8aTHoPmMDD6ctdGjLjRLVk2mKQ3oLgOqR4HzbmA" |
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 | "66c3740380acc02c215ef7aac26f2030._yhXUrCrw6YO4_dGzvIzOwOMa1d5bIoYByqMvnCXqj8.qxwWZOSbhfx4oNoQvYJ8aTHoPmMDD6ctdGjLjRLVk2mKQ3oLgOqR4HzbmA" |
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 | "66c3740380acc02c215ef7aac26f2030._yhXUrCrw6YO4_dGzvIzOwOMa1d5bIoYByqMvnCXqj8.qxwWZOSbhfx4oNoQvYJ8aTHoPmMDD6ctdGjLjRLVk2mKQ3oLgOqR4HzbmA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2955 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2152 …} } |
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() {#8759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2512 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2140 …} $translationDomain: "validators" $message: Closure() {#8760 …} } } |
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 | "66c3740380acc02c215ef7aac26f2030._yhXUrCrw6YO4_dGzvIzOwOMa1d5bIoYByqMvnCXqj8.qxwWZOSbhfx4oNoQvYJ8aTHoPmMDD6ctdGjLjRLVk2mKQ3oLgOqR4HzbmA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8770 -form: Symfony\Component\Form\Form {#8766 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#8761 …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 | "66c3740380acc02c215ef7aac26f2030._yhXUrCrw6YO4_dGzvIzOwOMa1d5bIoYByqMvnCXqj8.qxwWZOSbhfx4oNoQvYJ8aTHoPmMDD6ctdGjLjRLVk2mKQ3oLgOqR4HzbmA" |