Forms
-
recherche_officine
-
region
-
departement
-
rangeBudget
-
budgetMin
-
budgetMax
-
_token
-
-
newsletter
-
email
-
rgpd
-
_token
-
recherche_officine
Form type:
"App\Form\RechercheOfficineType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\RechercheOfficine {#1140 -region: null -departement: null -budgetMin: null -budgetMax: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "action" => "/offres" ] |
[ "action" => "/offres" ] |
budgetMax | 4200393.0 |
same as passed value |
budgetMin | 470687.0 |
same as passed value |
data | App\Entity\RechercheOfficine {#1140 -region: null -departement: null -budgetMin: null -budgetMax: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "action" => "/offres" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
budgetMax | 4200393.0 |
budgetMin | 470687.0 |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | App\Entity\RechercheOfficine {#1140 -region: null -departement: null -budgetMin: null -budgetMax: null } |
data_class | "App\Entity\RechercheOfficine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1123 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\RechercheOfficine" } } |
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() {#1141 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#757 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "action" => "/offres" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "recherche_officine" "_recherche_officine" ] |
cache_key | "_recherche_officine_recherche_officine" |
compound | true |
data | App\Entity\RechercheOfficine {#1140 -region: null -departement: null -budgetMin: null -budgetMax: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1154 -form: Symfony\Component\Form\Form {#1294 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1118 …5} |
full_name | "recherche_officine" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "recherche_officine" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_recherche_officine" |
valid | true |
value | App\Entity\RechercheOfficine {#1140 -region: null -departement: null -budgetMin: null -budgetMax: null } |
region
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" => "form-control region" ] |
[ "class" => "form-control region" ] |
choice_label | "nom" |
same as passed value |
class | "App\Entity\Region" |
same as passed value |
expanded | false |
false
|
multiple | false |
false
|
placeholder | "Toutes les régions" |
same as passed value |
query_builder | Closure(EntityRepository $er) {#1172 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1273 …} } |
Doctrine\ORM\QueryBuilder {#1266 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1263 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1262 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1261 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#989 …} -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1269 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerB39dt2B\EntityManagerGhostEbeb667 {#385 …12} } |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control region" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1241 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1260 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1256 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1255 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1250 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1257 …} } |
choices | null |
class | "App\Entity\Region" |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerB39dt2B\EntityManagerGhostEbeb667 {#385 …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 {#1238 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerB39dt2B\EntityManagerGhostEbeb667 {#385 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1274 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Toutes les régions" |
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 {#1266 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1263 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1262 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1261 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#989 …} -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1269 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerB39dt2B\EntityManagerGhostEbeb667 {#385 …12} } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1270 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control region" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_recherche_officine_region" ] |
cache_key | "_recherche_officine_region_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1357 +label: "Auvergne-Rhône-Alpes" +value: "19" +data: App\Entity\Region {#1367 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1156 +label: "Bourgogne-Franche-Comté" +value: "11" +data: App\Entity\Region {#1425 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1352 +label: "Bretagne" +value: "16" +data: App\Entity\Region {#1422 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1336 +label: "Centre-Val de Loire" +value: "10" +data: App\Entity\Region {#1419 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1321 +label: "Collectivités d'Outre-Mer" +value: "22" +data: App\Entity\Region {#1416 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "Corse" +value: "21" +data: App\Entity\Region {#1413 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1150 +label: "Grand Est" +value: "14" +data: App\Entity\Region {#1410 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Guadeloupe" +value: "4" +data: App\Entity\Region {#1406 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1151 +label: "Guyane" +value: "6" +data: App\Entity\Region {#1371 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1365 +label: "Hauts-de-France" +value: "13" +data: App\Entity\Region {#1374 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1403 +label: "Île-de-France" +value: "9" +data: App\Entity\Region {#1377 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1402 +label: "La Réunion" +value: "7" +data: App\Entity\Region {#1380 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1427 +label: "Martinique" +value: "5" +data: App\Entity\Region {#1383 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1428 +label: "Mayotte" +value: "8" +data: App\Entity\Region {#1386 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1429 +label: "Normandie" +value: "12" +data: App\Entity\Region {#1389 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1430 +label: "Nouvelle-Aquitaine" +value: "17" +data: App\Entity\Region {#1392 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1431 +label: "Occitanie" +value: "18" +data: App\Entity\Region {#1395 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1432 +label: "Pays de la Loire" +value: "15" +data: App\Entity\Region {#1398 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1433 +label: "Provence-Alpes-Côte d'Azur" +value: "20" +data: App\Entity\Region {#1401 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1360 -form: Symfony\Component\Form\Form {#1291 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1362 …5} |
full_name | "recherche_officine[region]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine_region" |
is_selected | Closure($choice, $value) {#1358 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "region" |
placeholder | "Toutes les régions" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_recherche_officine_region" |
valid | true |
value | "" |
departement
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" => "form-control departement" ] |
[ "class" => "form-control departement" ] |
choice_attr | Closure($choice) {#1196 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1273 …} } |
same as passed value |
choice_label | "nom" |
same as passed value |
class | "App\Entity\Departement" |
same as passed value |
expanded | false |
false
|
multiple | false |
false
|
placeholder | "Tous les départements" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control departement" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | Closure($choice) {#1196 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1273 …} } |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1340 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1253 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1339 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1255 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1337 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1338 …} } |
choices | null |
class | "App\Entity\Departement" |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerB39dt2B\EntityManagerGhostEbeb667 {#385 …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 {#1239 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerB39dt2B\EntityManagerGhostEbeb667 {#385 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1233 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Tous les départements" |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1247 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control departement" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_recherche_officine_departement" ] |
cache_key | "_recherche_officine_departement_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1436 +label: "Ain" +value: "112" +data: App\Entity\Departement {#1445 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1450 +label: "Aisne" +value: "113" +data: App\Entity\Departement {#1629 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1439 +label: "Allier" +value: "114" +data: App\Entity\Departement {#1659 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1459 +label: "Alpes-de-Haute-Provence" +value: "115" +data: App\Entity\Departement {#1666 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1438 +label: "Hautes-Alpes" +value: "116" +data: App\Entity\Departement {#1673 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1444 +label: "Alpes-Maritimes" +value: "117" +data: App\Entity\Departement {#1680 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +label: "Ardèche" +value: "118" +data: App\Entity\Departement {#1687 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +label: "Ardennes" +value: "119" +data: App\Entity\Departement {#1694 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1440 +label: "Ariège" +value: "120" +data: App\Entity\Departement {#1701 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +label: "Aube" +value: "121" +data: App\Entity\Departement {#1708 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "Aude" +value: "122" +data: App\Entity\Departement {#1715 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "Aveyron" +value: "123" +data: App\Entity\Departement {#1722 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "Bouches-du-Rhône" +value: "124" +data: App\Entity\Departement {#1729 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "Calvados" +value: "125" +data: App\Entity\Departement {#1736 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "Cantal" +value: "126" +data: App\Entity\Departement {#1743 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "Charente" +value: "127" +data: App\Entity\Departement {#1750 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "Charente-Maritime" +value: "128" +data: App\Entity\Departement {#1757 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "Cher" +value: "129" +data: App\Entity\Departement {#1764 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "Corrèze" +value: "130" +data: App\Entity\Departement {#1771 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "Côte-d'Or" +value: "131" +data: App\Entity\Departement {#1778 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "Côtes-d'Armor" +value: "132" +data: App\Entity\Departement {#1785 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "Creuse" +value: "133" +data: App\Entity\Departement {#1792 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Dordogne" +value: "134" +data: App\Entity\Departement {#1799 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Doubs" +value: "135" +data: App\Entity\Departement {#1806 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Drôme" +value: "136" +data: App\Entity\Departement {#1813 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "Eure" +value: "137" +data: App\Entity\Departement {#1820 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "Eure-et-Loir" +value: "138" +data: App\Entity\Departement {#1827 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "Finistère" +value: "139" +data: App\Entity\Departement {#1834 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "Corse-du-Sud" +value: "140" +data: App\Entity\Departement {#1841 …} +attr: [ "class" => "region_21" ] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "Haute-Corse" +value: "141" +data: App\Entity\Departement {#1848 …} +attr: [ "class" => "region_21" ] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "Gard" +value: "142" +data: App\Entity\Departement {#1855 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "Haute-Garonne" +value: "143" +data: App\Entity\Departement {#1862 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "Gers" +value: "144" +data: App\Entity\Departement {#1869 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "Gironde" +value: "145" +data: App\Entity\Departement {#1876 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "Hérault" +value: "146" +data: App\Entity\Departement {#1883 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "Ille-et-Vilaine" +value: "147" +data: App\Entity\Departement {#1890 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "Indre" +value: "148" +data: App\Entity\Departement {#1897 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "Indre-et-Loire" +value: "149" +data: App\Entity\Departement {#1904 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "Isère" +value: "150" +data: App\Entity\Departement {#1911 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "Jura" +value: "151" +data: App\Entity\Departement {#1918 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "Landes" +value: "152" +data: App\Entity\Departement {#1925 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "Loir-et-Cher" +value: "153" +data: App\Entity\Departement {#1932 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "Loire" +value: "154" +data: App\Entity\Departement {#1939 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "Haute-Loire" +value: "155" +data: App\Entity\Departement {#1946 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "Loire-Atlantique" +value: "156" +data: App\Entity\Departement {#1953 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "Loiret" +value: "157" +data: App\Entity\Departement {#1960 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "Lot" +value: "158" +data: App\Entity\Departement {#1967 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "Lot-et-Garonne" +value: "159" +data: App\Entity\Departement {#1974 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "Lozère" +value: "160" +data: App\Entity\Departement {#1981 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Maine-et-Loire" +value: "161" +data: App\Entity\Departement {#1988 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "Manche" +value: "162" +data: App\Entity\Departement {#1995 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Marne" +value: "163" +data: App\Entity\Departement {#2002 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Haute-Marne" +value: "164" +data: App\Entity\Departement {#2009 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "Mayenne" +value: "165" +data: App\Entity\Departement {#2016 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "Meurthe-et-Moselle" +value: "166" +data: App\Entity\Departement {#2023 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "Meuse" +value: "167" +data: App\Entity\Departement {#2030 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "Morbihan" +value: "168" +data: App\Entity\Departement {#2037 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "Moselle" +value: "169" +data: App\Entity\Departement {#2044 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "Nièvre" +value: "170" +data: App\Entity\Departement {#2051 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "Nord" +value: "171" +data: App\Entity\Departement {#2058 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "Oise" +value: "172" +data: App\Entity\Departement {#2065 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "Orne" +value: "173" +data: App\Entity\Departement {#2072 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "Pas-de-Calais" +value: "174" +data: App\Entity\Departement {#2079 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "Puy-de-Dôme" +value: "175" +data: App\Entity\Departement {#2086 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "Pyrénées-Atlantiques" +value: "176" +data: App\Entity\Departement {#2093 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "Hautes-Pyrénées" +value: "177" +data: App\Entity\Departement {#2100 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "Pyrénées-Orientales" +value: "178" +data: App\Entity\Departement {#2107 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "Bas-Rhin" +value: "179" +data: App\Entity\Departement {#2114 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "Haut-Rhin" +value: "180" +data: App\Entity\Departement {#2121 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "Rhône" +value: "181" +data: App\Entity\Departement {#2128 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "Haute-Saône" +value: "182" +data: App\Entity\Departement {#2135 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "Saône-et-Loire" +value: "183" +data: App\Entity\Departement {#2142 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "Sarthe" +value: "184" +data: App\Entity\Departement {#2149 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "Savoie" +value: "185" +data: App\Entity\Departement {#2156 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "Haute-Savoie" +value: "186" +data: App\Entity\Departement {#2163 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "Paris" +value: "187" +data: App\Entity\Departement {#2170 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "Seine-Maritime" +value: "188" +data: App\Entity\Departement {#2177 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "Seine-et-Marne" +value: "189" +data: App\Entity\Departement {#2184 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "Yvelines" +value: "190" +data: App\Entity\Departement {#2191 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "Deux-Sèvres" +value: "191" +data: App\Entity\Departement {#2198 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "Somme" +value: "192" +data: App\Entity\Departement {#2205 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "Tarn" +value: "193" +data: App\Entity\Departement {#2212 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "Tarn-et-Garonne" +value: "194" +data: App\Entity\Departement {#2219 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +label: "Var" +value: "195" +data: App\Entity\Departement {#2226 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "Vaucluse" +value: "196" +data: App\Entity\Departement {#2233 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "Vendée" +value: "197" +data: App\Entity\Departement {#2240 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "Vienne" +value: "198" +data: App\Entity\Departement {#2247 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "Haute-Vienne" +value: "199" +data: App\Entity\Departement {#2254 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "Vosges" +value: "200" +data: App\Entity\Departement {#2261 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "Yonne" +value: "201" +data: App\Entity\Departement {#2268 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "Territoire de Belfort" +value: "202" +data: App\Entity\Departement {#2275 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "Essonne" +value: "203" +data: App\Entity\Departement {#2282 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "Hauts-de-Seine" +value: "204" +data: App\Entity\Departement {#2289 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "Seine-Saint-Denis" +value: "205" +data: App\Entity\Departement {#2296 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "Val-de-Marne" +value: "206" +data: App\Entity\Departement {#2303 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "Val-d'Oise" +value: "207" +data: App\Entity\Departement {#2310 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "Guadeloupe" +value: "208" +data: App\Entity\Departement {#2317 …} +attr: [ "class" => "region_4" ] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Martinique" +value: "209" +data: App\Entity\Departement {#2324 …} +attr: [ "class" => "region_5" ] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "Guyane" +value: "210" +data: App\Entity\Departement {#2331 …} +attr: [ "class" => "region_6" ] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "La Réunion" +value: "211" +data: App\Entity\Departement {#2338 …} +attr: [ "class" => "region_7" ] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "Mayotte" +value: "212" +data: App\Entity\Departement {#2345 …} +attr: [ "class" => "region_8" ] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "Saint-Pierre-et-Miquelon" +value: "213" +data: App\Entity\Departement {#2352 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "Saint-Barthélemy" +value: "214" +data: App\Entity\Departement {#2359 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "Saint-Martin" +value: "215" +data: App\Entity\Departement {#2366 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "Terres australes et antarctiques françaises" +value: "216" +data: App\Entity\Departement {#2373 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "Wallis et Futuna" +value: "217" +data: App\Entity\Departement {#2380 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +label: "Polynésie française" +value: "218" +data: App\Entity\Departement {#2387 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "Nouvelle-Calédonie" +value: "219" +data: App\Entity\Departement {#2394 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2506 +label: "Île de Clipperton" +value: "220" +data: App\Entity\Departement {#2401 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1434 -form: Symfony\Component\Form\Form {#1288 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1359 …5} |
full_name | "recherche_officine[departement]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine_departement" |
is_selected | Closure($choice, $value) {#1435 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "departement" |
placeholder | "Tous les départements" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_recherche_officine_departement" |
valid | true |
value | "" |
rangeBudget
Form type:
"Symfony\Component\Form\Extension\Core\Type\RangeType"
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 | [ "required" => true "data-min" => 470687.0 "data-max" => 4200393.0 "data-step" => 50000 ] |
[ "required" => true "data-min" => 470687.0 "data-max" => 4200393.0 "data-step" => 50000 ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => true "data-min" => 470687.0 "data-max" => 4200393.0 "data-step" => 50000 ] |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1327 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 | "Please choose a valid range." |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1328 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "required" => true "data-min" => 470687.0 "data-max" => 4200393.0 "data-step" => 50000 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "range" "_recherche_officine_rangeBudget" ] |
cache_key | "_recherche_officine_rangeBudget_range" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2507 -form: Symfony\Component\Form\Form {#1285 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1437 …5} |
full_name | "recherche_officine[rangeBudget]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine_rangeBudget" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "rangeBudget" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_recherche_officine_rangeBudget" |
valid | true |
value | "" |
budgetMin
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "470687" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | 470687.0 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | 470687.0 |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1314 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 | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1309 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1315 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_recherche_officine_budgetMin" ] |
cache_key | "_recherche_officine_budgetMin_hidden" |
compound | false |
data | "470687" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2508 -form: Symfony\Component\Form\Form {#1282 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2509 …5} |
full_name | "recherche_officine[budgetMin]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine_budgetMin" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "budgetMin" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_recherche_officine_budgetMin" |
valid | true |
value | "470687" |
budgetMax
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4200393" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | 4200393.0 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | 4200393.0 |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1302 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 | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1300 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1301 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_recherche_officine_budgetMax" ] |
cache_key | "_recherche_officine_budgetMax_hidden" |
compound | false |
data | "4200393" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2510 -form: Symfony\Component\Form\Form {#1279 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2511 …5} |
full_name | "recherche_officine[budgetMax]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine_budgetMax" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "budgetMax" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_recherche_officine_budgetMax" |
valid | true |
value | "4200393" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7f85840f189ddb.TfwiFybXPfBT69l3M7nLOV1dHS-iugJP-jIUlqSjSHQ.EoRWRWe2X6QDr7YRC8uAbxExLkHbzzQKmFBu7sPIMTkrmBQ6TuUJwWSvug" |
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 | "7f85840f189ddb.TfwiFybXPfBT69l3M7nLOV1dHS-iugJP-jIUlqSjSHQ.EoRWRWe2X6QDr7YRC8uAbxExLkHbzzQKmFBu7sPIMTkrmBQ6TuUJwWSvug" |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | "7f85840f189ddb.TfwiFybXPfBT69l3M7nLOV1dHS-iugJP-jIUlqSjSHQ.EoRWRWe2X6QDr7YRC8uAbxExLkHbzzQKmFBu7sPIMTkrmBQ6TuUJwWSvug" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2514 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() {#2513 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2512 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_recherche_officine__token" ] |
cache_key | "_recherche_officine__token_hidden" |
compound | false |
data | "7f85840f189ddb.TfwiFybXPfBT69l3M7nLOV1dHS-iugJP-jIUlqSjSHQ.EoRWRWe2X6QDr7YRC8uAbxExLkHbzzQKmFBu7sPIMTkrmBQ6TuUJwWSvug" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2523 -form: Symfony\Component\Form\Form {#2519 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1361 …5} |
full_name | "recherche_officine[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_officine__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 | "_recherche_officine__token" |
valid | true |
value | "7f85840f189ddb.TfwiFybXPfBT69l3M7nLOV1dHS-iugJP-jIUlqSjSHQ.EoRWRWe2X6QDr7YRC8uAbxExLkHbzzQKmFBu7sPIMTkrmBQ6TuUJwWSvug" |
newsletter
Form type:
"App\Form\NewsletterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Newsletter {#386 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "action" => "/newsletter/add" ] |
[ "action" => "/newsletter/add" ] |
data | App\Entity\Newsletter {#386 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "action" => "/newsletter/add" ] |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | App\Entity\Newsletter {#386 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
data_class | "App\Entity\Newsletter" |
disabled | false |
empty_data | Closure(FormInterface $form) {#568 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Newsletter" } } |
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() {#570 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#569 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "action" => "/newsletter/add" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "newsletter" "_newsletter" ] |
cache_key | "_newsletter_newsletter" |
compound | true |
data | App\Entity\Newsletter {#386 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2525 -form: Symfony\Component\Form\Form {#592 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2526 …5} |
full_name | "newsletter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newsletter" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter" |
valid | true |
value | App\Entity\Newsletter {#386 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "placeholder" => "Votre adresse email" "class" => "form-control w-100" "required" => true ] |
[ "placeholder" => "Votre adresse email" "class" => "form-control w-100" "required" => true ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Votre adresse email" "class" => "form-control w-100" "required" => true ] |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#589 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 | "Please enter a valid email address." |
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() {#547 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#550 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Votre adresse email" "class" => "form-control w-100" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_newsletter_email" ] |
cache_key | "_newsletter_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2530 -form: Symfony\Component\Form\Form {#633 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2529 …5} |
full_name | "newsletter[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_email" |
valid | true |
value | "" |
rgpd
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-check-input" ] |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#560 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 {#559 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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() {#567 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#565 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_rgpd" ] |
cache_key | "_newsletter_rgpd_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2531 -form: Symfony\Component\Form\Form {#636 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2532 …5} |
full_name | "newsletter[rgpd]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_rgpd" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "rgpd" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_rgpd" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "cf0f3a7b1.6HER4miusnPlSJb7uCy4mg_NgVWe6L6XKorvQIL6F8Y.sghhsh3K-j_ScfCc-lje33e68gL329znGrOFNrPLf5XdK3CFAfTAB9Ap8Q" |
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 | "cf0f3a7b1.6HER4miusnPlSJb7uCy4mg_NgVWe6L6XKorvQIL6F8Y.sghhsh3K-j_ScfCc-lje33e68gL329znGrOFNrPLf5XdK3CFAfTAB9Ap8Q" |
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 {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | "cf0f3a7b1.6HER4miusnPlSJb7uCy4mg_NgVWe6L6XKorvQIL6F8Y.sghhsh3K-j_ScfCc-lje33e68gL329znGrOFNrPLf5XdK3CFAfTAB9Ap8Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2527 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() {#2533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2534 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ] |
cache_key | "_newsletter__token_hidden" |
compound | false |
data | "cf0f3a7b1.6HER4miusnPlSJb7uCy4mg_NgVWe6L6XKorvQIL6F8Y.sghhsh3K-j_ScfCc-lje33e68gL329znGrOFNrPLf5XdK3CFAfTAB9Ap8Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2544 -form: Symfony\Component\Form\Form {#2540 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2535 …5} |
full_name | "newsletter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter__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 | "_newsletter__token" |
valid | true |
value | "cf0f3a7b1.6HER4miusnPlSJb7uCy4mg_NgVWe6L6XKorvQIL6F8Y.sghhsh3K-j_ScfCc-lje33e68gL329znGrOFNrPLf5XdK3CFAfTAB9Ap8Q" |