Forms
-
search_artisan
-
metier
-
localisation
-
avis
-
search
-
_token
-
search_artisan
Form type:
"App\Form\SearchArtisanType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "metier" => null ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [ "metier" => null ] |
[ "metier" => null ] |
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\SameOriginCsrfTokenManager {#659 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#650 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | [ "metier" => null ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#921 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "GET" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#920 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "search_artisan" "_search_artisan" ] |
cache_key | "_search_artisan_search_artisan" |
compound | true |
data | [ "metier" => null ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2976 -errors: [] -form: Symfony\Component\Form\Form {#1095 …} } |
form | Symfony\Component\Form\FormView {#2883 …5} |
full_name | "search_artisan" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_artisan" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "search_artisan" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_artisan" |
valid | true |
value | [ "metier" => null ] |
metier
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select" ] |
[ "class" => "select" ] |
choice_label | Closure(Category $artisanType) {#964 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#864 …} } |
same as passed value |
class | "App\Entity\Category" |
same as passed value |
placeholder | "Choisir un métier" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(Category $artisanType) {#964 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#864 …} } |
choice_lazy | false |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#977 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#935 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#893 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#979 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#934 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#931 …} } |
choices | null |
class | "App\Entity\Category" |
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\SameOriginCsrfTokenManager {#659 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#650 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerMrwW8Bx\EntityManagerGhost614a58f {#261 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#955 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMrwW8Bx\EntityManagerGhost614a58f {#261 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#953 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Choisir un métier" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#936 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#938 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_artisan_metier" ] |
cache_key | "_search_artisan_metier_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +data: App\Entity\Category {#1479 …} +value: "14" +label: "Plombier" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +data: App\Entity\Category {#1952 …} +value: "77" +label: "Autre service" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2952 +data: App\Entity\Category {#2961 …} +value: "78" +label: "Livraisons" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2990 +data: App\Entity\Category {#2327 …} +value: "79" +label: "Travail de l'aluminium" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2944 +data: App\Entity\Category {#2995 …} +value: "80" +label: "Commerce" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +data: App\Entity\Category {#3004 …} +value: "81" +label: "Conception" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2981 +data: App\Entity\Category {#3013 …} +value: "82" +label: "Photographie" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2964 +data: App\Entity\Category {#3022 …} +value: "83" +label: "Éducation" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +data: App\Entity\Category {#3031 …} +value: "84" +label: "Sécurité" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2984 +data: App\Entity\Category {#3040 …} +value: "85" +label: "Cuisine" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2832 +data: App\Entity\Category {#2865 …} +value: "86" +label: "Informatique" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3502 +data: App\Entity\Category {#3049 …} +value: "87" +label: "Montage vidéo" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +data: App\Entity\Category {#2199 …} +value: "88" +label: "Construction" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +data: App\Entity\Category {#3058 …} +value: "89" +label: "Portier (Garde)" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +data: App\Entity\Category {#3067 …} +value: "90" +label: "Achat et vente" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3514 +data: App\Entity\Category {#2167 …} +value: "92" +label: "Plâtrier" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +data: App\Entity\Category {#3076 …} +value: "93" +label: "Boucher" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +data: App\Entity\Category {#2285 …} +value: "94" +label: "Forgeron" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3510 +data: App\Entity\Category {#3085 …} +value: "95" +label: "Barbier" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3494 +data: App\Entity\Category {#3094 …} +value: "96" +label: "Pâtissier" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3522 +data: App\Entity\Category {#3103 …} +value: "97" +label: "Employé d'hôtel ou de club" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +data: App\Entity\Category {#3112 …} +value: "98" +label: "Femme de ménage" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3358 +data: App\Entity\Category {#3121 …} +value: "99" +label: "Boulanger" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3511 +data: App\Entity\Category {#2827 …} +value: "100" +label: "Tailleur" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3355 +data: App\Entity\Category {#1710 …} +value: "101" +label: "Peintre" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +data: App\Entity\Category {#2082 …} +value: "102" +label: "Carreleur" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3503 +data: App\Entity\Category {#3130 …} +value: "103" +label: "Chauffeur" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3507 +data: App\Entity\Category {#3139 …} +value: "104" +label: "Courtier" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3499 +data: App\Entity\Category {#3148 …} +value: "105" +label: "Cordonnier" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3521 +data: App\Entity\Category {#3157 …} +value: "106" +label: "Verrier" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3523 +data: App\Entity\Category {#2144 …} +value: "107" +label: "Teinturier" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3524 +data: App\Entity\Category {#3166 …} +value: "108" +label: "Pêcheur" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3525 +data: App\Entity\Category {#3175 …} +value: "109" +label: "Médecin" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +data: App\Entity\Category {#3184 …} +value: "110" +label: "Mannequin" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3527 +data: App\Entity\Category {#3193 …} +value: "111" +label: "Ouvrier d'imprimerie" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3528 +data: App\Entity\Category {#3202 …} +value: "112" +label: "Ouvrier du bâtiment" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3529 +data: App\Entity\Category {#3211 …} +value: "113" +label: "Agriculteur" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3530 +data: App\Entity\Category {#3220 …} +value: "114" +label: "Employé de blanchisserie" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3531 +data: App\Entity\Category {#3229 …} +value: "115" +label: "Ouvrier textile" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3532 +data: App\Entity\Category {#3238 …} +value: "116" +label: "Agent d'entretien" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3533 +data: App\Entity\Category {#3247 …} +value: "117" +label: "Écrivain public" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3534 +data: App\Entity\Category {#1831 …} +value: "118" +label: "Électricien" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3535 +data: App\Entity\Category {#3256 …} +value: "119" +label: "Cireur de chaussures" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3536 +data: App\Entity\Category {#2358 …} +value: "120" +label: "Comptable" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3537 +data: App\Entity\Category {#3265 …} +value: "121" +label: "Avocat" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3538 +data: App\Entity\Category {#3274 …} +value: "122" +label: "Coiffeur" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +data: App\Entity\Category {#3283 …} +value: "123" +label: "Styliste" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3540 +data: App\Entity\Category {#3292 …} +value: "124" +label: "Entrepreneur" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +data: App\Entity\Category {#3301 …} +value: "125" +label: "Ingénieur" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3542 +data: App\Entity\Category {#3310 …} +value: "126" +label: "Réceptionniste" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3543 +data: App\Entity\Category {#2378 …} +value: "127" +label: "Mécanicien" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3544 +data: App\Entity\Category {#3319 …} +value: "128" +label: "Serveur" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3545 +data: App\Entity\Category {#3328 …} +value: "129" +label: "Serveuse" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3546 +data: App\Entity\Category {#2017 …} +value: "130" +label: "Menuisier" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3547 +data: App\Entity\Category {#3337 …} +value: "131" +label: "Graveur" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2949 -errors: [] -form: Symfony\Component\Form\Form {#1138 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#2965 …5} |
full_name | "search_artisan[metier]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_artisan_metier" |
is_selected | Closure($choice, $value) {#3551 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "metier" |
placeholder | "Choisir un métier" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_artisan_metier" |
valid | true |
value | "" |
localisation
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select" ] |
[ "class" => "select" ] |
choice_label | Closure(Ville $ville) {#970 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#864 …} } |
same as passed value |
class | "App\Entity\Ville" |
same as passed value |
placeholder | "Ville ou Code Postal" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(Ville $ville) {#970 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#864 …} } |
choice_lazy | false |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1073 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#959 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1074 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#979 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1076 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1075 …} } |
choices | null |
class | "App\Entity\Ville" |
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\SameOriginCsrfTokenManager {#659 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#650 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerMrwW8Bx\EntityManagerGhost614a58f {#261 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#978 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMrwW8Bx\EntityManagerGhost614a58f {#261 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#951 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Ville ou Code Postal" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | null |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#960 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#937 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_search_artisan_localisation" ] |
cache_key | "_search_artisan_localisation_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3550 +data: App\Entity\Ville {#2880 …} +value: "3" +label: "Ajdir" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3553 +data: App\Entity\Ville {#2884 …} +value: "4" +label: "Ahfir" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3564 +data: App\Entity\Ville {#2893 …} +value: "5" +label: "Arfoud" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3565 +data: App\Entity\Ville {#2902 …} +value: "6" +label: "Azrou" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3573 +data: App\Entity\Ville {#1523 …} +value: "7" +label: "Azemmour" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +data: App\Entity\Ville {#2911 …} +value: "8" +label: "Azilal" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3562 +data: App\Entity\Ville {#2920 …} +value: "9" +label: "Safi" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +data: App\Entity\Ville {#1643 …} +value: "10" +label: "Agadir" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3563 +data: App\Entity\Ville {#2385 …} +value: "11" +label: "Ifrane" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +data: App\Entity\Ville {#2929 …} +value: "12" +label: "Imintanoute" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3555 +data: App\Entity\Ville {#3560 …} +value: "13" +label: "Inezgane" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4930 +data: App\Entity\Ville {#3576 …} +value: "14" +label: "Assa-Zag" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4934 +data: App\Entity\Ville {#2222 …} +value: "15" +label: "Asilah" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4943 +data: App\Entity\Ville {#3585 …} +value: "16" +label: "Bir Jdid" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4946 +data: App\Entity\Ville {#3594 …} +value: "17" +label: "El Jadida" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4942 +data: App\Entity\Ville {#3603 …} +value: "18" +label: "El Hajeb" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4518 +data: App\Entity\Ville {#3612 …} +value: "19" +label: "Al Hoceima" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4517 +data: App\Entity\Ville {#3621 …} +value: "20" +label: "Khémisset" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4938 +data: App\Entity\Ville {#3630 …} +value: "21" +label: "Dakhla" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4922 +data: App\Entity\Ville {#1659 …} +value: "22" +label: "Casablanca" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4950 +data: App\Entity\Ville {#3639 …} +value: "23" +label: "Daroua" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4947 +data: App\Entity\Ville {#3648 …} +value: "24" +label: "Driouch" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4523 +data: App\Entity\Ville {#3657 …} +value: "25" +label: "Dcheira" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4939 +data: App\Entity\Ville {#3666 …} +value: "26" +label: "Errachidia" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4525 +data: App\Entity\Ville {#3675 …} +value: "27" +label: "Rabat" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4526 +data: App\Entity\Ville {#3684 …} +value: "28" +label: "Saqia" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4931 +data: App\Entity\Ville {#3693 …} +value: "29" +label: "Saïdia" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4935 +data: App\Entity\Ville {#3702 …} +value: "30" +label: "Smara" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4927 +data: App\Entity\Ville {#3711 …} +value: "31" +label: "Skhirat" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4949 +data: App\Entity\Ville {#3720 …} +value: "32" +label: "Larache" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4951 +data: App\Entity\Ville {#3729 …} +value: "33" +label: "Aroui" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4952 +data: App\Entity\Ville {#3738 …} +value: "34" +label: "Laâyoune" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4953 +data: App\Entity\Ville {#3747 …} +value: "35" +label: "Fquih Ben Salah" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4954 +data: App\Entity\Ville {#3756 …} +value: "36" +label: "Fnideq" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4955 +data: App\Entity\Ville {#3765 …} +value: "37" +label: "Kasr Sghir" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4956 +data: App\Entity\Ville {#3774 …} +value: "38" +label: "El Gara" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4957 +data: App\Entity\Ville {#3783 …} +value: "39" +label: "El Kamouni" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4958 +data: App\Entity\Ville {#3792 …} +value: "40" +label: "Mohammedia" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4959 +data: App\Entity\Ville {#3801 …} +value: "41" +label: "Maa'ziz" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4960 +data: App\Entity\Ville {#3810 …} +value: "42" +label: "Nador" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4961 +data: App\Entity\Ville {#3819 …} +value: "43" +label: "Harhoura" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4962 +data: App\Entity\Ville {#3828 …} +value: "44" +label: "Youssoufia" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4963 +data: App\Entity\Ville {#3837 …} +value: "45" +label: "Oulad Teima" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4964 +data: App\Entity\Ville {#3846 …} +value: "46" +label: "Aït Melloul" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4965 +data: App\Entity\Ville {#3855 …} +value: "47" +label: "Berrechid" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4966 +data: App\Entity\Ville {#2265 …} +value: "48" +label: "Berkane" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4967 +data: App\Entity\Ville {#3864 …} +value: "49" +label: "Ben Guérir" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4968 +data: App\Entity\Ville {#3873 …} +value: "50" +label: "Benslimane" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4969 +data: App\Entity\Ville {#3882 …} +value: "51" +label: "Ben Mahtar" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4970 +data: App\Entity\Ville {#3891 …} +value: "52" +label: "Beni Mellal" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4971 +data: App\Entity\Ville {#3900 …} +value: "53" +label: "Boujdour" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4972 +data: App\Entity\Ville {#3909 …} +value: "54" +label: "Boujniba" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4973 +data: App\Entity\Ville {#3918 …} +value: "55" +label: "Bouznika" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4974 +data: App\Entity\Ville {#3927 …} +value: "56" +label: "Bouarfa" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4975 +data: App\Entity\Ville {#3936 …} +value: "57" +label: "Bouizakarne" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4976 +data: App\Entity\Ville {#3945 …} +value: "58" +label: "Taroudant" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4977 +data: App\Entity\Ville {#3954 …} +value: "59" +label: "Taza" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4978 +data: App\Entity\Ville {#3963 …} +value: "60" +label: "Tafraout" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4979 +data: App\Entity\Ville {#3972 …} +value: "61" +label: "Tafilalt" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4980 +data: App\Entity\Ville {#3981 …} +value: "62" +label: "Taliouine" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4981 +data: App\Entity\Ville {#3990 …} +value: "63" +label: "Taounate" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4982 +data: App\Entity\Ville {#3999 …} +value: "64" +label: "Tahannaout" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4983 +data: App\Entity\Ville {#4008 …} +value: "65" +label: "Tiznit" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4984 +data: App\Entity\Ville {#4017 …} +value: "66" +label: "Tétouan" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4985 +data: App\Entity\Ville {#4026 …} +value: "67" +label: "Témara" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4986 +data: App\Entity\Ville {#4035 …} +value: "68" +label: "Tinghir" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4987 +data: App\Entity\Ville {#4044 …} +value: "69" +label: "Taourirt" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4988 +data: App\Entity\Ville {#4053 …} +value: "70" +label: "Tiflet" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4989 +data: App\Entity\Ville {#4062 …} +value: "71" +label: "Jerada" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4990 +data: App\Entity\Ville {#4071 …} +value: "72" +label: "Khouribga" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4991 +data: App\Entity\Ville {#4080 …} +value: "73" +label: "Khénifra" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4992 +data: App\Entity\Ville {#4089 …} +value: "74" +label: "Demnate" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4993 +data: App\Entity\Ville {#4098 …} +value: "75" +label: "Zagora" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4994 +data: App\Entity\Ville {#4107 …} +value: "76" +label: "Zaouiat Cheikh" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4995 +data: App\Entity\Ville {#4116 …} +value: "77" +label: "Zayo" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4996 +data: App\Entity\Ville {#4125 …} +value: "78" +label: "Settat" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4997 +data: App\Entity\Ville {#4134 …} +value: "79" +label: "Salé" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4998 +data: App\Entity\Ville {#4143 …} +value: "80" +label: "Sidi Bennour" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4999 +data: App\Entity\Ville {#4152 …} +value: "81" +label: "Sidi Bou Othmane" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5000 +data: App\Entity\Ville {#4161 …} +value: "82" +label: "Sidi Bouknadel" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5001 +data: App\Entity\Ville {#4170 …} +value: "83" +label: "Sidi Harazem" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5002 +data: App\Entity\Ville {#4179 …} +value: "84" +label: "Sidi Yahya El Gharb" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5003 +data: App\Entity\Ville {#4188 …} +value: "85" +label: "Sidi Rahal" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5004 +data: App\Entity\Ville {#4197 …} +value: "86" +label: "Sidi Slimane" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5005 +data: App\Entity\Ville {#4206 …} +value: "87" +label: "Sidi Abdallah Ghiat" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5006 +data: App\Entity\Ville {#4215 …} +value: "88" +label: "Sidi Kacem" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5007 +data: App\Entity\Ville {#4224 …} +value: "89" +label: "Chefchaouen" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5008 +data: App\Entity\Ville {#4233 …} +value: "90" +label: "Chichaoua" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5009 +data: App\Entity\Ville {#4242 …} +value: "91" +label: "Sokhour Rhamna" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5010 +data: App\Entity\Ville {#4251 …} +value: "92" +label: "Sefrou" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5011 +data: App\Entity\Ville {#4260 …} +value: "93" +label: "Essaouira" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5012 +data: App\Entity\Ville {#4269 …} +value: "94" +label: "Tata" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5013 +data: App\Entity\Ville {#4278 …} +value: "95" +label: "Tan-Tan" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5014 +data: App\Entity\Ville {#4287 …} +value: "96" +label: "Tarfaya" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5015 +data: App\Entity\Ville {#4296 …} +value: "97" +label: "Tanger" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5016 +data: App\Entity\Ville {#4305 …} +value: "98" +label: "Ain Aouda" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5017 +data: App\Entity\Ville {#4314 …} +value: "99" +label: "Fès" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5018 +data: App\Entity\Ville {#4323 …} +value: "100" +label: "Figuig" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5019 +data: App\Entity\Ville {#4332 …} +value: "101" +label: "Kasba Tadla" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5020 +data: App\Entity\Ville {#4341 …} +value: "102" +label: "Ksar El Kébir" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5021 +data: App\Entity\Ville {#2174 …} +value: "103" +label: "Kalaat Sraghna" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5022 +data: App\Entity\Ville {#4350 …} +value: "104" +label: "Kalaat M'Gouna" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5023 +data: App\Entity\Ville {#4359 …} +value: "105" +label: "Kénitra" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5024 +data: App\Entity\Ville {#4368 …} +value: "106" +label: "Guercif" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5025 +data: App\Entity\Ville {#4377 …} +value: "107" +label: "Guelmim" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5026 +data: App\Entity\Ville {#4386 …} +value: "108" +label: "Laâyoune-Boujdour-Sakia El Hamra" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5027 +data: App\Entity\Ville {#4395 …} +value: "109" +label: "Marrakech" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5028 +data: App\Entity\Ville {#4404 …} +value: "110" +label: "Martil" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5029 +data: App\Entity\Ville {#4413 …} +value: "111" +label: "Merzouga" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5030 +data: App\Entity\Ville {#4422 …} +value: "112" +label: "Un autre endroit..." +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5031 +data: App\Entity\Ville {#4431 …} +value: "113" +label: "Meknès" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5032 +data: App\Entity\Ville {#4440 …} +value: "114" +label: "Moulay Idriss Zerhoun" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5033 +data: App\Entity\Ville {#4449 …} +value: "115" +label: "Moulay Yacoub" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5034 +data: App\Entity\Ville {#4458 …} +value: "116" +label: "Midelt" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5035 +data: App\Entity\Ville {#4467 …} +value: "117" +label: "Missour" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5036 +data: App\Entity\Ville {#4476 …} +value: "118" +label: "Oued Ed-Dahab" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5037 +data: App\Entity\Ville {#4485 …} +value: "119" +label: "Oued Zem" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5038 +data: App\Entity\Ville {#2245 …} +value: "120" +label: "Oujda" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5039 +data: App\Entity\Ville {#4494 …} +value: "121" +label: "Ouarzazate" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5040 +data: App\Entity\Ville {#4503 …} +value: "122" +label: "Ouezzane" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3548 -errors: [] -form: Symfony\Component\Form\Form {#1135 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#3549 …5} |
full_name | "search_artisan[localisation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_artisan_localisation" |
is_selected | Closure($choice, $value) {#5042 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "localisation" |
placeholder | "Ville ou Code Postal" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_artisan_localisation" |
valid | true |
value | "" |
avis
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "select" ] |
[ "class" => "select" ] |
choices | [ "1 étoile et plus" => 1 "2 étoiles et plus" => 2 "3 étoiles et plus" => 3 "4 étoiles et plus" => 4 "5 étoiles" => 5 ] |
[ "1 étoile et plus" => 1 "2 étoiles et plus" => 2 "3 étoiles et plus" => 3 "4 étoiles et plus" => 4 "5 étoiles" => 5 ] |
placeholder | "Filtrer par note" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "select" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_lazy | false |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "1 étoile et plus" => 1 "2 étoiles et plus" => 2 "3 étoiles et plus" => 3 "4 étoiles et plus" => 4 "5 étoiles" => 5 ] |
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\SameOriginCsrfTokenManager {#659 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#650 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Filtrer par note" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1086 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#1085 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "select" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_search_artisan_avis" ] |
cache_key | "_search_artisan_avis_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#5044 +data: 1 +value: "1" +label: "1 étoile et plus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5045 +data: 2 +value: "2" +label: "2 étoiles et plus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5046 +data: 3 +value: "3" +label: "3 étoiles et plus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5047 +data: 4 +value: "4" +label: "4 étoiles et plus" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#5048 +data: 5 +value: "5" +label: "5 étoiles" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5041 -errors: [] -form: Symfony\Component\Form\Form {#1132 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#5043 …5} |
full_name | "search_artisan[avis]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_artisan_avis" |
is_selected | Closure($choice, $value) {#5050 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "avis" |
placeholder | "Filtrer par note" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
separator_html | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_artisan_avis" |
valid | true |
value | "" |
search
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn theme-btn-2 btn-effect-1" "style" => "height: 65px;" ] |
[ "class" => "btn theme-btn-2 btn-effect-1" "style" => "height: 65px;" ] |
label | "🔍 Rechercher un artisan" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn theme-btn-2 btn-effect-1" "style" => "height: 65px;" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "🔍 Rechercher un artisan" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "btn theme-btn-2 btn-effect-1" "style" => "height: 65px;" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_search_artisan_search" ] |
cache_key | "_search_artisan_search_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#5052 …5} |
full_name | "search_artisan[search]" |
id | "search_artisan_search" |
label | "🔍 Rechercher un artisan" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "search" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_search_artisan_search" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "csrf-token" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "csrf-token" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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\SameOriginCsrfTokenManager {#659 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#108 …} -logger: Monolog\Logger {#150 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#650 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "csrf-token" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5053 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#5057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#245 …} $message: Closure() {#5054 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_search_artisan__token" ] |
cache_key | "_search_artisan__token_hidden" |
compound | false |
data | "csrf-token" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5067 -errors: [] -form: Symfony\Component\Form\Form {#5063 …} } |
form | Symfony\Component\Form\FormView {#5058 …5} |
full_name | "search_artisan[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "search_artisan__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_search_artisan__token" |
valid | true |
value | "csrf-token" |