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 {#1130 -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 {#1130 -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 {#1130 -region: null -departement: null -budgetMin: null -budgetMax: null } |
data_class | "App\Entity\RechercheOfficine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1113 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() {#1131 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#767 …} $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 {#1130 -region: null -departement: null -budgetMin: null -budgetMax: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1144 -form: Symfony\Component\Form\Form {#1284 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1108 …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 {#1130 -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) {#1162 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1263 …} } |
Doctrine\ORM\QueryBuilder {#1256 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1253 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1252 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1251 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#968 …} -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1259 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerB39dt2B\EntityManagerGhostEbeb667 {#383 …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 {#1231 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1250 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1246 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1245 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1240 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1247 …} } |
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 {#383 …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 {#1228 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerB39dt2B\EntityManagerGhostEbeb667 {#383 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1264 …} } |
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 {#1256 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1253 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1252 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1251 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#968 …} -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1259 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerB39dt2B\EntityManagerGhostEbeb667 {#383 …12} } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1132 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1260 …} $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 {#1347 +label: "Auvergne-Rhône-Alpes" +value: "19" +data: App\Entity\Region {#1357 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1146 +label: "Bourgogne-Franche-Comté" +value: "11" +data: App\Entity\Region {#1415 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1342 +label: "Bretagne" +value: "16" +data: App\Entity\Region {#1412 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1326 +label: "Centre-Val de Loire" +value: "10" +data: App\Entity\Region {#1409 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1311 +label: "Collectivités d'Outre-Mer" +value: "22" +data: App\Entity\Region {#1406 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +label: "Corse" +value: "21" +data: App\Entity\Region {#1403 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Grand Est" +value: "14" +data: App\Entity\Region {#1400 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1345 +label: "Guadeloupe" +value: "4" +data: App\Entity\Region {#1396 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1141 +label: "Guyane" +value: "6" +data: App\Entity\Region {#1361 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1355 +label: "Hauts-de-France" +value: "13" +data: App\Entity\Region {#1364 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1393 +label: "Île-de-France" +value: "9" +data: App\Entity\Region {#1367 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1392 +label: "La Réunion" +value: "7" +data: App\Entity\Region {#1370 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1417 +label: "Martinique" +value: "5" +data: App\Entity\Region {#1373 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1418 +label: "Mayotte" +value: "8" +data: App\Entity\Region {#1376 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1419 +label: "Normandie" +value: "12" +data: App\Entity\Region {#1379 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1420 +label: "Nouvelle-Aquitaine" +value: "17" +data: App\Entity\Region {#1382 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1421 +label: "Occitanie" +value: "18" +data: App\Entity\Region {#1385 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1422 +label: "Pays de la Loire" +value: "15" +data: App\Entity\Region {#1388 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1423 +label: "Provence-Alpes-Côte d'Azur" +value: "20" +data: App\Entity\Region {#1391 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1350 -form: Symfony\Component\Form\Form {#1281 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1352 …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) {#1348 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) {#1186 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1263 …} } |
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) {#1186 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1263 …} } |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1330 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1243 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1329 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1245 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1327 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1328 …} } |
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 {#383 …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 {#1229 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerB39dt2B\EntityManagerGhostEbeb667 {#383 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1223 …} } |
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() {#1242 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1237 …} $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 {#1426 +label: "Ain" +value: "112" +data: App\Entity\Departement {#1435 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1440 +label: "Aisne" +value: "113" +data: App\Entity\Departement {#1619 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1429 +label: "Allier" +value: "114" +data: App\Entity\Departement {#1649 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1449 +label: "Alpes-de-Haute-Provence" +value: "115" +data: App\Entity\Departement {#1656 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1428 +label: "Hautes-Alpes" +value: "116" +data: App\Entity\Departement {#1663 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1434 +label: "Alpes-Maritimes" +value: "117" +data: App\Entity\Departement {#1670 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1439 +label: "Ardèche" +value: "118" +data: App\Entity\Departement {#1677 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1443 +label: "Ardennes" +value: "119" +data: App\Entity\Departement {#1684 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1430 +label: "Ariège" +value: "120" +data: App\Entity\Departement {#1691 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1437 +label: "Aube" +value: "121" +data: App\Entity\Departement {#1698 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "Aude" +value: "122" +data: App\Entity\Departement {#1705 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "Aveyron" +value: "123" +data: App\Entity\Departement {#1712 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "Bouches-du-Rhône" +value: "124" +data: App\Entity\Departement {#1719 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "Calvados" +value: "125" +data: App\Entity\Departement {#1726 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2402 +label: "Cantal" +value: "126" +data: App\Entity\Departement {#1733 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "Charente" +value: "127" +data: App\Entity\Departement {#1740 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "Charente-Maritime" +value: "128" +data: App\Entity\Departement {#1747 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "Cher" +value: "129" +data: App\Entity\Departement {#1754 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "Corrèze" +value: "130" +data: App\Entity\Departement {#1761 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "Côte-d'Or" +value: "131" +data: App\Entity\Departement {#1768 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "Côtes-d'Armor" +value: "132" +data: App\Entity\Departement {#1775 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "Creuse" +value: "133" +data: App\Entity\Departement {#1782 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "Dordogne" +value: "134" +data: App\Entity\Departement {#1789 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "Doubs" +value: "135" +data: App\Entity\Departement {#1796 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "Drôme" +value: "136" +data: App\Entity\Departement {#1803 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "Eure" +value: "137" +data: App\Entity\Departement {#1810 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "Eure-et-Loir" +value: "138" +data: App\Entity\Departement {#1817 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "Finistère" +value: "139" +data: App\Entity\Departement {#1824 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "Corse-du-Sud" +value: "140" +data: App\Entity\Departement {#1831 …} +attr: [ "class" => "region_21" ] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "Haute-Corse" +value: "141" +data: App\Entity\Departement {#1838 …} +attr: [ "class" => "region_21" ] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "Gard" +value: "142" +data: App\Entity\Departement {#1845 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "Haute-Garonne" +value: "143" +data: App\Entity\Departement {#1852 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Gers" +value: "144" +data: App\Entity\Departement {#1859 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Gironde" +value: "145" +data: App\Entity\Departement {#1866 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Hérault" +value: "146" +data: App\Entity\Departement {#1873 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "Ille-et-Vilaine" +value: "147" +data: App\Entity\Departement {#1880 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "Indre" +value: "148" +data: App\Entity\Departement {#1887 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "Indre-et-Loire" +value: "149" +data: App\Entity\Departement {#1894 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "Isère" +value: "150" +data: App\Entity\Departement {#1901 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "Jura" +value: "151" +data: App\Entity\Departement {#1908 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "Landes" +value: "152" +data: App\Entity\Departement {#1915 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "Loir-et-Cher" +value: "153" +data: App\Entity\Departement {#1922 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "Loire" +value: "154" +data: App\Entity\Departement {#1929 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "Haute-Loire" +value: "155" +data: App\Entity\Departement {#1936 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "Loire-Atlantique" +value: "156" +data: App\Entity\Departement {#1943 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "Loiret" +value: "157" +data: App\Entity\Departement {#1950 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "Lot" +value: "158" +data: App\Entity\Departement {#1957 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "Lot-et-Garonne" +value: "159" +data: App\Entity\Departement {#1964 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "Lozère" +value: "160" +data: App\Entity\Departement {#1971 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "Maine-et-Loire" +value: "161" +data: App\Entity\Departement {#1978 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "Manche" +value: "162" +data: App\Entity\Departement {#1985 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "Marne" +value: "163" +data: App\Entity\Departement {#1992 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "Haute-Marne" +value: "164" +data: App\Entity\Departement {#1999 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "Mayenne" +value: "165" +data: App\Entity\Departement {#2006 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "Meurthe-et-Moselle" +value: "166" +data: App\Entity\Departement {#2013 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "Meuse" +value: "167" +data: App\Entity\Departement {#2020 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "Morbihan" +value: "168" +data: App\Entity\Departement {#2027 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "Moselle" +value: "169" +data: App\Entity\Departement {#2034 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "Nièvre" +value: "170" +data: App\Entity\Departement {#2041 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Nord" +value: "171" +data: App\Entity\Departement {#2048 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "Oise" +value: "172" +data: App\Entity\Departement {#2055 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Orne" +value: "173" +data: App\Entity\Departement {#2062 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Pas-de-Calais" +value: "174" +data: App\Entity\Departement {#2069 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "Puy-de-Dôme" +value: "175" +data: App\Entity\Departement {#2076 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "Pyrénées-Atlantiques" +value: "176" +data: App\Entity\Departement {#2083 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "Hautes-Pyrénées" +value: "177" +data: App\Entity\Departement {#2090 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "Pyrénées-Orientales" +value: "178" +data: App\Entity\Departement {#2097 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "Bas-Rhin" +value: "179" +data: App\Entity\Departement {#2104 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "Haut-Rhin" +value: "180" +data: App\Entity\Departement {#2111 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "Rhône" +value: "181" +data: App\Entity\Departement {#2118 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "Haute-Saône" +value: "182" +data: App\Entity\Departement {#2125 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "Saône-et-Loire" +value: "183" +data: App\Entity\Departement {#2132 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "Sarthe" +value: "184" +data: App\Entity\Departement {#2139 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "Savoie" +value: "185" +data: App\Entity\Departement {#2146 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "Haute-Savoie" +value: "186" +data: App\Entity\Departement {#2153 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "Paris" +value: "187" +data: App\Entity\Departement {#2160 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "Seine-Maritime" +value: "188" +data: App\Entity\Departement {#2167 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "Seine-et-Marne" +value: "189" +data: App\Entity\Departement {#2174 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "Yvelines" +value: "190" +data: App\Entity\Departement {#2181 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "Deux-Sèvres" +value: "191" +data: App\Entity\Departement {#2188 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "Somme" +value: "192" +data: App\Entity\Departement {#2195 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "Tarn" +value: "193" +data: App\Entity\Departement {#2202 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "Tarn-et-Garonne" +value: "194" +data: App\Entity\Departement {#2209 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "Var" +value: "195" +data: App\Entity\Departement {#2216 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "Vaucluse" +value: "196" +data: App\Entity\Departement {#2223 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "Vendée" +value: "197" +data: App\Entity\Departement {#2230 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "Vienne" +value: "198" +data: App\Entity\Departement {#2237 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "Haute-Vienne" +value: "199" +data: App\Entity\Departement {#2244 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "Vosges" +value: "200" +data: App\Entity\Departement {#2251 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "Yonne" +value: "201" +data: App\Entity\Departement {#2258 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "Territoire de Belfort" +value: "202" +data: App\Entity\Departement {#2265 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "Essonne" +value: "203" +data: App\Entity\Departement {#2272 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "Hauts-de-Seine" +value: "204" +data: App\Entity\Departement {#2279 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +label: "Seine-Saint-Denis" +value: "205" +data: App\Entity\Departement {#2286 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "Val-de-Marne" +value: "206" +data: App\Entity\Departement {#2293 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "Val-d'Oise" +value: "207" +data: App\Entity\Departement {#2300 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "Guadeloupe" +value: "208" +data: App\Entity\Departement {#2307 …} +attr: [ "class" => "region_4" ] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "Martinique" +value: "209" +data: App\Entity\Departement {#2314 …} +attr: [ "class" => "region_5" ] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "Guyane" +value: "210" +data: App\Entity\Departement {#2321 …} +attr: [ "class" => "region_6" ] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "La Réunion" +value: "211" +data: App\Entity\Departement {#2328 …} +attr: [ "class" => "region_7" ] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "Mayotte" +value: "212" +data: App\Entity\Departement {#2335 …} +attr: [ "class" => "region_8" ] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "Saint-Pierre-et-Miquelon" +value: "213" +data: App\Entity\Departement {#2342 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "Saint-Barthélemy" +value: "214" +data: App\Entity\Departement {#2349 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "Saint-Martin" +value: "215" +data: App\Entity\Departement {#2356 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "Terres australes et antarctiques françaises" +value: "216" +data: App\Entity\Departement {#2363 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "Wallis et Futuna" +value: "217" +data: App\Entity\Departement {#2370 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "Polynésie française" +value: "218" +data: App\Entity\Departement {#2377 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Nouvelle-Calédonie" +value: "219" +data: App\Entity\Departement {#2384 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "Île de Clipperton" +value: "220" +data: App\Entity\Departement {#2391 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1424 -form: Symfony\Component\Form\Form {#1278 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1349 …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) {#1425 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) {#1317 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() {#1312 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1318 …} $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 {#2497 -form: Symfony\Component\Form\Form {#1275 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1427 …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) {#1304 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() {#1299 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1305 …} $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 {#2498 -form: Symfony\Component\Form\Form {#1272 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2499 …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) {#1292 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() {#1290 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1291 …} $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 {#2500 -form: Symfony\Component\Form\Form {#1269 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2501 …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 | "8aebdc1ae78baa.zY9mxalOxIS6TaAtYkh1fQQr_3p5Jyv-EHEHpQPrD_s.j98FoNE7kMGCBZdOGxkMTlcciwMjY2WKUTIz0UjZRoiX4wX88B_0s88k9Q" |
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 | "8aebdc1ae78baa.zY9mxalOxIS6TaAtYkh1fQQr_3p5Jyv-EHEHpQPrD_s.j98FoNE7kMGCBZdOGxkMTlcciwMjY2WKUTIz0UjZRoiX4wX88B_0s88k9Q" |
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 | "8aebdc1ae78baa.zY9mxalOxIS6TaAtYkh1fQQr_3p5Jyv-EHEHpQPrD_s.j98FoNE7kMGCBZdOGxkMTlcciwMjY2WKUTIz0UjZRoiX4wX88B_0s88k9Q" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2509 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() {#2520 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2521 …} $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 | "8aebdc1ae78baa.zY9mxalOxIS6TaAtYkh1fQQr_3p5Jyv-EHEHpQPrD_s.j98FoNE7kMGCBZdOGxkMTlcciwMjY2WKUTIz0UjZRoiX4wX88B_0s88k9Q" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2502 -form: Symfony\Component\Form\Form {#2514 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2523 …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 | "8aebdc1ae78baa.zY9mxalOxIS6TaAtYkh1fQQr_3p5Jyv-EHEHpQPrD_s.j98FoNE7kMGCBZdOGxkMTlcciwMjY2WKUTIz0UjZRoiX4wX88B_0s88k9Q" |
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 {#384 -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 {#384 -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 {#384 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
data_class | "App\Entity\Newsletter" |
disabled | false |
empty_data | Closure(FormInterface $form) {#567 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() {#569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#568 …} $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 {#384 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2528 -form: Symfony\Component\Form\Form {#591 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2529 …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 {#384 -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) {#588 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() {#546 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#549 …} $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 {#2533 -form: Symfony\Component\Form\Form {#632 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2532 …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) {#559 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 {#558 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() {#566 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#564 …} $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 {#2534 -form: Symfony\Component\Form\Form {#635 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2535 …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 | "3d8c9e6.hrZ-oR0R3fCfIY4k9MyY7HHSRfnHjxdebDnIIUlONxI.0udH-01X6YTmdshCxfyumgjqNbS-wF9oCnf4UzMnfEC_4grTVkeEk9JCug" |
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 | "3d8c9e6.hrZ-oR0R3fCfIY4k9MyY7HHSRfnHjxdebDnIIUlONxI.0udH-01X6YTmdshCxfyumgjqNbS-wF9oCnf4UzMnfEC_4grTVkeEk9JCug" |
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 | "3d8c9e6.hrZ-oR0R3fCfIY4k9MyY7HHSRfnHjxdebDnIIUlONxI.0udH-01X6YTmdshCxfyumgjqNbS-wF9oCnf4UzMnfEC_4grTVkeEk9JCug" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2530 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() {#2536 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2537 …} $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 | "3d8c9e6.hrZ-oR0R3fCfIY4k9MyY7HHSRfnHjxdebDnIIUlONxI.0udH-01X6YTmdshCxfyumgjqNbS-wF9oCnf4UzMnfEC_4grTVkeEk9JCug" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2547 -form: Symfony\Component\Form\Form {#2543 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2538 …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 | "3d8c9e6.hrZ-oR0R3fCfIY4k9MyY7HHSRfnHjxdebDnIIUlONxI.0udH-01X6YTmdshCxfyumgjqNbS-wF9oCnf4UzMnfEC_4grTVkeEk9JCug" |