Forms
-
contact
-
name
-
email
-
phoneNumber
-
country
-
subject
-
0
-
1
-
2
-
-
message
-
cgu
-
_token
-
contact
Form type:
"App\Form\ContactType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Contact {#1049 -id: ? ?int -name: ? ?string -email: ? ?string -phoneNumber: ? ?string -subject: ? ?string -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Contact {#1049 -id: ? ?int -name: ? ?string -email: ? ?string -phoneNumber: ? ?string -subject: ? ?string -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data | App\Entity\Contact {#1049 -id: ? ?int -name: ? ?string -email: ? ?string -phoneNumber: ? ?string -subject: ? ?string -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
| data_class | "App\Entity\Contact" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1105 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
| 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 | [] |
| 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() {#1107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1106 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\Entity\Contact {#1049 -id: ? ?int -name: ? ?string -email: ? ?string -phoneNumber: ? ?string -subject: ? ?string -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1279 -form: Symfony\Component\Form\Form {#1288 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1108 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\Entity\Contact {#1049 -id: ? ?int -name: ? ?string -email: ? ?string -phoneNumber: ? ?string -subject: ? ?string -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "contact.label.name" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1140 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.label.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1141 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_name" ] |
| cache_key | "_contact_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1319 -form: Symfony\Component\Form\Form {#1291 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1328 …5} |
| full_name | "contact[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_name" |
| label | "contact.label.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_name" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "contact.label.email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1149 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.label.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1151 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1150 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_email" ] |
| cache_key | "_contact_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1310 -form: Symfony\Component\Form\Form {#1294 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1210 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "contact.label.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
phoneNumber
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| label | "contact.label.phone" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1158 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.label.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1160 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1159 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_phoneNumber" ] |
| cache_key | "_contact_phoneNumber_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1161 -form: Symfony\Component\Form\Form {#1297 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1152 …5} |
| full_name | "contact[phoneNumber]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phoneNumber" |
| label | "contact.label.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phoneNumber" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_phoneNumber" |
| valid | true |
| value | "" |
country
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "selectpicker form-control" "data-live-search" => "true" ] |
[ "class" => "selectpicker form-control" "data-live-search" => "true" ] |
| choice_label | Closure($country) {#1138 class: "App\Form\ContactType" this: App\Form\ContactType {#1068 …} } |
same as passed value |
| class | "App\Entity\Country" |
same as passed value |
| data | null |
null
|
| expanded | false |
false
|
| label | "contact.label.country" |
same as passed value |
| multiple | false |
false
|
| query_builder | Closure(CountryRepository $er) {#1122 class: "App\Form\ContactType" this: App\Form\ContactType {#1068 …} 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" => false "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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } "csrf_token_id" => null "block_prefix" => null "row_attr" => [] "label_html" => false "attr" => [] "priority" => 0 "form_attr" => false "data_class" => "App\Entity\Contact" "empty_data" => Closure(FormInterface $form) {#1105 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } "error_bubbling" => true "label_attr" => [] "action" => "" "upload_max_size_message" => Closure() {#1107 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1106 …} $translationDomain: "validators" } } "help" => null "help_attr" => [] "help_html" => false "is_empty_callback" => null "getter" => null "setter" => null "validation_groups" => null "constraints" => [] "data" => App\Entity\Contact {#1049 -id: ? ?int -name: ? ?string -email: ? ?string -phoneNumber: ? ?string -subject: ? ?string -message: ? ?string -createdAt: ? ?DateTimeInterface -country: null } ] $request: Symfony\Component\HttpFoundation\Request {#3 …} } } |
Doctrine\ORM\QueryBuilder {#1193 -em: ContainerT9dcrpS\EntityManagerGhostEbeb667 {#401 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1194 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1196 #from: "App\Entity\Country" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1195 #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: [ "a.locale = :locale" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1198 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name asc" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Country a WHERE a.locale = :locale ORDER BY a.name asc" -parameters: Doctrine\Common\Collections\ArrayCollection {#1197 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "selectpicker form-control" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($country) {#1138 class: "App\Form\ContactType" this: App\Form\ContactType {#1068 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1242 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1201 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1200 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1202 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1226 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1204 …} } |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data | null |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerT9dcrpS\EntityManagerGhostEbeb667 {#401 …12} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1223 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerT9dcrpS\EntityManagerGhostEbeb667 {#401 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1113 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.label.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1193 -em: ContainerT9dcrpS\EntityManagerGhostEbeb667 {#401 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1194 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1196 #from: "App\Entity\Country" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1195 #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: [ "a.locale = :locale" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1198 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name asc" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Country a WHERE a.locale = :locale ORDER BY a.name asc" -parameters: Doctrine\Common\Collections\ArrayCollection {#1197 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1192 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1190 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "selectpicker form-control" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_contact_country" ] |
| cache_key | "_contact_country_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 965 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Afghanistan" +value: "965" +data: App\Entity\Country {#1400 …} +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "Åland Islands" +value: "1038" +data: App\Entity\Country {#1407 …} +attr: [] +labelTranslationParameters: [] } 966 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1389 +label: "Albania" +value: "966" +data: App\Entity\Country {#1410 …} +attr: [] +labelTranslationParameters: [] } 968 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1394 +label: "Algeria" +value: "968" +data: App\Entity\Country {#1413 …} +attr: [] +labelTranslationParameters: [] } 970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1393 +label: "Andorra" +value: "970" +data: App\Entity\Country {#1416 …} +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1356 +label: "Angola" +value: "971" +data: App\Entity\Country {#1419 …} +attr: [] +labelTranslationParameters: [] } 1150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1405 +label: "Anguilla" +value: "1150" +data: App\Entity\Country {#1422 …} +attr: [] +labelTranslationParameters: [] } 967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1403 +label: "Antartide" +value: "967" +data: App\Entity\Country {#1425 …} +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1398 +label: "Antigua e Barbuda" +value: "972" +data: App\Entity\Country {#1428 …} +attr: [] +labelTranslationParameters: [] } 1115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1358 +label: "Antille Olandesi" +value: "1115" +data: App\Entity\Country {#1431 …} +attr: [] +labelTranslationParameters: [] } 1156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1395 +label: "Arabia Saudita" +value: "1156" +data: App\Entity\Country {#1434 …} +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2127 +label: "Argentina" +value: "974" +data: App\Entity\Country {#1437 …} +attr: [] +labelTranslationParameters: [] } 980 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2128 +label: "Armenia" +value: "980" +data: App\Entity\Country {#1440 …} +attr: [] +labelTranslationParameters: [] } 1116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +label: "Aruba" +value: "1116" +data: App\Entity\Country {#1443 …} +attr: [] +labelTranslationParameters: [] } 975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +label: "Australia" +value: "975" +data: App\Entity\Country {#1446 …} +attr: [] +labelTranslationParameters: [] } 976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2131 +label: "Austria" +value: "976" +data: App\Entity\Country {#1449 …} +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2132 +label: "Azerbaijan" +value: "973" +data: App\Entity\Country {#1452 …} +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2133 +label: "Bahamas" +value: "977" +data: App\Entity\Country {#1455 …} +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2134 +label: "Bahrain" +value: "978" +data: App\Entity\Country {#1458 …} +attr: [] +labelTranslationParameters: [] } 979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2135 +label: "Bangladesh" +value: "979" +data: App\Entity\Country {#1461 …} +attr: [] +labelTranslationParameters: [] } 981 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2136 +label: "Barbados" +value: "981" +data: App\Entity\Country {#1464 …} +attr: [] +labelTranslationParameters: [] } 982 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2137 +label: "Belgio" +value: "982" +data: App\Entity\Country {#1467 …} +attr: [] +labelTranslationParameters: [] } 990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2138 +label: "Belize" +value: "990" +data: App\Entity\Country {#1470 …} +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2139 +label: "Benin" +value: "1023" +data: App\Entity\Country {#1473 …} +attr: [] +labelTranslationParameters: [] } 983 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2140 +label: "Bermuda" +value: "983" +data: App\Entity\Country {#1476 …} +attr: [] +labelTranslationParameters: [] } 984 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2141 +label: "Bhutan" +value: "984" +data: App\Entity\Country {#1479 …} +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2142 +label: "Bielorussia" +value: "998" +data: App\Entity\Country {#1482 …} +attr: [] +labelTranslationParameters: [] } 985 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2143 +label: "Bolivia" +value: "985" +data: App\Entity\Country {#1485 …} +attr: [] +labelTranslationParameters: [] } 986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2144 +label: "Bosnia Erzegovina" +value: "986" +data: App\Entity\Country {#1488 …} +attr: [] +labelTranslationParameters: [] } 987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2145 +label: "Botswana" +value: "987" +data: App\Entity\Country {#1491 …} +attr: [] +labelTranslationParameters: [] } 989 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2146 +label: "Brasile" +value: "989" +data: App\Entity\Country {#1494 …} +attr: [] +labelTranslationParameters: [] } 994 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2147 +label: "Brunei Darussalam" +value: "994" +data: App\Entity\Country {#1497 …} +attr: [] +labelTranslationParameters: [] } 995 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2148 +label: "Bulgaria" +value: "995" +data: App\Entity\Country {#1500 …} +attr: [] +labelTranslationParameters: [] } 1197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2149 +label: "Burkina Faso" +value: "1197" +data: App\Entity\Country {#1503 …} +attr: [] +labelTranslationParameters: [] } 997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2150 +label: "Burundi" +value: "997" +data: App\Entity\Country {#1506 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2151 +label: "Cambogia" +value: "999" +data: App\Entity\Country {#1509 …} +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2152 +label: "Camerun" +value: "1000" +data: App\Entity\Country {#1512 …} +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2153 +label: "Canada" +value: "1001" +data: App\Entity\Country {#1515 …} +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2154 +label: "Capo Verde" +value: "1002" +data: App\Entity\Country {#1518 …} +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +label: "Ciad" +value: "1006" +data: App\Entity\Country {#1521 …} +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +label: "Cile" +value: "1007" +data: App\Entity\Country {#1524 …} +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2157 +label: "Cina" +value: "1008" +data: App\Entity\Country {#1527 …} +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2158 +label: "Cipro" +value: "1021" +data: App\Entity\Country {#1530 …} +attr: [] +labelTranslationParameters: [] } 1062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2159 +label: "Città del Vaticano" +value: "1062" +data: App\Entity\Country {#1533 …} +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2160 +label: "Colombia" +value: "1012" +data: App\Entity\Country {#1536 …} +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2161 +label: "Comore" +value: "1013" +data: App\Entity\Country {#1539 …} +attr: [] +labelTranslationParameters: [] } 1080 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2162 +label: "Corea del Nord" +value: "1080" +data: App\Entity\Country {#1542 …} +attr: [] +labelTranslationParameters: [] } 1081 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2163 +label: "Corea del Sud" +value: "1081" +data: App\Entity\Country {#1545 …} +attr: [] +labelTranslationParameters: [] } 1074 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2164 +label: "Costa d'Avorio" +value: "1074" +data: App\Entity\Country {#1548 …} +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2165 +label: "Costa Rica" +value: "1018" +data: App\Entity\Country {#1551 …} +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2166 +label: "Croazia" +value: "1019" +data: App\Entity\Country {#1554 …} +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2167 +label: "Cuba" +value: "1020" +data: App\Entity\Country {#1557 …} +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2168 +label: "Danimarca" +value: "1024" +data: App\Entity\Country {#1560 …} +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +label: "Dominica" +value: "1025" +data: App\Entity\Country {#1563 …} +attr: [] +labelTranslationParameters: [] } 1027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2170 +label: "Ecuador" +value: "1027" +data: App\Entity\Country {#1566 …} +attr: [] +labelTranslationParameters: [] } 1191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2171 +label: "Egitto" +value: "1191" +data: App\Entity\Country {#1569 …} +attr: [] +labelTranslationParameters: [] } 1071 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2172 +label: "Eire" +value: "1071" +data: App\Entity\Country {#1572 …} +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2173 +label: "El Salvador" +value: "1028" +data: App\Entity\Country {#1575 …} +attr: [] +labelTranslationParameters: [] } 1182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2174 +label: "Emirati Arabi Uniti" +value: "1182" +data: App\Entity\Country {#1578 …} +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2175 +label: "Eritrea" +value: "1031" +data: App\Entity\Country {#1581 …} +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2176 +label: "Estonia" +value: "1032" +data: App\Entity\Country {#1584 …} +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2177 +label: "Etiopia" +value: "1030" +data: App\Entity\Country {#1587 …} +attr: [] +labelTranslationParameters: [] } 1146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2178 +label: "Federazione Russa" +value: "1146" +data: App\Entity\Country {#1590 …} +attr: [] +labelTranslationParameters: [] } 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2179 +label: "Fiji" +value: "1036" +data: App\Entity\Country {#1593 …} +attr: [] +labelTranslationParameters: [] } 1136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2180 +label: "Filippine" +value: "1136" +data: App\Entity\Country {#1596 …} +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +label: "Finlandia" +value: "1037" +data: App\Entity\Country {#1599 …} +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +label: "Francia" +value: "1039" +data: App\Entity\Country {#1602 …} +attr: [] +labelTranslationParameters: [] } 1044 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2183 +label: "Gabon" +value: "1044" +data: App\Entity\Country {#1605 …} +attr: [] +labelTranslationParameters: [] } 1046 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2184 +label: "Gambia" +value: "1046" +data: App\Entity\Country {#1608 …} +attr: [] +labelTranslationParameters: [] } 1045 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2185 +label: "Georgia" +value: "1045" +data: App\Entity\Country {#1611 …} +attr: [] +labelTranslationParameters: [] } 1048 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2186 +label: "Germania" +value: "1048" +data: App\Entity\Country {#1614 …} +attr: [] +labelTranslationParameters: [] } 1049 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2187 +label: "Ghana" +value: "1049" +data: App\Entity\Country {#1617 …} +attr: [] +labelTranslationParameters: [] } 1075 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2188 +label: "Giamaica" +value: "1075" +data: App\Entity\Country {#1620 …} +attr: [] +labelTranslationParameters: [] } 1076 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2189 +label: "Giappone" +value: "1076" +data: App\Entity\Country {#1623 …} +attr: [] +labelTranslationParameters: [] } 1050 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2190 +label: "Gibilterra" +value: "1050" +data: App\Entity\Country {#1626 …} +attr: [] +labelTranslationParameters: [] } 1043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2191 +label: "Gibuti" +value: "1043" +data: App\Entity\Country {#1629 …} +attr: [] +labelTranslationParameters: [] } 1078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2192 +label: "Giordania" +value: "1078" +data: App\Entity\Country {#1632 …} +attr: [] +labelTranslationParameters: [] } 1052 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2193 +label: "Grecia" +value: "1052" +data: App\Entity\Country {#1635 …} +attr: [] +labelTranslationParameters: [] } 1054 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +label: "Grenada" +value: "1054" +data: App\Entity\Country {#1638 …} +attr: [] +labelTranslationParameters: [] } 1053 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +label: "Groenlandia" +value: "1053" +data: App\Entity\Country {#1641 …} +attr: [] +labelTranslationParameters: [] } 1055 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2196 +label: "Guadalupa" +value: "1055" +data: App\Entity\Country {#1644 …} +attr: [] +labelTranslationParameters: [] } 1056 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2197 +label: "Guam" +value: "1056" +data: App\Entity\Country {#1647 …} +attr: [] +labelTranslationParameters: [] } 1057 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2198 +label: "Guatemala" +value: "1057" +data: App\Entity\Country {#1650 …} +attr: [] +labelTranslationParameters: [] } 1058 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2199 +label: "Guinea" +value: "1058" +data: App\Entity\Country {#1653 …} +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2200 +label: "Guinea Equatoriale" +value: "1029" +data: App\Entity\Country {#1656 …} +attr: [] +labelTranslationParameters: [] } 1140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2201 +label: "Guinea-Bissau" +value: "1140" +data: App\Entity\Country {#1659 …} +attr: [] +labelTranslationParameters: [] } 1059 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2202 +label: "Guyana" +value: "1059" +data: App\Entity\Country {#1662 …} +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2203 +label: "Guyana Francese" +value: "1040" +data: App\Entity\Country {#1665 …} +attr: [] +labelTranslationParameters: [] } 1060 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2204 +label: "Haiti" +value: "1060" +data: App\Entity\Country {#1668 …} +attr: [] +labelTranslationParameters: [] } 1063 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2205 +label: "Honduras" +value: "1063" +data: App\Entity\Country {#1671 …} +attr: [] +labelTranslationParameters: [] } 1064 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2206 +label: "Hong Kong" +value: "1064" +data: App\Entity\Country {#1674 …} +attr: [] +labelTranslationParameters: [] } 1067 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2207 +label: "India" +value: "1067" +data: App\Entity\Country {#1677 …} +attr: [] +labelTranslationParameters: [] } 1068 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +label: "Indonesia" +value: "1068" +data: App\Entity\Country {#1680 …} +attr: [] +labelTranslationParameters: [] } 1069 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2209 +label: "Iran" +value: "1069" +data: App\Entity\Country {#1683 …} +attr: [] +labelTranslationParameters: [] } 1070 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2210 +label: "Iraq" +value: "1070" +data: App\Entity\Country {#1686 …} +attr: [] +labelTranslationParameters: [] } 1066 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2211 +label: "Islanda" +value: "1066" +data: App\Entity\Country {#1689 …} +attr: [] +labelTranslationParameters: [] } 988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +label: "Isola di Bouvet" +value: "988" +data: App\Entity\Country {#1692 …} +attr: [] +labelTranslationParameters: [] } 1193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2213 +label: "Isola di Man" +value: "1193" +data: App\Entity\Country {#1695 …} +attr: [] +labelTranslationParameters: [] } 1010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +label: "Isola di Natale" +value: "1010" +data: App\Entity\Country {#1698 …} +attr: [] +labelTranslationParameters: [] } 1061 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +label: "Isola Heard e Isole McDonald" +value: "1061" +data: App\Entity\Country {#1701 …} +attr: [] +labelTranslationParameters: [] } 1124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2216 +label: "Isola Norfolk" +value: "1124" +data: App\Entity\Country {#1704 …} +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2217 +label: "Isole Cayman" +value: "1003" +data: App\Entity\Country {#1707 …} +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2218 +label: "Isole Cocos" +value: "1011" +data: App\Entity\Country {#1710 …} +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +label: "Isole Cook" +value: "1017" +data: App\Entity\Country {#1713 …} +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +label: "Isole Falkland" +value: "1034" +data: App\Entity\Country {#1716 …} +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +label: "Isole Faroe" +value: "1033" +data: App\Entity\Country {#1719 …} +attr: [] +labelTranslationParameters: [] } 1126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2222 +label: "Isole Marianne Settentrionali" +value: "1126" +data: App\Entity\Country {#1722 …} +attr: [] +labelTranslationParameters: [] } 1129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2223 +label: "Isole Marshall" +value: "1129" +data: App\Entity\Country {#1725 …} +attr: [] +labelTranslationParameters: [] } 1127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2224 +label: "Isole Minori degli Stati Uniti d'America" +value: "1127" +data: App\Entity\Country {#1728 …} +attr: [] +labelTranslationParameters: [] } 992 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2225 +label: "Isole Solomon" +value: "992" +data: App\Entity\Country {#1731 …} +attr: [] +labelTranslationParameters: [] } 1186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2226 +label: "Isole Turks e Caicos" +value: "1186" +data: App\Entity\Country {#1734 …} +attr: [] +labelTranslationParameters: [] } 1196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2227 +label: "Isole Vergini Americane" +value: "1196" +data: App\Entity\Country {#1737 …} +attr: [] +labelTranslationParameters: [] } 993 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2228 +label: "Isole Vergini Britanniche" +value: "993" +data: App\Entity\Country {#1740 …} +attr: [] +labelTranslationParameters: [] } 1072 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2229 +label: "Israele" +value: "1072" +data: App\Entity\Country {#1743 …} +attr: [] +labelTranslationParameters: [] } 1073 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2230 +label: "Italia" +value: "1073" +data: App\Entity\Country {#1746 …} +attr: [] +labelTranslationParameters: [] } 1077 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2231 +label: "Kazakhistan" +value: "1077" +data: App\Entity\Country {#1749 …} +attr: [] +labelTranslationParameters: [] } 1079 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2232 +label: "Kenya" +value: "1079" +data: App\Entity\Country {#1752 …} +attr: [] +labelTranslationParameters: [] } 1083 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +label: "Kirghizistan" +value: "1083" +data: App\Entity\Country {#1755 …} +attr: [] +labelTranslationParameters: [] } 1051 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +label: "Kiribati" +value: "1051" +data: App\Entity\Country {#1758 …} +attr: [] +labelTranslationParameters: [] } 1082 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2235 +label: "Kuwait" +value: "1082" +data: App\Entity\Country {#1761 …} +attr: [] +labelTranslationParameters: [] } 1084 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2236 +label: "Laos" +value: "1084" +data: App\Entity\Country {#1764 …} +attr: [] +labelTranslationParameters: [] } 1086 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2237 +label: "Lesotho" +value: "1086" +data: App\Entity\Country {#1767 …} +attr: [] +labelTranslationParameters: [] } 1087 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2238 +label: "Lettonia" +value: "1087" +data: App\Entity\Country {#1770 …} +attr: [] +labelTranslationParameters: [] } 1085 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2239 +label: "Libano" +value: "1085" +data: App\Entity\Country {#1773 …} +attr: [] +labelTranslationParameters: [] } 1088 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2240 +label: "Liberia" +value: "1088" +data: App\Entity\Country {#1776 …} +attr: [] +labelTranslationParameters: [] } 1089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2241 +label: "Libia" +value: "1089" +data: App\Entity\Country {#1779 …} +attr: [] +labelTranslationParameters: [] } 1090 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2242 +label: "Liechtenstein" +value: "1090" +data: App\Entity\Country {#1782 …} +attr: [] +labelTranslationParameters: [] } 1091 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2243 +label: "Lituania" +value: "1091" +data: App\Entity\Country {#1785 …} +attr: [] +labelTranslationParameters: [] } 1092 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2244 +label: "Lussemburgo" +value: "1092" +data: App\Entity\Country {#1788 …} +attr: [] +labelTranslationParameters: [] } 1093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2245 +label: "Macao" +value: "1093" +data: App\Entity\Country {#1791 …} +attr: [] +labelTranslationParameters: [] } 1190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +label: "Macedonia" +value: "1190" +data: App\Entity\Country {#1794 …} +attr: [] +labelTranslationParameters: [] } 1094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +label: "Madagascar" +value: "1094" +data: App\Entity\Country {#1797 …} +attr: [] +labelTranslationParameters: [] } 1095 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2248 +label: "Malawi" +value: "1095" +data: App\Entity\Country {#1800 …} +attr: [] +labelTranslationParameters: [] } 1097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2249 +label: "Maldive" +value: "1097" +data: App\Entity\Country {#1803 …} +attr: [] +labelTranslationParameters: [] } 1096 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2250 +label: "Malesia" +value: "1096" +data: App\Entity\Country {#1806 …} +attr: [] +labelTranslationParameters: [] } 1098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2251 +label: "Mali" +value: "1098" +data: App\Entity\Country {#1809 …} +attr: [] +labelTranslationParameters: [] } 1099 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2252 +label: "Malta" +value: "1099" +data: App\Entity\Country {#1812 …} +attr: [] +labelTranslationParameters: [] } 1108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2253 +label: "Marocco" +value: "1108" +data: App\Entity\Country {#1815 …} +attr: [] +labelTranslationParameters: [] } 1100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2254 +label: "Martinica" +value: "1100" +data: App\Entity\Country {#1818 …} +attr: [] +labelTranslationParameters: [] } 1101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2255 +label: "Mauritania" +value: "1101" +data: App\Entity\Country {#1821 …} +attr: [] +labelTranslationParameters: [] } 1102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2256 +label: "Maurizius" +value: "1102" +data: App\Entity\Country {#1824 …} +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2257 +label: "Mayotte" +value: "1014" +data: App\Entity\Country {#1827 …} +attr: [] +labelTranslationParameters: [] } 1103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2258 +label: "Messico" +value: "1103" +data: App\Entity\Country {#1830 …} +attr: [] +labelTranslationParameters: [] } 1106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +label: "Moldavia" +value: "1106" +data: App\Entity\Country {#1833 …} +attr: [] +labelTranslationParameters: [] } 1104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +label: "Monaco" +value: "1104" +data: App\Entity\Country {#1836 …} +attr: [] +labelTranslationParameters: [] } 1105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2261 +label: "Mongolia" +value: "1105" +data: App\Entity\Country {#1839 …} +attr: [] +labelTranslationParameters: [] } 1107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2262 +label: "Montserrat" +value: "1107" +data: App\Entity\Country {#1842 …} +attr: [] +labelTranslationParameters: [] } 1109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2263 +label: "Mozambico" +value: "1109" +data: App\Entity\Country {#1845 …} +attr: [] +labelTranslationParameters: [] } 996 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "Myanmar" +value: "996" +data: App\Entity\Country {#1848 …} +attr: [] +labelTranslationParameters: [] } 1111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "Namibia" +value: "1111" +data: App\Entity\Country {#1851 …} +attr: [] +labelTranslationParameters: [] } 1112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "Nauru" +value: "1112" +data: App\Entity\Country {#1854 …} +attr: [] +labelTranslationParameters: [] } 1113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "Nepal" +value: "1113" +data: App\Entity\Country {#1857 …} +attr: [] +labelTranslationParameters: [] } 1120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "Nicaragua" +value: "1120" +data: App\Entity\Country {#1860 …} +attr: [] +labelTranslationParameters: [] } 1121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "Niger" +value: "1121" +data: App\Entity\Country {#1863 …} +attr: [] +labelTranslationParameters: [] } 1122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "Nigeria" +value: "1122" +data: App\Entity\Country {#1866 …} +attr: [] +labelTranslationParameters: [] } 1123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "Niue" +value: "1123" +data: App\Entity\Country {#1869 …} +attr: [] +labelTranslationParameters: [] } 1125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "Norvegia" +value: "1125" +data: App\Entity\Country {#1872 …} +attr: [] +labelTranslationParameters: [] } 1117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "Nuova Caledonia" +value: "1117" +data: App\Entity\Country {#1875 …} +attr: [] +labelTranslationParameters: [] } 1119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "Nuova Zelanda" +value: "1119" +data: App\Entity\Country {#1878 …} +attr: [] +labelTranslationParameters: [] } 1110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "Oman" +value: "1110" +data: App\Entity\Country {#1881 …} +attr: [] +labelTranslationParameters: [] } 1114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "Paesi Bassi" +value: "1114" +data: App\Entity\Country {#1884 …} +attr: [] +labelTranslationParameters: [] } 1131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "Pakistan" +value: "1131" +data: App\Entity\Country {#1887 …} +attr: [] +labelTranslationParameters: [] } 1130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "Palau" +value: "1130" +data: App\Entity\Country {#1890 …} +attr: [] +labelTranslationParameters: [] } 1132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "Panamá" +value: "1132" +data: App\Entity\Country {#1893 …} +attr: [] +labelTranslationParameters: [] } 1133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "Papua Nuova Guinea" +value: "1133" +data: App\Entity\Country {#1896 …} +attr: [] +labelTranslationParameters: [] } 1134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "Paraguay" +value: "1134" +data: App\Entity\Country {#1899 …} +attr: [] +labelTranslationParameters: [] } 1135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "Perù" +value: "1135" +data: App\Entity\Country {#1902 …} +attr: [] +labelTranslationParameters: [] } 1137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Pitcairn" +value: "1137" +data: App\Entity\Country {#1905 …} +attr: [] +labelTranslationParameters: [] } 1041 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "Polinesia Francese" +value: "1041" +data: App\Entity\Country {#1908 …} +attr: [] +labelTranslationParameters: [] } 1138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "Polonia" +value: "1138" +data: App\Entity\Country {#1911 …} +attr: [] +labelTranslationParameters: [] } 1142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "Porto Rico" +value: "1142" +data: App\Entity\Country {#1914 …} +attr: [] +labelTranslationParameters: [] } 1139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "Portogallo" +value: "1139" +data: App\Entity\Country {#1917 …} +attr: [] +labelTranslationParameters: [] } 1143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "Qatar" +value: "1143" +data: App\Entity\Country {#1920 …} +attr: [] +labelTranslationParameters: [] } 1192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "Regno Unito" +value: "1192" +data: App\Entity\Country {#1923 …} +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "Repubblica Ceca" +value: "1022" +data: App\Entity\Country {#1926 …} +attr: [] +labelTranslationParameters: [] } 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "Repubblica Centroafricana" +value: "1004" +data: App\Entity\Country {#1929 …} +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "Repubblica del Congo" +value: "1015" +data: App\Entity\Country {#1932 …} +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "Repubblica Democratica del Congo" +value: "1016" +data: App\Entity\Country {#1935 …} +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "Repubblica Dominicana" +value: "1026" +data: App\Entity\Country {#1938 …} +attr: [] +labelTranslationParameters: [] } 1144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "Reunion" +value: "1144" +data: App\Entity\Country {#1941 …} +attr: [] +labelTranslationParameters: [] } 1145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "Romania" +value: "1145" +data: App\Entity\Country {#1944 …} +attr: [] +labelTranslationParameters: [] } 1147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "Ruanda" +value: "1147" +data: App\Entity\Country {#1947 …} +attr: [] +labelTranslationParameters: [] } 1168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "Sahara Occidentale" +value: "1168" +data: App\Entity\Country {#1950 …} +attr: [] +labelTranslationParameters: [] } 1149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "Saint Kitts e Nevis" +value: "1149" +data: App\Entity\Country {#1953 …} +attr: [] +labelTranslationParameters: [] } 1152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "Saint Pierre e Miquelon" +value: "1152" +data: App\Entity\Country {#1956 …} +attr: [] +labelTranslationParameters: [] } 1153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "Saint Vincent e Grenadine" +value: "1153" +data: App\Entity\Country {#1959 …} +attr: [] +labelTranslationParameters: [] } 1202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "Samoa" +value: "1202" +data: App\Entity\Country {#1962 …} +attr: [] +labelTranslationParameters: [] } 969 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "Samoa Americane" +value: "969" +data: App\Entity\Country {#1965 …} +attr: [] +labelTranslationParameters: [] } 1154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "San Marino" +value: "1154" +data: App\Entity\Country {#1968 …} +attr: [] +labelTranslationParameters: [] } 1148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "Sant'Elena" +value: "1148" +data: App\Entity\Country {#1971 …} +attr: [] +labelTranslationParameters: [] } 1151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "Santa Lucia" +value: "1151" +data: App\Entity\Country {#1974 …} +attr: [] +labelTranslationParameters: [] } 1155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "Sao Tome e Principe" +value: "1155" +data: App\Entity\Country {#1977 …} +attr: [] +labelTranslationParameters: [] } 1157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "Senegal" +value: "1157" +data: App\Entity\Country {#1980 …} +attr: [] +labelTranslationParameters: [] } 1204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "Serbia e Montenegro" +value: "1204" +data: App\Entity\Country {#1983 …} +attr: [] +labelTranslationParameters: [] } 1158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "Seychelles" +value: "1158" +data: App\Entity\Country {#1986 …} +attr: [] +labelTranslationParameters: [] } 1159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "Sierra Leone" +value: "1159" +data: App\Entity\Country {#1989 …} +attr: [] +labelTranslationParameters: [] } 1160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "Singapore" +value: "1160" +data: App\Entity\Country {#1992 …} +attr: [] +labelTranslationParameters: [] } 1175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "Siria" +value: "1175" +data: App\Entity\Country {#1995 …} +attr: [] +labelTranslationParameters: [] } 1161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "Slovacchia" +value: "1161" +data: App\Entity\Country {#1998 …} +attr: [] +labelTranslationParameters: [] } 1163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "Slovenia" +value: "1163" +data: App\Entity\Country {#2001 …} +attr: [] +labelTranslationParameters: [] } 1164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "Somalia" +value: "1164" +data: App\Entity\Country {#2004 …} +attr: [] +labelTranslationParameters: [] } 1167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "Spagna" +value: "1167" +data: App\Entity\Country {#2007 …} +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "Sri Lanka" +value: "1005" +data: App\Entity\Country {#2010 …} +attr: [] +labelTranslationParameters: [] } 1128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "Stati Federati della Micronesia" +value: "1128" +data: App\Entity\Country {#2013 …} +attr: [] +labelTranslationParameters: [] } 1195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "Stati Uniti d'America" +value: "1195" +data: App\Entity\Country {#2016 …} +attr: [] +labelTranslationParameters: [] } 1165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "Sud Africa" +value: "1165" +data: App\Entity\Country {#2019 …} +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "Sud Georgia e Isole Sandwich" +value: "1035" +data: App\Entity\Country {#2022 …} +attr: [] +labelTranslationParameters: [] } 1169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "Sudan" +value: "1169" +data: App\Entity\Country {#2025 …} +attr: [] +labelTranslationParameters: [] } 1170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "Suriname" +value: "1170" +data: App\Entity\Country {#2028 …} +attr: [] +labelTranslationParameters: [] } 1171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "Svalbard e Jan Mayen" +value: "1171" +data: App\Entity\Country {#2031 …} +attr: [] +labelTranslationParameters: [] } 1173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "Svezia" +value: "1173" +data: App\Entity\Country {#2034 …} +attr: [] +labelTranslationParameters: [] } 1174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "Svizzera" +value: "1174" +data: App\Entity\Country {#2037 …} +attr: [] +labelTranslationParameters: [] } 1172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "Swaziland" +value: "1172" +data: App\Entity\Country {#2040 …} +attr: [] +labelTranslationParameters: [] } 1176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "Tagikistan" +value: "1176" +data: App\Entity\Country {#2043 …} +attr: [] +labelTranslationParameters: [] } 1177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "Tailandia" +value: "1177" +data: App\Entity\Country {#2046 …} +attr: [] +labelTranslationParameters: [] } 1009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "Taiwan" +value: "1009" +data: App\Entity\Country {#2049 …} +attr: [] +labelTranslationParameters: [] } 1194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "Tanzania" +value: "1194" +data: App\Entity\Country {#2052 …} +attr: [] +labelTranslationParameters: [] } 991 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "Territori Britannici dell'Oceano Indiano" +value: "991" +data: App\Entity\Country {#2055 …} +attr: [] +labelTranslationParameters: [] } 1042 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "Territori Francesi del Sud" +value: "1042" +data: App\Entity\Country {#2058 …} +attr: [] +labelTranslationParameters: [] } 1047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "Territori Palestinesi Occupati" +value: "1047" +data: App\Entity\Country {#2061 …} +attr: [] +labelTranslationParameters: [] } 1141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "Timor Est" +value: "1141" +data: App\Entity\Country {#2064 …} +attr: [] +labelTranslationParameters: [] } 1178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "Togo" +value: "1178" +data: App\Entity\Country {#2067 …} +attr: [] +labelTranslationParameters: [] } 1179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "Tokelau" +value: "1179" +data: App\Entity\Country {#2070 …} +attr: [] +labelTranslationParameters: [] } 1180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "Tonga" +value: "1180" +data: App\Entity\Country {#2073 …} +attr: [] +labelTranslationParameters: [] } 1181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +label: "Trinidad e Tobago" +value: "1181" +data: App\Entity\Country {#2076 …} +attr: [] +labelTranslationParameters: [] } 1183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +label: "Tunisia" +value: "1183" +data: App\Entity\Country {#2079 …} +attr: [] +labelTranslationParameters: [] } 1184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +label: "Turchia" +value: "1184" +data: App\Entity\Country {#2082 …} +attr: [] +labelTranslationParameters: [] } 1185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "Turkmenistan" +value: "1185" +data: App\Entity\Country {#2085 …} +attr: [] +labelTranslationParameters: [] } 1187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "Tuvalu" +value: "1187" +data: App\Entity\Country {#2088 …} +attr: [] +labelTranslationParameters: [] } 1189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "Ucraina" +value: "1189" +data: App\Entity\Country {#2091 …} +attr: [] +labelTranslationParameters: [] } 1188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "Uganda" +value: "1188" +data: App\Entity\Country {#2094 …} +attr: [] +labelTranslationParameters: [] } 1065 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "Ungheria" +value: "1065" +data: App\Entity\Country {#2097 …} +attr: [] +labelTranslationParameters: [] } 1198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "Uruguay" +value: "1198" +data: App\Entity\Country {#2100 …} +attr: [] +labelTranslationParameters: [] } 1199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "Uzbekistan" +value: "1199" +data: App\Entity\Country {#2103 …} +attr: [] +labelTranslationParameters: [] } 1118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "Vanuatu" +value: "1118" +data: App\Entity\Country {#2106 …} +attr: [] +labelTranslationParameters: [] } 1200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "Venezuela" +value: "1200" +data: App\Entity\Country {#2109 …} +attr: [] +labelTranslationParameters: [] } 1162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "Vietnam" +value: "1162" +data: App\Entity\Country {#2112 …} +attr: [] +labelTranslationParameters: [] } 1201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "Wallis e Futuna" +value: "1201" +data: App\Entity\Country {#2115 …} +attr: [] +labelTranslationParameters: [] } 1203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "Yemen" +value: "1203" +data: App\Entity\Country {#2118 …} +attr: [] +labelTranslationParameters: [] } 1205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "Zambia" +value: "1205" +data: App\Entity\Country {#2121 …} +attr: [] +labelTranslationParameters: [] } 1166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "Zimbabwe" +value: "1166" +data: App\Entity\Country {#2124 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1143 -form: Symfony\Component\Form\Form {#1300 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1353 …5} |
| full_name | "contact[country]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_country" |
| is_selected | Closure($choice, $value) {#2358 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "contact.label.country" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "country" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_country" |
| valid | true |
| value | "" |
subject
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "selectpicker" "data-live-search" => "true" ] |
[ "class" => "selectpicker" "data-live-search" => "true" ] |
| choices | [ "Je souhaite acheter un copieur" => "Je souhaite acheter un copieur" "Je souhaite vendre mon copieur" => "Je souhaite vendre mon copieur" "Demande de renseignements" => "Demande de renseignements" ] |
[ "Je souhaite acheter un copieur" => "Je souhaite acheter un copieur" "Je souhaite vendre mon copieur" => "Je souhaite vendre mon copieur" "Demande de renseignements" => "Demande de renseignements" ] |
| expanded | true |
same as passed value |
| label | "contact.label.object" |
same as passed value |
| label_attr | [ "class" => "radio-custom" ] |
[ "class" => "radio-custom" ] |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "selectpicker" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Je souhaite acheter un copieur" => "Je souhaite acheter un copieur" "Je souhaite vendre mon copieur" => "Je souhaite vendre mon copieur" "Demande de renseignements" => "Demande de renseignements" ] |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.label.object" |
| label_attr | [ "class" => "radio-custom" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1216 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "selectpicker" "data-live-search" => "true" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_subject" ] |
| cache_key | "_contact_subject_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +label: "Je souhaite acheter un copieur" +value: "Je souhaite acheter un copieur" +data: "Je souhaite acheter un copieur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "Je souhaite vendre mon copieur" +value: "Je souhaite vendre mon copieur" +data: "Je souhaite vendre mon copieur" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "Demande de renseignements" +value: "Demande de renseignements" +data: "Demande de renseignements" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2357 -form: Symfony\Component\Form\Form {#1334 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2359 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject" |
| is_selected | Closure($choice, $value) {#2360 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "contact.label.object" |
| label_attr | [ "class" => "radio-custom" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "subject" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_subject" |
| valid | true |
| value | "" |
0
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Je souhaite acheter un copieur" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Je souhaite acheter un copieur" |
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 | "entry" |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1277 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1278 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Je souhaite acheter un copieur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1308 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Je souhaite acheter un copieur" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_subject_entry" ] |
| cache_key | "_contact_subject_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2364 -form: Symfony\Component\Form\Form {#1337 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2363 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject_0" |
| label | "Je souhaite acheter un copieur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_subject_entry" |
| valid | true |
| value | "Je souhaite acheter un copieur" |
1
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Je souhaite vendre mon copieur" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Je souhaite vendre mon copieur" |
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 | "entry" |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1277 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1278 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Je souhaite vendre mon copieur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1318 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1317 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Je souhaite vendre mon copieur" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_subject_entry" ] |
| cache_key | "_contact_subject_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2365 -form: Symfony\Component\Form\Form {#1340 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2366 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject_1" |
| label | "Je souhaite vendre mon copieur" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_subject_entry" |
| valid | true |
| value | "Je souhaite vendre mon copieur" |
2
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Demande de renseignements" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "Demande de renseignements" |
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 | "entry" |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1277 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1278 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Demande de renseignements" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1327 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1326 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "Demande de renseignements" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_subject_entry" ] |
| cache_key | "_contact_subject_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2367 -form: Symfony\Component\Form\Form {#1343 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2368 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject_2" |
| label | "Demande de renseignements" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_subject_entry" |
| valid | true |
| value | "Demande de renseignements" |
message
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "rows" => 7 "class" => "form-control" ] |
[ "rows" => 7 "class" => "form-control" ] |
| label | "contact.label.message" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "rows" => 7 "class" => "form-control" ] |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1263 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "contact.label.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1269 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1265 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 7 "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
| cache_key | "_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2362 -form: Symfony\Component\Form\Form {#1346 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2361 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "contact.label.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
cgu
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1136 +payload: null +groups: ? ?array +message: "This value should be true." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1136 +payload: null +groups: ? ?array +message: "This value should be true." } ] |
| label | "contact_accept_checkbox" |
same as passed value |
| label_attr | [ "class" => "checkbox-custom" ] |
[ "class" => "checkbox-custom" ] |
| mapped | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1136 +payload: null +groups: ? ?array +message: "This value should be true." } ] |
| 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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1277 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1278 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "contact_accept_checkbox" |
| label_attr | [ "class" => "checkbox-custom" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1280 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#1282 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_cgu" ] |
| cache_key | "_contact_cgu_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2370 -form: Symfony\Component\Form\Form {#1349 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2369 …5} |
| full_name | "contact[cgu]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_cgu" |
| label | "contact_accept_checkbox" |
| label_attr | [ "class" => "checkbox-custom" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "cgu" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_cgu" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "be03a365b37.6i9H-Hf9cLIURSYWL4CizNT-3tpi-YN1G_hfFkvhFu4.pRw0qxqzAsB4HXF7FrL2rrqQiJlPzLAwWoAxRwK0b7u-F3bKDqcK5nIoEg" |
| 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 | "be03a365b37.6i9H-Hf9cLIURSYWL4CizNT-3tpi-YN1G_hfFkvhFu4.pRw0qxqzAsB4HXF7FrL2rrqQiJlPzLAwWoAxRwK0b7u-F3bKDqcK5nIoEg" |
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 {#328 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#329 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#330 …} -namespace: Closure() {#332 …} } |
| data | "be03a365b37.6i9H-Hf9cLIURSYWL4CizNT-3tpi-YN1G_hfFkvhFu4.pRw0qxqzAsB4HXF7FrL2rrqQiJlPzLAwWoAxRwK0b7u-F3bKDqcK5nIoEg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2375 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2377 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#237 …} $message: Closure() {#2376 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "be03a365b37.6i9H-Hf9cLIURSYWL4CizNT-3tpi-YN1G_hfFkvhFu4.pRw0qxqzAsB4HXF7FrL2rrqQiJlPzLAwWoAxRwK0b7u-F3bKDqcK5nIoEg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2387 -form: Symfony\Component\Form\Form {#2383 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2378 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "be03a365b37.6i9H-Hf9cLIURSYWL4CizNT-3tpi-YN1G_hfFkvhFu4.pRw0qxqzAsB4HXF7FrL2rrqQiJlPzLAwWoAxRwK0b7u-F3bKDqcK5nIoEg" |