Forms
-
marque
-
nom_marque
-
Pays
-
fabricant
-
_token
-
marque
Form type:
"App\Form\MarqueType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Marque {#658 -id: null -nom_marque: null -pays: null -fabricant: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Marque {#658 -id: null -nom_marque: null -pays: null -fabricant: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#694 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#695 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#696 …} -namespace: Closure() {#698 …} } |
data | App\Entity\Marque {#658 -id: null -nom_marque: null -pays: null -fabricant: null } |
data_class | "App\Entity\Marque" |
disabled | false |
empty_data | Closure(FormInterface $form) {#720 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Marque" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#215 …} $message: Closure() {#721 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "marque" "_marque" ] |
cache_key | "_marque_marque" |
compound | true |
data | App\Entity\Marque {#658 -id: null -nom_marque: null -pays: null -fabricant: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#859 -form: Symfony\Component\Form\Form {#866 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#723 …5} |
full_name | "marque" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "marque" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "marque" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_marque" |
valid | true |
value | App\Entity\Marque {#658 -id: null -nom_marque: null -pays: null -fabricant: null } |
nom_marque
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#694 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#695 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#696 …} -namespace: Closure() {#698 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#768 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#215 …} $message: Closure() {#769 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_marque_nom_marque" ] |
cache_key | "_marque_nom_marque_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#881 -form: Symfony\Component\Form\Form {#869 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#879 …5} |
full_name | "marque[nom_marque]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "marque_nom_marque" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom_marque" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_marque_nom_marque" |
valid | true |
value | "" |
Pays
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" => "m-3" ] |
[ "class" => "m-3" ] |
choice_label | Closure($pays, $index, $id_value) {#728 class: "App\Form\MarqueType" this: App\Form\MarqueType {#675 …} } |
same as passed value |
class | "App\Entity\Pays" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "m-3" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure($pays, $index, $id_value) {#728 class: "App\Form\MarqueType" this: App\Form\MarqueType {#675 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#822 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#800 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#823 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#824 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#826 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#825 …} } |
choices | null |
class | "App\Entity\Pays" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#694 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#695 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#696 …} -namespace: Closure() {#698 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerCsGqFKJ\EntityManagerGhostEbeb667 {#228 …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 {#803 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerCsGqFKJ\EntityManagerGhostEbeb667 {#228 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#801 …} } |
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 | null |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#215 …} $message: Closure() {#797 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "m-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_marque_Pays" ] |
cache_key | "_marque_Pays_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#884 +label: "ALLEMAGNE" +value: "1" +data: App\Entity\Pays {#990 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#898 +label: "BELGIQUE" +value: "2" +data: App\Entity\Pays {#1060 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#986 +label: "ÉTATS-UNIS" +value: "3" +data: App\Entity\Pays {#1064 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#987 +label: "PAYS-BAS" +value: "4" +data: App\Entity\Pays {#1068 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#995 +label: "BRÉSIL" +value: "5" +data: App\Entity\Pays {#1069 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#896 +label: "ARGENTINE" +value: "6" +data: App\Entity\Pays {#1070 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#988 +label: "DANEMARK" +value: "7" +data: App\Entity\Pays {#1071 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#981 +label: "AUSTRALIE" +value: "8" +data: App\Entity\Pays {#1072 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#982 +label: "FRANCE" +value: "9" +data: App\Entity\Pays {#1076 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#899 +label: "IRLANDE" +value: "10" +data: App\Entity\Pays {#1077 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#992 +label: "ROYAUME-UNI" +value: "11" +data: App\Entity\Pays {#1078 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "NOUVELLE-ZÉLANDE" +value: "12" +data: App\Entity\Pays {#1079 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "CANADA" +value: "13" +data: App\Entity\Pays {#1080 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1109 +label: "ISRAËL" +value: "14" +data: App\Entity\Pays {#1081 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "ITALIE" +value: "15" +data: App\Entity\Pays {#1085 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "ESPAGNE" +value: "16" +data: App\Entity\Pays {#1086 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "THAÏLANDE" +value: "17" +data: App\Entity\Pays {#1087 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "JAPON" +value: "18" +data: App\Entity\Pays {#1088 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "RUSSIE, FÉDÉRATION DE" +value: "19" +data: App\Entity\Pays {#1089 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "CHINE" +value: "20" +data: App\Entity\Pays {#1090 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1116 +label: "SUISSE" +value: "21" +data: App\Entity\Pays {#1091 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1117 +label: "CONGO" +value: "22" +data: App\Entity\Pays {#1092 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1118 +label: "MAROC" +value: "23" +data: App\Entity\Pays {#1093 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1119 +label: "MEXIQUE" +value: "24" +data: App\Entity\Pays {#1094 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1120 +label: "SLOVAQUIE" +value: "25" +data: App\Entity\Pays {#1095 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1121 +label: "POLOGNE" +value: "26" +data: App\Entity\Pays {#1096 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1122 +label: "TURQUIE" +value: "27" +data: App\Entity\Pays {#1097 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1123 +label: "VENEZUELA" +value: "28" +data: App\Entity\Pays {#1098 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1124 +label: "COLOMBIE" +value: "29" +data: App\Entity\Pays {#1099 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1125 +label: "NORVÈGE" +value: "30" +data: App\Entity\Pays {#1100 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1126 +label: "SUÈDE" +value: "31" +data: App\Entity\Pays {#1101 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1127 +label: "LAOS" +value: "32" +data: App\Entity\Pays {#1102 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1128 +label: "TCHÈQUE, RÉPUBLIQUE" +value: "33" +data: App\Entity\Pays {#1103 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1129 +label: "PORTUGAL" +value: "34" +data: App\Entity\Pays {#1104 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1130 +label: "AUTRICHE" +value: "35" +data: App\Entity\Pays {#1105 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1131 +label: "rejich" +value: "36" +data: App\Entity\Pays {#1106 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#882 -form: Symfony\Component\Form\Form {#872 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#883 …5} |
full_name | "marque[Pays]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "marque_Pays" |
is_selected | Closure($choice, $value) {#1133 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 | "Pays" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_marque_Pays" |
valid | true |
value | "" |
fabricant
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" => "m-3" ] |
[ "class" => "m-3" ] |
choice_label | Closure($fabricant, $index, $id_value) {#729 class: "App\Form\MarqueType" this: App\Form\MarqueType {#675 …} } |
same as passed value |
class | "App\Entity\Fabricant" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "m-3" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure($fabricant, $index, $id_value) {#729 class: "App\Form\MarqueType" this: App\Form\MarqueType {#675 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#855 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#837 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#856 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#824 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#858 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#857 …} } |
choices | null |
class | "App\Entity\Fabricant" |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#694 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#695 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#696 …} -namespace: Closure() {#698 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerCsGqFKJ\EntityManagerGhostEbeb667 {#228 …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 {#840 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerCsGqFKJ\EntityManagerGhostEbeb667 {#228 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#838 …} } |
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 | null |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#836 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#215 …} $message: Closure() {#835 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "m-3" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_marque_fabricant" ] |
cache_key | "_marque_fabricant_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1135 +label: "AB InBev 2024" +value: "1" +data: App\Entity\Fabricant {#1143 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1137 +label: "Carlsberg" +value: "2" +data: App\Entity\Fabricant {#1155 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1148 +label: "Craig Allan" +value: "3" +data: App\Entity\Fabricant {#1154 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1149 +label: "Duvel" +value: "4" +data: App\Entity\Fabricant {#1153 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1157 +label: "Heineken" +value: "5" +data: App\Entity\Fabricant {#1152 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1136 +label: "Notre Dame de Scourmont" +value: "6" +data: App\Entity\Fabricant {#1158 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1142 +label: "Diageo" +value: "7" +data: App\Entity\Fabricant {#1159 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1147 +label: "ND de Koeningshoeven" +value: "8" +data: App\Entity\Fabricant {#1160 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1151 +label: "Parisis" +value: "9" +data: App\Entity\Fabricant {#1161 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1138 +label: "Palm" +value: "10" +data: App\Entity\Fabricant {#1162 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1132 -form: Symfony\Component\Form\Form {#875 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1134 …5} |
full_name | "marque[fabricant]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "marque_fabricant" |
is_selected | Closure($choice, $value) {#1163 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 | "fabricant" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_marque_fabricant" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "18c797102158.a8pl7ml06ZCEon5hPD2av7cbPl08-67K8RutOJyxU2o.KJoR2S8mqtbcwTUxCETZjcddDDt-k56vklP4CfT9FFM0-gHXA0zc092UPw" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "18c797102158.a8pl7ml06ZCEon5hPD2av7cbPl08-67K8RutOJyxU2o.KJoR2S8mqtbcwTUxCETZjcddDDt-k56vklP4CfT9FFM0-gHXA0zc092UPw" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#694 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#695 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#696 …} -namespace: Closure() {#698 …} } |
data | "18c797102158.a8pl7ml06ZCEon5hPD2av7cbPl08-67K8RutOJyxU2o.KJoR2S8mqtbcwTUxCETZjcddDDt-k56vklP4CfT9FFM0-gHXA0zc092UPw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1167 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() {#1169 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#215 …} $message: Closure() {#1168 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_marque__token" ] |
cache_key | "_marque__token_hidden" |
compound | false |
data | "18c797102158.a8pl7ml06ZCEon5hPD2av7cbPl08-67K8RutOJyxU2o.KJoR2S8mqtbcwTUxCETZjcddDDt-k56vklP4CfT9FFM0-gHXA0zc092UPw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1179 -form: Symfony\Component\Form\Form {#1175 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1170 …5} |
full_name | "marque[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "marque__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 | "_marque__token" |
valid | true |
value | "18c797102158.a8pl7ml06ZCEon5hPD2av7cbPl08-67K8RutOJyxU2o.KJoR2S8mqtbcwTUxCETZjcddDDt-k56vklP4CfT9FFM0-gHXA0zc092UPw" |