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 {#657 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#106 …} -logger: Monolog\Logger {#148 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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) {#919 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() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#918 …} $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 {#7996 -errors: [] -form: Symfony\Component\Form\Form {#1094 …} } |
form | Symfony\Component\Form\FormView {#7949 …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) {#962 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#862 …} } |
same as passed value |
class | "App\Entity\Category" |
same as passed value |
placeholder | "اختر مهنة" |
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) {#962 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#862 …} } |
choice_lazy | false |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#976 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#928 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#890 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#978 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#892 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#897 …} } |
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 {#657 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#106 …} -logger: Monolog\Logger {#148 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerMrwW8Bx\EntityManagerGhost614a58f {#259 …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 {#954 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMrwW8Bx\EntityManagerGhost614a58f {#259 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#952 …} } |
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 | "اختر مهنة" |
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() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $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_metier" ] |
cache_key | "_search_artisan_metier_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8004 +data: App\Entity\Category {#1960 …} +value: "14" +label: "السباك" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7999 +data: App\Entity\Category {#1478 …} +value: "77" +label: "خدمة أخرى" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8003 +data: App\Entity\Category {#8009 …} +value: "78" +label: "الإرساليات" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8016 +data: App\Entity\Category {#1808 …} +value: "79" +label: "عمل الألمنيوم" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7997 +data: App\Entity\Category {#8021 …} +value: "80" +label: "التجارة" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7998 +data: App\Entity\Category {#6379 …} +value: "81" +label: "التصميم" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8002 +data: App\Entity\Category {#8030 …} +value: "82" +label: "التصوير" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +data: App\Entity\Category {#2553 …} +value: "83" +label: "التعليم" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8000 +data: App\Entity\Category {#8039 …} +value: "84" +label: "الحراسة" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8001 +data: App\Entity\Category {#8048 …} +value: "85" +label: "الطبخ" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7946 +data: App\Entity\Category {#4573 …} +value: "86" +label: "المعلوميات" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7992 +data: App\Entity\Category {#4770 …} +value: "87" +label: "المونتاج" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8290 +data: App\Entity\Category {#2034 …} +value: "88" +label: "البناء" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8291 +data: App\Entity\Category {#8057 …} +value: "89" +label: "البواب (الحارس)" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8292 +data: App\Entity\Category {#8066 …} +value: "90" +label: "البيع والشراء" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8293 +data: App\Entity\Category {#2150 …} +value: "92" +label: "الجصاص" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8294 +data: App\Entity\Category {#8075 …} +value: "93" +label: "الجزار" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8295 +data: App\Entity\Category {#1739 …} +value: "94" +label: "الحداد" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8296 +data: App\Entity\Category {#8084 …} +value: "95" +label: "الحلاق" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8297 +data: App\Entity\Category {#8093 …} +value: "96" +label: "الحلواني" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8298 +data: App\Entity\Category {#8102 …} +value: "97" +label: "عامل فندق أو نادي" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8299 +data: App\Entity\Category {#8111 …} +value: "98" +label: "الخادمة" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8300 +data: App\Entity\Category {#8120 …} +value: "99" +label: "الخباز" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8301 +data: App\Entity\Category {#3090 …} +value: "100" +label: "الخياط" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8302 +data: App\Entity\Category {#2071 …} +value: "101" +label: "الصباغ" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8303 +data: App\Entity\Category {#1637 …} +value: "102" +label: "الزلايجي" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8304 +data: App\Entity\Category {#4733 …} +value: "103" +label: "السائق" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8305 +data: App\Entity\Category {#8129 …} +value: "104" +label: "السمسار" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8306 +data: App\Entity\Category {#8138 …} +value: "105" +label: "صانع الأحذية" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8307 +data: App\Entity\Category {#3624 …} +value: "106" +label: "صانع الزجاج" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8308 +data: App\Entity\Category {#1716 …} +value: "107" +label: "الصباغ" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8309 +data: App\Entity\Category {#8147 …} +value: "108" +label: "الصياد" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8310 +data: App\Entity\Category {#8156 …} +value: "109" +label: "الطبيب" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8311 +data: App\Entity\Category {#8165 …} +value: "110" +label: "عارض الأزياء" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8312 +data: App\Entity\Category {#8174 …} +value: "111" +label: "عامل المطبعة" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8313 +data: App\Entity\Category {#8183 …} +value: "112" +label: "عامل البناء" +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8314 +data: App\Entity\Category {#8192 …} +value: "113" +label: "الفلاح" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8315 +data: App\Entity\Category {#6772 …} +value: "114" +label: "عامل المغسلة" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8316 +data: App\Entity\Category {#8201 …} +value: "115" +label: "عامل النسيج" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8317 +data: App\Entity\Category {#3067 …} +value: "116" +label: "عامل النظافة" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8318 +data: App\Entity\Category {#8210 …} +value: "117" +label: "الكاتب العمومي" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8319 +data: App\Entity\Category {#1877 …} +value: "118" +label: "الكهربائي" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8320 +data: App\Entity\Category {#8219 …} +value: "119" +label: "ماسح الأحذية" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8321 +data: App\Entity\Category {#7786 …} +value: "120" +label: "المحاسب" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8322 +data: App\Entity\Category {#8228 …} +value: "121" +label: "المحامي" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8323 +data: App\Entity\Category {#5999 …} +value: "122" +label: "الحلاق" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8324 +data: App\Entity\Category {#8237 …} +value: "123" +label: "مصمم الأزياء" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8325 +data: App\Entity\Category {#2442 …} +value: "124" +label: "المقاول" +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8326 +data: App\Entity\Category {#8246 …} +value: "125" +label: "المهندس" +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8327 +data: App\Entity\Category {#8255 …} +value: "126" +label: "موظف الاستقبال" +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8328 +data: App\Entity\Category {#4247 …} +value: "127" +label: "الميكانيكي" +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8329 +data: App\Entity\Category {#8264 …} +value: "128" +label: "النادل" +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8330 +data: App\Entity\Category {#8273 …} +value: "129" +label: "النادلة" +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8331 +data: App\Entity\Category {#1785 …} +value: "130" +label: "النجار" +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8332 +data: App\Entity\Category {#8282 …} +value: "131" +label: "النقاش" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8005 -errors: [] -form: Symfony\Component\Form\Form {#1137 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#8007 …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) {#8336 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 | "اختر مهنة" |
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) {#968 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#862 …} } |
same as passed value |
class | "App\Entity\Ville" |
same as passed value |
placeholder | "مدينة أو رمز بريدي" |
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) {#968 class: "App\Form\SearchArtisanType" this: App\Form\SearchArtisanType {#862 …} } |
choice_lazy | false |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1072 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#958 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1073 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#978 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1075 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1074 …} } |
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 {#657 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#106 …} -logger: Monolog\Logger {#148 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerMrwW8Bx\EntityManagerGhost614a58f {#259 …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 {#977 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerMrwW8Bx\EntityManagerGhost614a58f {#259 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#950 …} } |
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 | "مدينة أو رمز بريدي" |
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() {#959 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#932 …} $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 {#8335 +data: App\Entity\Ville {#7964 …} +value: "3" +label: "أجدير" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8338 +data: App\Entity\Ville {#7928 …} +value: "4" +label: "أحفير" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8349 +data: App\Entity\Ville {#2951 …} +value: "5" +label: "أرفود" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8350 +data: App\Entity\Ville {#2752 …} +value: "6" +label: "أزرو" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8358 +data: App\Entity\Ville {#2636 …} +value: "7" +label: "أزمور" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8337 +data: App\Entity\Ville {#7937 …} +value: "8" +label: "أزيلال" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8347 +data: App\Entity\Ville {#2877 …} +value: "9" +label: "آسفي" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8343 +data: App\Entity\Ville {#1815 …} +value: "10" +label: "أكادير" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8348 +data: App\Entity\Ville {#7974 …} +value: "11" +label: "إفران" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8339 +data: App\Entity\Ville {#7983 …} +value: "12" +label: "إمينتانوت" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8340 +data: App\Entity\Ville {#8345 …} +value: "13" +label: "إنزكان" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8910 +data: App\Entity\Ville {#8361 …} +value: "14" +label: "أسا الزاك" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8911 +data: App\Entity\Ville {#7686 …} +value: "15" +label: "أصيلة" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8912 +data: App\Entity\Ville {#8370 …} +value: "16" +label: "البئر الجديد" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8913 +data: App\Entity\Ville {#3002 …} +value: "17" +label: "الجديدة" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8914 +data: App\Entity\Ville {#8379 …} +value: "18" +label: "الحاجب" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8915 +data: App\Entity\Ville {#8388 …} +value: "19" +label: "الحسيمة" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8916 +data: App\Entity\Ville {#3601 …} +value: "20" +label: "الخميسات" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8917 +data: App\Entity\Ville {#4089 …} +value: "21" +label: "الداخلة" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8918 +data: App\Entity\Ville {#1693 …} +value: "22" +label: "الدار البيضاء" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8919 +data: App\Entity\Ville {#8397 …} +value: "23" +label: "الدروة" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8920 +data: App\Entity\Ville {#8406 …} +value: "24" +label: "الدريوش" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8921 +data: App\Entity\Ville {#8415 …} +value: "25" +label: "الدشيرة" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8922 +data: App\Entity\Ville {#5511 …} +value: "26" +label: "الرشيدية" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8923 +data: App\Entity\Ville {#1937 …} +value: "27" +label: "الرباط" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8924 +data: App\Entity\Ville {#8424 …} +value: "28" +label: "الساقية" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8925 +data: App\Entity\Ville {#8433 …} +value: "29" +label: "السعيدية" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8926 +data: App\Entity\Ville {#8442 …} +value: "30" +label: "السمارة" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8927 +data: App\Entity\Ville {#2182 …} +value: "31" +label: "الصخيرات" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8928 +data: App\Entity\Ville {#4396 …} +value: "32" +label: "العرائش" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8929 +data: App\Entity\Ville {#2560 …} +value: "33" +label: "العروي" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8930 +data: App\Entity\Ville {#2928 …} +value: "34" +label: "العيون" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8931 +data: App\Entity\Ville {#8451 …} +value: "35" +label: "الفقيه بن صالح" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8932 +data: App\Entity\Ville {#8460 …} +value: "36" +label: "الفنيدق" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8933 +data: App\Entity\Ville {#4224 …} +value: "37" +label: "القصر الصغير" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8934 +data: App\Entity\Ville {#8469 …} +value: "38" +label: "الكارة" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8935 +data: App\Entity\Ville {#8478 …} +value: "39" +label: "الكاموني" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8936 +data: App\Entity\Ville {#2405 …} +value: "40" +label: "المحمدية" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8937 +data: App\Entity\Ville {#8487 …} +value: "41" +label: "المعازيز" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8938 +data: App\Entity\Ville {#6472 …} +value: "42" +label: "الناظور" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8939 +data: App\Entity\Ville {#8496 …} +value: "43" +label: "الهرهورة" +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8940 +data: App\Entity\Ville {#8505 …} +value: "44" +label: "اليوسفية" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8941 +data: App\Entity\Ville {#8514 …} +value: "45" +label: "أولاد تايمة" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8942 +data: App\Entity\Ville {#8523 …} +value: "46" +label: "آيت ملول" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8943 +data: App\Entity\Ville {#8532 …} +value: "47" +label: "برشيد" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8944 +data: App\Entity\Ville {#3368 …} +value: "48" +label: "بركان" +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8945 +data: App\Entity\Ville {#1967 …} +value: "49" +label: "بن جرير" +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8946 +data: App\Entity\Ville {#3740 …} +value: "50" +label: "بن سليمان" +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8947 +data: App\Entity\Ville {#8541 …} +value: "51" +label: "بن مطهر" +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8948 +data: App\Entity\Ville {#2729 …} +value: "52" +label: "بني ملال" +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8949 +data: App\Entity\Ville {#8550 …} +value: "53" +label: "بوجدور" +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8950 +data: App\Entity\Ville {#8559 …} +value: "54" +label: "بوجنيبة" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8951 +data: App\Entity\Ville {#8568 …} +value: "55" +label: "بوزنيقة" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8952 +data: App\Entity\Ville {#8577 …} +value: "56" +label: "بوعرفة" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8953 +data: App\Entity\Ville {#8586 …} +value: "57" +label: "بويزكارن" +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8954 +data: App\Entity\Ville {#5418 …} +value: "58" +label: "تارودانت" +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8955 +data: App\Entity\Ville {#6278 …} +value: "59" +label: "تازة" +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8956 +data: App\Entity\Ville {#8595 …} +value: "60" +label: "تافراوت" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8957 +data: App\Entity\Ville {#8604 …} +value: "61" +label: "تافيلالت" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8958 +data: App\Entity\Ville {#8613 …} +value: "62" +label: "تالوين" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8959 +data: App\Entity\Ville {#3884 …} +value: "63" +label: "تاونات" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8960 +data: App\Entity\Ville {#2775 …} +value: "64" +label: "تحناوت" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8961 +data: App\Entity\Ville {#2449 …} +value: "65" +label: "تزنيت" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8962 +data: App\Entity\Ville {#2382 …} +value: "66" +label: "تطوان" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8963 +data: App\Entity\Ville {#2840 …} +value: "67" +label: "تمارة" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8964 +data: App\Entity\Ville {#1900 …} +value: "68" +label: "تنغير" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8965 +data: App\Entity\Ville {#5143 …} +value: "69" +label: "تاوريرت" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8966 +data: App\Entity\Ville {#2303 …} +value: "70" +label: "تيفلت" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8967 +data: App\Entity\Ville {#8622 …} +value: "71" +label: "جرادة" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8968 +data: App\Entity\Ville {#3136 …} +value: "72" +label: "خريبكة" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8969 +data: App\Entity\Ville {#8631 …} +value: "73" +label: "خنيفرة" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8970 +data: App\Entity\Ville {#5762 …} +value: "74" +label: "دمنات" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8971 +data: App\Entity\Ville {#3763 …} +value: "75" +label: "زاكورة" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8972 +data: App\Entity\Ville {#8640 …} +value: "76" +label: "زاوية الشيخ" +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8973 +data: App\Entity\Ville {#8649 …} +value: "77" +label: "زايو" +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8974 +data: App\Entity\Ville {#8658 …} +value: "78" +label: "سطات" +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8975 +data: App\Entity\Ville {#1670 …} +value: "79" +label: "سلا" +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8976 +data: App\Entity\Ville {#8667 …} +value: "80" +label: "سيدي بنور" +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8977 +data: App\Entity\Ville {#8676 …} +value: "81" +label: "سيدي بوعثمان" +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8978 +data: App\Entity\Ville {#8685 …} +value: "82" +label: "سيدي بوقنادل" +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8979 +data: App\Entity\Ville {#8694 …} +value: "83" +label: "سيدي حرازم" +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8980 +data: App\Entity\Ville {#8703 …} +value: "84" +label: "سيدي يحيى الغرب" +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8981 +data: App\Entity\Ville {#6101 …} +value: "85" +label: "سيدي رحال" +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8982 +data: App\Entity\Ville {#5641 …} +value: "86" +label: "سيدي سليمان" +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8983 +data: App\Entity\Ville {#8712 …} +value: "87" +label: "سيدي عبد الله غيات" +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8984 +data: App\Entity\Ville {#8721 …} +value: "88" +label: "سيدي قاسم" +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8985 +data: App\Entity\Ville {#8730 …} +value: "89" +label: "شفشاون" +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8986 +data: App\Entity\Ville {#8739 …} +value: "90" +label: "شيشاوة" +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8987 +data: App\Entity\Ville {#8748 …} +value: "91" +label: "صخور الرحامنة" +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8988 +data: App\Entity\Ville {#8757 …} +value: "92" +label: "صفرو" +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8989 +data: App\Entity\Ville {#5604 …} +value: "93" +label: "الصويرة" +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8990 +data: App\Entity\Ville {#8766 …} +value: "94" +label: "طاطا" +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8991 +data: App\Entity\Ville {#8775 …} +value: "95" +label: "طانطان" +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8992 +data: App\Entity\Ville {#8784 …} +value: "96" +label: "طرفاية" +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8993 +data: App\Entity\Ville {#1762 …} +value: "97" +label: "طنجة" +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8994 +data: App\Entity\Ville {#8793 …} +value: "98" +label: "عين عودة" +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8995 +data: App\Entity\Ville {#2157 …} +value: "99" +label: "فاس" +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8996 +data: App\Entity\Ville {#8802 …} +value: "100" +label: "فجيج" +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8997 +data: App\Entity\Ville {#8811 …} +value: "101" +label: "قصبة تادلة" +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8998 +data: App\Entity\Ville {#3703 …} +value: "102" +label: "قصر الكبير" +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8999 +data: App\Entity\Ville {#3224 …} +value: "103" +label: "قلعة السراغنة" +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9000 +data: App\Entity\Ville {#8820 …} +value: "104" +label: "قلعة مكونة" +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9001 +data: App\Entity\Ville {#3303 …} +value: "105" +label: "القنيطرة" +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9002 +data: App\Entity\Ville {#3201 …} +value: "106" +label: "كرسيف" +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9003 +data: App\Entity\Ville {#5878 …} +value: "107" +label: "كلميم" +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9004 +data: App\Entity\Ville {#5785 …} +value: "108" +label: "العيون بوجدور الساقية الحمراء" +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9005 +data: App\Entity\Ville {#1854 …} +value: "109" +label: "مراكش" +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9006 +data: App\Entity\Ville {#8829 …} +value: "110" +label: "مرتيل" +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9007 +data: App\Entity\Ville {#8838 …} +value: "111" +label: "مرزوكة" +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9008 +data: App\Entity\Ville {#1522 …} +value: "112" +label: "مكان آخر..." +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9009 +data: App\Entity\Ville {#1645 …} +value: "113" +label: "مكناس" +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9010 +data: App\Entity\Ville {#8847 …} +value: "114" +label: "مولاي إدريس زرهون" +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9011 +data: App\Entity\Ville {#8856 …} +value: "115" +label: "مولاي يعقوب" +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9012 +data: App\Entity\Ville {#6036 …} +value: "116" +label: "ميدلت" +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9013 +data: App\Entity\Ville {#8865 …} +value: "117" +label: "ميسور" +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9014 +data: App\Entity\Ville {#8874 …} +value: "118" +label: "وادي الذهب" +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9015 +data: App\Entity\Ville {#8883 …} +value: "119" +label: "وادي زم" +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9016 +data: App\Entity\Ville {#2613 …} +value: "120" +label: "وجدة" +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9017 +data: App\Entity\Ville {#3097 …} +value: "121" +label: "ورزازات" +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9018 +data: App\Entity\Ville {#2488 …} +value: "122" +label: "وزان" +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9019 +data: App\Entity\Ville {#8892 …} +value: "123" +label: "cities.test" +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#9020 +data: App\Entity\Ville {#8901 …} +value: "124" +label: "cities.test" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#8333 -errors: [] -form: Symfony\Component\Form\Form {#1134 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#8334 …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) {#9022 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 | "مدينة أو رمز بريدي" |
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 "نجمتان وما فوق" => 2 "ثلاث نجوم وما فوق" => 3 "أربع نجوم وما فوق" => 4 "خمس نجوم" => 5 ] |
[ "نجمة واحدة وما فوق" => 1 "نجمتان وما فوق" => 2 "ثلاث نجوم وما فوق" => 3 "أربع نجوم وما فوق" => 4 "خمس نجوم" => 5 ] |
placeholder | "تصفية حسب التقييم" |
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 "نجمتان وما فوق" => 2 "ثلاث نجوم وما فوق" => 3 "أربع نجوم وما فوق" => 4 "خمس نجوم" => 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 {#657 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#106 …} -logger: Monolog\Logger {#148 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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 | "تصفية حسب التقييم" |
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() {#1085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#1084 …} $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 {#9024 +data: 1 +value: "1" +label: "نجمة واحدة وما فوق" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9025 +data: 2 +value: "2" +label: "نجمتان وما فوق" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9026 +data: 3 +value: "3" +label: "ثلاث نجوم وما فوق" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9027 +data: 4 +value: "4" +label: "أربع نجوم وما فوق" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#9028 +data: 5 +value: "5" +label: "خمس نجوم" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9021 -errors: [] -form: Symfony\Component\Form\Form {#1131 …} } |
expanded | false |
form | Symfony\Component\Form\FormView {#9023 …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) {#9030 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 | "تصفية حسب التقييم" |
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 | "🔍 ابحث عن حرفي" |
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 | "🔍 ابحث عن حرفي" |
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 {#9032 …5} |
full_name | "search_artisan[search]" |
id | "search_artisan_search" |
label | "🔍 ابحث عن حرفي" |
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 {#657 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#106 …} -logger: Monolog\Logger {#148 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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) {#9033 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() {#9037 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#243 …} $message: Closure() {#9034 …} $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 {#9047 -errors: [] -form: Symfony\Component\Form\Form {#9043 …} } |
form | Symfony\Component\Form\FormView {#9038 …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" |