Forms
-
recherche_officine
-
region
-
departement
-
rangeBudget
-
budgetMin
-
budgetMax
-
_token
-
-
newsletter
-
email
-
rgpd
-
_token
-
-
valoriser_rentabiliter
-
nom
-
prenom
-
email
-
telephone
-
region
-
caHt
-
valorisation
-
contacter
-
contacterSiege
-
file
-
rgpd
-
_token
-
recherche_officine
"App\Form\RechercheOfficineType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\RechercheOfficine {#1382 -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 {#1382 -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 {#1382 -region: null -departement: null -budgetMin: null -budgetMax: null } |
data_class | "App\Entity\RechercheOfficine" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1365 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() {#1383 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1185 …} $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 {#1382 -region: null -departement: null -budgetMin: null -budgetMax: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1455 -form: Symfony\Component\Form\Form {#1524 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1360 …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 {#1382 -region: null -departement: null -budgetMin: null -budgetMax: null } |
region
"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) {#1414 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1515 …} } |
Doctrine\ORM\QueryBuilder {#1512 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1371 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1372 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1377 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#1231 …} -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1516 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerB39dt2B\EntityManagerGhostEbeb667 {#395 …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 {#1495 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1189 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1510 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1509 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1504 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1511 …} } |
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 {#395 …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 {#1492 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerB39dt2B\EntityManagerGhostEbeb667 {#395 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1440 …} } |
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 {#1512 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1371 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1372 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1377 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#1231 …} -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1516 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -em: ContainerB39dt2B\EntityManagerGhostEbeb667 {#395 …12} } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1361 …} $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 {#1587 +label: "Auvergne-Rhône-Alpes" +value: "19" +data: App\Entity\Region {#1597 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1457 +label: "Bourgogne-Franche-Comté" +value: "11" +data: App\Entity\Region {#1655 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1582 +label: "Bretagne" +value: "16" +data: App\Entity\Region {#1652 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1586 +label: "Centre-Val de Loire" +value: "10" +data: App\Entity\Region {#1649 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1496 +label: "Collectivités d'Outre-Mer" +value: "22" +data: App\Entity\Region {#1646 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1529 +label: "Corse" +value: "21" +data: App\Entity\Region {#1643 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1551 +label: "Grand Est" +value: "14" +data: App\Entity\Region {#1640 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1585 +label: "Guadeloupe" +value: "4" +data: App\Entity\Region {#1636 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1538 +label: "Guyane" +value: "6" +data: App\Entity\Region {#1601 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1595 +label: "Hauts-de-France" +value: "13" +data: App\Entity\Region {#1604 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1633 +label: "Île-de-France" +value: "9" +data: App\Entity\Region {#1607 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1632 +label: "La Réunion" +value: "7" +data: App\Entity\Region {#1610 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1657 +label: "Martinique" +value: "5" +data: App\Entity\Region {#1613 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1658 +label: "Mayotte" +value: "8" +data: App\Entity\Region {#1616 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1659 +label: "Normandie" +value: "12" +data: App\Entity\Region {#1619 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1660 +label: "Nouvelle-Aquitaine" +value: "17" +data: App\Entity\Region {#1622 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1661 +label: "Occitanie" +value: "18" +data: App\Entity\Region {#1625 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1662 +label: "Pays de la Loire" +value: "15" +data: App\Entity\Region {#1628 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1663 +label: "Provence-Alpes-Côte d'Azur" +value: "20" +data: App\Entity\Region {#1631 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1590 -form: Symfony\Component\Form\Form {#1521 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1592 …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) {#1588 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
"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) {#1438 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1515 …} } |
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) {#1438 class: "App\Form\RechercheOfficineType" this: App\Form\RechercheOfficineType {#1515 …} } |
choice_filter | null |
choice_label | "nom" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1570 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1501 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1569 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1509 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1567 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1568 …} } |
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 {#395 …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 {#1493 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerB39dt2B\EntityManagerGhostEbeb667 {#395 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1500 …} } |
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() {#1503 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1505 …} $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 {#1666 +label: "Ain" +value: "112" +data: App\Entity\Departement {#1675 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1680 +label: "Aisne" +value: "113" +data: App\Entity\Departement {#1859 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1669 +label: "Allier" +value: "114" +data: App\Entity\Departement {#1889 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +label: "Alpes-de-Haute-Provence" +value: "115" +data: App\Entity\Departement {#1896 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1668 +label: "Hautes-Alpes" +value: "116" +data: App\Entity\Departement {#1903 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1674 +label: "Alpes-Maritimes" +value: "117" +data: App\Entity\Departement {#1910 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1679 +label: "Ardèche" +value: "118" +data: App\Entity\Departement {#1917 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1683 +label: "Ardennes" +value: "119" +data: App\Entity\Departement {#1924 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1670 +label: "Ariège" +value: "120" +data: App\Entity\Departement {#1931 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1677 +label: "Aube" +value: "121" +data: App\Entity\Departement {#1938 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2638 +label: "Aude" +value: "122" +data: App\Entity\Departement {#1945 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2639 +label: "Aveyron" +value: "123" +data: App\Entity\Departement {#1952 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2640 +label: "Bouches-du-Rhône" +value: "124" +data: App\Entity\Departement {#1959 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2641 +label: "Calvados" +value: "125" +data: App\Entity\Departement {#1966 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "Cantal" +value: "126" +data: App\Entity\Departement {#1973 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2643 +label: "Charente" +value: "127" +data: App\Entity\Departement {#1980 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +label: "Charente-Maritime" +value: "128" +data: App\Entity\Departement {#1987 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2645 +label: "Cher" +value: "129" +data: App\Entity\Departement {#1994 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2646 +label: "Corrèze" +value: "130" +data: App\Entity\Departement {#2001 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +label: "Côte-d'Or" +value: "131" +data: App\Entity\Departement {#2008 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +label: "Côtes-d'Armor" +value: "132" +data: App\Entity\Departement {#2015 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2649 +label: "Creuse" +value: "133" +data: App\Entity\Departement {#2022 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2650 +label: "Dordogne" +value: "134" +data: App\Entity\Departement {#2029 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2651 +label: "Doubs" +value: "135" +data: App\Entity\Departement {#2036 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2652 +label: "Drôme" +value: "136" +data: App\Entity\Departement {#2043 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2653 +label: "Eure" +value: "137" +data: App\Entity\Departement {#2050 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2654 +label: "Eure-et-Loir" +value: "138" +data: App\Entity\Departement {#2057 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +label: "Finistère" +value: "139" +data: App\Entity\Departement {#2064 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2656 +label: "Corse-du-Sud" +value: "140" +data: App\Entity\Departement {#2071 …} +attr: [ "class" => "region_21" ] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +label: "Haute-Corse" +value: "141" +data: App\Entity\Departement {#2078 …} +attr: [ "class" => "region_21" ] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2658 +label: "Gard" +value: "142" +data: App\Entity\Departement {#2085 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2659 +label: "Haute-Garonne" +value: "143" +data: App\Entity\Departement {#2092 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +label: "Gers" +value: "144" +data: App\Entity\Departement {#2099 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +label: "Gironde" +value: "145" +data: App\Entity\Departement {#2106 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2662 +label: "Hérault" +value: "146" +data: App\Entity\Departement {#2113 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2663 +label: "Ille-et-Vilaine" +value: "147" +data: App\Entity\Departement {#2120 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2664 +label: "Indre" +value: "148" +data: App\Entity\Departement {#2127 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2665 +label: "Indre-et-Loire" +value: "149" +data: App\Entity\Departement {#2134 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2666 +label: "Isère" +value: "150" +data: App\Entity\Departement {#2141 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2667 +label: "Jura" +value: "151" +data: App\Entity\Departement {#2148 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +label: "Landes" +value: "152" +data: App\Entity\Departement {#2155 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2669 +label: "Loir-et-Cher" +value: "153" +data: App\Entity\Departement {#2162 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +label: "Loire" +value: "154" +data: App\Entity\Departement {#2169 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2671 +label: "Haute-Loire" +value: "155" +data: App\Entity\Departement {#2176 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2672 +label: "Loire-Atlantique" +value: "156" +data: App\Entity\Departement {#2183 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +label: "Loiret" +value: "157" +data: App\Entity\Departement {#2190 …} +attr: [ "class" => "region_10" ] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +label: "Lot" +value: "158" +data: App\Entity\Departement {#2197 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2675 +label: "Lot-et-Garonne" +value: "159" +data: App\Entity\Departement {#2204 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2676 +label: "Lozère" +value: "160" +data: App\Entity\Departement {#2211 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2677 +label: "Maine-et-Loire" +value: "161" +data: App\Entity\Departement {#2218 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2678 +label: "Manche" +value: "162" +data: App\Entity\Departement {#2225 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2679 +label: "Marne" +value: "163" +data: App\Entity\Departement {#2232 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2680 +label: "Haute-Marne" +value: "164" +data: App\Entity\Departement {#2239 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +label: "Mayenne" +value: "165" +data: App\Entity\Departement {#2246 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2682 +label: "Meurthe-et-Moselle" +value: "166" +data: App\Entity\Departement {#2253 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +label: "Meuse" +value: "167" +data: App\Entity\Departement {#2260 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2684 +label: "Morbihan" +value: "168" +data: App\Entity\Departement {#2267 …} +attr: [ "class" => "region_16" ] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2685 +label: "Moselle" +value: "169" +data: App\Entity\Departement {#2274 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +label: "Nièvre" +value: "170" +data: App\Entity\Departement {#2281 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +label: "Nord" +value: "171" +data: App\Entity\Departement {#2288 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2688 +label: "Oise" +value: "172" +data: App\Entity\Departement {#2295 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2689 +label: "Orne" +value: "173" +data: App\Entity\Departement {#2302 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2690 +label: "Pas-de-Calais" +value: "174" +data: App\Entity\Departement {#2309 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2691 +label: "Puy-de-Dôme" +value: "175" +data: App\Entity\Departement {#2316 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2692 +label: "Pyrénées-Atlantiques" +value: "176" +data: App\Entity\Departement {#2323 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2693 +label: "Hautes-Pyrénées" +value: "177" +data: App\Entity\Departement {#2330 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +label: "Pyrénées-Orientales" +value: "178" +data: App\Entity\Departement {#2337 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2695 +label: "Bas-Rhin" +value: "179" +data: App\Entity\Departement {#2344 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +label: "Haut-Rhin" +value: "180" +data: App\Entity\Departement {#2351 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2697 +label: "Rhône" +value: "181" +data: App\Entity\Departement {#2358 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2698 +label: "Haute-Saône" +value: "182" +data: App\Entity\Departement {#2365 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +label: "Saône-et-Loire" +value: "183" +data: App\Entity\Departement {#2372 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +label: "Sarthe" +value: "184" +data: App\Entity\Departement {#2379 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2701 +label: "Savoie" +value: "185" +data: App\Entity\Departement {#2386 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2702 +label: "Haute-Savoie" +value: "186" +data: App\Entity\Departement {#2393 …} +attr: [ "class" => "region_19" ] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2703 +label: "Paris" +value: "187" +data: App\Entity\Departement {#2400 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2704 +label: "Seine-Maritime" +value: "188" +data: App\Entity\Departement {#2407 …} +attr: [ "class" => "region_12" ] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2705 +label: "Seine-et-Marne" +value: "189" +data: App\Entity\Departement {#2414 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2706 +label: "Yvelines" +value: "190" +data: App\Entity\Departement {#2421 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +label: "Deux-Sèvres" +value: "191" +data: App\Entity\Departement {#2428 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2708 +label: "Somme" +value: "192" +data: App\Entity\Departement {#2435 …} +attr: [ "class" => "region_13" ] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +label: "Tarn" +value: "193" +data: App\Entity\Departement {#2442 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2710 +label: "Tarn-et-Garonne" +value: "194" +data: App\Entity\Departement {#2449 …} +attr: [ "class" => "region_18" ] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2711 +label: "Var" +value: "195" +data: App\Entity\Departement {#2456 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +label: "Vaucluse" +value: "196" +data: App\Entity\Departement {#2463 …} +attr: [ "class" => "region_20" ] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +label: "Vendée" +value: "197" +data: App\Entity\Departement {#2470 …} +attr: [ "class" => "region_15" ] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2714 +label: "Vienne" +value: "198" +data: App\Entity\Departement {#2477 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2715 +label: "Haute-Vienne" +value: "199" +data: App\Entity\Departement {#2484 …} +attr: [ "class" => "region_17" ] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2716 +label: "Vosges" +value: "200" +data: App\Entity\Departement {#2491 …} +attr: [ "class" => "region_14" ] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2717 +label: "Yonne" +value: "201" +data: App\Entity\Departement {#2498 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2718 +label: "Territoire de Belfort" +value: "202" +data: App\Entity\Departement {#2505 …} +attr: [ "class" => "region_11" ] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2719 +label: "Essonne" +value: "203" +data: App\Entity\Departement {#2512 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +label: "Hauts-de-Seine" +value: "204" +data: App\Entity\Departement {#2519 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2721 +label: "Seine-Saint-Denis" +value: "205" +data: App\Entity\Departement {#2526 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +label: "Val-de-Marne" +value: "206" +data: App\Entity\Departement {#2533 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2723 +label: "Val-d'Oise" +value: "207" +data: App\Entity\Departement {#2540 …} +attr: [ "class" => "region_9" ] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2724 +label: "Guadeloupe" +value: "208" +data: App\Entity\Departement {#2547 …} +attr: [ "class" => "region_4" ] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +label: "Martinique" +value: "209" +data: App\Entity\Departement {#2554 …} +attr: [ "class" => "region_5" ] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +label: "Guyane" +value: "210" +data: App\Entity\Departement {#2561 …} +attr: [ "class" => "region_6" ] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +label: "La Réunion" +value: "211" +data: App\Entity\Departement {#2568 …} +attr: [ "class" => "region_7" ] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +label: "Mayotte" +value: "212" +data: App\Entity\Departement {#2575 …} +attr: [ "class" => "region_8" ] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +label: "Saint-Pierre-et-Miquelon" +value: "213" +data: App\Entity\Departement {#2582 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +label: "Saint-Barthélemy" +value: "214" +data: App\Entity\Departement {#2589 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +label: "Saint-Martin" +value: "215" +data: App\Entity\Departement {#2596 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +label: "Terres australes et antarctiques françaises" +value: "216" +data: App\Entity\Departement {#2603 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +label: "Wallis et Futuna" +value: "217" +data: App\Entity\Departement {#2610 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +label: "Polynésie française" +value: "218" +data: App\Entity\Departement {#2617 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +label: "Nouvelle-Calédonie" +value: "219" +data: App\Entity\Departement {#2624 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +label: "Île de Clipperton" +value: "220" +data: App\Entity\Departement {#2631 …} +attr: [ "class" => "region_22" ] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1664 -form: Symfony\Component\Form\Form {#1350 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1589 …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) {#1665 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
"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) {#1557 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() {#1552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1558 …} $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 {#2737 -form: Symfony\Component\Form\Form {#1392 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1667 …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) {#1544 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() {#1539 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1545 …} $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 {#2738 -form: Symfony\Component\Form\Form {#1398 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2739 …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) {#1532 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() {#1530 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1531 …} $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 {#2740 -form: Symfony\Component\Form\Form {#1401 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2741 …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 | "d46330d4aced1349f8.UfXO0mo6ESbtdpBQH8V6o2pLCAsXB89lFsow-C09LWw.aay-hFx5YUSZB70qcKdN9zJ5RmgjXaA0RJlGjENcf1s1woSqHWxnZdVG8w" |
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 | "d46330d4aced1349f8.UfXO0mo6ESbtdpBQH8V6o2pLCAsXB89lFsow-C09LWw.aay-hFx5YUSZB70qcKdN9zJ5RmgjXaA0RJlGjENcf1s1woSqHWxnZdVG8w" |
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 | "d46330d4aced1349f8.UfXO0mo6ESbtdpBQH8V6o2pLCAsXB89lFsow-C09LWw.aay-hFx5YUSZB70qcKdN9zJ5RmgjXaA0RJlGjENcf1s1woSqHWxnZdVG8w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2745 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() {#2742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2744 …} $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 | "d46330d4aced1349f8.UfXO0mo6ESbtdpBQH8V6o2pLCAsXB89lFsow-C09LWw.aay-hFx5YUSZB70qcKdN9zJ5RmgjXaA0RJlGjENcf1s1woSqHWxnZdVG8w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2754 -form: Symfony\Component\Form\Form {#2750 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2743 …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 | "d46330d4aced1349f8.UfXO0mo6ESbtdpBQH8V6o2pLCAsXB89lFsow-C09LWw.aay-hFx5YUSZB70qcKdN9zJ5RmgjXaA0RJlGjENcf1s1woSqHWxnZdVG8w" |
newsletter
"App\Form\NewsletterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Newsletter {#389 -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 {#389 -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 {#389 -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 {#389 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2756 -form: Symfony\Component\Form\Form {#592 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2757 …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 {#389 -dateCreation: null -dateMAJ: null -id: ? ?int -email: ? ?string -rgpd: ? ?bool } |
"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 {#2761 -form: Symfony\Component\Form\Form {#633 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2760 …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 {#2762 -form: Symfony\Component\Form\Form {#636 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2763 …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 | "194a2bd77ea233.zRNgKp2IOEchlQgJvUp3q7QQEsLmkTFzf8MoMzg1a7g.gkEqZs78DDV78FxYjwJD6YZ7Y62i9F0EJrEZXEJDHtemXAd8-_oMMHTmZw" |
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 | "194a2bd77ea233.zRNgKp2IOEchlQgJvUp3q7QQEsLmkTFzf8MoMzg1a7g.gkEqZs78DDV78FxYjwJD6YZ7Y62i9F0EJrEZXEJDHtemXAd8-_oMMHTmZw" |
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 | "194a2bd77ea233.zRNgKp2IOEchlQgJvUp3q7QQEsLmkTFzf8MoMzg1a7g.gkEqZs78DDV78FxYjwJD6YZ7Y62i9F0EJrEZXEJDHtemXAd8-_oMMHTmZw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2758 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() {#2764 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2765 …} $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 | "194a2bd77ea233.zRNgKp2IOEchlQgJvUp3q7QQEsLmkTFzf8MoMzg1a7g.gkEqZs78DDV78FxYjwJD6YZ7Y62i9F0EJrEZXEJDHtemXAd8-_oMMHTmZw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2775 -form: Symfony\Component\Form\Form {#2771 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2766 …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 | "194a2bd77ea233.zRNgKp2IOEchlQgJvUp3q7QQEsLmkTFzf8MoMzg1a7g.gkEqZs78DDV78FxYjwJD6YZ7Y62i9F0EJrEZXEJDHtemXAd8-_oMMHTmZw" |
valoriser_rentabiliter
"App\Form\ValoriserRentabiliterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\ValoriserRentabiliter {#796 -nom: null -prenom: null -email: null -telephone: null -region: null -caHt: null -valorisation: null -contacter: null -contacterSiege: null -file: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\ValoriserRentabiliter {#796 -nom: null -prenom: null -email: null -telephone: null -region: null -caHt: null -valorisation: null -contacter: null -contacterSiege: null -file: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#265 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#210 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#264 …} -namespace: Closure() {#267 …} } |
data | App\Entity\ValoriserRentabiliter {#796 -nom: null -prenom: null -email: null -telephone: null -region: null -caHt: null -valorisation: null -contacter: null -contacterSiege: null -file: null } |
data_class | "App\Entity\ValoriserRentabiliter" |
disabled | false |
empty_data | Closure(FormInterface $form) {#770 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ValoriserRentabiliter" } } |
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() {#772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#773 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "valoriser_rentabiliter" "_valoriser_rentabiliter" ] |
cache_key | "_valoriser_rentabiliter_valoriser_rentabiliter" |
compound | true |
data | App\Entity\ValoriserRentabiliter {#796 -nom: null -prenom: null -email: null -telephone: null -region: null -caHt: null -valorisation: null -contacter: null -contacterSiege: null -file: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2777 -form: Symfony\Component\Form\Form {#1050 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2778 …5} |
full_name | "valoriser_rentabiliter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "valoriser_rentabiliter" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter" |
valid | true |
value | App\Entity\ValoriserRentabiliter {#796 -nom: null -prenom: null -email: null -telephone: null -region: null -caHt: null -valorisation: null -contacter: null -contacterSiege: null -file: null } |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Nom *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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) {#789 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom *" |
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() {#780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#788 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_valoriser_rentabiliter_nom" ] |
cache_key | "_valoriser_rentabiliter_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2782 -form: Symfony\Component\Form\Form {#1047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2781 …5} |
full_name | "valoriser_rentabiliter[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_nom" |
label | "Nom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_nom" |
valid | true |
value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Prénom *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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) {#761 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom *" |
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() {#760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#759 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_valoriser_rentabiliter_prenom" ] |
cache_key | "_valoriser_rentabiliter_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2783 -form: Symfony\Component\Form\Form {#1044 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2784 …5} |
full_name | "valoriser_rentabiliter[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_prenom" |
label | "Prénom *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_prenom" |
valid | true |
value | "" |
"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 | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Email *" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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) {#725 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 | "Email *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#724 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_valoriser_rentabiliter_email" ] |
cache_key | "_valoriser_rentabiliter_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2785 -form: Symfony\Component\Form\Form {#1041 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2786 …5} |
full_name | "valoriser_rentabiliter[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_email" |
label | "Email *" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_email" |
valid | true |
value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Tél. fixe ou mobile" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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) {#755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Tél. fixe ou mobile" |
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() {#718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#754 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_valoriser_rentabiliter_telephone" ] |
cache_key | "_valoriser_rentabiliter_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2787 -form: Symfony\Component\Form\Form {#1038 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2788 …5} |
full_name | "valoriser_rentabiliter[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_telephone" |
label | "Tél. fixe ou mobile" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_telephone" |
valid | true |
value | "" |
region
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "Ile de France" => "Ile de France" "Bourgogne-Franche Comté" => "Bourgogne-Franche Comté" "Région EST" => "Région EST" "Hauts de France" => "Hauts de France" "Normandies" => "Normandies" "Bretagne" => "Bretagne" "Pays de la Loire" => "Pays de la Loire" "Centre Val de Loire" => "Centre Val de Loire" "Nouvelle Aquitaine" => "Nouvelle Aquitaine" "Auvergne-Rhône-Alpes" => "Auvergne-Rhône-Alpes" "Occitanie" => "Occitanie" "PACA" => "PACA" "Corse" => "Corse" "DROM COM" => "DROM COM" ] |
[ "Ile de France" => "Ile de France" "Bourgogne-Franche Comté" => "Bourgogne-Franche Comté" "Région EST" => "Région EST" "Hauts de France" => "Hauts de France" "Normandies" => "Normandies" "Bretagne" => "Bretagne" "Pays de la Loire" => "Pays de la Loire" "Centre Val de Loire" => "Centre Val de Loire" "Nouvelle Aquitaine" => "Nouvelle Aquitaine" "Auvergne-Rhône-Alpes" => "Auvergne-Rhône-Alpes" "Occitanie" => "Occitanie" "PACA" => "PACA" "Corse" => "Corse" "DROM COM" => "DROM COM" ] |
expanded | false |
false
|
label | "Région" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Ile de France" => "Ile de France" "Bourgogne-Franche Comté" => "Bourgogne-Franche Comté" "Région EST" => "Région EST" "Hauts de France" => "Hauts de France" "Normandies" => "Normandies" "Bretagne" => "Bretagne" "Pays de la Loire" => "Pays de la Loire" "Centre Val de Loire" => "Centre Val de Loire" "Nouvelle Aquitaine" => "Nouvelle Aquitaine" "Auvergne-Rhône-Alpes" => "Auvergne-Rhône-Alpes" "Occitanie" => "Occitanie" "PACA" => "PACA" "Corse" => "Corse" "DROM COM" => "DROM COM" ] |
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 |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Région" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#970 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_valoriser_rentabiliter_region" ] |
cache_key | "_valoriser_rentabiliter_region_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2791 +label: "Ile de France" +value: "Ile de France" +data: "Ile de France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +label: "Bourgogne-Franche Comté" +value: "Bourgogne-Franche Comté" +data: "Bourgogne-Franche Comté" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +label: "Région EST" +value: "Région EST" +data: "Région EST" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2794 +label: "Hauts de France" +value: "Hauts de France" +data: "Hauts de France" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +label: "Normandies" +value: "Normandies" +data: "Normandies" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2796 +label: "Bretagne" +value: "Bretagne" +data: "Bretagne" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2797 +label: "Pays de la Loire" +value: "Pays de la Loire" +data: "Pays de la Loire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +label: "Centre Val de Loire" +value: "Centre Val de Loire" +data: "Centre Val de Loire" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2799 +label: "Nouvelle Aquitaine" +value: "Nouvelle Aquitaine" +data: "Nouvelle Aquitaine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +label: "Auvergne-Rhône-Alpes" +value: "Auvergne-Rhône-Alpes" +data: "Auvergne-Rhône-Alpes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +label: "Occitanie" +value: "Occitanie" +data: "Occitanie" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +label: "PACA" +value: "PACA" +data: "PACA" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +label: "Corse" +value: "Corse" +data: "Corse" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +label: "DROM COM" +value: "DROM COM" +data: "DROM COM" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2789 -form: Symfony\Component\Form\Form {#1035 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2790 …5} |
full_name | "valoriser_rentabiliter[region]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_region" |
is_selected | Closure($choice, $value) {#2806 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Région" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "region" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_region" |
valid | true |
value | "" |
caHt
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "readonly" => true ] |
[ "class" => "form-control" "readonly" => true ] |
label | "CA HT (en €) de" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "readonly" => 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) {#987 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "CA HT (en €) de" |
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() {#991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#990 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "readonly" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_valoriser_rentabiliter_caHt" ] |
cache_key | "_valoriser_rentabiliter_caHt_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2807 -form: Symfony\Component\Form\Form {#1070 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2808 …5} |
full_name | "valoriser_rentabiliter[caHt]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_caHt" |
label | "CA HT (en €) de" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "caHt" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_caHt" |
valid | true |
value | "" |
valorisation
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "readonly" => true ] |
[ "class" => "form-control" "readonly" => true ] |
label | "Valorisation (en €) de" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" "readonly" => 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) {#1000 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Valorisation (en €) de" |
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() {#1002 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1001 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "readonly" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_valoriser_rentabiliter_valorisation" ] |
cache_key | "_valoriser_rentabiliter_valorisation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2809 -form: Symfony\Component\Form\Form {#1073 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2810 …5} |
full_name | "valoriser_rentabiliter[valorisation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_valorisation" |
label | "Valorisation (en €) de" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "valorisation" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_valorisation" |
valid | true |
value | "" |
contacter
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "Non" => "Non" "Oui" => "Oui" ] |
[ "Non" => "Non" "Oui" => "Oui" ] |
expanded | false |
false
|
label | "Contacter" |
same as passed value |
multiple | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Non" => "Non" "Oui" => "Oui" ] |
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 |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Contacter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1010 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1009 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_valoriser_rentabiliter_contacter" ] |
cache_key | "_valoriser_rentabiliter_contacter_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "Non" +value: "Non" +data: "Non" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "Oui" +value: "Oui" +data: "Oui" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2811 -form: Symfony\Component\Form\Form {#1076 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2812 …5} |
full_name | "valoriser_rentabiliter[contacter]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_contacter" |
is_selected | Closure($choice, $value) {#2816 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Contacter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "contacter" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_contacter" |
valid | true |
value | "" |
contacterSiege
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
choices | [ "Non" => "Non" "Oui" => "Oui" ] |
[ "Non" => "Non" "Oui" => "Oui" ] |
expanded | false |
false
|
label | "Contacter" |
same as passed value |
multiple | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Non" => "Non" "Oui" => "Oui" ] |
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 |
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 | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Contacter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1021 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1020 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_valoriser_rentabiliter_contacterSiege" ] |
cache_key | "_valoriser_rentabiliter_contacterSiege_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "Non" +value: "Non" +data: "Non" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "Oui" +value: "Oui" +data: "Oui" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2817 -form: Symfony\Component\Form\Form {#1079 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2818 …5} |
full_name | "valoriser_rentabiliter[contacterSiege]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_contacterSiege" |
is_selected | Closure($choice, $value) {#2819 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Contacter" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "contacterSiege" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_valoriser_rentabiliter_contacterSiege" |
valid | true |
value | "" |
file
"Symfony\Component\Form\Extension\Core\Type\FileType"
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 |
---|---|---|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
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_class | "Symfony\Component\HttpFoundation\File\File" |
disabled | false |
empty_data | null |
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 select a valid file." |
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 |
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() {#1066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1067 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_valoriser_rentabiliter_file" ] |
cache_key | "_valoriser_rentabiliter_file_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2820 -form: Symfony\Component\Form\Form {#1082 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2821 …5} |
full_name | "valoriser_rentabiliter[file]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_file" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "file" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_valoriser_rentabiliter_file" |
valid | true |
value | "" |
rgpd
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" "required" => true ] |
[ "class" => "form-check-input" "required" => true ] |
label | "En soumettant ce formulaire, j'accepte que les informations saisies dans ce formulaire soient utilisées, exploitées, traitées pour permettre de me recontacter, pour m'envoyer des informations dans le cadre de la relation commerciale qui découle de cette demande." |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-check-input" "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, $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 | "En soumettant ce formulaire, j'accepte que les informations saisies dans ce formulaire soient utilisées, exploitées, traitées pour permettre de me recontacter, pour m'envoyer des informations dans le cadre de la relation commerciale qui découle de cette demande." |
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() {#1057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#1058 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_valoriser_rentabiliter_rgpd" ] |
cache_key | "_valoriser_rentabiliter_rgpd_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2822 -form: Symfony\Component\Form\Form {#1085 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2823 …5} |
full_name | "valoriser_rentabiliter[rgpd]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter_rgpd" |
label | "En soumettant ce formulaire, j'accepte que les informations saisies dans ce formulaire soient utilisées, exploitées, traitées pour permettre de me recontacter, pour m'envoyer des informations dans le cadre de la relation commerciale qui découle de cette demande." |
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 | "_valoriser_rentabiliter_rgpd" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "4bc41f0e8.6F_zXYgwd9596B8CIcXcTPNsY0Yk0fO_AIjXYeuNKlI.3AaLCd8JJIwFsFxJco6FDZgBUXBMu7rMacKPN4W0SDS5OqIK1wM7mS-6Jw" |
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 | "4bc41f0e8.6F_zXYgwd9596B8CIcXcTPNsY0Yk0fO_AIjXYeuNKlI.3AaLCd8JJIwFsFxJco6FDZgBUXBMu7rMacKPN4W0SDS5OqIK1wM7mS-6Jw" |
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 | "4bc41f0e8.6F_zXYgwd9596B8CIcXcTPNsY0Yk0fO_AIjXYeuNKlI.3AaLCd8JJIwFsFxJco6FDZgBUXBMu7rMacKPN4W0SDS5OqIK1wM7mS-6Jw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2779 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() {#2824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#363 …} $message: Closure() {#2825 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_valoriser_rentabiliter__token" ] |
cache_key | "_valoriser_rentabiliter__token_hidden" |
compound | false |
data | "4bc41f0e8.6F_zXYgwd9596B8CIcXcTPNsY0Yk0fO_AIjXYeuNKlI.3AaLCd8JJIwFsFxJco6FDZgBUXBMu7rMacKPN4W0SDS5OqIK1wM7mS-6Jw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2835 -form: Symfony\Component\Form\Form {#2831 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2826 …5} |
full_name | "valoriser_rentabiliter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "valoriser_rentabiliter__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 | "_valoriser_rentabiliter__token" |
valid | true |
value | "4bc41f0e8.6F_zXYgwd9596B8CIcXcTPNsY0Yk0fO_AIjXYeuNKlI.3AaLCd8JJIwFsFxJco6FDZgBUXBMu7rMacKPN4W0SDS5OqIK1wM7mS-6Jw" |