- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 5
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Blocks 0
- Mercure
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
new_band_search_filters
"App\Form\NewBandSearchFiltersType"
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 {#854 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#856 …} -namespace: Closure() {#858 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#877 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#695 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#64 …} $translationDomain: "validators" $message: Closure() {#878 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "new_band_search_filters" "_new_band_search_filters" ] |
| cache_key | "_new_band_search_filters_new_band_search_filters" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1102 -form: Symfony\Component\Form\Form {#1052 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1081 …5} |
| full_name | "new_band_search_filters" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "new_band_search_filters" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "new_band_search_filters" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_new_band_search_filters" |
| valid | true |
| value | null |
musicStyles
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "multiple-select" ] |
[ "class" => "multiple-select" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\MusicStyle" |
same as passed value |
| expanded | false |
false
|
| label | "new_band_search.form.musicStyles" |
same as passed value |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#885 class: "App\Form\NewBandSearchFiltersType" this: App\Form\NewBandSearchFiltersType {#696 …} } |
Doctrine\ORM\QueryBuilder {#975 -_em: Doctrine\ORM\EntityManager {#590 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#984 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "musicStyle" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#985 #from: "App\Entity\MusicStyle" #alias: "musicStyle" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#986 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "musicStyle.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT musicStyle FROM App\Entity\MusicStyle musicStyle ORDER BY musicStyle.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#977 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "multiple-select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1005 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#988 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#987 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#989 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#993 -om: ContainerEnsAE3p\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#79 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#923 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\MusicStyle" |
| 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 {#854 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#856 …} -namespace: Closure() {#858 …} } |
| data_class | null |
| disabled | false |
| em | ContainerEnsAE3p\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#79 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#993 -om: ContainerEnsAE3p\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#79 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#923 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "new_band_search.form.musicStyles" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#975 -_em: Doctrine\ORM\EntityManager {#590 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#984 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "musicStyle" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#985 #from: "App\Entity\MusicStyle" #alias: "musicStyle" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#986 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "musicStyle.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT musicStyle FROM App\Entity\MusicStyle musicStyle ORDER BY musicStyle.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#977 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | "messages" |
| trim | false |
| upload_max_size_message | Closure() {#913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#64 …} $translationDomain: "validators" $message: Closure() {#911 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "multiple-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_new_band_search_filters_musicStyles" ] |
| cache_key | "_new_band_search_filters_musicStyles_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1119 +label: "Acoustique" +value: "22" +data: App\Entity\MusicStyle {#1308 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1122 +label: "Black Métal" +value: "25" +data: App\Entity\MusicStyle {#1379 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1146 +label: "Blues" +value: "9" +data: App\Entity\MusicStyle {#1386 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "Classique" +value: "10" +data: App\Entity\MusicStyle {#1389 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1140 +label: "Country" +value: "26" +data: App\Entity\MusicStyle {#1392 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1115 +label: "Disco" +value: "20" +data: App\Entity\MusicStyle {#1395 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1114 +label: "Dub" +value: "13" +data: App\Entity\MusicStyle {#1398 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1120 +label: "Electro" +value: "7" +data: App\Entity\MusicStyle {#1401 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +label: "Folk" +value: "27" +data: App\Entity\MusicStyle {#1404 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1473 +label: "Funk" +value: "3" +data: App\Entity\MusicStyle {#1407 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1474 +label: "Hardcore" +value: "15" +data: App\Entity\MusicStyle {#1410 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1475 +label: "Hardtek" +value: "33" +data: App\Entity\MusicStyle {#1413 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1476 +label: "Heavy Metal" +value: "28" +data: App\Entity\MusicStyle {#1416 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1477 +label: "Hip Hop" +value: "23" +data: App\Entity\MusicStyle {#1419 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1478 +label: "House" +value: "31" +data: App\Entity\MusicStyle {#1422 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1479 +label: "Jazz" +value: "2" +data: App\Entity\MusicStyle {#1425 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1480 +label: "Jazz Manouche" +value: "16" +data: App\Entity\MusicStyle {#1428 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1481 +label: "Latino" +value: "11" +data: App\Entity\MusicStyle {#1431 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1482 +label: "Metal" +value: "4" +data: App\Entity\MusicStyle {#1434 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1483 +label: "Pop" +value: "5" +data: App\Entity\MusicStyle {#1437 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1484 +label: "Posé" +value: "30" +data: App\Entity\MusicStyle {#1440 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1485 +label: "Punk rock" +value: "24" +data: App\Entity\MusicStyle {#1443 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1486 +label: "R'nB" +value: "6" +data: App\Entity\MusicStyle {#1446 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1487 +label: "Rap" +value: "21" +data: App\Entity\MusicStyle {#1449 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1488 +label: "Reggae" +value: "8" +data: App\Entity\MusicStyle {#1452 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1489 +label: "Rock" +value: "1" +data: App\Entity\MusicStyle {#1455 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1490 +label: "Rock psychédélique" +value: "17" +data: App\Entity\MusicStyle {#1458 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1491 +label: "Salsa" +value: "29" +data: App\Entity\MusicStyle {#1461 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1492 +label: "Soul" +value: "19" +data: App\Entity\MusicStyle {#1464 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1493 +label: "Techno" +value: "32" +data: App\Entity\MusicStyle {#1467 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1494 +label: "Variété" +value: "35" +data: App\Entity\MusicStyle {#1470 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1093 -form: Symfony\Component\Form\Form {#1055 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1105 …5} |
| full_name | "new_band_search_filters[musicStyles][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "new_band_search_filters_musicStyles" |
| is_selected | Closure($choice, array $values) {#1107 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#888 …} } |
| label | "new_band_search.form.musicStyles" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "musicStyles" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_new_band_search_filters_musicStyles" |
| valid | true |
| value | [] |
instruments
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "multiple-select" ] |
[ "class" => "multiple-select" ] |
| choice_label | "name" |
same as passed value |
| choice_translation_domain | "messages" |
same as passed value |
| class | "App\Entity\Instrument" |
same as passed value |
| expanded | false |
false
|
| label | "new_band_search.form.instruments" |
same as passed value |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#886 class: "App\Form\NewBandSearchFiltersType" this: App\Form\NewBandSearchFiltersType {#696 …} } |
Doctrine\ORM\QueryBuilder {#1023 -_em: Doctrine\ORM\EntityManager {#590 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1024 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "instruments" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1020 #from: "App\Entity\Instrument" #alias: "instruments" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1031 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "instruments.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT instruments FROM App\Entity\Instrument instruments ORDER BY instruments.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1022 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "multiple-select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1050 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1033 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1032 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1034 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1038 -om: ContainerEnsAE3p\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#79 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1010 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Instrument" |
| 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 {#854 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#856 …} -namespace: Closure() {#858 …} } |
| data_class | null |
| disabled | false |
| em | ContainerEnsAE3p\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#79 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1038 -om: ContainerEnsAE3p\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#79 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1010 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "new_band_search.form.instruments" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1023 -_em: Doctrine\ORM\EntityManager {#590 …} -_dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1024 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "instruments" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1020 #from: "App\Entity\Instrument" #alias: "instruments" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1031 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "instruments.name ASC" ] } ] ] -_type: 0 -_state: 1 -_dql: "SELECT instruments FROM App\Entity\Instrument instruments ORDER BY instruments.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1022 …} -_firstResult: null -_maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | "messages" |
| trim | false |
| upload_max_size_message | Closure() {#1009 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#64 …} $translationDomain: "validators" $message: Closure() {#1008 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "multiple-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_new_band_search_filters_instruments" ] |
| cache_key | "_new_band_search_filters_instruments_entity" |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choices | [ 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1500 +label: "instrument.accordion" +value: "5" +data: App\Entity\Instrument {#1512 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1505 +label: "instrument.acoustic_guitar" +value: "18" +data: App\Entity\Instrument {#1514 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1502 +label: "instrument.bagpipes" +value: "25" +data: App\Entity\Instrument {#1515 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1499 +label: "instrument.banjo" +value: "32" +data: App\Entity\Instrument {#1516 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1508 +label: "instrument.bass" +value: "2" +data: App\Entity\Instrument {#1517 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1506 +label: "instrument.bassoon" +value: "37" +data: App\Entity\Instrument {#1518 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1507 +label: "instrument.bongo_drums" +value: "29" +data: App\Entity\Instrument {#1519 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1501 +label: "instrument.cajon" +value: "10" +data: App\Entity\Instrument {#1520 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1510 +label: "instrument.cello" +value: "7" +data: App\Entity\Instrument {#1521 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1553 +label: "instrument.clarinet" +value: "23" +data: App\Entity\Instrument {#1522 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1554 +label: "instrument.didgeridoo" +value: "38" +data: App\Entity\Instrument {#1523 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1555 +label: "instrument.double_bass" +value: "17" +data: App\Entity\Instrument {#1524 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1556 +label: "instrument.drums" +value: "9" +data: App\Entity\Instrument {#1525 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1557 +label: "instrument.electric_guitar" +value: "1" +data: App\Entity\Instrument {#1526 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1558 +label: "instrument.flute" +value: "21" +data: App\Entity\Instrument {#1527 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1559 +label: "instrument.handpan" +value: "40" +data: App\Entity\Instrument {#1528 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1560 +label: "instrument.harmonica" +value: "6" +data: App\Entity\Instrument {#1529 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1561 +label: "instrument.harp" +value: "8" +data: App\Entity\Instrument {#1530 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1562 +label: "instrument.horn" +value: "24" +data: App\Entity\Instrument {#1531 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1563 +label: "instrument.keyboard" +value: "19" +data: App\Entity\Instrument {#1532 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1564 +label: "instrument.mandolin" +value: "34" +data: App\Entity\Instrument {#1533 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1565 +label: "instrument.maracas" +value: "31" +data: App\Entity\Instrument {#1534 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1566 +label: "instrument.oboe" +value: "22" +data: App\Entity\Instrument {#1535 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1567 +label: "instrument.organ" +value: "35" +data: App\Entity\Instrument {#1536 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1568 +label: "instrument.oud" +value: "33" +data: App\Entity\Instrument {#1537 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1569 +label: "instrument.pad" +value: "12" +data: App\Entity\Instrument {#1538 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1570 +label: "instrument.piano" +value: "4" +data: App\Entity\Instrument {#1539 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1571 +label: "instrument.piccolo" +value: "39" +data: App\Entity\Instrument {#1540 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1572 +label: "instrument.recorder_flute" +value: "20" +data: App\Entity\Instrument {#1541 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1573 +label: "instrument.saxophone" +value: "14" +data: App\Entity\Instrument {#1542 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1574 +label: "instrument.synthesizer" +value: "13" +data: App\Entity\Instrument {#1543 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1575 +label: "instrument.tambourine" +value: "30" +data: App\Entity\Instrument {#1544 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1576 +label: "instrument.triangle" +value: "36" +data: App\Entity\Instrument {#1545 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1577 +label: "instrument.trombone" +value: "11" +data: App\Entity\Instrument {#1546 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1578 +label: "instrument.trumpet" +value: "27" +data: App\Entity\Instrument {#1547 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1579 +label: "instrument.tuba" +value: "26" +data: App\Entity\Instrument {#1548 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1580 +label: "instrument.ukulele" +value: "15" +data: App\Entity\Instrument {#1549 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1581 +label: "instrument.violin" +value: "3" +data: App\Entity\Instrument {#1550 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1582 +label: "instrument.voice" +value: "16" +data: App\Entity\Instrument {#1551 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1583 +label: "instrument.xylophone" +value: "28" +data: App\Entity\Instrument {#1552 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1495 -form: Symfony\Component\Form\Form {#1058 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1104 …5} |
| full_name | "new_band_search_filters[instruments][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "new_band_search_filters_instruments" |
| is_selected | Closure($choice, array $values) {#1497 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#888 …} } |
| label | "new_band_search.form.instruments" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "instruments" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_new_band_search_filters_instruments" |
| valid | true |
| value | [] |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "990c.Q8_eq0-tK6DrM6SOh-vsqrVLo7v74yLaXF4MM6Ed4Zs.EIeX3CDuYdmOV8DX14Wc7oMazs3JpVaFNj1NQ5dz1MMMnrn_LOBIk9ML4Q" |
| 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 | "990c.Q8_eq0-tK6DrM6SOh-vsqrVLo7v74yLaXF4MM6Ed4Zs.EIeX3CDuYdmOV8DX14Wc7oMazs3JpVaFNj1NQ5dz1MMMnrn_LOBIk9ML4Q" |
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 {#854 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#855 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#856 …} -namespace: Closure() {#858 …} } |
| data | "990c.Q8_eq0-tK6DrM6SOh-vsqrVLo7v74yLaXF4MM6Ed4Zs.EIeX3CDuYdmOV8DX14Wc7oMazs3JpVaFNj1NQ5dz1MMMnrn_LOBIk9ML4Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1587 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#695 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#1589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#860 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#64 …} $translationDomain: "validators" $message: Closure() {#1586 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_new_band_search_filters__token" ] |
| cache_key | "_new_band_search_filters__token_hidden" |
| compound | false |
| data | "990c.Q8_eq0-tK6DrM6SOh-vsqrVLo7v74yLaXF4MM6Ed4Zs.EIeX3CDuYdmOV8DX14Wc7oMazs3JpVaFNj1NQ5dz1MMMnrn_LOBIk9ML4Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1599 -form: Symfony\Component\Form\Form {#1595 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1590 …5} |
| full_name | "new_band_search_filters[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "new_band_search_filters__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_new_band_search_filters__token" |
| valid | true |
| value | "990c.Q8_eq0-tK6DrM6SOh-vsqrVLo7v74yLaXF4MM6Ed4Zs.EIeX3CDuYdmOV8DX14Wc7oMazs3JpVaFNj1NQ5dz1MMMnrn_LOBIk9ML4Q" |