- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 109
- Events
- Routing
- Cache
- Translation 7
- Security
- Twig
- Twig Components
- HTTP Client
- Doctrine
- Migrations 2
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- JMS Serializer 0
- 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
search_filter
"App\Form\SearchFilterType"
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 |
|---|---|---|
| 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 | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#884 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#716 …} } |
| 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() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#883 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_filter" "_search_filter" ] |
| cache_key | "_search_filter_search_filter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3372 -form: Symfony\Component\Form\Form {#911 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3334 …5} |
| full_name | "search_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "search_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_filter" |
| valid | true |
| value | null |
categorie
"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 |
|---|---|---|
| choice_label | "nom" |
same as passed value |
| class | "App\Entity\Categorie" |
same as passed value |
| label | "Catégorie :" |
same as passed value |
| placeholder | "Toutes" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#928 class: "App\Form\SearchFilterType" this: App\Form\SearchFilterType {#715 …} } |
Doctrine\ORM\QueryBuilder {#948 -em: Doctrine\ORM\EntityManager {#403 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#942 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#919 #from: "App\Entity\Categorie" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#932 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "t.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT t FROM App\Entity\Categorie t ORDER BY t.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#905 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| 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 | "nom" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#962 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#933 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#946 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#917 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#949 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#950 …} } |
| 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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| em | Container8muhoHs\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#394 …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 {#958 -om: Container8muhoHs\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#394 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#901 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Catégorie :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | "Toutes" |
| 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 {#948 -em: Doctrine\ORM\EntityManager {#403 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#942 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#919 #from: "App\Entity\Categorie" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#932 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "t.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT t FROM App\Entity\Categorie t ORDER BY t.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#905 …} -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() {#902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#904 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_filter_categorie" ] |
| cache_key | "_search_filter_categorie_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3374 +label: "100 - Police" +value: "31" +data: Proxies\__CG__\App\Entity\Categorie {#1204 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +label: "200 - Gendarmerie" +value: "32" +data: App\Entity\Categorie {#1350 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3377 +label: "300 - Douanes" +value: "33" +data: App\Entity\Categorie {#1933 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "400 - Administration pénitentiaire" +value: "37" +data: App\Entity\Categorie {#3337 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3366 +label: "500 - Securité Civile" +value: "34" +data: App\Entity\Categorie {#3356 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "600 - Sapeurs Pompier" +value: "35" +data: App\Entity\Categorie {#1177 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3367 +label: "700 - SAMU" +value: "36" +data: App\Entity\Categorie {#3344 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3363 -form: Symfony\Component\Form\Form {#1058 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3361 …5} |
| full_name | "search_filter[categorie]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_filter_categorie" |
| is_selected | Closure($choice, $value) {#3333 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#897 …} } |
| label | "Catégorie :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "categorie" |
| placeholder | "Toutes" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_filter_categorie" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
sousCategorie
"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 |
|---|---|---|
| choice_label | "nom" |
same as passed value |
| class | "App\Entity\SousCategorie" |
same as passed value |
| label | "Sous-Catégorie :" |
same as passed value |
| placeholder | "Toutes" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#936 class: "App\Form\SearchFilterType" this: App\Form\SearchFilterType {#715 …} } |
Doctrine\ORM\QueryBuilder {#968 -em: Doctrine\ORM\EntityManager {#403 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#965 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#945 #from: "App\Entity\SousCategorie" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1039 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "t.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT t FROM App\Entity\SousCategorie t ORDER BY t.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1019 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| 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 | "nom" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#989 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1016 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1037 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#917 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1014 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1018 …} } |
| choices | null |
| class | "App\Entity\SousCategorie" |
| 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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| em | Container8muhoHs\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#394 …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 {#1001 -om: Container8muhoHs\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#394 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#959 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Sous-Catégorie :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 | "Toutes" |
| 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 {#968 -em: Doctrine\ORM\EntityManager {#403 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#965 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#945 #from: "App\Entity\SousCategorie" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1039 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "t.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT t FROM App\Entity\SousCategorie t ORDER BY t.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1019 …} -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() {#957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#956 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_filter_sousCategorie" ] |
| cache_key | "_search_filter_sousCategorie_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3351 +label: "01 - France" +value: "80" +data: App\Entity\SousCategorie {#3392 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3382 +label: "02 - National" +value: "81" +data: App\Entity\SousCategorie {#2582 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3380 +label: "03 - Régional" +value: "53" +data: App\Entity\SousCategorie {#1379 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3384 +label: "04 - Départemental" +value: "54" +data: App\Entity\SousCategorie {#3395 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +label: "1000 - HUMOUR" +value: "91" +data: App\Entity\SousCategorie {#3398 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3390 +label: "101 - Municipale" +value: "55" +data: App\Entity\SousCategorie {#1493 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +label: "102 - Nationale" +value: "56" +data: App\Entity\SousCategorie {#1597 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "201 - COB" +value: "57" +data: App\Entity\SousCategorie {#1902 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3379 +label: "202 - BTA" +value: "58" +data: App\Entity\SousCategorie {#2206 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "203 - COMPAGNIE" +value: "82" +data: App\Entity\SousCategorie {#2050 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3449 +label: "204 - PSIG" +value: "83" +data: App\Entity\SousCategorie {#3401 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +label: "205 - EGM" +value: "84" +data: App\Entity\SousCategorie {#1768 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3451 +label: "210 - Armée de l'Air" +value: "60" +data: App\Entity\SousCategorie {#3404 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3452 +label: "211 - PGHM" +value: "61" +data: App\Entity\SousCategorie {#3407 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +label: "215 - HELICOPTERE" +value: "62" +data: App\Entity\SousCategorie {#3410 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +label: "220 - VIF" +value: "63" +data: App\Entity\SousCategorie {#2000 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3455 +label: "230 - PSPG" +value: "85" +data: App\Entity\SousCategorie {#3413 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3456 +label: "241 - BMO" +value: "88" +data: App\Entity\SousCategorie {#3416 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3457 +label: "242 - PMO" +value: "89" +data: App\Entity\SousCategorie {#3419 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3458 +label: "301 - BSI" +value: "64" +data: App\Entity\SousCategorie {#1943 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3459 +label: "302 - BSE" +value: "86" +data: App\Entity\SousCategorie {#2273 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3460 +label: "310 - inspecteurs" +value: "66" +data: App\Entity\SousCategorie {#3422 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +label: "510 - DRAGON" +value: "67" +data: App\Entity\SousCategorie {#3425 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3462 +label: "510 - UIISC" +value: "68" +data: App\Entity\SousCategorie {#3428 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +label: "520 - CANDAIR" +value: "69" +data: App\Entity\SousCategorie {#3431 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3464 +label: "521 - TRACKER" +value: "70" +data: App\Entity\SousCategorie {#3434 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3465 +label: "522 - DASH" +value: "71" +data: App\Entity\SousCategorie {#3437 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +label: "610 - SDIS" +value: "72" +data: App\Entity\SousCategorie {#2504 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +label: "620 - CIS" +value: "73" +data: App\Entity\SousCategorie {#1182 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3468 +label: "621 - SLIS" +value: "74" +data: App\Entity\SousCategorie {#2611 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3469 +label: "630 - GRIMP" +value: "75" +data: App\Entity\SousCategorie {#2463 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3470 +label: "640 - GRADES" +value: "76" +data: App\Entity\SousCategorie {#1422 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3471 +label: "650 - CTA - CODIS" +value: "77" +data: App\Entity\SousCategorie {#3440 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3472 +label: "660 - POMPIERS AEROPORT" +value: "78" +data: App\Entity\SousCategorie {#3443 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3473 +label: "690 - UDSP" +value: "90" +data: App\Entity\SousCategorie {#2550 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +label: "710 - SMUH" +value: "79" +data: App\Entity\SousCategorie {#3446 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3330 -form: Symfony\Component\Form\Form {#1061 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3364 …5} |
| full_name | "search_filter[sousCategorie]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_filter_sousCategorie" |
| is_selected | Closure($choice, $value) {#475 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#897 …} } |
| label | "Sous-Catégorie :" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sousCategorie" |
| placeholder | "Toutes" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_filter_sousCategorie" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
p
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "1" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | 1 |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | 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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data | 1 |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1012 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#716 …} } |
| 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() {#1009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#1007 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_search_filter_p" ] |
| cache_key | "_search_filter_p_hidden" |
| compound | false |
| data | "1" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3475 -form: Symfony\Component\Form\Form {#1064 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3353 …5} |
| full_name | "search_filter[p]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_filter_p" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "p" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_filter_p" |
| valid | true |
| value | "1" |
tags
"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 |
|---|---|---|
| attr | [ "class" => "select2" "size" => 2 ] |
[ "class" => "select2" "size" => 2 ] |
| choice_label | "nom" |
same as passed value |
| class | "App\Entity\Tag" |
same as passed value |
| expanded | false |
false
|
| label | "Tags" |
same as passed value |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#934 class: "App\Form\SearchFilterType" this: App\Form\SearchFilterType {#715 …} } |
Doctrine\ORM\QueryBuilder {#1025 -em: Doctrine\ORM\EntityManager {#403 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1027 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1023 #from: "App\Entity\Tag" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1022 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "t.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT t FROM App\Entity\Tag t ORDER BY t.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1021 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "select2" "size" => 2 ] |
| 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 | "nom" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1034 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#954 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1024 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#917 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#941 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#984 …} } |
| choices | null |
| class | "App\Entity\Tag" |
| 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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| em | Container8muhoHs\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#394 …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 {#878 -om: Container8muhoHs\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#394 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#986 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Tags" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | true |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| 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 {#1025 -em: Doctrine\ORM\EntityManager {#403 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1027 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "t" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1023 #from: "App\Entity\Tag" #alias: "t" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1022 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "t.nom ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT t FROM App\Entity\Tag t ORDER BY t.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1021 …} -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() {#987 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#988 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" "size" => 2 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_filter_tags" ] |
| cache_key | "_search_filter_tags_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +label: "@" +value: "269" +data: App\Entity\Tag {#1398 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3484 +label: "01" +value: "261" +data: App\Entity\Tag {#1201 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3482 +label: "01320" +value: "430" +data: App\Entity\Tag {#2666 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3486 +label: "1868" +value: "434" +data: App\Entity\Tag {#2698 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3481 +label: "26/5" +value: "315" +data: App\Entity\Tag {#1783 …} +attr: [] +labelTranslationParameters: [] } 468 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3492 +label: "34" +value: "468" +data: App\Entity\Tag {#3103 …} +attr: [] +labelTranslationParameters: [] } 479 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3491 +label: "35" +value: "479" +data: App\Entity\Tag {#3176 …} +attr: [] +labelTranslationParameters: [] } 475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3489 +label: "38" +value: "475" +data: App\Entity\Tag {#3144 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3483 +label: "50" +value: "461" +data: App\Entity\Tag {#3051 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3488 +label: "ADC" +value: "274" +data: App\Entity\Tag {#1437 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3503 +label: "AIGLE" +value: "460" +data: App\Entity\Tag {#2955 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3504 +label: "AIN" +value: "401" +data: App\Entity\Tag {#1236 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +label: "AMBRONAY" +value: "446" +data: App\Entity\Tag {#2867 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +label: "APPUI" +value: "267" +data: App\Entity\Tag {#1392 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +label: "AUTOROUTE" +value: "384" +data: App\Entity\Tag {#2389 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3508 +label: "AVION" +value: "406" +data: App\Entity\Tag {#2293 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3509 +label: "BAC" +value: "310" +data: App\Entity\Tag {#1736 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3510 +label: "BALANCE" +value: "345" +data: App\Entity\Tag {#2015 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3511 +label: "BAN" +value: "265" +data: App\Entity\Tag {#1385 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3512 +label: "BANANE" +value: "421" +data: App\Entity\Tag {#2592 …} +attr: [] +labelTranslationParameters: [] } 477 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +label: "BBR" +value: "477" +data: App\Entity\Tag {#3149 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +label: "BELLEGARDE" +value: "385" +data: App\Entity\Tag {#2435 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +label: "BELLEY" +value: "322" +data: App\Entity\Tag {#1794 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3516 +label: "BLANC" +value: "443" +data: App\Entity\Tag {#2829 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3517 +label: "BLASON" +value: "289" +data: App\Entity\Tag {#1512 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +label: "BLEU" +value: "361" +data: App\Entity\Tag {#2132 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +label: "BOURG EN BRESSE" +value: "294" +data: App\Entity\Tag {#1607 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3520 +label: "BRAVO" +value: "316" +data: App\Entity\Tag {#1785 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +label: "BRIGADE" +value: "291" +data: App\Entity\Tag {#1574 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3522 +label: "BSE" +value: "405" +data: App\Entity\Tag {#2290 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +label: "BSI" +value: "334" +data: App\Entity\Tag {#1949 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3524 +label: "BTA" +value: "369" +data: App\Entity\Tag {#2221 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +label: "BUGEY" +value: "445" +data: App\Entity\Tag {#2855 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +label: "BUREAU" +value: "266" +data: App\Entity\Tag {#1390 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3527 +label: "CANINE" +value: "292" +data: App\Entity\Tag {#1576 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3528 +label: "CARENTAN" +value: "463" +data: App\Entity\Tag {#3067 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3529 +label: "CARPE" +value: "373" +data: App\Entity\Tag {#2256 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3530 +label: "CASQUE" +value: "433" +data: App\Entity\Tag {#2695 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3531 +label: "CELLULE" +value: "347" +data: App\Entity\Tag {#2020 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3532 +label: "CHALAMONT" +value: "425" +data: App\Entity\Tag {#2641 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3533 +label: "CHAT" +value: "308" +data: App\Entity\Tag {#1717 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +label: "CHATEAU" +value: "335" +data: App\Entity\Tag {#1954 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3535 +label: "CHATEAU GAILLARD" +value: "442" +data: App\Entity\Tag {#2815 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3536 +label: "COB" +value: "330" +data: App\Entity\Tag {#1912 …} +attr: [] +labelTranslationParameters: [] } 476 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3537 +label: "COBRA" +value: "476" +data: App\Entity\Tag {#3146 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3538 +label: "COLOMBIER" +value: "432" +data: App\Entity\Tag {#2693 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +label: "COMPAGNIE" +value: "354" +data: App\Entity\Tag {#2067 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3540 +label: "COULEUR" +value: "352" +data: App\Entity\Tag {#2060 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +label: "CROIX" +value: "353" +data: App\Entity\Tag {#2065 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3542 +label: "CULOZ" +value: "281" +data: App\Entity\Tag {#1504 …} +attr: [] +labelTranslationParameters: [] } 469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3543 +label: "DAUPHIN" +value: "469" +data: App\Entity\Tag {#3105 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3544 +label: "DDSP01" +value: "296" +data: App\Entity\Tag {#1614 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3545 +label: "DEPARTEMENTALE" +value: "420" +data: App\Entity\Tag {#2567 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3546 +label: "DOUANES" +value: "402" +data: App\Entity\Tag {#1959 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3547 +label: "EGM" +value: "313" +data: App\Entity\Tag {#1778 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3548 +label: "ENFANT" +value: "307" +data: App\Entity\Tag {#1715 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3549 +label: "ETANG" +value: "429" +data: App\Entity\Tag {#2663 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3550 +label: "ETOILE" +value: "312" +data: App\Entity\Tag {#1750 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3551 +label: "FAMILIALES" +value: "351" +data: App\Entity\Tag {#2032 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +label: "FERNEY" +value: "403" +data: App\Entity\Tag {#2283 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3553 +label: "FLAMME" +value: "440" +data: App\Entity\Tag {#2780 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +label: "FORCE" +value: "276" +data: App\Entity\Tag {#1442 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3555 +label: "FORMATION" +value: "301" +data: App\Entity\Tag {#1629 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3556 +label: "france" +value: "409" +data: App\Entity\Tag {#3494 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3557 +label: "GENDARMERIE" +value: "270" +data: App\Entity\Tag {#1401 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +label: "GEX" +value: "286" +data: App\Entity\Tag {#1528 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3559 +label: "GIE" +value: "462" +data: App\Entity\Tag {#3065 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3560 +label: "GRADE" +value: "275" +data: App\Entity\Tag {#1439 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3561 +label: "GRAND" +value: "431" +data: App\Entity\Tag {#2679 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3562 +label: "GRAPPE" +value: "438" +data: App\Entity\Tag {#2750 …} +attr: [] +labelTranslationParameters: [] } 474 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3563 +label: "GRENOBLE" +value: "474" +data: App\Entity\Tag {#3130 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3564 +label: "GRENOUILLE" +value: "426" +data: App\Entity\Tag {#2655 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3565 +label: "GRIMP" +value: "412" +data: App\Entity\Tag {#2473 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3566 +label: "GRIS" +value: "362" +data: App\Entity\Tag {#1810 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3567 +label: "GROUPEMENT" +value: "374" +data: App\Entity\Tag {#2258 …} +attr: [] +labelTranslationParameters: [] } 465 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3568 +label: "GUERRE" +value: "465" +data: App\Entity\Tag {#3073 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3569 +label: "HALLIGAN" +value: "428" +data: App\Entity\Tag {#2660 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3570 +label: "HONNEUR" +value: "277" +data: App\Entity\Tag {#1445 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3571 +label: "HUMOUR" +value: "273" +data: App\Entity\Tag {#1432 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3572 +label: "INCENDIE" +value: "435" +data: App\Entity\Tag {#2701 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3573 +label: "INTERVENTION" +value: "329" +data: App\Entity\Tag {#1884 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3574 +label: "INTRA" +value: "350" +data: App\Entity\Tag {#2029 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3575 +label: "INVESTIGATION" +value: "348" +data: App\Entity\Tag {#2023 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3576 +label: "JAUNE" +value: "283" +data: App\Entity\Tag {#1509 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3577 +label: "K9" +value: "293" +data: App\Entity\Tag {#1579 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3578 +label: "LEYMENT" +value: "441" +data: App\Entity\Tag {#2792 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3579 +label: "LION" +value: "371" +data: App\Entity\Tag {#2226 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3580 +label: "LOUP" +value: "327" +data: App\Entity\Tag {#1868 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3581 +label: "LYNX" +value: "341" +data: App\Entity\Tag {#1956 …} +attr: [] +labelTranslationParameters: [] } 464 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3582 +label: "MARAIS" +value: "464" +data: App\Entity\Tag {#3070 …} +attr: [] +labelTranslationParameters: [] } 466 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3583 +label: "MEDIEVALE" +value: "466" +data: App\Entity\Tag {#3076 …} +attr: [] +labelTranslationParameters: [] } 470 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3584 +label: "MENOTTE" +value: "470" +data: App\Entity\Tag {#3108 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3585 +label: "MILIEU" +value: "414" +data: App\Entity\Tag {#2480 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3586 +label: "MIRIBEL" +value: "366" +data: App\Entity\Tag {#2216 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3587 +label: "MONTAGNE" +value: "326" +data: App\Entity\Tag {#1853 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3588 +label: "MONTAGNIEU" +value: "264" +data: App\Entity\Tag {#1208 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3589 +label: "MOTO" +value: "298" +data: App\Entity\Tag {#1620 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3590 +label: "MOTOCYCLISTE" +value: "299" +data: App\Entity\Tag {#1623 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3591 +label: "NATIONALE" +value: "271" +data: App\Entity\Tag {#1404 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3592 +label: "NOIR" +value: "318" +data: App\Entity\Tag {#1791 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3593 +label: "NUIT" +value: "305" +data: App\Entity\Tag {#1685 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3594 +label: "NUMERIQUE" +value: "268" +data: App\Entity\Tag {#1395 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3595 +label: "ORANGE" +value: "411" +data: App\Entity\Tag {#3497 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3596 +label: "OYONNAX" +value: "290" +data: App\Entity\Tag {#1560 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3597 +label: "P3" +value: "317" +data: App\Entity\Tag {#1788 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3598 +label: "PAYSDEGEX" +value: "346" +data: App\Entity\Tag {#2017 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3599 +label: "PELETON" +value: "328" +data: App\Entity\Tag {#1882 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3600 +label: "PERILLEUX" +value: "415" +data: App\Entity\Tag {#2483 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3601 +label: "PERIR" +value: "279" +data: App\Entity\Tag {#1451 …} +attr: [] +labelTranslationParameters: [] } 471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3602 +label: "PISTOLET" +value: "471" +data: App\Entity\Tag {#3111 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3603 +label: "PM" +value: "280" +data: App\Entity\Tag {#1499 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3604 +label: "PN" +value: "295" +data: App\Entity\Tag {#1612 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3605 +label: "POLICE" +value: "306" +data: App\Entity\Tag {#1701 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3606 +label: "POLICIER" +value: "309" +data: App\Entity\Tag {#1720 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3607 +label: "POMPIERS" +value: "416" +data: App\Entity\Tag {#2486 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3608 +label: "PONCIN" +value: "447" +data: App\Entity\Tag {#2890 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3609 +label: "PONT" +value: "370" +data: App\Entity\Tag {#2223 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3610 +label: "POULET" +value: "297" +data: App\Entity\Tag {#1617 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3611 +label: "PROTEGER" +value: "287" +data: App\Entity\Tag {#1542 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3612 +label: "PSIG" +value: "458" +data: App\Entity\Tag {#2939 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3613 +label: "PUBLIQUE" +value: "303" +data: App\Entity\Tag {#1683 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3614 +label: "REMENS" +value: "424" +data: App\Entity\Tag {#2626 …} +attr: [] +labelTranslationParameters: [] } 478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3615 +label: "RENNES" +value: "478" +data: App\Entity\Tag {#3162 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3616 +label: "REVONNAS" +value: "436" +data: App\Entity\Tag {#2734 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3617 +label: "RF" +value: "282" +data: App\Entity\Tag {#1506 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3618 +label: "ROUGE" +value: "408" +data: App\Entity\Tag {#1824 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3619 +label: "SAINT ANDRE DE CORCY" +value: "459" +data: App\Entity\Tag {#2953 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3620 +label: "SAPEURS" +value: "422" +data: App\Entity\Tag {#2597 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3621 +label: "SAUVER" +value: "278" +data: App\Entity\Tag {#1448 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3622 +label: "SDIS" +value: "417" +data: App\Entity\Tag {#2514 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3623 +label: "SECOURS" +value: "413" +data: App\Entity\Tag {#2478 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3624 +label: "SECURITE" +value: "302" +data: App\Entity\Tag {#1669 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3625 +label: "SERVIR" +value: "288" +data: App\Entity\Tag {#1544 …} +attr: [] +labelTranslationParameters: [] } 467 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3626 +label: "SETE" +value: "467" +data: App\Entity\Tag {#3089 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3627 +label: "SKI" +value: "325" +data: App\Entity\Tag {#1839 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3628 +label: "SMPM" +value: "457" +data: App\Entity\Tag {#2916 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3629 +label: "SP" +value: "263" +data: App\Entity\Tag {#1210 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3630 +label: "ST DENIS" +value: "444" +data: App\Entity\Tag {#2841 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3631 +label: "ST MAURICE" +value: "423" +data: App\Entity\Tag {#2621 …} +attr: [] +labelTranslationParameters: [] } 473 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3632 +label: "TAZER" +value: "473" +data: App\Entity\Tag {#3117 …} +attr: [] +labelTranslationParameters: [] } 472 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3633 +label: "TONFA" +value: "472" +data: App\Entity\Tag {#3114 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3634 +label: "TOUR" +value: "437" +data: App\Entity\Tag {#2748 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3635 +label: "TRAIN" +value: "386" +data: App\Entity\Tag {#2449 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3636 +label: "TREVOUX" +value: "372" +data: App\Entity\Tag {#2242 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3637 +label: "TRIANGLE" +value: "410" +data: App\Entity\Tag {#3500 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3638 +label: "TUYAUX" +value: "427" +data: App\Entity\Tag {#2657 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3639 +label: "UDSP" +value: "418" +data: App\Entity\Tag {#2560 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3640 +label: "UNION" +value: "419" +data: App\Entity\Tag {#2565 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3641 +label: "URBAINE" +value: "300" +data: App\Entity\Tag {#1626 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3642 +label: "VERT" +value: "359" +data: App\Entity\Tag {#2106 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3643 +label: "VIADUC" +value: "448" +data: App\Entity\Tag {#2904 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3644 +label: "VIF" +value: "344" +data: App\Entity\Tag {#2010 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3645 +label: "VIOLENCES" +value: "349" +data: App\Entity\Tag {#2026 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3646 +label: "VLM" +value: "439" +data: App\Entity\Tag {#2766 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3647 +label: "VOLTAIRE" +value: "404" +data: App\Entity\Tag {#2288 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3476 -form: Symfony\Component\Form\Form {#974 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3477 …5} |
| full_name | "search_filter[tags][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_filter_tags" |
| is_selected | Closure($choice, array $values) {#3479 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#897 …} } |
| label | "Tags" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "tags" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_filter_tags" |
| uses_autocomplete | false |
| valid | true |
| value | [] |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "5b3ed440ab09f44b1bd5b7.lcxbvgy373KgL_R-JQbwjNHkJBG8amlH59zVWQV3TzA.8IJ2jWXPsBjLeYEXdW6j4uiOXSjjOS4FvpSiEDwzKUmllRDyPprZB5N1zA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "5b3ed440ab09f44b1bd5b7.lcxbvgy373KgL_R-JQbwjNHkJBG8amlH59zVWQV3TzA.8IJ2jWXPsBjLeYEXdW6j4uiOXSjjOS4FvpSiEDwzKUmllRDyPprZB5N1zA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data | "5b3ed440ab09f44b1bd5b7.lcxbvgy373KgL_R-JQbwjNHkJBG8amlH59zVWQV3TzA.8IJ2jWXPsBjLeYEXdW6j4uiOXSjjOS4FvpSiEDwzKUmllRDyPprZB5N1zA" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#716 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#3648 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_search_filter__token" ] |
| cache_key | "_search_filter__token_hidden" |
| compound | false |
| data | "5b3ed440ab09f44b1bd5b7.lcxbvgy373KgL_R-JQbwjNHkJBG8amlH59zVWQV3TzA.8IJ2jWXPsBjLeYEXdW6j4uiOXSjjOS4FvpSiEDwzKUmllRDyPprZB5N1zA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3658 -form: Symfony\Component\Form\Form {#3654 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3362 …5} |
| full_name | "search_filter[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_filter__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_filter__token" |
| valid | true |
| value | "5b3ed440ab09f44b1bd5b7.lcxbvgy373KgL_R-JQbwjNHkJBG8amlH59zVWQV3TzA.8IJ2jWXPsBjLeYEXdW6j4uiOXSjjOS4FvpSiEDwzKUmllRDyPprZB5N1zA" |
search_form
"App\Form\SearchFormType"
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 |
|---|---|---|
| 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 | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1033 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#716 …} } |
| 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() {#912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#909 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_form" "_search_form" ] |
| cache_key | "_search_form_search_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3660 -form: Symfony\Component\Form\Form {#1067 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3661 …5} |
| full_name | "search_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "search_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_form" |
| valid | true |
| value | null |
search
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 |
|---|---|---|
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1045 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#716 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1052 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#1044 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_form_search" ] |
| cache_key | "_search_form_search_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3665 -form: Symfony\Component\Form\Form {#1071 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3664 …5} |
| full_name | "search_form[search]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_form_search" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_form_search" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e59d56ab0.SEvU20P1hTUy8osJgCMo-gUsBJYby2polvsE8bDqTCE.PCqC9giSqFN3mdhgskIYuCgYPN5wmywawrB-3P6DDkRxP4PsEpztYGOh5A" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "e59d56ab0.SEvU20P1hTUy8osJgCMo-gUsBJYby2polvsE8bDqTCE.PCqC9giSqFN3mdhgskIYuCgYPN5wmywawrB-3P6DDkRxP4PsEpztYGOh5A" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#856 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#854 …} -namespace: Closure() {#852 …} } |
| data | "e59d56ab0.SEvU20P1hTUy8osJgCMo-gUsBJYby2polvsE8bDqTCE.PCqC9giSqFN3mdhgskIYuCgYPN5wmywawrB-3P6DDkRxP4PsEpztYGOh5A" |
| data_class | null |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#3662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#716 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3666 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#845 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#719 …} $translationDomain: "validators" $message: Closure() {#3667 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_search_form__token" ] |
| cache_key | "_search_form__token_hidden" |
| compound | false |
| data | "e59d56ab0.SEvU20P1hTUy8osJgCMo-gUsBJYby2polvsE8bDqTCE.PCqC9giSqFN3mdhgskIYuCgYPN5wmywawrB-3P6DDkRxP4PsEpztYGOh5A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3677 -form: Symfony\Component\Form\Form {#3673 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3668 …5} |
| full_name | "search_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_form__token" |
| valid | true |
| value | "e59d56ab0.SEvU20P1hTUy8osJgCMo-gUsBJYby2polvsE8bDqTCE.PCqC9giSqFN3mdhgskIYuCgYPN5wmywawrB-3P6DDkRxP4PsEpztYGOh5A" |