- 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 {#704 …} } |
| 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 {#1082 -form: Symfony\Component\Form\Form {#1052 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1134 …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 {#705 …} } |
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 {#1133 +label: "Acoustique" +value: "22" +data: App\Entity\MusicStyle {#1734 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1154 +label: "Black Métal" +value: "25" +data: App\Entity\MusicStyle {#1748 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1161 +label: "Blues" +value: "9" +data: App\Entity\MusicStyle {#1755 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1146 +label: "Classique" +value: "10" +data: App\Entity\MusicStyle {#1758 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1157 +label: "Country" +value: "26" +data: App\Entity\MusicStyle {#1761 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1160 +label: "Disco" +value: "20" +data: App\Entity\MusicStyle {#1764 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1164 +label: "Dub" +value: "13" +data: App\Entity\MusicStyle {#1767 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1155 +label: "Electro" +value: "7" +data: App\Entity\MusicStyle {#1770 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +label: "Folk" +value: "27" +data: App\Entity\MusicStyle {#1773 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1842 +label: "Funk" +value: "3" +data: App\Entity\MusicStyle {#1776 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1843 +label: "Hardcore" +value: "15" +data: App\Entity\MusicStyle {#1779 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1844 +label: "Hardtek" +value: "33" +data: App\Entity\MusicStyle {#1782 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1845 +label: "Heavy Metal" +value: "28" +data: App\Entity\MusicStyle {#1785 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1846 +label: "Hip Hop" +value: "23" +data: App\Entity\MusicStyle {#1788 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1847 +label: "House" +value: "31" +data: App\Entity\MusicStyle {#1791 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1848 +label: "Jazz" +value: "2" +data: App\Entity\MusicStyle {#1794 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1849 +label: "Jazz Manouche" +value: "16" +data: App\Entity\MusicStyle {#1797 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1850 +label: "Latino" +value: "11" +data: App\Entity\MusicStyle {#1800 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1851 +label: "Metal" +value: "4" +data: App\Entity\MusicStyle {#1803 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1852 +label: "Pop" +value: "5" +data: App\Entity\MusicStyle {#1806 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1853 +label: "Posé" +value: "30" +data: App\Entity\MusicStyle {#1809 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1854 +label: "Punk rock" +value: "24" +data: App\Entity\MusicStyle {#1812 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1855 +label: "R'nB" +value: "6" +data: App\Entity\MusicStyle {#1815 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1856 +label: "Rap" +value: "21" +data: App\Entity\MusicStyle {#1818 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1857 +label: "Reggae" +value: "8" +data: App\Entity\MusicStyle {#1821 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1858 +label: "Rock" +value: "1" +data: App\Entity\MusicStyle {#1824 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1859 +label: "Rock psychédélique" +value: "17" +data: App\Entity\MusicStyle {#1827 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1860 +label: "Salsa" +value: "29" +data: App\Entity\MusicStyle {#1830 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1861 +label: "Soul" +value: "19" +data: App\Entity\MusicStyle {#1833 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1862 +label: "Techno" +value: "32" +data: App\Entity\MusicStyle {#1836 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1863 +label: "Variété" +value: "35" +data: App\Entity\MusicStyle {#1839 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1150 -form: Symfony\Component\Form\Form {#1055 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1153 …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) {#1148 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 {#705 …} } |
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 {#1869 +label: "instrument.accordion" +value: "5" +data: App\Entity\Instrument {#1881 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1874 +label: "instrument.acoustic_guitar" +value: "18" +data: App\Entity\Instrument {#1883 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1871 +label: "instrument.bagpipes" +value: "25" +data: App\Entity\Instrument {#1884 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1868 +label: "instrument.banjo" +value: "32" +data: App\Entity\Instrument {#1885 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1877 +label: "instrument.bass" +value: "2" +data: App\Entity\Instrument {#1886 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1875 +label: "instrument.bassoon" +value: "37" +data: App\Entity\Instrument {#1887 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1876 +label: "instrument.bongo_drums" +value: "29" +data: App\Entity\Instrument {#1888 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1870 +label: "instrument.cajon" +value: "10" +data: App\Entity\Instrument {#1889 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1879 +label: "instrument.cello" +value: "7" +data: App\Entity\Instrument {#1890 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1922 +label: "instrument.clarinet" +value: "23" +data: App\Entity\Instrument {#1891 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1923 +label: "instrument.didgeridoo" +value: "38" +data: App\Entity\Instrument {#1892 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1924 +label: "instrument.double_bass" +value: "17" +data: App\Entity\Instrument {#1893 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1925 +label: "instrument.drums" +value: "9" +data: App\Entity\Instrument {#1894 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1926 +label: "instrument.electric_guitar" +value: "1" +data: App\Entity\Instrument {#1895 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1927 +label: "instrument.flute" +value: "21" +data: App\Entity\Instrument {#1896 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1928 +label: "instrument.handpan" +value: "40" +data: App\Entity\Instrument {#1897 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1929 +label: "instrument.harmonica" +value: "6" +data: App\Entity\Instrument {#1898 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1930 +label: "instrument.harp" +value: "8" +data: App\Entity\Instrument {#1899 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1931 +label: "instrument.horn" +value: "24" +data: App\Entity\Instrument {#1900 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1932 +label: "instrument.keyboard" +value: "19" +data: App\Entity\Instrument {#1901 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1933 +label: "instrument.mandolin" +value: "34" +data: App\Entity\Instrument {#1902 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1934 +label: "instrument.maracas" +value: "31" +data: App\Entity\Instrument {#1903 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1935 +label: "instrument.oboe" +value: "22" +data: App\Entity\Instrument {#1904 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1936 +label: "instrument.organ" +value: "35" +data: App\Entity\Instrument {#1905 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1937 +label: "instrument.oud" +value: "33" +data: App\Entity\Instrument {#1906 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1938 +label: "instrument.pad" +value: "12" +data: App\Entity\Instrument {#1907 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1939 +label: "instrument.piano" +value: "4" +data: App\Entity\Instrument {#1908 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1940 +label: "instrument.piccolo" +value: "39" +data: App\Entity\Instrument {#1909 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1941 +label: "instrument.recorder_flute" +value: "20" +data: App\Entity\Instrument {#1910 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1942 +label: "instrument.saxophone" +value: "14" +data: App\Entity\Instrument {#1911 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1943 +label: "instrument.synthesizer" +value: "13" +data: App\Entity\Instrument {#1912 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1944 +label: "instrument.tambourine" +value: "30" +data: App\Entity\Instrument {#1913 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1945 +label: "instrument.triangle" +value: "36" +data: App\Entity\Instrument {#1914 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1946 +label: "instrument.trombone" +value: "11" +data: App\Entity\Instrument {#1915 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1947 +label: "instrument.trumpet" +value: "27" +data: App\Entity\Instrument {#1916 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1948 +label: "instrument.tuba" +value: "26" +data: App\Entity\Instrument {#1917 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1949 +label: "instrument.ukulele" +value: "15" +data: App\Entity\Instrument {#1918 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1950 +label: "instrument.violin" +value: "3" +data: App\Entity\Instrument {#1919 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1951 +label: "instrument.voice" +value: "16" +data: App\Entity\Instrument {#1920 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1952 +label: "instrument.xylophone" +value: "28" +data: App\Entity\Instrument {#1921 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1864 -form: Symfony\Component\Form\Form {#1058 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1149 …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) {#1866 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 | "ea80d8.Jcq1xwS17hYDHjZX020VgK-NV8klilTPe2_ZoPI8bu0.fI3qikP63WZwWF89tC5B-uHBb59v8hv_LwuPzr1RQ9pT_dqoQYCxZjomDg" |
| 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 | "ea80d8.Jcq1xwS17hYDHjZX020VgK-NV8klilTPe2_ZoPI8bu0.fI3qikP63WZwWF89tC5B-uHBb59v8hv_LwuPzr1RQ9pT_dqoQYCxZjomDg" |
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 | "ea80d8.Jcq1xwS17hYDHjZX020VgK-NV8klilTPe2_ZoPI8bu0.fI3qikP63WZwWF89tC5B-uHBb59v8hv_LwuPzr1RQ9pT_dqoQYCxZjomDg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1956 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#704 …} } |
| 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() {#1958 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() {#1955 …} } } |
| 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 | "ea80d8.Jcq1xwS17hYDHjZX020VgK-NV8klilTPe2_ZoPI8bu0.fI3qikP63WZwWF89tC5B-uHBb59v8hv_LwuPzr1RQ9pT_dqoQYCxZjomDg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1968 -form: Symfony\Component\Form\Form {#1964 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1959 …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 | "ea80d8.Jcq1xwS17hYDHjZX020VgK-NV8klilTPe2_ZoPI8bu0.fI3qikP63WZwWF89tC5B-uHBb59v8hv_LwuPzr1RQ9pT_dqoQYCxZjomDg" |