- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 16
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
annuaire
"App\Form\AnnuaireType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/demandes-de-devis.html" |
same as passed value |
| method | "GET" |
same as passed value |
| prestataire | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/demandes-de-devis.html" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#439 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#436 …} } |
| data_class | "App\Model\AnnuaireSearch" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#644 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#528 …} use: { $class: "App\Model\AnnuaireSearch" } } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| prestataire | false |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#642 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#388 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $translationDomain: "validators" $message: Closure() {#643 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/demandes-de-devis.html" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "annuaire" "_annuaire" ] |
| cache_key | "_annuaire_annuaire" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1620 -form: Symfony\Component\Form\Form {#986 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1626 …5} |
| full_name | "annuaire" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annuaire" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "annuaire" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annuaire" |
| valid | true |
| value | null |
cat
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Categorie" |
same as passed value |
| group_by | "parent.nom" |
same as passed value |
| label | "Catégorie" |
same as passed value |
| placeholder | "– Sélectionnez –" |
same as passed value |
| query_builder | Closure(EntityRepository $repo) {#707 class: "App\Form\AnnuaireType" this: App\Form\AnnuaireType {#529 …} } |
Doctrine\ORM\QueryBuilder {#797 -em: Doctrine\ORM\EntityManager {#430 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#799 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#801 #from: "App\Entity\Categorie" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#814 #joinType: "LEFT" #join: "c.group" #alias: "cg" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#816 #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: [ "c.parent IS NOT NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#820 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cg.ordre ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#811 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordre ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#804 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Entity\Categorie c LEFT JOIN c.group cg WHERE c.parent IS NOT NULL ORDER BY cg.ordre ASC, c.ordre ASC, c.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#850 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "cg" => "c" ] #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 |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#431 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#861 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#817 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#895 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#815 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#640 -om: ContainerCiowZQ3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#656 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Categorie" |
| 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 {#439 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#436 …} } |
| data_class | null |
| disabled | false |
| em | ContainerCiowZQ3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | "parent.nom" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#640 -om: ContainerCiowZQ3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#656 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "– Sélectionnez –" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#797 -em: Doctrine\ORM\EntityManager {#430 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#799 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "c" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#801 #from: "App\Entity\Categorie" #alias: "c" #indexBy: null } ] "join" => [ "c" => [ Doctrine\ORM\Query\Expr\Join {#814 #joinType: "LEFT" #join: "c.group" #alias: "cg" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#816 #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: [ "c.parent IS NOT NULL" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#820 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cg.ordre ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#811 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.ordre ASC" ] } Doctrine\ORM\Query\Expr\OrderBy {#804 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "c.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT c FROM App\Entity\Categorie c LEFT JOIN c.group cg WHERE c.parent IS NOT NULL ORDER BY cg.ordre ASC, c.ordre ASC, c.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#850 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "cg" => "c" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#658 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#388 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $translationDomain: "validators" $message: Closure() {#672 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_annuaire_cat" ] |
| cache_key | "_annuaire_cat_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ "Diagnostics immobiliers" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2886 +label: "Diagnostics immobiliers" +choices: [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2887 +label: "Diagnostic avant location" +value: "2" +data: App\Entity\Categorie {#1477 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2888 +label: "Diagnostic avant vente" +value: "3" +data: App\Entity\Categorie {#1940 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "Diagnostic avant achat" +value: "4" +data: App\Entity\Categorie {#1934 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "Diagnostic avant travaux" +value: "5" +data: App\Entity\Categorie {#1928 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "Diagnostic après travaux" +value: "6" +data: App\Entity\Categorie {#1640 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "Diagnostic avant démolition" +value: "7" +data: App\Entity\Categorie {#1772 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "Diagnostic périodique" +value: "8" +data: App\Entity\Categorie {#1778 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "Diagnostic pour prêt bancaire" +value: "9" +data: App\Entity\Categorie {#1784 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +label: "DTG" +value: "77" +data: App\Entity\Categorie {#1792 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2896 +label: "PPPT" +value: "78" +data: App\Entity\Categorie {#1584 …} +attr: [] +labelTranslationParameters: [] } ] } "Expertises du bâtiment" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2898 +label: "Expertises du bâtiment" +choices: [ 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2899 +label: "Accessibilité handicapés" +value: "26" +data: App\Entity\Categorie {#1633 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2900 +label: "Assainissement autonome" +value: "28" +data: App\Entity\Categorie {#1947 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2901 +label: "Décence logement / Loi SRU" +value: "29" +data: App\Entity\Categorie {#1953 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +label: "Dossier de mutation" +value: "31" +data: App\Entity\Categorie {#1959 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2903 +label: "Eaux usées" +value: "32" +data: App\Entity\Categorie {#1965 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +label: "État des lieux" +value: "33" +data: App\Entity\Categorie {#1971 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2905 +label: "État parasitaire" +value: "34" +data: App\Entity\Categorie {#1977 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +label: "Gestion de chantier" +value: "66" +data: App\Entity\Categorie {#1983 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +label: "Humidité" +value: "67" +data: App\Entity\Categorie {#1989 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +label: "Légionellose" +value: "35" +data: App\Entity\Categorie {#1995 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +label: "Métaux lourds" +value: "36" +data: App\Entity\Categorie {#2001 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +label: "Mise en copropriété" +value: "37" +data: App\Entity\Categorie {#2007 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +label: "Plan métré" +value: "38" +data: App\Entity\Categorie {#2013 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +label: "Plomb dans l'eau" +value: "39" +data: App\Entity\Categorie {#2019 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +label: "Pollution des sols" +value: "40" +data: App\Entity\Categorie {#2025 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +label: "Qualité de l'air" +value: "41" +data: App\Entity\Categorie {#2031 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +label: "Radon" +value: "42" +data: App\Entity\Categorie {#2037 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2916 +label: "Réception de travaux" +value: "68" +data: App\Entity\Categorie {#2043 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +label: "Sécurité ascenseur" +value: "27" +data: App\Entity\Categorie {#2049 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2918 +label: "Sécurité incendie" +value: "43" +data: App\Entity\Categorie {#2055 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +label: "Sécurité piscine" +value: "44" +data: App\Entity\Categorie {#2061 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +label: "Valeur vénale" +value: "45" +data: App\Entity\Categorie {#2067 …} +attr: [] +labelTranslationParameters: [] } ] } "Études énergétiques" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2922 +label: "Études énergétiques" +choices: [ 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +label: "Audit énergétique" +value: "11" +data: App\Entity\Categorie {#2073 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2924 +label: "Bilan carbone" +value: "12" +data: App\Entity\Categorie {#2082 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +label: "Bonus de COS" +value: "13" +data: App\Entity\Categorie {#2088 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +label: "DPE" +value: "14" +data: App\Entity\Categorie {#2094 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +label: "Éco-PTZ" +value: "15" +data: App\Entity\Categorie {#2100 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +label: "Étude de faisabilité EnR" +value: "16" +data: App\Entity\Categorie {#2106 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2929 +label: "Étude TH-C-E / TH-C-E ex" +value: "17" +data: App\Entity\Categorie {#2112 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +label: "Infiltrométrie" +value: "18" +data: App\Entity\Categorie {#2118 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +label: "Label BBC / BBC-Effinergie" +value: "19" +data: App\Entity\Categorie {#2124 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +label: "Label HPE / HPE EnR" +value: "20" +data: App\Entity\Categorie {#2130 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +label: "Label HQE" +value: "21" +data: App\Entity\Categorie {#2136 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +label: "Label THPE / THPE EnR" +value: "22" +data: App\Entity\Categorie {#2142 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2935 +label: "PTZ+" +value: "23" +data: App\Entity\Categorie {#2148 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2936 +label: "Thermographie infrarouge" +value: "24" +data: App\Entity\Categorie {#2154 …} +attr: [] +labelTranslationParameters: [] } ] } "Solutions énergétiques" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2938 +label: "Solutions énergétiques" +choices: [ 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2939 +label: "Chauffage au sol" +value: "69" +data: App\Entity\Categorie {#2160 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2940 +label: "Chauffage électrique" +value: "47" +data: App\Entity\Categorie {#2169 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +label: "Chauffage fioul / Gaz" +value: "48" +data: App\Entity\Categorie {#2175 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2942 +label: "Climatisation" +value: "49" +data: App\Entity\Categorie {#2181 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +label: "Eau chaude sanitaire" +value: "50" +data: App\Entity\Categorie {#2187 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +label: "Éclairage" +value: "51" +data: App\Entity\Categorie {#2193 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2945 +label: "Isolation thermique / Phonique" +value: "52" +data: App\Entity\Categorie {#2199 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +label: "Menuiserie" +value: "53" +data: App\Entity\Categorie {#2205 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +label: "Programmation / Régulation" +value: "54" +data: App\Entity\Categorie {#2211 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2948 +label: "Ventilation" +value: "55" +data: App\Entity\Categorie {#2217 …} +attr: [] +labelTranslationParameters: [] } ] } "Énergies renouvelables" => Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#2950 +label: "Énergies renouvelables" +choices: [ 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2951 +label: "Chauffage bois / Granulé" +value: "57" +data: App\Entity\Categorie {#2223 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +label: "Chauffage solaire / Chauffe-eau" +value: "58" +data: App\Entity\Categorie {#2232 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2953 +label: "Chauffe-eau thermodynamique" +value: "59" +data: App\Entity\Categorie {#2238 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +label: "Éolienne" +value: "60" +data: App\Entity\Categorie {#2244 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2955 +label: "Géothermie" +value: "70" +data: App\Entity\Categorie {#2250 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +label: "Panneau solaire" +value: "61" +data: App\Entity\Categorie {#2256 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2957 +label: "Pompe à chaleur" +value: "62" +data: App\Entity\Categorie {#2262 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2958 +label: "Puits canadien / Provençal" +value: "63" +data: App\Entity\Categorie {#2268 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +label: "Récupération eau de pluie" +value: "64" +data: App\Entity\Categorie {#2274 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +label: "Toiture végétale" +value: "71" +data: App\Entity\Categorie {#2280 …} +attr: [] +labelTranslationParameters: [] } ] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2882 -form: Symfony\Component\Form\Form {#1023 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2881 …5} |
| full_name | "annuaire[cat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annuaire_cat" |
| is_selected | Closure($choice, $value) {#2884 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#711 …} } |
| label | "Catégorie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "cat" |
| placeholder | "– Sélectionnez –" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annuaire_cat" |
| valid | true |
| value | "" |
dept
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| class | "App\Entity\Departement" |
same as passed value |
| label | "Lieu" |
same as passed value |
| placeholder | "– Sélectionnez –" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#431 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#972 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#882 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#971 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#970 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#884 -om: ContainerCiowZQ3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#907 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Departement" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#439 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#438 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#437 …} -namespace: Closure() {#436 …} } |
| data_class | null |
| disabled | false |
| em | ContainerCiowZQ3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#884 -om: ContainerCiowZQ3\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#307 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#907 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Lieu" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "– Sélectionnez –" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#388 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#607 …} $translationDomain: "validators" $message: Closure() {#874 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_annuaire_dept" ] |
| cache_key | "_annuaire_dept_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "01 – Ain" +value: "1" +data: App\Entity\Departement {#2402 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1065 +label: "02 – Aisne" +value: "2" +data: App\Entity\Departement {#2450 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "03 – Allier" +value: "3" +data: App\Entity\Departement {#2456 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "04 – Alpes-de-Haute-Provence" +value: "4" +data: App\Entity\Departement {#2459 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "05 – Hautes-Alpes" +value: "5" +data: App\Entity\Departement {#2465 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "06 – Alpes-Maritimes" +value: "6" +data: App\Entity\Departement {#2468 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "07 – Ardèche" +value: "7" +data: App\Entity\Departement {#2471 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "08 – Ardennes" +value: "8" +data: App\Entity\Departement {#2474 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "09 – Ariège" +value: "9" +data: App\Entity\Departement {#2480 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "10 – Aube" +value: "10" +data: App\Entity\Departement {#2486 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "11 – Aude" +value: "11" +data: App\Entity\Departement {#2489 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2786 +label: "12 – Aveyron" +value: "12" +data: App\Entity\Departement {#2492 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2787 +label: "13 – Bouches-du-Rhône" +value: "13" +data: App\Entity\Departement {#2495 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2788 +label: "14 – Calvados" +value: "14" +data: App\Entity\Departement {#2498 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2789 +label: "15 – Cantal" +value: "15" +data: App\Entity\Departement {#2504 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2790 +label: "16 – Charente" +value: "16" +data: App\Entity\Departement {#2507 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2791 +label: "17 – Charente-Maritime" +value: "17" +data: App\Entity\Departement {#2513 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2792 +label: "18 – Cher" +value: "18" +data: App\Entity\Departement {#2516 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +label: "19 – Corrèze" +value: "19" +data: App\Entity\Departement {#2522 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2794 +label: "20 – Corse" +value: "20" +data: App\Entity\Departement {#2525 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2795 +label: "21 – Côte-d'Or" +value: "21" +data: App\Entity\Departement {#2531 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2796 +label: "22 – Côtes-d'Armor" +value: "22" +data: App\Entity\Departement {#2537 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2797 +label: "23 – Creuse" +value: "23" +data: App\Entity\Departement {#2543 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +label: "24 – Dordogne" +value: "24" +data: App\Entity\Departement {#2546 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2799 +label: "25 – Doubs" +value: "25" +data: App\Entity\Departement {#2549 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +label: "26 – Drôme" +value: "26" +data: App\Entity\Departement {#2552 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2801 +label: "27 – Eure" +value: "27" +data: App\Entity\Departement {#2555 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2802 +label: "28 – Eure-et-Loir" +value: "28" +data: App\Entity\Departement {#2558 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +label: "29 – Finistère" +value: "29" +data: App\Entity\Departement {#2561 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +label: "30 – Gard" +value: "30" +data: App\Entity\Departement {#2564 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2805 +label: "31 – Haute-Garonne" +value: "31" +data: App\Entity\Departement {#2567 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2806 +label: "32 – Gers" +value: "32" +data: App\Entity\Departement {#2570 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2807 +label: "33 – Gironde" +value: "33" +data: App\Entity\Departement {#2573 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2808 +label: "34 – Hérault" +value: "34" +data: App\Entity\Departement {#2576 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2809 +label: "35 – Ille-et-Vilaine" +value: "35" +data: App\Entity\Departement {#2579 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2810 +label: "36 – Indre" +value: "36" +data: App\Entity\Departement {#2582 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +label: "37 – Indre-et-Loire" +value: "37" +data: App\Entity\Departement {#2585 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2812 +label: "38 – Isère" +value: "38" +data: App\Entity\Departement {#2588 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +label: "39 – Jura" +value: "39" +data: App\Entity\Departement {#2591 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2814 +label: "40 – Landes" +value: "40" +data: App\Entity\Departement {#2594 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2815 +label: "41 – Loir-et-Cher" +value: "41" +data: App\Entity\Departement {#2597 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +label: "42 – Loire" +value: "42" +data: App\Entity\Departement {#2600 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +label: "43 – Haute-Loire" +value: "43" +data: App\Entity\Departement {#2603 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2818 +label: "44 – Loire-Atlantique" +value: "44" +data: App\Entity\Departement {#2606 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2819 +label: "45 – Loiret" +value: "45" +data: App\Entity\Departement {#2612 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2820 +label: "46 – Lot" +value: "46" +data: App\Entity\Departement {#2615 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2821 +label: "47 – Lot-et-Garonne" +value: "47" +data: App\Entity\Departement {#2618 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2822 +label: "48 – Lozère" +value: "48" +data: App\Entity\Departement {#2621 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2823 +label: "49 – Maine-et-Loire" +value: "49" +data: App\Entity\Departement {#2624 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +label: "50 – Manche" +value: "50" +data: App\Entity\Departement {#2627 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2825 +label: "51 – Marne" +value: "51" +data: App\Entity\Departement {#2630 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +label: "52 – Haute-Marne" +value: "52" +data: App\Entity\Departement {#2633 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2827 +label: "53 – Mayenne" +value: "53" +data: App\Entity\Departement {#2636 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2828 +label: "54 – Meurthe-et-Moselle" +value: "54" +data: App\Entity\Departement {#2639 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +label: "55 – Meuse" +value: "55" +data: App\Entity\Departement {#2642 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +label: "56 – Morbihan" +value: "56" +data: App\Entity\Departement {#2645 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2831 +label: "57 – Moselle" +value: "57" +data: App\Entity\Departement {#2648 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +label: "58 – Nièvre" +value: "58" +data: App\Entity\Departement {#2651 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2833 +label: "59 – Nord" +value: "59" +data: App\Entity\Departement {#2654 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2834 +label: "60 – Oise" +value: "60" +data: App\Entity\Departement {#2657 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2835 +label: "61 – Orne" +value: "61" +data: App\Entity\Departement {#2660 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2836 +label: "62 – Pas-de-Calais" +value: "62" +data: App\Entity\Departement {#2663 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +label: "63 – Puy-de-Dôme" +value: "63" +data: App\Entity\Departement {#2666 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2838 +label: "64 – Pyrénées-Atlantiques" +value: "64" +data: App\Entity\Departement {#2669 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +label: "65 – Hautes-Pyrénées" +value: "65" +data: App\Entity\Departement {#2672 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2840 +label: "66 – Pyrénées-Orientales" +value: "66" +data: App\Entity\Departement {#2675 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2841 +label: "67 – Bas-Rhin" +value: "67" +data: App\Entity\Departement {#2678 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +label: "68 – Haut-Rhin" +value: "68" +data: App\Entity\Departement {#2681 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +label: "69 – Rhône" +value: "69" +data: App\Entity\Departement {#2684 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2844 +label: "70 – Haute-Saône" +value: "70" +data: App\Entity\Departement {#2687 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2845 +label: "71 – Saône-et-Loire" +value: "71" +data: App\Entity\Departement {#2690 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2846 +label: "72 – Sarthe" +value: "72" +data: App\Entity\Departement {#2693 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2847 +label: "73 – Savoie" +value: "73" +data: App\Entity\Departement {#2696 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2848 +label: "74 – Haute-Savoie" +value: "74" +data: App\Entity\Departement {#2699 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2849 +label: "75 – Paris" +value: "75" +data: App\Entity\Departement {#2702 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +label: "76 – Seine-Maritime" +value: "76" +data: App\Entity\Departement {#2708 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2851 +label: "77 – Seine-et-Marne" +value: "77" +data: App\Entity\Departement {#2711 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +label: "78 – Yvelines" +value: "78" +data: App\Entity\Departement {#2714 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2853 +label: "79 – Deux-Sèvres" +value: "79" +data: App\Entity\Departement {#2717 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2854 +label: "80 – Somme" +value: "80" +data: App\Entity\Departement {#2720 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +label: "81 – Tarn" +value: "81" +data: App\Entity\Departement {#2723 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +label: "82 – Tarn-et-Garonne" +value: "82" +data: App\Entity\Departement {#2726 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2857 +label: "83 – Var" +value: "83" +data: App\Entity\Departement {#2729 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2858 +label: "84 – Vaucluse" +value: "84" +data: App\Entity\Departement {#2732 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2859 +label: "85 – Vendée" +value: "85" +data: App\Entity\Departement {#2735 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2860 +label: "86 – Vienne" +value: "86" +data: App\Entity\Departement {#2738 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2861 +label: "87 – Haute-Vienne" +value: "87" +data: App\Entity\Departement {#2741 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2862 +label: "88 – Vosges" +value: "88" +data: App\Entity\Departement {#2744 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +label: "89 – Yonne" +value: "89" +data: App\Entity\Departement {#2747 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2864 +label: "90 – Territoire de Belfort" +value: "90" +data: App\Entity\Departement {#2750 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +label: "91 – Essonne" +value: "91" +data: App\Entity\Departement {#2753 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2866 +label: "92 – Hauts-de-Seine" +value: "92" +data: App\Entity\Departement {#2756 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2867 +label: "93 – Seine-Saint-Denis" +value: "93" +data: App\Entity\Departement {#2759 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +label: "94 – Val-de-Marne" +value: "94" +data: App\Entity\Departement {#2762 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +label: "95 – Val-d'Oise" +value: "95" +data: App\Entity\Departement {#2765 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2870 +label: "971 – Guadeloupe" +value: "96" +data: App\Entity\Departement {#2768 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2871 +label: "972 – Martinique" +value: "97" +data: App\Entity\Departement {#2771 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2872 +label: "973 – Guyane" +value: "98" +data: App\Entity\Departement {#2774 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2873 +label: "974 – La Réunion" +value: "99" +data: App\Entity\Departement {#2777 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2874 +label: "975 – Saint-Pierre-et-Miquelon" +value: "100" +data: App\Entity\Departement {#2780 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2875 +label: "976 – Mayotte" +value: "101" +data: App\Entity\Departement {#2783 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2949 -form: Symfony\Component\Form\Form {#1027 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2883 …5} |
| full_name | "annuaire[dept]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "annuaire_dept" |
| is_selected | Closure($choice, $value) {#2937 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#711 …} } |
| label | "Lieu" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "dept" |
| placeholder | "– Sélectionnez –" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_annuaire_dept" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Rechercher" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Rechercher" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_annuaire_submit" ] |
| cache_key | "_annuaire_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2897 …5} |
| full_name | "annuaire[submit]" |
| id | "annuaire_submit" |
| label | "Rechercher" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_annuaire_submit" |
| value | null |