Forms
-
recherche
-
marque
-
materiel
-
rechercher
-
_token
-
recherche
Form type:
"App\Form\RechercheType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#474 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#475 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#476 …} -namespace: Closure() {#478 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#498 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 | "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() {#499 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#497 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "recherche" "_recherche" ] |
| cache_key | "_recherche_recherche" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#804 -form: Symfony\Component\Form\Form {#722 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#805 …5} |
| full_name | "recherche" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "recherche" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recherche" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_recherche" |
| valid | true |
| value | null |
marque
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" => "form-control select-dark" ] |
[ "class" => "form-control select-dark" ] |
| choice_label | Closure($marque) {#505 class: "App\Form\RechercheType" this: App\Form\RechercheType {#382 …} } |
same as passed value |
| class | "App\Entity\Marque" |
same as passed value |
| empty_data | null |
same as passed value |
| label_attr | [ "class" => "fw-bold" ] |
[ "class" => "fw-bold" ] |
| mapped | false |
same as passed value |
| placeholder | "Indéfini" |
same as passed value |
| query_builder | Closure(MarqueRepository $marqueRepository) {#506 class: "App\Form\RechercheType" this: App\Form\RechercheType {#382 …} } |
Doctrine\ORM\QueryBuilder {#545 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#554 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "marque" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#555 #from: "App\Entity\Marque" #alias: "marque" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#556 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "marque.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#553 …} -dql: "SELECT marque FROM App\Entity\Marque marque ORDER BY marque.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#543 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control select-dark" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($marque) {#505 class: "App\Form\RechercheType" this: App\Form\RechercheType {#382 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#665 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#558 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#557 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#559 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#656 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#561 …} } |
| choices | null |
| class | "App\Entity\Marque" |
| 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 {#474 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#475 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#476 …} -namespace: Closure() {#478 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} |
| empty_data | null |
| 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 {#653 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#538 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "fw-bold" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Indéfini" |
| 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 | Doctrine\ORM\QueryBuilder {#545 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#554 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "marque" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#555 #from: "App\Entity\Marque" #alias: "marque" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#556 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "marque.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#553 …} -dql: "SELECT marque FROM App\Entity\Marque marque ORDER BY marque.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#543 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#533 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#529 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control select-dark" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_recherche_marque" ] |
| cache_key | "_recherche_marque_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +label: "Akai" +value: "20" +data: App\Entity\Marque {#1038 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1024 +label: "Arturia" +value: "3" +data: App\Entity\Marque {#1042 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "D'addario" +value: "4" +data: App\Entity\Marque {#1045 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1029 +label: "Dean Markley" +value: "5" +data: App\Entity\Marque {#1048 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1028 +label: "Elixir" +value: "6" +data: App\Entity\Marque {#1051 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1023 +label: "Ernie Ball" +value: "7" +data: App\Entity\Marque {#1054 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1036 +label: "Fender" +value: "8" +data: Proxies\__CG__\App\Entity\Marque {#960 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1034 +label: "Gibson" +value: "14" +data: Proxies\__CG__\App\Entity\Marque {#987 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +label: "Ibanez" +value: "9" +data: App\Entity\Marque {#1065 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1025 +label: "Korg" +value: "10" +data: App\Entity\Marque {#1068 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1030 +label: "Marshall" +value: "11" +data: App\Entity\Marque {#1071 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1094 +label: "Pioneer" +value: "12" +data: App\Entity\Marque {#1074 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1095 +label: "Savarez" +value: "13" +data: App\Entity\Marque {#1077 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1096 +label: "Shiver" +value: "15" +data: App\Entity\Marque {#1080 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1097 +label: "Squier" +value: "16" +data: App\Entity\Marque {#1083 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1098 +label: "Takamine" +value: "17" +data: App\Entity\Marque {#1086 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1099 +label: "Vic Firth" +value: "18" +data: App\Entity\Marque {#1089 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1100 +label: "Yamaha" +value: "19" +data: Proxies\__CG__\App\Entity\Marque {#898 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1021 -form: Symfony\Component\Form\Form {#742 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1020 …5} |
| full_name | "recherche[marque]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "recherche_marque" |
| is_selected | Closure($choice, $value) {#1102 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [ "class" => "fw-bold" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "marque" |
| placeholder | "Indéfini" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_recherche_marque" |
| valid | true |
| value | "" |
materiel
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" => "form-control select-dark" ] |
[ "class" => "form-control select-dark" ] |
| choice_label | Closure($materiel) {#507 class: "App\Form\RechercheType" this: App\Form\RechercheType {#382 …} } |
same as passed value |
| class | "App\Entity\Materiel" |
same as passed value |
| empty_data | null |
same as passed value |
| label_attr | [ "class" => "fw-bold" ] |
[ "class" => "fw-bold" ] |
| mapped | false |
same as passed value |
| placeholder | "Indéfini" |
same as passed value |
| query_builder | Closure(MaterielRepository $materielRepository) {#508 class: "App\Form\RechercheType" this: App\Form\RechercheType {#382 …} } |
Doctrine\ORM\QueryBuilder {#696 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#699 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "materiel" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#694 #from: "App\Entity\Materiel" #alias: "materiel" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#700 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "materiel.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#553 …} -dql: "SELECT materiel FROM App\Entity\Materiel materiel ORDER BY materiel.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#659 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control select-dark" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($materiel) {#507 class: "App\Form\RechercheType" this: App\Form\RechercheType {#382 …} } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#730 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#702 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#701 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#559 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#705 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#703 …} } |
| choices | null |
| class | "App\Entity\Materiel" |
| 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 {#474 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#475 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#476 …} -namespace: Closure() {#478 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} |
| empty_data | null |
| 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 {#718 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#644 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [ "class" => "fw-bold" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| multiple | false |
| placeholder | "Indéfini" |
| 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 | Doctrine\ORM\QueryBuilder {#696 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#699 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "materiel" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#694 #from: "App\Entity\Materiel" #alias: "materiel" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#700 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "materiel.nom ASC" ] } ] ] -type: Doctrine\ORM\Internal\QueryType {#553 …} -dql: "SELECT materiel FROM App\Entity\Materiel materiel ORDER BY materiel.nom ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#659 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: ContainerUjQfLqJ\EntityManagerGhostEbeb667 {#263 …12} } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#645 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#647 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control select-dark" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_recherche_materiel" ] |
| cache_key | "_recherche_materiel_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1104 +label: "Amplis" +value: "28" +data: App\Entity\Materiel {#1120 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1106 +label: "Archets" +value: "29" +data: App\Entity\Materiel {#1141 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1108 +label: "Baguettes" +value: "24" +data: App\Entity\Materiel {#1147 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1111 +label: "Basse" +value: "2" +data: App\Entity\Materiel {#1153 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1110 +label: "Batterie" +value: "17" +data: Proxies\__CG__\App\Entity\Materiel {#975 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1105 +label: "Batterie électronique" +value: "18" +data: App\Entity\Materiel {#1162 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1118 +label: "Becs" +value: "25" +data: App\Entity\Materiel {#1165 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1116 +label: "Câbles" +value: "27" +data: App\Entity\Materiel {#1171 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "Capodastre" +value: "21" +data: App\Entity\Materiel {#1174 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1107 +label: "Clavecin" +value: "8" +data: App\Entity\Materiel {#1177 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1112 +label: "Clavier Midi" +value: "10" +data: App\Entity\Materiel {#1183 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "Cor" +value: "12" +data: App\Entity\Materiel {#1186 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "Cordes métal" +value: "26" +data: App\Entity\Materiel {#1192 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +label: "Cordes Nylon" +value: "30" +data: App\Entity\Materiel {#1195 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +label: "Djembé" +value: "19" +data: App\Entity\Materiel {#1198 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "Flûte à bec" +value: "15" +data: App\Entity\Materiel {#1201 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1243 +label: "Flûte traversière" +value: "14" +data: Proxies\__CG__\App\Entity\Materiel {#1014 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +label: "Guitare Electrique" +value: "4" +data: Proxies\__CG__\App\Entity\Materiel {#963 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +label: "Guitare Electro-accoustique" +value: "5" +data: Proxies\__CG__\App\Entity\Materiel {#990 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +label: "Guitare Sèche" +value: "3" +data: Proxies\__CG__\App\Entity\Materiel {#1002 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +label: "Hausse-pied" +value: "22" +data: App\Entity\Materiel {#1212 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +label: "Hautbois" +value: "16" +data: App\Entity\Materiel {#1215 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "Médiator" +value: "20" +data: App\Entity\Materiel {#1218 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "Orgue" +value: "7" +data: App\Entity\Materiel {#1221 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "Piano" +value: "6" +data: App\Entity\Materiel {#1224 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +label: "Pupitre" +value: "23" +data: App\Entity\Materiel {#1227 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +label: "Synthétiseur" +value: "9" +data: Proxies\__CG__\App\Entity\Materiel {#916 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +label: "Trombone" +value: "13" +data: App\Entity\Materiel {#1232 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +label: "Trompette" +value: "11" +data: App\Entity\Materiel {#1235 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1101 -form: Symfony\Component\Form\Form {#744 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1103 …5} |
| full_name | "recherche[materiel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "recherche_materiel" |
| is_selected | Closure($choice, $value) {#1257 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [ "class" => "fw-bold" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "materiel" |
| placeholder | "Indéfini" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_recherche_materiel" |
| valid | true |
| value | "" |
rechercher
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 bg-primary text-white m-4" ] |
[ "class" => "btn bg-primary text-white m-4" ] |
| row_attr | [ "class" => "text-center" ] |
[ "class" => "text-center" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn bg-primary text-white m-4" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "text-center" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn bg-primary text-white m-4" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_recherche_rechercher" ] |
| cache_key | "_recherche_rechercher_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1258 …5} |
| full_name | "recherche[rechercher]" |
| id | "recherche_rechercher" |
| label | null |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "rechercher" |
| priority | 0 |
| row_attr | [ "class" => "text-center" ] |
| translation_domain | null |
| unique_block_prefix | "_recherche_rechercher" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "35498e866ac4b95.rj7fGSbQA6m9xshmCFCVYu1VKjXaG6lH4Ul68UPLHc8.1gbvd1GWaeaPtq0QXxLaNoU0Rni2V_0PjgpLpHesfL_XXJUrS5oxz-qJow" |
| 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 | "35498e866ac4b95.rj7fGSbQA6m9xshmCFCVYu1VKjXaG6lH4Ul68UPLHc8.1gbvd1GWaeaPtq0QXxLaNoU0Rni2V_0PjgpLpHesfL_XXJUrS5oxz-qJow" |
same as passed value |
| mapped | false |
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 | "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 {#474 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#475 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#476 …} -namespace: Closure() {#478 …} } |
| data | "35498e866ac4b95.rj7fGSbQA6m9xshmCFCVYu1VKjXaG6lH4Ul68UPLHc8.1gbvd1GWaeaPtq0QXxLaNoU0Rni2V_0PjgpLpHesfL_XXJUrS5oxz-qJow" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1274 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() {#1275 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1273 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_recherche__token" ] |
| cache_key | "_recherche__token_hidden" |
| compound | false |
| data | "35498e866ac4b95.rj7fGSbQA6m9xshmCFCVYu1VKjXaG6lH4Ul68UPLHc8.1gbvd1GWaeaPtq0QXxLaNoU0Rni2V_0PjgpLpHesfL_XXJUrS5oxz-qJow" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1285 -form: Symfony\Component\Form\Form {#1281 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1276 …5} |
| full_name | "recherche[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "recherche__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 | "_recherche__token" |
| valid | true |
| value | "35498e866ac4b95.rj7fGSbQA6m9xshmCFCVYu1VKjXaG6lH4Ul68UPLHc8.1gbvd1GWaeaPtq0QXxLaNoU0Rni2V_0PjgpLpHesfL_XXJUrS5oxz-qJow" |