Forms
-
recherche_structure_desktop
-
1keywords
-
type_structure
-
departement
-
ville
-
proximite
-
distance
-
tri
-
lat
-
lng
-
page
-
-
recherche_structure_mobile
-
1keywords
-
type_structure
-
departement
-
ville
-
proximite
-
distance
-
tri
-
lat
-
lng
-
page
-
recherche_structure_desktop
Form type:
"App\Form\RechercheStructureType"
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
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | false |
same as passed value |
method | "GET" |
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 | "recherche_structure" |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#981 +payload: null +groups: [ "Default" ] +callback: Closure($object, ExecutionContextInterface $context) {#973 …} } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#971 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 | "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 | "GET" |
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() {#969 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#970 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "recherche_structure" "_recherche_structure_desktop" ] |
cache_key | "_recherche_structure_desktop_" |
compound | true |
data | [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1735 -form: Symfony\Component\Form\Form {#1219 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1727 …5} |
full_name | "recherche_structure_desktop" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "recherche_structure_desktop" |
priority | 0 |
required | true |
row_attr | [] |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop" |
valid | false |
value | [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] |
keywords
Form type:
"App\Form\Type\KeywordType"
Errors
Message | Origin | Cause |
---|---|---|
Au moins un champs doit être renseigné. | Unknown. |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#1995 root: Symfony\Component\Form\Form {#1219 …} path: "data[keywords]" value: [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] } |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." ] |
[ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." ] |
autocomplete | true |
same as passed value |
autocomplete_url | "/ajax/autocomplete?type=structure&from=ts" |
same as passed value |
label | "Par mots clés" |
same as passed value |
label_attr | [ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
[ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
required | false |
same as passed value |
tom_select_options | [ "create" => true "createOnBlur" => true "delimiter" => "|" ] |
[ "create" => true "createOnBlur" => true "delimiter" => "|" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | true |
autocomplete_url | "/ajax/autocomplete?type=structure&from=ts" |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#962 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Par mots clés" |
label_attr | [ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [ "create" => true "createOnBlur" => true "delimiter" => "|" ] |
translation_domain | null |
trim | true |
type_keyword | "structure" |
upload_max_size_message | Closure() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#961 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." "data-controller" => "symfony--ux-autocomplete--autocomplete" "data-symfony--ux-autocomplete--autocomplete-url-value" => "/ajax/autocomplete?type=structure&from=ts" "data-symfony--ux-autocomplete--autocomplete-tom-select-options-value" => "{"create":true,"createOnBlur":true,"delimiter":"|"}" "data-symfony--ux-autocomplete--autocomplete-max-results-value" => 10 "data-symfony--ux-autocomplete--autocomplete-loading-more-text-value" => "Chargement d'autres résultats..." "data-symfony--ux-autocomplete--autocomplete-no-results-found-text-value" => "Aucun résultat trouvé" "data-symfony--ux-autocomplete--autocomplete-no-more-results-text-value" => "Aucun autre résultat trouvé" "data-symfony--ux-autocomplete--autocomplete-create-option-text-value" => "Ajouter %placeholder%..." "data-symfony--ux-autocomplete--autocomplete-preload-value" => "focus" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "keyword" "_recherche_structure_desktop_keywords" ] |
cache_key | "_recherche_structure_desktop_keywords_keyword" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1734 -form: Symfony\Component\Form\Form {#1257 …} -errors: [ Symfony\Component\Form\FormError {#2017 #messageTemplate: "Au moins un champs doit être renseigné." #messageParameters: [] #messagePluralization: null -message: "Au moins un champs doit être renseigné." -cause: Symfony\Component\Validator\ConstraintViolation {#1995 root: Symfony\Component\Form\Form {#1219 …} path: "data[keywords]" value: [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] } -origin: Symfony\Component\Form\Form {#1257 …} } ] } |
form | Symfony\Component\Form\FormView {#1736 …5} |
full_name | "recherche_structure_desktop[keywords]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_keywords" |
label | "Par mots clés" |
label_attr | [ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "keywords" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | null |
type_keyword | "structure" |
unique_block_prefix | "_recherche_structure_desktop_keywords" |
uses_autocomplete | true |
valid | false |
value | "" |
type_structure
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" ] |
[ "class" => "form-select" ] |
choice_label | "libelle_long" |
same as passed value |
class | "App\Entity\NTypeOrganisme" |
same as passed value |
label | false |
same as passed value |
placeholder | "Choisissez dans la liste..." |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "libelle_long" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1034 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1018 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1063 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1059 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1062 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1061 …} } |
choices | null |
class | "App\Entity\NTypeOrganisme" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1015 -singleId: true -intId: true -idField: "id_gabriel" -associationIdReader: null -om: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1022 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "Choisissez dans la liste..." |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1019 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1021 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_recherche_structure_desktop_type_structure" ] |
cache_key | "_recherche_structure_desktop_type_structure_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1713 +label: "CAEC (Comité académique)" +value: "4" +data: App\Entity\NTypeOrganisme {#1762 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1757 +label: "Pastorale" +value: "9" +data: App\Entity\NTypeOrganisme {#1866 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1752 +label: "Commission Interdiocésaine de l’emploi (CIDE)" +value: "25" +data: App\Entity\NTypeOrganisme {#1872 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1745 +label: "Sous-Commission Départementale de l’emploi (SCDE)" +value: "23" +data: App\Entity\NTypeOrganisme {#1882 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1740 +label: "Association" +value: "2" +data: App\Entity\NTypeOrganisme {#1892 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: "Organisme territorial" +value: "3" +data: App\Entity\NTypeOrganisme {#1902 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1750 +label: "Organisme de gestion" +value: "6" +data: App\Entity\NTypeOrganisme {#1912 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1732 +label: "Commission Diocésaine de l’emploi (CDE)" +value: "24" +data: App\Entity\NTypeOrganisme {#1922 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1759 +label: "Autre" +value: "8" +data: App\Entity\NTypeOrganisme {#1932 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1741 +label: "DREAP / CREAP" +value: "11" +data: App\Entity\NTypeOrganisme {#1942 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "Urogec" +value: "15" +data: App\Entity\NTypeOrganisme {#2052 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "Non Renseigné" +value: "99" +data: App\Entity\NTypeOrganisme {#2062 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "SAAR" +value: "16" +data: App\Entity\NTypeOrganisme {#2072 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Udogec" +value: "14" +data: App\Entity\NTypeOrganisme {#2082 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "Commission d’Accueil et d’Accord Collégial (CAAC)" +value: "20" +data: App\Entity\NTypeOrganisme {#2092 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "Comité Diocésain de l'enseignement catholique (CODIEC)" +value: "27" +data: App\Entity\NTypeOrganisme {#2102 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "Organisme national" +value: "1" +data: App\Entity\NTypeOrganisme {#2112 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "Syndicat" +value: "7" +data: App\Entity\NTypeOrganisme {#2122 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "Direction diocésaine" +value: "5" +data: App\Entity\NTypeOrganisme {#2132 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "Comité académique de l'Enseignement catholique (CAEC)" +value: "19" +data: App\Entity\NTypeOrganisme {#2143 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "APEL Académique" +value: "10" +data: App\Entity\NTypeOrganisme {#2153 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "APEL Départementale" +value: "21" +data: App\Entity\NTypeOrganisme {#2163 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "Comité Régional de l’Enseignement Catholique (CREC)" +value: "26" +data: App\Entity\NTypeOrganisme {#2173 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "Territoire UGSEL" +value: "17" +data: App\Entity\NTypeOrganisme {#2183 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "Commission Académique de l'Emploi (CAE)" +value: "22" +data: App\Entity\NTypeOrganisme {#2193 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "Comité UGSEL" +value: "18" +data: App\Entity\NTypeOrganisme {#2203 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "Comité régional UGSEL" +value: "28" +data: App\Entity\NTypeOrganisme {#2213 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "Etablissement" +value: "12" +data: App\Entity\NTypeOrganisme {#2223 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "Tutelle" +value: "29" +data: App\Entity\NTypeOrganisme {#2233 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "UNIVERSITES CATHOLIQUES" +value: "30" +data: App\Entity\NTypeOrganisme {#2243 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "Institut Supérieur de Formation" +value: "13" +data: App\Entity\NTypeOrganisme {#2253 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "AOR CNEAP" +value: "31" +data: App\Entity\NTypeOrganisme {#2263 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "Organisation professionnelle de chefs d'établissement" +value: "32" +data: App\Entity\NTypeOrganisme {#2273 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2042 -form: Symfony\Component\Form\Form {#1260 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1738 …5} |
full_name | "recherche_structure_desktop[type_structure]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_type_structure" |
is_selected | Closure($choice, $value) {#1733 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type_structure" |
placeholder | "Choisissez dans la liste..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_type_structure" |
uses_autocomplete | false |
valid | true |
value | "" |
departement
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" ] |
[ "class" => "form-select" ] |
choice_label | "libelle_long" |
same as passed value |
class | "App\Entity\NDepartement" |
same as passed value |
label | "Département :" |
same as passed value |
label_attr | [ "class" => "bahnschrift-regular" ] |
[ "class" => "bahnschrift-regular" ] |
placeholder | "Choisissez dans la liste..." |
same as passed value |
query_builder | Closure(EntityRepository $er): QueryBuilder {#997 returnType: "Doctrine\ORM\QueryBuilder" class: "App\Form\RechercheStructureType" this: App\Form\RechercheStructureType {#914 …} } |
Doctrine\ORM\QueryBuilder {#1091 -em: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1089 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "nd" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1088 #from: "App\Entity\NDepartement" #alias: "nd" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1090 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "nd.date_fermeture > :now OR nd.date_fermeture IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1100 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "nd.libelle_edition ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT nd FROM App\Entity\NDepartement nd WHERE nd.date_fermeture > :now OR nd.date_fermeture IS NULL ORDER BY nd.libelle_edition ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1098 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "libelle_long" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1154 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1095 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1094 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1059 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1107 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1096 …} } |
choices | null |
class | "App\Entity\NDepartement" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1131 -singleId: true -intId: true -idField: "id_gabriel" -associationIdReader: null -om: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1072 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Département :" |
label_attr | [ "class" => "bahnschrift-regular" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "Choisissez dans la liste..." |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1091 -em: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1089 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "nd" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1088 #from: "App\Entity\NDepartement" #alias: "nd" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1090 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "nd.date_fermeture > :now OR nd.date_fermeture IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1100 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "nd.libelle_edition ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT nd FROM App\Entity\NDepartement nd WHERE nd.date_fermeture > :now OR nd.date_fermeture IS NULL ORDER BY nd.libelle_edition ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1098 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1071 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1068 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_recherche_structure_desktop_departement" ] |
cache_key | "_recherche_structure_desktop_departement_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "AIN" +value: "1" +data: App\Entity\NDepartement {#2329 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "AISNE" +value: "2" +data: App\Entity\NDepartement {#2376 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "ALLIER" +value: "3" +data: App\Entity\NDepartement {#2383 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "ALPES-DE-HTE-PROVENCE" +value: "4" +data: App\Entity\NDepartement {#2387 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "ALPES-MARITIMES" +value: "6" +data: App\Entity\NDepartement {#2394 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "ARDECHE" +value: "7" +data: App\Entity\NDepartement {#2398 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "ARDENNES" +value: "8" +data: App\Entity\NDepartement {#2402 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "ARIEGE" +value: "9" +data: App\Entity\NDepartement {#2409 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +label: "AUBE" +value: "10" +data: App\Entity\NDepartement {#2416 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2879 +label: "AUDE" +value: "11" +data: App\Entity\NDepartement {#2420 …} +attr: [] +labelTranslationParameters: [] } 990 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2880 +label: "AUTRE PAYS" +value: "990" +data: App\Entity\NDepartement {#2424 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +label: "AVEYRON" +value: "12" +data: App\Entity\NDepartement {#2428 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +label: "BAS-RHIN" +value: "67" +data: App\Entity\NDepartement {#2432 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2883 +label: "BOUCHES-DU-RHONE" +value: "13" +data: App\Entity\NDepartement {#2436 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2884 +label: "CALVADOS" +value: "14" +data: App\Entity\NDepartement {#2440 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2885 +label: "CANTAL" +value: "15" +data: App\Entity\NDepartement {#2447 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2886 +label: "CHARENTE" +value: "16" +data: App\Entity\NDepartement {#2451 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "CHARENTE-MARITIME" +value: "17" +data: App\Entity\NDepartement {#2458 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "CHER" +value: "18" +data: App\Entity\NDepartement {#2462 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "CORREZE" +value: "19" +data: App\Entity\NDepartement {#2469 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "CORSE (CODE AVANT 1976)" +value: "20" +data: App\Entity\NDepartement {#2473 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "CORSE-DU-SUD" +value: "102" +data: App\Entity\NDepartement {#2480 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "COTE D'OR" +value: "21" +data: App\Entity\NDepartement {#2484 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "COTES D'ARMOR" +value: "22" +data: App\Entity\NDepartement {#2491 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "CREUSE" +value: "23" +data: App\Entity\NDepartement {#2498 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "DEUX-SEVRES" +value: "79" +data: App\Entity\NDepartement {#2502 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "DORDOGNE" +value: "24" +data: App\Entity\NDepartement {#2506 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2897 +label: "DOUBS" +value: "25" +data: App\Entity\NDepartement {#2510 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2898 +label: "DROME" +value: "26" +data: App\Entity\NDepartement {#2514 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "ESSONNE" +value: "91" +data: App\Entity\NDepartement {#2518 …} +attr: [] +labelTranslationParameters: [] } 999 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "ETRANGER" +value: "999" +data: App\Entity\NDepartement {#2525 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "EURE" +value: "27" +data: App\Entity\NDepartement {#2529 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "EURE-ET-LOIR" +value: "28" +data: App\Entity\NDepartement {#2533 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "FINISTERE" +value: "29" +data: App\Entity\NDepartement {#2537 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "GARD" +value: "30" +data: App\Entity\NDepartement {#2541 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "GERS" +value: "32" +data: App\Entity\NDepartement {#2545 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "GIRONDE" +value: "33" +data: App\Entity\NDepartement {#2549 …} +attr: [] +labelTranslationParameters: [] } 971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "GUADELOUPE" +value: "971" +data: App\Entity\NDepartement {#2553 …} +attr: [] +labelTranslationParameters: [] } 973 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "GUYANE" +value: "973" +data: App\Entity\NDepartement {#2560 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "HAUTE-CORSE" +value: "103" +data: App\Entity\NDepartement {#2567 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "HAUTE-GARONNE" +value: "31" +data: App\Entity\NDepartement {#2571 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "HAUTE-LOIRE" +value: "43" +data: App\Entity\NDepartement {#2575 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "HAUTE-MARNE" +value: "52" +data: App\Entity\NDepartement {#2579 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "HAUTES-ALPES" +value: "5" +data: App\Entity\NDepartement {#2583 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "HAUTE-SAONE" +value: "70" +data: App\Entity\NDepartement {#2587 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "HAUTE SAVOIE" +value: "74" +data: App\Entity\NDepartement {#2591 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "HAUTES-PYRENEES" +value: "65" +data: App\Entity\NDepartement {#2595 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "HAUTE-VIENNE" +value: "87" +data: App\Entity\NDepartement {#2599 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "HAUT-RHIN" +value: "68" +data: App\Entity\NDepartement {#2603 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "HAUTS-DE-SEINE" +value: "92" +data: App\Entity\NDepartement {#2607 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "HERAULT" +value: "34" +data: App\Entity\NDepartement {#2611 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +label: "ILLE-ET-VILAINE" +value: "35" +data: App\Entity\NDepartement {#2615 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +label: "INDRE" +value: "36" +data: App\Entity\NDepartement {#2619 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "INDRE-ET-LOIRE" +value: "37" +data: App\Entity\NDepartement {#2623 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "ISERE" +value: "38" +data: App\Entity\NDepartement {#2627 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "JURA" +value: "39" +data: App\Entity\NDepartement {#2631 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "LANDES" +value: "40" +data: App\Entity\NDepartement {#2635 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "LOIRE" +value: "42" +data: App\Entity\NDepartement {#2639 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "LOIRE-ATLANTIQUE" +value: "44" +data: App\Entity\NDepartement {#2643 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "LOIRET" +value: "45" +data: App\Entity\NDepartement {#2650 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "LOIR-ET-CHER" +value: "41" +data: App\Entity\NDepartement {#2654 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "LOT" +value: "46" +data: App\Entity\NDepartement {#2658 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "LOT-ET-GARONNE" +value: "47" +data: App\Entity\NDepartement {#2662 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "LOZERE" +value: "48" +data: App\Entity\NDepartement {#2666 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "MAINE-ET-LOIRE" +value: "49" +data: App\Entity\NDepartement {#2670 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "MANCHE" +value: "50" +data: App\Entity\NDepartement {#2674 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "MARNE" +value: "51" +data: App\Entity\NDepartement {#2678 …} +attr: [] +labelTranslationParameters: [] } 972 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2937 +label: "MARTINIQUE" +value: "972" +data: App\Entity\NDepartement {#2682 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2938 +label: "MAYENNE" +value: "53" +data: App\Entity\NDepartement {#2689 …} +attr: [] +labelTranslationParameters: [] } 976 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "MAYOTTE" +value: "976" +data: App\Entity\NDepartement {#2693 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "MEURTHE-ET-MOSELLE" +value: "54" +data: App\Entity\NDepartement {#2700 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "MEUSE" +value: "55" +data: App\Entity\NDepartement {#2704 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "MONACO" +value: "104" +data: App\Entity\NDepartement {#2708 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "MORBIHAN" +value: "56" +data: App\Entity\NDepartement {#2712 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "MOSELLE" +value: "57" +data: App\Entity\NDepartement {#2716 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "NIEVRE" +value: "58" +data: App\Entity\NDepartement {#2720 …} +attr: [] +labelTranslationParameters: [] } 998 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "NON RECENSE" +value: "998" +data: App\Entity\NDepartement {#2724 …} +attr: [] +labelTranslationParameters: [] } 997 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "NON RENSEIGNE" +value: "997" +data: App\Entity\NDepartement {#2728 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "NORD" +value: "59" +data: App\Entity\NDepartement {#2732 …} +attr: [] +labelTranslationParameters: [] } 988 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2949 +label: "NOUVELLE CALEDONIE" +value: "988" +data: App\Entity\NDepartement {#2736 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2950 +label: "OISE" +value: "60" +data: App\Entity\NDepartement {#2740 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "ORNE" +value: "61" +data: App\Entity\NDepartement {#2744 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "PARIS" +value: "75" +data: App\Entity\NDepartement {#2748 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "PAS-DE-CALAIS" +value: "62" +data: App\Entity\NDepartement {#2752 …} +attr: [] +labelTranslationParameters: [] } 987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "POLYNESIE FRANCAISE" +value: "987" +data: App\Entity\NDepartement {#2756 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "PUY-DE-DOME" +value: "63" +data: App\Entity\NDepartement {#2763 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "PYRENEES-ATLANTIQUES" +value: "64" +data: App\Entity\NDepartement {#2767 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "PYRENEES-ORIENTALES" +value: "66" +data: App\Entity\NDepartement {#2771 …} +attr: [] +labelTranslationParameters: [] } 974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "LA REUNION" +value: "974" +data: App\Entity\NDepartement {#2775 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "RHONE" +value: "69" +data: App\Entity\NDepartement {#2782 …} +attr: [] +labelTranslationParameters: [] } 977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "SAINT-BARTHELEMY" +value: "977" +data: App\Entity\NDepartement {#2786 …} +attr: [] +labelTranslationParameters: [] } 978 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2961 +label: "SAINT-MARTIN" +value: "978" +data: App\Entity\NDepartement {#2790 …} +attr: [] +labelTranslationParameters: [] } 975 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2962 +label: "ST-PIERRE-ET-MIQUELON" +value: "975" +data: App\Entity\NDepartement {#2794 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2963 +label: "SAONE-ET-LOIRE" +value: "71" +data: App\Entity\NDepartement {#2798 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +label: "SARTHE" +value: "72" +data: App\Entity\NDepartement {#2802 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2965 +label: "SAVOIE" +value: "73" +data: App\Entity\NDepartement {#2806 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2966 +label: "SEINE-ET-MARNE" +value: "77" +data: App\Entity\NDepartement {#2810 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +label: "SEINE MARITIME" +value: "76" +data: App\Entity\NDepartement {#2814 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2968 +label: "SEINE-SAINT-DENIS" +value: "93" +data: App\Entity\NDepartement {#2818 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +label: "SOMME" +value: "80" +data: App\Entity\NDepartement {#2822 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2970 +label: "TARN" +value: "81" +data: App\Entity\NDepartement {#2826 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2971 +label: "TARN-ET-GARONNE" +value: "82" +data: App\Entity\NDepartement {#2830 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +label: "TERRITOIRE DE BELFORT" +value: "90" +data: App\Entity\NDepartement {#2834 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +label: "VAL-DE-MARNE" +value: "94" +data: App\Entity\NDepartement {#2838 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2974 +label: "VAL-D'OISE" +value: "95" +data: App\Entity\NDepartement {#2842 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2975 +label: "VAR" +value: "83" +data: App\Entity\NDepartement {#2846 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2976 +label: "VAUCLUSE" +value: "84" +data: App\Entity\NDepartement {#2850 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2977 +label: "VENDEE" +value: "85" +data: App\Entity\NDepartement {#2854 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2978 +label: "VIENNE" +value: "86" +data: App\Entity\NDepartement {#2858 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2979 +label: "VOSGES" +value: "88" +data: App\Entity\NDepartement {#2862 …} +attr: [] +labelTranslationParameters: [] } 986 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +label: "WALLIS ET FUTUNA" +value: "986" +data: App\Entity\NDepartement {#2866 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +label: "YONNE" +value: "89" +data: App\Entity\NDepartement {#2873 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +label: "YVELINES" +value: "78" +data: App\Entity\NDepartement {#2877 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2303 -form: Symfony\Component\Form\Form {#1263 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1728 …5} |
full_name | "recherche_structure_desktop[departement]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_departement" |
is_selected | Closure($choice, $value) {#2984 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Département :" |
label_attr | [ "class" => "bahnschrift-regular" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "departement" |
placeholder | "Choisissez dans la liste..." |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_departement" |
uses_autocomplete | false |
valid | true |
value | "" |
ville
Form type:
"App\Form\Type\VilleType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
[ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
label | "Dans une ville" |
same as passed value |
label_attr | [ "class" => "bahnschrift-regular" ] |
[ "class" => "bahnschrift-regular" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1121 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Dans une ville" |
label_attr | [ "class" => "bahnschrift-regular" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1119 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1120 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "ville" "_recherche_structure_desktop_ville" ] |
cache_key | "_recherche_structure_desktop_ville_ville" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2983 -form: Symfony\Component\Form\Form {#1221 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2985 …5} |
full_name | "recherche_structure_desktop[ville]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_ville" |
label | "Dans une ville" |
label_attr | [ "class" => "bahnschrift-regular" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ville" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_ville" |
uses_autocomplete | false |
valid | true |
value | "" |
proximite
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
label | "Élargir les résultats" |
same as passed value |
label_attr | [ "class" => "form-check-label" ] |
[ "class" => "form-check-label" ] |
label_html | true |
same as passed value |
required | false |
same as passed value |
value | 1 |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1105 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 {#1099 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Élargir les résultats" |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | true |
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() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1152 …} $translationDomain: "validators" } } |
validation_groups | null |
value | 1 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_recherche_structure_desktop_proximite" ] |
cache_key | "_recherche_structure_desktop_proximite_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2987 -form: Symfony\Component\Form\Form {#1224 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2986 …5} |
full_name | "recherche_structure_desktop[proximite]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_proximite" |
label | "Élargir les résultats" |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "proximite" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_proximite" |
valid | true |
value | 1 |
distance
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" "disabled" => "disabled" ] |
[ "class" => "form-select" "disabled" => "disabled" ] |
choices | [ "à moins de 20km" => "20" "à moins de 30km" => "30" "à moins de 40km" => "40" "à moins de 50km" => "50" ] |
[ "à moins de 20km" => "20" "à moins de 30km" => "30" "à moins de 40km" => "40" "à moins de 50km" => "50" ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" "disabled" => "disabled" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 | [ "à moins de 20km" => "20" "à moins de 30km" => "30" "à moins de 40km" => "40" "à moins de 50km" => "50" ] |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
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." |
extra_options | [] |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1145 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1143 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-select" "disabled" => "disabled" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_recherche_structure_desktop_distance" ] |
cache_key | "_recherche_structure_desktop_distance_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2991 +label: "à moins de 20km" +value: "20" +data: "20" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +label: "à moins de 30km" +value: "30" +data: "30" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2992 +label: "à moins de 40km" +value: "40" +data: "40" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +label: "à moins de 50km" +value: "50" +data: "50" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2989 -form: Symfony\Component\Form\Form {#1227 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2988 …5} |
full_name | "recherche_structure_desktop[distance]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_distance" |
is_selected | Closure($choice, $value) {#2995 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "distance" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_distance" |
uses_autocomplete | false |
valid | true |
value | "" |
tri
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" ] |
[ "class" => "form-select" ] |
choices | [ "Nom de la structure" => "keywords" "Type de structure" => "type_structure" "Département" => "departement" "Ville" => "ville" ] |
[ "Nom de la structure" => "keywords" "Type de structure" => "type_structure" "Département" => "departement" "Ville" => "ville" ] |
label | false |
same as passed value |
placeholder | "Aucun critère" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 | [ "Nom de la structure" => "keywords" "Type de structure" => "type_structure" "Département" => "departement" "Ville" => "ville" ] |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
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." |
extra_options | [] |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "Aucun critère" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1173 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1162 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_recherche_structure_desktop_tri" ] |
cache_key | "_recherche_structure_desktop_tri_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +label: "Nom de la structure" +value: "keywords" +data: "keywords" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +label: "Type de structure" +value: "type_structure" +data: "type_structure" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3000 +label: "Département" +value: "departement" +data: "departement" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3001 +label: "Ville" +value: "ville" +data: "ville" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2996 -form: Symfony\Component\Form\Form {#1230 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2997 …5} |
full_name | "recherche_structure_desktop[tri]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_tri" |
is_selected | Closure($choice, $value) {#3003 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "tri" |
placeholder | "Aucun critère" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_tri" |
uses_autocomplete | false |
valid | true |
value | "" |
lat
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1190 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() {#1195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1183 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_recherche_structure_desktop_lat" ] |
cache_key | "_recherche_structure_desktop_lat_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3004 -form: Symfony\Component\Form\Form {#1233 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3005 …5} |
full_name | "recherche_structure_desktop[lat]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_lat" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lat" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_lat" |
valid | true |
value | "" |
lng
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1202 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() {#1204 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1203 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_recherche_structure_desktop_lng" ] |
cache_key | "_recherche_structure_desktop_lng_hidden" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3007 -form: Symfony\Component\Form\Form {#1236 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3006 …5} |
full_name | "recherche_structure_desktop[lng]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_lng" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lng" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_lng" |
valid | true |
value | "" |
page
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "1" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | 1 |
same as passed value |
required | false |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data | 1 |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1211 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() {#1213 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1212 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_recherche_structure_desktop_page" ] |
cache_key | "_recherche_structure_desktop_page_hidden" |
compound | false |
data | "1" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3009 -form: Symfony\Component\Form\Form {#1239 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3008 …5} |
full_name | "recherche_structure_desktop[page]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "recherche_structure_desktop_page" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "page" |
priority | 0 |
required | false |
row_attr | [] |
submitted | true |
translation_domain | null |
unique_block_prefix | "_recherche_structure_desktop_page" |
valid | true |
value | "1" |
recherche_structure_mobile
Form type:
"App\Form\RechercheStructureType"
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
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | false |
same as passed value |
method | "GET" |
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 | "recherche_structure" |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#981 +payload: null +groups: [ "Default" ] +callback: Closure($object, ExecutionContextInterface $context) {#973 …} } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1214 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 | "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 | "GET" |
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() {#1196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1205 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
keywords
Form type:
"App\Form\Type\KeywordType"
Errors
Message | Origin | Cause |
---|---|---|
Au moins un champs doit être renseigné. | Unknown. |
Caused by:
Symfony\Component\Validator\ConstraintViolation {#1730 root: Symfony\Component\Form\Form {#1382 name: "recherche_structure_mobile" type_class: "App\Form\RechercheStructureType" } path: "data[keywords]" value: [ "keywords" => null "type_structure" => null "departement" => null "ville" => null "proximite" => false "distance" => null "tri" => null "lat" => null "lng" => null "page" => "1" ] } |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." ] |
[ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." ] |
autocomplete | true |
same as passed value |
autocomplete_url | "/ajax/autocomplete?type=structure&from=ts" |
same as passed value |
label | "Par mots clés" |
same as passed value |
label_attr | [ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
[ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
required | false |
same as passed value |
tom_select_options | [ "create" => true "createOnBlur" => true "delimiter" => "|" ] |
[ "create" => true "createOnBlur" => true "delimiter" => "|" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control bahnschrift-regular form-control-lg" "placeholder" => "Un nom de structure administrative." ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | true |
autocomplete_url | "/ajax/autocomplete?type=structure&from=ts" |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1253 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Par mots clés" |
label_attr | [ "class" => "col-md-6 col-12 col-form-label bahnschrift-regular big" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [ "create" => true "createOnBlur" => true "delimiter" => "|" ] |
translation_domain | null |
trim | true |
type_keyword | "structure" |
upload_max_size_message | Closure() {#1247 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1252 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
type_structure
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" ] |
[ "class" => "form-select" ] |
choice_label | "libelle_long" |
same as passed value |
class | "App\Entity\NTypeOrganisme" |
same as passed value |
label | false |
same as passed value |
placeholder | "Choisissez dans la liste..." |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "libelle_long" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1292 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1018 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1286 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1059 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1291 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1061 …} } |
choices | null |
class | "App\Entity\NTypeOrganisme" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1015 -singleId: true -intId: true -idField: "id_gabriel" -associationIdReader: null -om: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1022 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "Choisissez dans la liste..." |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1285 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1284 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
departement
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" ] |
[ "class" => "form-select" ] |
choice_label | "libelle_long" |
same as passed value |
class | "App\Entity\NDepartement" |
same as passed value |
label | "Département :" |
same as passed value |
label_attr | [ "class" => "bahnschrift-regular" ] |
[ "class" => "bahnschrift-regular" ] |
placeholder | "Choisissez dans la liste..." |
same as passed value |
query_builder | Closure(EntityRepository $er): QueryBuilder {#1064 returnType: "Doctrine\ORM\QueryBuilder" class: "App\Form\RechercheStructureType" this: App\Form\RechercheStructureType {#914 …} } |
Doctrine\ORM\QueryBuilder {#1298 -em: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1307 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "nd" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1308 #from: "App\Entity\NDepartement" #alias: "nd" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1306 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "nd.date_fermeture > :now OR nd.date_fermeture IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1299 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "nd.libelle_edition ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT nd FROM App\Entity\NDepartement nd WHERE nd.date_fermeture > :now OR nd.date_fermeture IS NULL ORDER BY nd.libelle_edition ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1305 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "libelle_long" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1311 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1301 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1310 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1059 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1312 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1096 …} } |
choices | null |
class | "App\Entity\NDepartement" |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 {#1131 -singleId: true -intId: true -idField: "id_gabriel" -associationIdReader: null -om: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1072 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Département :" |
label_attr | [ "class" => "bahnschrift-regular" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "Choisissez dans la liste..." |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#1298 -em: ContainerFHDLB2G\EntityManagerGhostEbeb667 {#127 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1307 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "nd" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1308 #from: "App\Entity\NDepartement" #alias: "nd" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1306 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "nd.date_fermeture > :now OR nd.date_fermeture IS NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1299 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "nd.libelle_edition ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT nd FROM App\Entity\NDepartement nd WHERE nd.date_fermeture > :now OR nd.date_fermeture IS NULL ORDER BY nd.libelle_edition ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1305 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1296 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
ville
Form type:
"App\Form\Type\VilleType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
[ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
label | "Dans une ville" |
same as passed value |
label_attr | [ "class" => "bahnschrift-regular" ] |
[ "class" => "bahnschrift-regular" ] |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-control" "placeholder" => "Code postal, nom..." ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1320 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
extra_options | [] |
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 | "Dans une ville" |
label_attr | [ "class" => "bahnschrift-regular" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1322 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1321 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
proximite
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
label | "Élargir les résultats" |
same as passed value |
label_attr | [ "class" => "form-check-label" ] |
[ "class" => "form-check-label" ] |
label_html | true |
same as passed value |
required | false |
same as passed value |
value | 1 |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1105 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 {#1099 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Élargir les résultats" |
label_attr | [ "class" => "form-check-label" ] |
label_format | null |
label_html | true |
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() {#1330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1329 …} $translationDomain: "validators" } } |
validation_groups | null |
value | 1 |
View Vars
Variable | Value |
---|
distance
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" "disabled" => "disabled" ] |
[ "class" => "form-select" "disabled" => "disabled" ] |
choices | [ "à moins de 20km" => "20" "à moins de 30km" => "30" "à moins de 40km" => "40" "à moins de 50km" => "50" ] |
[ "à moins de 20km" => "20" "à moins de 30km" => "30" "à moins de 40km" => "40" "à moins de 50km" => "50" ] |
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" "disabled" => "disabled" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 | [ "à moins de 20km" => "20" "à moins de 30km" => "30" "à moins de 40km" => "40" "à moins de 50km" => "50" ] |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
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." |
extra_options | [] |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1339 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1338 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
tri
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-select" ] |
[ "class" => "form-select" ] |
choices | [ "Nom de la structure" => "keywords" "Type de structure" => "type_structure" "Département" => "departement" "Ville" => "ville" ] |
[ "Nom de la structure" => "keywords" "Type de structure" => "type_structure" "Département" => "departement" "Ville" => "ville" ] |
label | false |
same as passed value |
placeholder | "Aucun critère" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
allow_options_create | false |
attr | [ "class" => "form-select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
autocomplete | false |
autocomplete_url | null |
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 | [ "Nom de la structure" => "keywords" "Type de structure" => "type_structure" "Département" => "departement" "Ville" => "ville" ] |
compound | false |
constraints | [] |
create_option_text | "Add %placeholder%..." |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
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." |
extra_options | [] |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
loading_more_text | "Loading more results..." |
mapped | true |
max_results | 10 |
method | "POST" |
min_characters | null |
multiple | false |
no_more_results_text | "No more results" |
no_results_found_text | "No results found" |
options_as_html | false |
placeholder | "Aucun critère" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
preload | "focus" |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
tom_select_options | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1347 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
lat
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1356 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() {#1358 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1357 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
lng
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
required | false |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1365 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() {#1367 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1366 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|
page
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "1" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | 1 |
same as passed value |
required | false |
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 {#932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#934 …} -namespace: Closure() {#936 …} } |
data | 1 |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1374 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() {#1376 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#162 …} $message: Closure() {#1375 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|