- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 2
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- 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
-
-
partenaire
-
programme
-
gouvernorat
-
communes
-
date
-
budget
-
envIntervention
-
modExecution
-
_token
-
search_projet
"App\Form\SearchProjetType"
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
No options were passed when constructing this form.
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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#699 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#602 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#591 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#487 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search_projet" "_search_projet" ] |
| cache_key | "_search_projet_search_projet" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1037 -form: Symfony\Component\Form\Form {#974 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#995 …5} |
| full_name | "search_projet" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search_projet" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet" |
| valid | true |
| value | null |
partenaire
"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" => "form-select select2" ] |
[ "class" => "form-select select2" ] |
| choice_label | "nomFr" |
same as passed value |
| class | "App\Entity\Partenaire" |
same as passed value |
| label | "partenaire" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Séléctionnez partenaire" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nomFr" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#775 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#782 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#839 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#789 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#773 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#781 …} } |
| choices | null |
| class | "App\Entity\Partenaire" |
| 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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …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 {#855 -om: ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#793 …} -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 | "partenaire" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Séléctionnez partenaire" |
| 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() {#777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#756 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_projet_partenaire" ] |
| cache_key | "_search_projet_partenaire_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#827 +label: "CILG VNG international" +value: "7" +data: App\Entity\Partenaire {#1043 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +label: "GIZ" +value: "14" +data: App\Entity\Partenaire {#1106 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "GIZ" +value: "15" +data: App\Entity\Partenaire {#1103 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1038 +label: "Agence espagnole pour la coopération internationale au développement" +value: "16" +data: App\Entity\Partenaire {#1100 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#1012 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1027 …5} |
| full_name | "search_projet[partenaire]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_partenaire" |
| is_selected | Closure($choice, $value) {#1002 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#708 …} } |
| label | "partenaire" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "partenaire" |
| placeholder | "Séléctionnez partenaire" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_partenaire" |
| valid | true |
| value | "" |
programme
"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" => "form-select select2" ] |
[ "class" => "form-select select2" ] |
| choice_label | "nomFr" |
same as passed value |
| class | "App\Entity\Programme" |
same as passed value |
| label | "programme" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Séléctionnez programme" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nomFr" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#823 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#768 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#736 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#789 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#826 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#824 …} } |
| choices | null |
| class | "App\Entity\Programme" |
| 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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …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 {#796 -om: ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#767 …} -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 | "programme" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Séléctionnez programme" |
| 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() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#770 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_projet_programme" ] |
| cache_key | "_search_projet_programme_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#967 +label: "IDEMA : Initiative pour une Décentralisation Efficiente et des Municipalités Attractives IDEMA – Tunisie" +value: "10" +data: App\Entity\Programme {#1088 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1092 +label: "test programme GIZ" +value: "11" +data: App\Entity\Programme {#1140 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1030 -form: Symfony\Component\Form\Form {#1015 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1029 …5} |
| full_name | "search_projet[programme]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_programme" |
| is_selected | Closure($choice, $value) {#1031 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#708 …} } |
| label | "programme" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "programme" |
| placeholder | "Séléctionnez programme" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_programme" |
| valid | true |
| value | "" |
gouvernorat
"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" => "form-select select2" ] |
[ "class" => "form-select select2" ] |
| choice_label | "nomFr" |
same as passed value |
| class | "App\Entity\Gouvernorat" |
same as passed value |
| label | "gouvernorat" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Séléctionnez gouvernorat" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#743 class: "App\Form\SearchProjetType" this: App\Form\SearchProjetType {#601 …} } |
Doctrine\ORM\QueryBuilder {#570 -_em: Doctrine\ORM\EntityManager {#352 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#759 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#787 #from: "App\Entity\Gouvernorat" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#763 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nomFr ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT u FROM App\Entity\Gouvernorat u ORDER BY u.nomFr ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#784 …} -_firstResult: null -_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 |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nomFr" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#774 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#761 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#752 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#789 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#857 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#819 …} } |
| choices | null |
| class | "App\Entity\Gouvernorat" |
| 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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …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 {#755 -om: ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#595 …} -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 | "gouvernorat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Séléctionnez gouvernorat" |
| 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 {#570 -_em: Doctrine\ORM\EntityManager {#352 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#759 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "u" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#787 #from: "App\Entity\Gouvernorat" #alias: "u" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#763 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.nomFr ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT u FROM App\Entity\Gouvernorat u ORDER BY u.nomFr ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#784 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#592 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#714 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_projet_gouvernorat" ] |
| cache_key | "_search_projet_gouvernorat_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1087 +label: "Ariana" +value: "12" +data: App\Entity\Gouvernorat {#1128 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1090 +label: "Béja" +value: "21" +data: App\Entity\Gouvernorat {#1119 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Ben Arous" +value: "13" +data: App\Entity\Gouvernorat {#1124 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +label: "Bizerte" +value: "17" +data: App\Entity\Gouvernorat {#1122 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Gabès" +value: "51" +data: App\Entity\Gouvernorat {#1054 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1132 +label: "Gafsa" +value: "61" +data: App\Entity\Gouvernorat {#1057 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1148 +label: "Jendouba" +value: "22" +data: App\Entity\Gouvernorat {#1076 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "Kairouan" +value: "41" +data: App\Entity\Gouvernorat {#1081 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Kasserine" +value: "42" +data: App\Entity\Gouvernorat {#1086 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +label: "Kébili" +value: "63" +data: App\Entity\Gouvernorat {#1084 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1184 +label: "Kef" +value: "23" +data: App\Entity\Gouvernorat {#1110 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1185 +label: "Mahdia" +value: "33" +data: App\Entity\Gouvernorat {#1113 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1186 +label: "Manouba" +value: "14" +data: App\Entity\Gouvernorat {#1116 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1187 +label: "Médenine" +value: "52" +data: App\Entity\Gouvernorat {#1150 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1188 +label: "Monastir" +value: "32" +data: App\Entity\Gouvernorat {#1154 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1189 +label: "Nabeul" +value: "15" +data: App\Entity\Gouvernorat {#1157 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1190 +label: "Sfax" +value: "34" +data: App\Entity\Gouvernorat {#1160 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1191 +label: "Sidi Bouzid" +value: "43" +data: App\Entity\Gouvernorat {#1163 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1192 +label: "Siliana" +value: "24" +data: App\Entity\Gouvernorat {#1166 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1193 +label: "Sousse" +value: "31" +data: App\Entity\Gouvernorat {#1169 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1194 +label: "Tataouine" +value: "53" +data: App\Entity\Gouvernorat {#1172 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1195 +label: "Tozeur" +value: "62" +data: App\Entity\Gouvernorat {#1175 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1196 +label: "Tunis" +value: "11" +data: App\Entity\Gouvernorat {#1178 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1197 +label: "Zaghouan" +value: "16" +data: App\Entity\Gouvernorat {#1181 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1033 -form: Symfony\Component\Form\Form {#1018 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1032 …5} |
| full_name | "search_projet[gouvernorat]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_gouvernorat" |
| is_selected | Closure($choice, $value) {#1040 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#708 …} } |
| label | "gouvernorat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "gouvernorat" |
| placeholder | "Séléctionnez gouvernorat" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_gouvernorat" |
| valid | true |
| value | "" |
communes
"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 | [ "multiple" => true "class" => "form-select select2" ] |
[ "multiple" => true "class" => "form-select select2" ] |
| choice_label | "nomFr" |
same as passed value |
| class | "App\Entity\Commune" |
same as passed value |
| label | "Commune" |
same as passed value |
| mapped | false |
false
|
| multiple | true |
same as passed value |
| placeholder | "Séléctionnez commune" |
null
|
| query_builder | null |
null
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "multiple" => true "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nomFr" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#876 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#798 …} } |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#878 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#879 …} } |
| choices | null |
| class | "App\Entity\Commune" |
| 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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …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 {#791 -om: ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#792 …} -singleId: true -intId: false -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Commune" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | true |
| placeholder | null |
| 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() {#836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#835 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "multiple" => true "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_projet_communes" ] |
| cache_key | "_search_projet_communes_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1201 +label: "Tunis Ville" +value: "1111" +data: App\Entity\Commune {#1215 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "Le Bardo" +value: "1112" +data: App\Entity\Commune {#1220 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "EL kram" +value: "1113" +data: App\Entity\Commune {#1223 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "La Goulette" +value: "1114" +data: App\Entity\Commune {#1226 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1202 +label: "Carthage" +value: "1115" +data: App\Entity\Commune {#1229 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "Sidi Bou Said" +value: "1116" +data: App\Entity\Commune {#1232 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +label: "La Marsa" +value: "1117" +data: App\Entity\Commune {#1235 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +label: "Sidi Hassine" +value: "1118" +data: App\Entity\Commune {#1238 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "Ariana" +value: "1211" +data: App\Entity\Commune {#1241 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "Soukra" +value: "1212" +data: App\Entity\Commune {#1244 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2264 +label: "Raoued" +value: "1213" +data: App\Entity\Commune {#1247 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2265 +label: "Kalaat El Andalos" +value: "1214" +data: App\Entity\Commune {#1250 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2266 +label: "Sidi Thabet" +value: "1215" +data: App\Entity\Commune {#1253 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2267 +label: "Ettadhamen" +value: "1216" +data: App\Entity\Commune {#1256 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2268 +label: "El Mnihla" +value: "1217" +data: App\Entity\Commune {#1259 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2269 +label: "Ben Arous" +value: "1311" +data: App\Entity\Commune {#1262 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2270 +label: "El Mourouj" +value: "1312" +data: App\Entity\Commune {#1265 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2271 +label: "Hammam Lif" +value: "1313" +data: App\Entity\Commune {#1268 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +label: "Hammam Chott" +value: "1314" +data: App\Entity\Commune {#1271 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +label: "Bou Mhel El Bassatine" +value: "1315" +data: App\Entity\Commune {#1274 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2274 +label: "Ez-Zahra" +value: "1316" +data: App\Entity\Commune {#1277 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2275 +label: "Rades" +value: "1317" +data: App\Entity\Commune {#1280 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2276 +label: "Megrine" +value: "1318" +data: App\Entity\Commune {#1283 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2277 +label: "Mhamedia" +value: "1319" +data: App\Entity\Commune {#1286 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2278 +label: "Mornag" +value: "1320" +data: App\Entity\Commune {#1289 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2279 +label: "Khelidia" +value: "1321" +data: App\Entity\Commune {#1292 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2280 +label: "Fouchana" +value: "1322" +data: App\Entity\Commune {#1295 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2281 +label: "Mannouba" +value: "1411" +data: App\Entity\Commune {#1298 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2282 +label: "Denden" +value: "1412" +data: App\Entity\Commune {#1301 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2283 +label: "Douar Hicher" +value: "1413" +data: App\Entity\Commune {#1304 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2284 +label: "Oued Ellil" +value: "1414" +data: App\Entity\Commune {#1307 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +label: "Mornaguia" +value: "1415" +data: App\Entity\Commune {#1310 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +label: "Borj El Amri" +value: "1416" +data: App\Entity\Commune {#1313 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2287 +label: "Djedaida" +value: "1417" +data: App\Entity\Commune {#1316 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2288 +label: "Tebourba" +value: "1418" +data: App\Entity\Commune {#1319 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2289 +label: "El Battan" +value: "1419" +data: App\Entity\Commune {#1322 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2290 +label: "El Bassatine" +value: "1420" +data: App\Entity\Commune {#1325 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2291 +label: "Nabeul" +value: "1511" +data: App\Entity\Commune {#1328 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2292 +label: "Dar Chaabane El Fehri" +value: "1512" +data: App\Entity\Commune {#1331 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2293 +label: "Beni Khiar" +value: "1513" +data: App\Entity\Commune {#1334 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2294 +label: "El Mâamoura" +value: "1514" +data: App\Entity\Commune {#1337 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2295 +label: "Somaâ" +value: "1515" +data: App\Entity\Commune {#1340 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2296 +label: "Korba" +value: "1516" +data: App\Entity\Commune {#1343 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2297 +label: "Tazarka" +value: "1517" +data: App\Entity\Commune {#1346 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +label: "Menzel Temime" +value: "1518" +data: App\Entity\Commune {#1349 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +label: "Menzel Horr" +value: "1519" +data: App\Entity\Commune {#1352 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2300 +label: "El Mida" +value: "1520" +data: App\Entity\Commune {#1355 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2301 +label: "Kelibia" +value: "1521" +data: App\Entity\Commune {#1358 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2302 +label: "Azmour" +value: "1522" +data: App\Entity\Commune {#1361 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2303 +label: "Hammam El Guezaz" +value: "1523" +data: App\Entity\Commune {#1364 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2304 +label: "Dar Allouch" +value: "1524" +data: App\Entity\Commune {#1367 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2305 +label: "El Haouaria" +value: "1525" +data: App\Entity\Commune {#1370 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2306 +label: "Takelsa" +value: "1526" +data: App\Entity\Commune {#1373 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2307 +label: "Soliman" +value: "1527" +data: App\Entity\Commune {#1376 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2308 +label: "Korbous" +value: "1528" +data: App\Entity\Commune {#1379 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2309 +label: "Menzel Bou Zelfa" +value: "1529" +data: App\Entity\Commune {#1382 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2310 +label: "Beni Khalled" +value: "1530" +data: App\Entity\Commune {#1385 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +label: "Zaouiet Djedidi" +value: "1531" +data: App\Entity\Commune {#1388 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +label: "Grombalia" +value: "1532" +data: App\Entity\Commune {#1391 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2313 +label: "Bou Argoub" +value: "1533" +data: App\Entity\Commune {#1394 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2314 +label: "Hammamet" +value: "1534" +data: App\Entity\Commune {#1397 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2315 +label: "Fondek Ejedid - Es Selten" +value: "1535" +data: App\Entity\Commune {#1400 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2316 +label: "Tazegrane Boukrim Zaouiet Mgaiez" +value: "1536" +data: App\Entity\Commune {#1403 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2317 +label: "Sidi Jedidi" +value: "1537" +data: App\Entity\Commune {#1406 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2318 +label: "Echerifet Boucharray " +value: "1538" +data: App\Entity\Commune {#1409 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2319 +label: "Zaghouan" +value: "1611" +data: App\Entity\Commune {#1412 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2320 +label: "Ez-Zeriba" +value: "1612" +data: App\Entity\Commune {#1415 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2321 +label: "Bir Mchergua" +value: "1613" +data: App\Entity\Commune {#1418 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2322 +label: "Jebel Oust" +value: "1614" +data: App\Entity\Commune {#1421 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2323 +label: "El Fahs" +value: "1615" +data: App\Entity\Commune {#1424 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +label: "En-Nadhour" +value: "1616" +data: App\Entity\Commune {#1427 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +label: "Saouaf" +value: "1617" +data: App\Entity\Commune {#1430 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2326 +label: "El Amaiem" +value: "1618" +data: App\Entity\Commune {#1433 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2327 +label: "Bizerte" +value: "1711" +data: App\Entity\Commune {#1436 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2328 +label: "Sedjnane" +value: "1712" +data: App\Entity\Commune {#1439 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2329 +label: "Mateur" +value: "1713" +data: App\Entity\Commune {#1442 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2330 +label: "Menzel Bourguiba" +value: "1714" +data: App\Entity\Commune {#1445 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2331 +label: "Tinja" +value: "1715" +data: App\Entity\Commune {#1448 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2332 +label: "Ghar El Meleh" +value: "1716" +data: App\Entity\Commune {#1451 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2333 +label: "Ousja" +value: "1717" +data: App\Entity\Commune {#1454 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2334 +label: "Menzel Djemil" +value: "1718" +data: App\Entity\Commune {#1457 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2335 +label: "Menzel Abderrahmen" +value: "1719" +data: App\Entity\Commune {#1460 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2336 +label: "El Alia" +value: "1720" +data: App\Entity\Commune {#1463 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +label: "Ras El Djebel" +value: "1721" +data: App\Entity\Commune {#1466 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +label: "Metline" +value: "1722" +data: App\Entity\Commune {#1469 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +label: "Rafraf" +value: "1723" +data: App\Entity\Commune {#1472 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2340 +label: "Utique" +value: "1724" +data: App\Entity\Commune {#1475 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2341 +label: "Joumine" +value: "1725" +data: App\Entity\Commune {#1478 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +label: "Ghzala" +value: "1726" +data: App\Entity\Commune {#1481 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2343 +label: "El Hchachna" +value: "1727" +data: App\Entity\Commune {#1484 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2344 +label: "Béja" +value: "2111" +data: App\Entity\Commune {#1487 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2345 +label: "El Mâagoula" +value: "2112" +data: App\Entity\Commune {#1490 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +label: "Zahret Medien" +value: "2113" +data: App\Entity\Commune {#1493 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2347 +label: "Nefza" +value: "2114" +data: App\Entity\Commune {#1496 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2348 +label: "Teboursouk" +value: "2115" +data: App\Entity\Commune {#1499 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +label: "Testour" +value: "2116" +data: App\Entity\Commune {#1502 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +label: "Goubellat" +value: "2117" +data: App\Entity\Commune {#1505 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +label: "Medjez El Bab" +value: "2118" +data: App\Entity\Commune {#1508 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +label: "Tibar" +value: "2119" +data: App\Entity\Commune {#1511 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2353 +label: "Ouechtata - El Jamila" +value: "2120" +data: App\Entity\Commune {#1514 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2354 +label: "Sidi Ismail" +value: "2121" +data: App\Entity\Commune {#1517 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2355 +label: "Slouguia" +value: "2122" +data: App\Entity\Commune {#1520 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2356 +label: "Jendouba" +value: "2211" +data: App\Entity\Commune {#1523 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2357 +label: "Bou Salem" +value: "2212" +data: App\Entity\Commune {#1526 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2358 +label: "Tabarka" +value: "2213" +data: App\Entity\Commune {#1529 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2359 +label: "Ain Draham" +value: "2214" +data: App\Entity\Commune {#1532 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +label: "Fernana" +value: "2215" +data: App\Entity\Commune {#1535 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2361 +label: "Beni Mtir" +value: "2216" +data: App\Entity\Commune {#1538 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2362 +label: "Ghardimaou" +value: "2217" +data: App\Entity\Commune {#1541 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +label: "Oued Meliz" +value: "2218" +data: App\Entity\Commune {#1544 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +label: "Balta -Bouaouene" +value: "2219" +data: App\Entity\Commune {#1547 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2365 +label: "Souk Es-Sabet" +value: "2220" +data: App\Entity\Commune {#1550 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +label: "El Golaa - El Maaden -Forgassen" +value: "2221" +data: App\Entity\Commune {#1553 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "Jaouaouada" +value: "2222" +data: App\Entity\Commune {#1556 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "Tabarka Nouvelle" +value: "2223" +data: App\Entity\Commune {#1559 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "Hammem Bourguiba" +value: "2224" +data: App\Entity\Commune {#1562 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "Le Kef" +value: "2311" +data: App\Entity\Commune {#1565 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "Nebeur" +value: "2312" +data: App\Entity\Commune {#1568 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "Touiref" +value: "2313" +data: App\Entity\Commune {#1571 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "Sakiet Sidi Youssef" +value: "2314" +data: App\Entity\Commune {#1574 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "Tajerouine" +value: "2315" +data: App\Entity\Commune {#1577 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "Menzel Salem" +value: "2316" +data: App\Entity\Commune {#1580 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "Kalâat Snan" +value: "2317" +data: App\Entity\Commune {#1583 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "Kalâat Khasba" +value: "2318" +data: App\Entity\Commune {#1586 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "Djerissa" +value: "2319" +data: App\Entity\Commune {#1589 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "El Ksour" +value: "2320" +data: App\Entity\Commune {#1592 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "Dahmani" +value: "2321" +data: App\Entity\Commune {#1595 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "Es-Sers" +value: "2322" +data: App\Entity\Commune {#1598 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "Zâafrane - Dyr El Kef" +value: "2323" +data: App\Entity\Commune {#1601 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "Bahra" +value: "2324" +data: App\Entity\Commune {#1604 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2384 +label: "El Marja" +value: "2325" +data: App\Entity\Commune {#1607 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "Siliana" +value: "2411" +data: App\Entity\Commune {#1610 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "Bou Arada" +value: "2412" +data: App\Entity\Commune {#1613 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "Gaâfour" +value: "2413" +data: App\Entity\Commune {#1616 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "El Krib" +value: "2414" +data: App\Entity\Commune {#1619 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "Sidi Bourouis" +value: "2415" +data: App\Entity\Commune {#1622 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "Makthar" +value: "2416" +data: App\Entity\Commune {#1625 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2391 +label: "Er-Rouhia" +value: "2417" +data: App\Entity\Commune {#1628 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2392 +label: "Kesra" +value: "2418" +data: App\Entity\Commune {#1631 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +label: "Bargou" +value: "2419" +data: App\Entity\Commune {#1634 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +label: "El Aroussa" +value: "2420" +data: App\Entity\Commune {#1637 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +label: "Sidi Morched" +value: "2421" +data: App\Entity\Commune {#1640 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +label: "El Hababsa" +value: "2422" +data: App\Entity\Commune {#1643 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "Sousse" +value: "3111" +data: App\Entity\Commune {#1646 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "Ksibet Sousse et Thrayet" +value: "3112" +data: App\Entity\Commune {#1649 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "Ezzouhour" +value: "3113" +data: App\Entity\Commune {#1652 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "Zaouiet Sousse" +value: "3114" +data: App\Entity\Commune {#1655 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "Hammam Sousse" +value: "3115" +data: App\Entity\Commune {#1658 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2402 +label: "Akouda" +value: "3116" +data: App\Entity\Commune {#1661 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "Kalâa Kébira" +value: "3117" +data: App\Entity\Commune {#1664 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "Sidi Bou Ali" +value: "3118" +data: App\Entity\Commune {#1667 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "Hergla" +value: "3119" +data: App\Entity\Commune {#1670 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "Enfidha" +value: "3120" +data: App\Entity\Commune {#1673 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "Bouficha" +value: "3121" +data: App\Entity\Commune {#1676 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "Sidi El Heni" +value: "3122" +data: App\Entity\Commune {#1679 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2409 +label: "MSaken" +value: "3123" +data: App\Entity\Commune {#1682 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +label: "Kalâa Seghira" +value: "3124" +data: App\Entity\Commune {#1685 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2411 +label: "Messâdine" +value: "3125" +data: App\Entity\Commune {#1688 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2412 +label: "Kandar" +value: "3126" +data: App\Entity\Commune {#1691 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "Gerimet Hicher" +value: "3127" +data: App\Entity\Commune {#1694 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "Chott Meriam" +value: "3128" +data: App\Entity\Commune {#1697 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2415 +label: "Monastir" +value: "3211" +data: App\Entity\Commune {#1700 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2416 +label: "Khenis" +value: "3212" +data: App\Entity\Commune {#1703 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2417 +label: "Ouerdanine" +value: "3213" +data: App\Entity\Commune {#1706 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2418 +label: "Sahline Môotmar" +value: "3214" +data: App\Entity\Commune {#1709 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2419 +label: "Sidi Ameur Mesjed Issa" +value: "3215" +data: App\Entity\Commune {#1712 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2420 +label: "Zermadine" +value: "3216" +data: App\Entity\Commune {#1715 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +label: "Beni Hassen" +value: "3217" +data: App\Entity\Commune {#1718 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2422 +label: "Ghnada" +value: "3218" +data: App\Entity\Commune {#1721 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +label: "Djammel" +value: "3219" +data: App\Entity\Commune {#1724 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2424 +label: "Menzel Kamel" +value: "3220" +data: App\Entity\Commune {#1727 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2425 +label: "Zouiet Kontoch" +value: "3221" +data: App\Entity\Commune {#1730 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +label: "Bembla Manara" +value: "3222" +data: App\Entity\Commune {#1733 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +label: "Menzel En-Nour" +value: "3223" +data: App\Entity\Commune {#1736 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2428 +label: "EL Masdour" +value: "3224" +data: App\Entity\Commune {#1739 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2429 +label: "Moknine" +value: "3225" +data: App\Entity\Commune {#1742 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2430 +label: "Sidi Bennour" +value: "3226" +data: App\Entity\Commune {#1745 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2431 +label: "Menzel Farsi" +value: "3227" +data: App\Entity\Commune {#1748 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2432 +label: "Amiret El Fhoul" +value: "3228" +data: App\Entity\Commune {#1751 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2433 +label: "Amiret Touazra" +value: "3229" +data: App\Entity\Commune {#1754 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +label: "Amirat Hojjaj" +value: "3230" +data: App\Entity\Commune {#1757 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2435 +label: "Cherahil" +value: "3231" +data: App\Entity\Commune {#1760 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +label: "Bekalta" +value: "3232" +data: App\Entity\Commune {#1763 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2437 +label: "Teboulba" +value: "3233" +data: App\Entity\Commune {#1766 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2438 +label: "Ksar Helal" +value: "3234" +data: App\Entity\Commune {#1769 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +label: "Ksibt El Mediouni" +value: "3235" +data: App\Entity\Commune {#1772 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +label: "Benen Bodher" +value: "3236" +data: App\Entity\Commune {#1775 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2441 +label: "Touza" +value: "3237" +data: App\Entity\Commune {#1778 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2442 +label: "Sayada" +value: "3238" +data: App\Entity\Commune {#1781 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2443 +label: "Lamta" +value: "3239" +data: App\Entity\Commune {#1784 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2444 +label: "Bou-Hajar" +value: "3240" +data: App\Entity\Commune {#1787 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2445 +label: "Menzel Hayet" +value: "3241" +data: App\Entity\Commune {#1790 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2446 +label: "Mahdia" +value: "3311" +data: App\Entity\Commune {#1793 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +label: "Réjiche" +value: "3312" +data: App\Entity\Commune {#1796 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2448 +label: "Bou Merdes" +value: "3313" +data: App\Entity\Commune {#1799 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +label: "Ouled Chamekh" +value: "3314" +data: App\Entity\Commune {#1802 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2450 +label: "Chorbane" +value: "3315" +data: App\Entity\Commune {#1805 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2451 +label: "Hebira" +value: "3316" +data: App\Entity\Commune {#1808 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +label: "Essouassi" +value: "3317" +data: App\Entity\Commune {#1811 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +label: "El Djem" +value: "3318" +data: App\Entity\Commune {#1814 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2454 +label: "Kerker" +value: "3319" +data: App\Entity\Commune {#1817 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2455 +label: "Chebba" +value: "3320" +data: App\Entity\Commune {#1820 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2456 +label: "Melloulech" +value: "3321" +data: App\Entity\Commune {#1823 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "Sidi Alouane" +value: "3322" +data: App\Entity\Commune {#1826 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2458 +label: "Ksour Essef" +value: "3323" +data: App\Entity\Commune {#1829 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2459 +label: "El Bradâa" +value: "3324" +data: App\Entity\Commune {#1832 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "Sidi Zid-Ouled Moulahem" +value: "3325" +data: App\Entity\Commune {#1835 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "El Hekaima" +value: "3326" +data: App\Entity\Commune {#1838 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +label: "Talalsa" +value: "3327" +data: App\Entity\Commune {#1841 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2463 +label: "Zalba" +value: "3328" +data: App\Entity\Commune {#1844 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "Sfax" +value: "3411" +data: App\Entity\Commune {#1847 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "Sakiet Ezzit" +value: "3412" +data: App\Entity\Commune {#1850 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "Chihia" +value: "3413" +data: App\Entity\Commune {#1853 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "Sakiet Eddaier" +value: "3414" +data: App\Entity\Commune {#1856 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2468 +label: "Gremda" +value: "3415" +data: App\Entity\Commune {#1859 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "El ain" +value: "3416" +data: App\Entity\Commune {#1862 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "Tina" +value: "3417" +data: App\Entity\Commune {#1865 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "Agareb" +value: "3418" +data: App\Entity\Commune {#1868 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2472 +label: "Djebeniana" +value: "3419" +data: App\Entity\Commune {#1871 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +label: "El Hencha" +value: "3420" +data: App\Entity\Commune {#1874 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2474 +label: "Menzel Chaker" +value: "3421" +data: App\Entity\Commune {#1877 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "El Gheraiba" +value: "3422" +data: App\Entity\Commune {#1880 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2476 +label: "Bir Ali Ben Khelifa" +value: "3423" +data: App\Entity\Commune {#1883 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2477 +label: "Skhira" +value: "3424" +data: App\Entity\Commune {#1886 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +label: "Mahrès" +value: "3425" +data: App\Entity\Commune {#1889 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +label: "Kerkennah" +value: "3426" +data: App\Entity\Commune {#1892 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2480 +label: "El Amra" +value: "3427" +data: App\Entity\Commune {#1895 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2481 +label: "El Aouabed-Khazanet" +value: "3428" +data: App\Entity\Commune {#1898 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2482 +label: "Bir Ali Nord" +value: "3429" +data: App\Entity\Commune {#1901 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2483 +label: "El Hajeb" +value: "3430" +data: App\Entity\Commune {#1904 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2484 +label: "Hzag-Ellouza" +value: "3431" +data: App\Entity\Commune {#1907 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2485 +label: "Ennour - Sfax" +value: "3432" +data: App\Entity\Commune {#1910 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +label: "En-Nacer" +value: "3433" +data: App\Entity\Commune {#1913 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2487 +label: "Kairouan" +value: "4111" +data: App\Entity\Commune {#1916 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +label: "Echbika" +value: "4112" +data: App\Entity\Commune {#1919 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2489 +label: "Sbikha" +value: "4113" +data: App\Entity\Commune {#1922 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2490 +label: "El Oueslatia" +value: "4114" +data: App\Entity\Commune {#1925 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +label: "Ain Djeloula" +value: "4115" +data: App\Entity\Commune {#1928 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +label: "Haffouz" +value: "4116" +data: App\Entity\Commune {#1931 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2493 +label: "El Alâa" +value: "4117" +data: App\Entity\Commune {#1934 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2494 +label: "Hajeb El Ayoun" +value: "4118" +data: App\Entity\Commune {#1937 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2495 +label: "Nasrallah" +value: "4119" +data: App\Entity\Commune {#1940 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2496 +label: "Menzel Mehiri" +value: "4120" +data: App\Entity\Commune {#1943 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2497 +label: "Echrarda" +value: "4121" +data: App\Entity\Commune {#1946 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2498 +label: "Bouhajla" +value: "4122" +data: App\Entity\Commune {#1949 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +label: "Sisseb-Ed-Dheriaat" +value: "4123" +data: App\Entity\Commune {#1952 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2500 +label: "Jehina" +value: "4124" +data: App\Entity\Commune {#1955 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +label: "Rakada" +value: "4125" +data: App\Entity\Commune {#1958 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2502 +label: "Abida" +value: "4126" +data: App\Entity\Commune {#1961 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2503 +label: "Chwayhia" +value: "4127" +data: App\Entity\Commune {#1964 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +label: "El Aîn El Beidha" +value: "4128" +data: App\Entity\Commune {#1967 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +label: "Chaouachi" +value: "4129" +data: App\Entity\Commune {#1970 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2506 +label: "Kasserine" +value: "4211" +data: App\Entity\Commune {#1973 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2507 +label: "Sbeitla" +value: "4212" +data: App\Entity\Commune {#1976 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2508 +label: "Sbiba" +value: "4213" +data: App\Entity\Commune {#1979 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2509 +label: "Djedeliane" +value: "4214" +data: App\Entity\Commune {#1982 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2510 +label: "Thala" +value: "4215" +data: App\Entity\Commune {#1985 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2511 +label: "Hidra" +value: "4216" +data: App\Entity\Commune {#1988 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +label: "Foussana" +value: "4217" +data: App\Entity\Commune {#1991 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2513 +label: "Feriana" +value: "4218" +data: App\Entity\Commune {#1994 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +label: "Telept" +value: "4219" +data: App\Entity\Commune {#1997 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2515 +label: "Majel Bel Abbes" +value: "4220" +data: App\Entity\Commune {#2000 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2516 +label: "El Ayoun" +value: "4221" +data: App\Entity\Commune {#2003 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +label: "Hassi El Farid" +value: "4222" +data: App\Entity\Commune {#2006 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +label: "Ez-Zouhour" +value: "4223" +data: App\Entity\Commune {#2009 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2519 +label: "En-Nour - Kasserine" +value: "4224" +data: App\Entity\Commune {#2012 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2520 +label: "Ech-Charayaa- Machrek Ech-Chams" +value: "4225" +data: App\Entity\Commune {#2015 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2521 +label: "Er-Rakhmet" +value: "4226" +data: App\Entity\Commune {#2018 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2522 +label: "Ain El Khemaissia" +value: "4227" +data: App\Entity\Commune {#2021 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2523 +label: "Khmouda" +value: "4228" +data: App\Entity\Commune {#2024 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2524 +label: "Bouzguam" +value: "4229" +data: App\Entity\Commune {#2027 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +label: "Sidi Bouzid" +value: "4311" +data: App\Entity\Commune {#2030 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2526 +label: "Djelma" +value: "4312" +data: App\Entity\Commune {#2033 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +label: "Cebalet" +value: "4313" +data: App\Entity\Commune {#2036 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2528 +label: "Bir El Hafey" +value: "4314" +data: App\Entity\Commune {#2039 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2529 +label: "Sidi Ali Ben Aoun" +value: "4315" +data: App\Entity\Commune {#2042 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +label: "Menzel Bouzaine" +value: "4316" +data: App\Entity\Commune {#2045 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +label: "Meknassy" +value: "4317" +data: App\Entity\Commune {#2048 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2532 +label: "Mezzouna" +value: "4318" +data: App\Entity\Commune {#2051 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2533 +label: "Regueb" +value: "4319" +data: App\Entity\Commune {#2054 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2534 +label: "Ouled Haffouz" +value: "4320" +data: App\Entity\Commune {#2057 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2535 +label: "Essaaida" +value: "4321" +data: App\Entity\Commune {#2060 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "Souk Jedid" +value: "4322" +data: App\Entity\Commune {#2063 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2537 +label: "EL Assouada" +value: "4323" +data: App\Entity\Commune {#2066 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +label: "Faiedh Bennour" +value: "4324" +data: App\Entity\Commune {#2069 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2539 +label: "Batten El Ghézel" +value: "4325" +data: App\Entity\Commune {#2072 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +label: "Rahal" +value: "4326" +data: App\Entity\Commune {#2075 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2541 +label: "El Mansoura" +value: "4327" +data: App\Entity\Commune {#2078 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2542 +label: "Gabes" +value: "5111" +data: App\Entity\Commune {#2081 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +label: "Chenini Nahal" +value: "5112" +data: App\Entity\Commune {#2084 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +label: "Ghanouch" +value: "5113" +data: App\Entity\Commune {#2087 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "El Metouia" +value: "5114" +data: App\Entity\Commune {#2090 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "Ouedhref" +value: "5115" +data: App\Entity\Commune {#2093 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2547 +label: "El Hamma" +value: "5116" +data: App\Entity\Commune {#2096 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "Matmata " +value: "5117" +data: App\Entity\Commune {#2099 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2549 +label: "Nouvelle Matmata" +value: "5118" +data: App\Entity\Commune {#2102 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2550 +label: "Mareth" +value: "5119" +data: App\Entity\Commune {#2105 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "Ezzarat" +value: "5120" +data: App\Entity\Commune {#2108 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2552 +label: "Menzel El Habib" +value: "5121" +data: App\Entity\Commune {#2111 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "Bou-chemma" +value: "5122" +data: App\Entity\Commune {#2114 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2554 +label: "Teboulbou" +value: "5123" +data: App\Entity\Commune {#2117 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2555 +label: "Hamma Ouest" +value: "5124" +data: App\Entity\Commune {#2120 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +label: "Kattana" +value: "5125" +data: App\Entity\Commune {#2123 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "Dkhilet Toujane" +value: "5126" +data: App\Entity\Commune {#2126 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "Mednine" +value: "5211" +data: App\Entity\Commune {#2129 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2559 +label: "Beni Khedache" +value: "5212" +data: App\Entity\Commune {#2132 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2560 +label: "Ben Guerdane" +value: "5213" +data: App\Entity\Commune {#2135 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2561 +label: "Zarzis" +value: "5214" +data: App\Entity\Commune {#2138 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2562 +label: "Djerba Houmet Souk" +value: "5215" +data: App\Entity\Commune {#2141 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2563 +label: "Djerba Midoun" +value: "5216" +data: App\Entity\Commune {#2144 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +label: "Djerba Ajim" +value: "5217" +data: App\Entity\Commune {#2147 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2565 +label: "Sidi Makhlouf" +value: "5218" +data: App\Entity\Commune {#2150 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +label: "Zarzis Nord" +value: "5219" +data: App\Entity\Commune {#2153 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2567 +label: "Bou-Ghrara" +value: "5220" +data: App\Entity\Commune {#2156 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2568 +label: "Tataouine" +value: "5311" +data: App\Entity\Commune {#2159 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +label: "Bir Lahmar" +value: "5312" +data: App\Entity\Commune {#2162 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +label: "Ghomrassen" +value: "5313" +data: App\Entity\Commune {#2165 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2571 +label: "Dhehiba" +value: "5314" +data: App\Entity\Commune {#2168 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2572 +label: "Remada" +value: "5315" +data: App\Entity\Commune {#2171 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2573 +label: "Smar" +value: "5316" +data: App\Entity\Commune {#2174 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2574 +label: "Tataouine Sud" +value: "5317" +data: App\Entity\Commune {#2177 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2575 +label: "Gafsa" +value: "6111" +data: App\Entity\Commune {#2180 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2576 +label: "El Ksar" +value: "6112" +data: App\Entity\Commune {#2183 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +label: "Moularès" +value: "6113" +data: App\Entity\Commune {#2186 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2578 +label: "Redeyef" +value: "6114" +data: App\Entity\Commune {#2189 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +label: "Metlaoui" +value: "6115" +data: App\Entity\Commune {#2192 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2580 +label: "Mdhila" +value: "6116" +data: App\Entity\Commune {#2195 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2581 +label: "Guetar" +value: "6117" +data: App\Entity\Commune {#2198 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +label: "Sned" +value: "6118" +data: App\Entity\Commune {#2201 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +label: "Belkhir" +value: "6119" +data: App\Entity\Commune {#2204 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2584 +label: "Sidi Aich" +value: "6120" +data: App\Entity\Commune {#2207 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2585 +label: "Lala" +value: "6121" +data: App\Entity\Commune {#2210 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2586 +label: "Sidi Boubaker" +value: "6122" +data: App\Entity\Commune {#2213 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2587 +label: "Zanouch" +value: "6123" +data: App\Entity\Commune {#2216 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "Tozeur" +value: "6211" +data: App\Entity\Commune {#2219 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "De guech" +value: "6212" +data: App\Entity\Commune {#2222 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +label: "Hamet Jerid" +value: "6213" +data: App\Entity\Commune {#2225 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "Nefta" +value: "6214" +data: App\Entity\Commune {#2228 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +label: "Tameghza" +value: "6215" +data: App\Entity\Commune {#2231 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2593 +label: "Hazoua" +value: "6216" +data: App\Entity\Commune {#2234 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2594 +label: "Kebili" +value: "6311" +data: App\Entity\Commune {#2237 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +label: "Jemna" +value: "6312" +data: App\Entity\Commune {#2240 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "Douz" +value: "6313" +data: App\Entity\Commune {#2243 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "El Golâa" +value: "6314" +data: App\Entity\Commune {#2246 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "Souk El Ahad" +value: "6315" +data: App\Entity\Commune {#2249 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "Faouar" +value: "6316" +data: App\Entity\Commune {#2252 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "Rejim Maatoug" +value: "6317" +data: App\Entity\Commune {#2255 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "Bechelli-Jersine-El Blidete" +value: "6318" +data: App\Entity\Commune {#2258 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "Bèchri-Fatnassa " +value: "6319" +data: App\Entity\Commune {#2261 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1198 -form: Symfony\Component\Form\Form {#976 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1072 …5} |
| full_name | "search_projet[communes][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_communes" |
| is_selected | Closure($choice, array $values) {#1200 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#708 …} } |
| label | "Commune" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "communes" |
| 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_projet_communes" |
| valid | true |
| value | [] |
date
"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
No options were passed when constructing this form.
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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#899 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#602 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#898 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_projet_date" ] |
| cache_key | "_search_projet_date_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2603 -form: Symfony\Component\Form\Form {#979 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1199 …5} |
| full_name | "search_projet[date]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_date" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "date" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_date" |
| valid | true |
| value | "" |
budget
"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
No options were passed when constructing this form.
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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#906 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#602 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#907 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_projet_budget" ] |
| cache_key | "_search_projet_budget_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2604 -form: Symfony\Component\Form\Form {#982 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2605 …5} |
| full_name | "search_projet[budget]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_budget" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "budget" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_budget" |
| valid | true |
| value | "" |
envIntervention
"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" => "form-select select2" ] |
[ "class" => "form-select select2" ] |
| choice_label | "nomFr" |
same as passed value |
| class | "App\Entity\EnvIntervention" |
same as passed value |
| label | "Env Intervention" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Séléctionnez Env Intervention" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nomFr" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#931 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#917 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#928 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#789 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#936 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#934 …} } |
| choices | null |
| class | "App\Entity\EnvIntervention" |
| 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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …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 {#920 -om: ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#918 …} -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 | "Env Intervention" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Séléctionnez Env Intervention" |
| 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() {#916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#915 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_projet_envIntervention" ] |
| cache_key | "_search_projet_envIntervention_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2610 +label: "Urbain" +value: "2" +data: App\Entity\EnvIntervention {#2624 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +label: "Rural" +value: "3" +data: App\Entity\EnvIntervention {#2622 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2612 +label: "Semi-rural" +value: "4" +data: App\Entity\EnvIntervention {#2628 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2606 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2607 …5} |
| full_name | "search_projet[envIntervention]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_envIntervention" |
| is_selected | Closure($choice, $value) {#2609 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#708 …} } |
| label | "Env Intervention" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "envIntervention" |
| placeholder | "Séléctionnez Env Intervention" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_envIntervention" |
| valid | true |
| value | "" |
modExecution
"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" => "form-select select2" ] |
[ "class" => "form-select select2" ] |
| choice_label | "nomFr" |
same as passed value |
| class | "App\Entity\ModExecution" |
same as passed value |
| label | "Mod Execution" |
same as passed value |
| mapped | false |
false
|
| placeholder | "Séléctionnez Mod Execution" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "nomFr" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#961 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#947 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#958 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#789 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#966 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#964 …} } |
| choices | null |
| class | "App\Entity\ModExecution" |
| 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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data_class | null |
| disabled | false |
| em | ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …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 {#950 -om: ContainerN6ZN3j0\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#393 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#948 …} -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 | "Mod Execution" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Séléctionnez Mod Execution" |
| 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() {#946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#945 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-select select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_search_projet_modExecution" ] |
| cache_key | "_search_projet_modExecution_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2614 +label: "Partenariat public / privé" +value: "2" +data: App\Entity\ModExecution {#2639 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2633 +label: "Secteur public" +value: "3" +data: App\Entity\ModExecution {#2637 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2613 +label: "Secteur privé" +value: "4" +data: App\Entity\ModExecution {#2643 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +label: "Partenariat avec un groupe local" +value: "5" +data: App\Entity\ModExecution {#2644 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +label: "Partenariat avec la société civile" +value: "6" +data: App\Entity\ModExecution {#2645 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2636 +label: "Autres" +value: "7" +data: App\Entity\ModExecution {#2646 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2627 -form: Symfony\Component\Form\Form {#988 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2608 …5} |
| full_name | "search_projet[modExecution]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet_modExecution" |
| is_selected | Closure($choice, $value) {#2621 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#708 …} } |
| label | "Mod Execution" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "modExecution" |
| placeholder | "Séléctionnez Mod Execution" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_projet_modExecution" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "a98624ff8b7c.69fHDOru0pUSoSnsog7wmFX41rOcRUgMPMnq57sc5OY.kfqdVt2c_6Bw1meAwXeKyzCUsNf_KyY-W42wgPN6o4eOtqBFhKS3pyLsfA" |
| 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 | "a98624ff8b7c.69fHDOru0pUSoSnsog7wmFX41rOcRUgMPMnq57sc5OY.kfqdVt2c_6Bw1meAwXeKyzCUsNf_KyY-W42wgPN6o4eOtqBFhKS3pyLsfA" |
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 {#589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#484 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#486 …} -namespace: Closure() {#488 …} } |
| data | "a98624ff8b7c.69fHDOru0pUSoSnsog7wmFX41rOcRUgMPMnq57sc5OY.kfqdVt2c_6Bw1meAwXeKyzCUsNf_KyY-W42wgPN6o4eOtqBFhKS3pyLsfA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2660 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#602 …} } |
| 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() {#2649 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#346 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#610 …} $translationDomain: "validators" $message: Closure() {#2665 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_search_projet__token" ] |
| cache_key | "_search_projet__token_hidden" |
| compound | false |
| data | "a98624ff8b7c.69fHDOru0pUSoSnsog7wmFX41rOcRUgMPMnq57sc5OY.kfqdVt2c_6Bw1meAwXeKyzCUsNf_KyY-W42wgPN6o4eOtqBFhKS3pyLsfA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2670 -form: Symfony\Component\Form\Form {#2662 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2656 …5} |
| full_name | "search_projet[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_projet__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_projet__token" |
| valid | true |
| value | "a98624ff8b7c.69fHDOru0pUSoSnsog7wmFX41rOcRUgMPMnq57sc5OY.kfqdVt2c_6Bw1meAwXeKyzCUsNf_KyY-W42wgPN6o4eOtqBFhKS3pyLsfA" |