- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- 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
-
-
-
16
-
1
-
18
-
2
-
19
-
10
-
3
-
14
-
22
-
5
-
6
-
17
-
7
-
20
-
8
-
9
-
13
-
21
-
11
-
4
-
12
-
15
-
-
label
-
artist
-
year
-
q
-
inStock
-
promo
-
homeprod
-
repress
-
neuf
-
occasion
-
(no name)
"App\Form\SearchType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Services\Search {#2278 +styles: [] +label: null +artist: null +year: null +q: null +inStock: null +promo: null +repress: null +neuf: null +occasion: null +homeprod: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Services\Search {#2278 +styles: [] +label: null +artist: null +year: null +q: null +inStock: null +promo: null +repress: null +neuf: null +occasion: null +homeprod: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data | App\Services\Search {#2278 +styles: [] +label: null +artist: null +year: null +q: null +inStock: null +promo: null +repress: null +neuf: null +occasion: null +homeprod: null } |
| data_class | "App\Services\Search" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2439 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2318 …} use: { $class: "App\Services\Search" } } |
| 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 | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2437 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2438 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | App\Services\Search {#2278 +styles: [] +label: null +artist: null +year: null +q: null +inStock: null +promo: null +repress: null +neuf: null +occasion: null +homeprod: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3151 -form: Symfony\Component\Form\Form {#2749 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3055 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | App\Services\Search {#2278 +styles: [] +label: null +artist: null +year: null +q: null +inStock: null +promo: null +repress: null +neuf: null +occasion: null +homeprod: null } |
styles
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "text-capitalize d-flex flex-wrap" ] |
[ "class" => "text-capitalize d-flex flex-wrap" ] |
| class | "App\Entity\Style" |
same as passed value |
| expanded | true |
same as passed value |
| label | "forms.labels.styles" |
same as passed value |
| multiple | true |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2490 class: "App\Form\SearchType" this: App\Form\SearchType {#2317 …} } |
Doctrine\ORM\QueryBuilder {#2433 -em: Doctrine\ORM\EntityManager {#591 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2431 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2430 #from: "App\Entity\Style" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2429 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Style s ORDER BY s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2432 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text-capitalize d-flex flex-wrap" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2424 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2481 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2427 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2455 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2428 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2474 -om: ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#813 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Style" |
| 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 {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| em | ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 {#2474 -om: ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#813 …} -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 | "forms.labels.styles" |
| 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 {#2433 -em: Doctrine\ORM\EntityManager {#591 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2431 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2430 #from: "App\Entity\Style" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2429 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT s FROM App\Entity\Style s ORDER BY s.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2432 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2458 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-capitalize d-flex flex-wrap" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_styles" ] |
| cache_key | "_styles_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +label: "acid" +value: "16" +data: App\Entity\Style {#2472 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2469 +label: "acidcore" +value: "1" +data: App\Entity\Style {#2492 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +label: "ambient" +value: "18" +data: App\Entity\Style {#2501 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2464 +label: "break" +value: "2" +data: App\Entity\Style {#2506 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2461 +label: "breakcore" +value: "19" +data: App\Entity\Style {#2511 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +label: "drum & bass / jungle" +value: "10" +data: App\Entity\Style {#2516 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2470 +label: "dubstep" +value: "3" +data: App\Entity\Style {#2521 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2467 +label: "electro" +value: "14" +data: App\Entity\Style {#2526 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +label: "freetekno" +value: "22" +data: App\Entity\Style {#2531 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2457 +label: "frenchcore" +value: "5" +data: App\Entity\Style {#2536 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2471 +label: "gabber" +value: "6" +data: App\Entity\Style {#2541 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +label: "hard techno" +value: "17" +data: App\Entity\Style {#2546 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2597 +label: "hardcore" +value: "7" +data: App\Entity\Style {#877 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2598 +label: "hardstyle" +value: "20" +data: App\Entity\Style {#2551 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2599 +label: "hardtek" +value: "8" +data: App\Entity\Style {#2556 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2600 +label: "industriel" +value: "9" +data: App\Entity\Style {#2561 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2601 +label: "psy /dark / trance" +value: "13" +data: App\Entity\Style {#2566 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2602 +label: "raggatek" +value: "21" +data: App\Entity\Style {#2571 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +label: "speedcore" +value: "11" +data: App\Entity\Style {#2576 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2604 +label: "techno" +value: "4" +data: App\Entity\Style {#2581 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +label: "tribe" +value: "12" +data: App\Entity\Style {#2586 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2606 +label: "tribecore" +value: "15" +data: App\Entity\Style {#2591 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | [] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3156 -form: Symfony\Component\Form\Form {#2950 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3157 …5} |
| full_name | "styles" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles" |
| is_selected | Closure($choice, array $values) {#3155 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2485 …} } |
| label | "forms.labels.styles" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "styles" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_styles" |
| valid | true |
| value | [] |
16
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "acid" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "16" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "acid" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2785 …} } } |
| validation_groups | null |
| value | "16" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3059 -form: Symfony\Component\Form\Form {#2953 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3152 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_16" |
| label | "acid" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "16" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "16" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "acidcore" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "1" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "acidcore" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2752 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2818 -form: Symfony\Component\Form\Form {#2956 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2800 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_1" |
| label | "acidcore" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "1" |
18
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "ambient" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "18" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "ambient" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2761 …} } } |
| validation_groups | null |
| value | "18" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3054 -form: Symfony\Component\Form\Form {#2959 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3143 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_18" |
| label | "ambient" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "18" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "18" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "break" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "2" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "break" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2771 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2770 …} } } |
| validation_groups | null |
| value | "2" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3145 -form: Symfony\Component\Form\Form {#2962 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3146 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_2" |
| label | "break" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "2" |
19
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "breakcore" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "19" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "breakcore" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2780 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2779 …} } } |
| validation_groups | null |
| value | "19" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3147 -form: Symfony\Component\Form\Form {#2965 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3148 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_19" |
| label | "breakcore" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "19" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "19" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "drum & bass / jungle" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "10" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "drum & bass / jungle" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2799 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2798 …} } } |
| validation_groups | null |
| value | "10" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3149 -form: Symfony\Component\Form\Form {#2968 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3150 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_10" |
| label | "drum & bass / jungle" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "10" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "10" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "dubstep" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "3" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "dubstep" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2808 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2807 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3159 -form: Symfony\Component\Form\Form {#2971 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3161 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_3" |
| label | "dubstep" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "3" |
14
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "electro" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "14" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "electro" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2817 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2816 …} } } |
| validation_groups | null |
| value | "14" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3162 -form: Symfony\Component\Form\Form {#2974 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3163 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_14" |
| label | "electro" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "14" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "14" |
22
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "freetekno" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "22" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "freetekno" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2826 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2825 …} } } |
| validation_groups | null |
| value | "22" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3164 -form: Symfony\Component\Form\Form {#2977 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3165 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_22" |
| label | "freetekno" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "22" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "22" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "frenchcore" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "5" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "frenchcore" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2834 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3166 -form: Symfony\Component\Form\Form {#2980 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3167 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_5" |
| label | "frenchcore" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "5" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "5" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "gabber" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "6" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "gabber" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2843 …} } } |
| validation_groups | null |
| value | "6" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3168 -form: Symfony\Component\Form\Form {#2983 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3169 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_6" |
| label | "gabber" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "6" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "6" |
17
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "hard techno" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "17" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "hard techno" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2852 …} } } |
| validation_groups | null |
| value | "17" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3170 -form: Symfony\Component\Form\Form {#2986 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3171 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_17" |
| label | "hard techno" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "17" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "17" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "hardcore" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "7" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "hardcore" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2862 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2861 …} } } |
| validation_groups | null |
| value | "7" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3172 -form: Symfony\Component\Form\Form {#2989 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3173 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_7" |
| label | "hardcore" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "7" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "7" |
20
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "hardstyle" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "20" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "hardstyle" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2871 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2870 …} } } |
| validation_groups | null |
| value | "20" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3174 -form: Symfony\Component\Form\Form {#2992 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3175 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_20" |
| label | "hardstyle" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "20" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "20" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "hardtek" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "8" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "hardtek" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2879 …} } } |
| validation_groups | null |
| value | "8" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3176 -form: Symfony\Component\Form\Form {#2995 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3177 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_8" |
| label | "hardtek" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "8" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "8" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "industriel" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "9" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "industriel" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2888 …} } } |
| validation_groups | null |
| value | "9" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3178 -form: Symfony\Component\Form\Form {#2998 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3179 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_9" |
| label | "industriel" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "9" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "9" |
13
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "psy /dark / trance" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "13" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "psy /dark / trance" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2897 …} } } |
| validation_groups | null |
| value | "13" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3180 -form: Symfony\Component\Form\Form {#3001 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3181 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_13" |
| label | "psy /dark / trance" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "13" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "13" |
21
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "raggatek" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "21" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "raggatek" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2907 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2906 …} } } |
| validation_groups | null |
| value | "21" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3182 -form: Symfony\Component\Form\Form {#3004 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3183 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_21" |
| label | "raggatek" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "21" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "21" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "speedcore" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "11" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "speedcore" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2915 …} } } |
| validation_groups | null |
| value | "11" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3184 -form: Symfony\Component\Form\Form {#3007 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3185 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_11" |
| label | "speedcore" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "11" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "11" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "techno" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "4" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "techno" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2925 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2924 …} } } |
| validation_groups | null |
| value | "4" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3186 -form: Symfony\Component\Form\Form {#3010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3187 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_4" |
| label | "techno" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "4" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "4" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "tribe" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "12" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "tribe" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2934 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2933 …} } } |
| validation_groups | null |
| value | "12" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3188 -form: Symfony\Component\Form\Form {#3013 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3189 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_12" |
| label | "tribe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "12" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "12" |
15
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "tribecore" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| required | false |
false
|
| translation_domain | false |
false
|
| value | "15" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "tribecore" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | false |
| trim | true |
| upload_max_size_message | Closure() {#2943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2942 …} } } |
| validation_groups | null |
| value | "15" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_styles_entry" ] |
| cache_key | "_styles_entry_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3190 -form: Symfony\Component\Form\Form {#3016 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3191 …5} |
| full_name | "styles[]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "styles_15" |
| label | "tribecore" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "15" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_styles_entry" |
| valid | true |
| value | "15" |
label
"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" => "text-capitalize w-100" ] |
[ "class" => "text-capitalize w-100" ] |
| class | "App\Entity\Label" |
same as passed value |
| empty_data | "" |
same as passed value |
| label | "forms.labels.label" |
same as passed value |
| placeholder | "forms.placeholders.select_option" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2491 class: "App\Form\SearchType" this: App\Form\SearchType {#2317 …} } |
Doctrine\ORM\QueryBuilder {#2619 -em: Doctrine\ORM\EntityManager {#591 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2620 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "l" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2621 #from: "App\Entity\Label" #alias: "l" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2622 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "l.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT l FROM App\Entity\Label l ORDER BY l.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2618 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text-capitalize w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2424 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2652 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2624 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2623 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2625 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2640 -om: ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Label" |
| 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 {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| em | ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …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 {#2640 -om: ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#977 …} -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 | "forms.labels.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "forms.placeholders.select_option" |
| 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 {#2619 -em: Doctrine\ORM\EntityManager {#591 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2620 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "l" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2621 #from: "App\Entity\Label" #alias: "l" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2622 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "l.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT l FROM App\Entity\Label l ORDER BY l.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2618 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2617 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2612 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-capitalize w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_label" ] |
| cache_key | "_label_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +label: "212 Productions" +value: "152" +data: App\Entity\Label {#3207 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3194 +label: "25 Dimension" +value: "150" +data: App\Entity\Label {#3213 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "303 Breakstreet" +value: "6" +data: App\Entity\Label {#3218 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "3672" +value: "5" +data: App\Entity\Label {#3223 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "3672*1" +value: "151" +data: App\Entity\Label {#3228 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "3dB" +value: "153" +data: App\Entity\Label {#3233 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "9 circles Records" +value: "4" +data: Proxies\__CG__\App\Entity\Label {#2136 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "9 MM" +value: "3" +data: Proxies\__CG__\App\Entity\Label {#2150 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "Absurd Audio" +value: "162" +data: App\Entity\Label {#3246 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3195 +label: "Acces Violation Records" +value: "13" +data: Proxies\__CG__\App\Entity\Label {#2028 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "Acid Action" +value: "9" +data: App\Entity\Label {#3255 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4270 +label: "Acid Cirkus" +value: "157" +data: App\Entity\Label {#3260 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4271 +label: "Acid Night" +value: "7" +data: Proxies\__CG__\App\Entity\Label {#2001 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +label: "Acid Pirate" +value: "195" +data: App\Entity\Label {#3269 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +label: "Alcaloide" +value: "156" +data: App\Entity\Label {#3274 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +label: "Alix Record" +value: "158" +data: App\Entity\Label {#3279 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +label: "Analog Frequencies" +value: "14" +data: App\Entity\Label {#3284 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +label: "Antracks Hors Série" +value: "10" +data: Proxies\__CG__\App\Entity\Label {#1681 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +label: "Ark Aïk" +value: "16" +data: Proxies\__CG__\App\Entity\Label {#2083 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +label: "Arrash Tout" +value: "11" +data: App\Entity\Label {#3297 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +label: "ASM" +value: "12" +data: App\Entity\Label {#3302 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +label: "ASM Records" +value: "194" +data: Proxies\__CG__\App\Entity\Label {#1987 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4281 +label: "Astral Tek" +value: "161" +data: App\Entity\Label {#3311 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +label: "Astrofonik Dubstep" +value: "155" +data: App\Entity\Label {#3316 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4283 +label: "Astroprojekt" +value: "154" +data: App\Entity\Label {#3321 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4284 +label: "Audio Resistance" +value: "8" +data: App\Entity\Label {#3326 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +label: "Audio-Logik" +value: "160" +data: App\Entity\Label {#3331 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +label: "Audiotrix" +value: "15" +data: App\Entity\Label {#3336 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4287 +label: "Axium" +value: "159" +data: App\Entity\Label {#3341 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +label: "B.E.A.S.T Records" +value: "171" +data: App\Entity\Label {#3346 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +label: "Baktun" +value: "21" +data: App\Entity\Label {#3351 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +label: "Bananas Records" +value: "166" +data: App\Entity\Label {#3356 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +label: "Base Jump" +value: "18" +data: App\Entity\Label {#3361 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +label: "Bass Addict Records" +value: "17" +data: Proxies\__CG__\App\Entity\Label {#1830 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +label: "Bass Pirate" +value: "196" +data: Proxies\__CG__\App\Entity\Label {#1803 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +label: "Bass Pirate Vol" +value: "19" +data: App\Entity\Label {#3374 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +label: "Bastard Loud" +value: "170" +data: App\Entity\Label {#3379 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4296 +label: "Bebert Brothers Prod" +value: "197" +data: Proxies\__CG__\App\Entity\Label {#1313 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4297 +label: "Belgian Tekno Conspiracy" +value: "173" +data: App\Entity\Label {#3388 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +label: "Beuns Horserie" +value: "22" +data: App\Entity\Label {#3393 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +label: "BLAK" +value: "172" +data: App\Entity\Label {#3398 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4300 +label: "Bonzai Trance Progressive" +value: "136" +data: App\Entity\Label {#3403 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4301 +label: "Bourrin" +value: "20" +data: App\Entity\Label {#3408 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4302 +label: "Boycott" +value: "169" +data: App\Entity\Label {#3413 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +label: "Braincrashed Records" +value: "167" +data: App\Entity\Label {#3418 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +label: "Breakbeat Kaos" +value: "163" +data: App\Entity\Label {#3423 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +label: "Bubble Gum" +value: "165" +data: App\Entity\Label {#3428 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +label: "Bubble Gum LTD" +value: "164" +data: App\Entity\Label {#3433 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +label: "Bunker Records" +value: "168" +data: App\Entity\Label {#3438 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +label: "Capsule Core" +value: "175" +data: App\Entity\Label {#3443 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +label: "Capsule Corporation" +value: "27" +data: App\Entity\Label {#3448 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +label: "Car Lab's" +value: "24" +data: App\Entity\Label {#3453 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +label: "Car Lab's Records" +value: "202" +data: App\Entity\Label {#3458 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +label: "CC ATOM" +value: "23" +data: App\Entity\Label {#3463 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4313 +label: "CC Atom Series" +value: "200" +data: App\Entity\Label {#3468 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4314 +label: "Censuré Sound System" +value: "28" +data: Proxies\__CG__\App\Entity\Label {#1775 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4315 +label: "Charrette" +value: "26" +data: App\Entity\Label {#3477 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4316 +label: "Chupasapos" +value: "30" +data: App\Entity\Label {#3482 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4317 +label: "Collectif TetraBass" +value: "198" +data: Proxies\__CG__\App\Entity\Label {#1789 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +label: "Computer Talks" +value: "25" +data: App\Entity\Label {#3491 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +label: "CORE-TEX Labs." +value: "176" +data: App\Entity\Label {#3496 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +label: "Corrupt" +value: "174" +data: App\Entity\Label {#3501 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +label: "Cosmos" +value: "29" +data: App\Entity\Label {#3506 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +label: "Cult Collective" +value: "201" +data: App\Entity\Label {#3511 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +label: "Cult Collective 33" +value: "134" +data: App\Entity\Label {#3516 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +label: "Da Putas Clan" +value: "178" +data: App\Entity\Label {#3521 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +label: "Dark Rabbit" +value: "37" +data: Proxies\__CG__\App\Entity\Label {#1761 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4326 +label: "db factory" +value: "205" +data: App\Entity\Label {#3530 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4327 +label: "DCT" +value: "34" +data: App\Entity\Label {#3535 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4328 +label: "DD" +value: "33" +data: App\Entity\Label {#3540 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4329 +label: "Dead End Records" +value: "137" +data: App\Entity\Label {#3545 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4330 +label: "Dead Pig Records" +value: "183" +data: App\Entity\Label {#3550 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4331 +label: "Deathchant" +value: "181" +data: App\Entity\Label {#3555 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +label: "Deep Drift" +value: "35" +data: Proxies\__CG__\App\Entity\Label {#1654 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +label: "Demontage" +value: "38" +data: App\Entity\Label {#3564 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +label: "Desert Storm" +value: "31" +data: App\Entity\Label {#3569 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +label: "Devil Core Recording" +value: "207" +data: Proxies\__CG__\App\Entity\Label {#1627 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +label: "Devil Core Recording 01" +value: "206" +data: App\Entity\Label {#3578 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +label: "Disko B" +value: "177" +data: App\Entity\Label {#3583 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +label: "Dissonant Tekno Records" +value: "212" +data: App\Entity\Label {#3588 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +label: "DPC" +value: "179" +data: App\Entity\Label {#3593 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +label: "Dratab" +value: "36" +data: App\Entity\Label {#3598 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4341 +label: "Drumcode" +value: "182" +data: App\Entity\Label {#3603 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4342 +label: "DSP" +value: "180" +data: App\Entity\Label {#3608 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4343 +label: "DTK" +value: "32" +data: App\Entity\Label {#3613 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4344 +label: "DTK Records" +value: "203" +data: Proxies\__CG__\App\Entity\Label {#1708 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +label: "Dual Cyklo Trial" +value: "204" +data: App\Entity\Label {#3622 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4346 +label: "Eargasm" +value: "189" +data: App\Entity\Label {#3627 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +label: "Eklectik Lab's" +value: "41" +data: App\Entity\Label {#3632 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +label: "EKO" +value: "40" +data: App\Entity\Label {#3637 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +label: "Ekorecords" +value: "208" +data: App\Entity\Label {#3642 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +label: "Electro Lab Factory" +value: "184" +data: App\Entity\Label {#3647 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +label: "Engraine" +value: "209" +data: App\Entity\Label {#3652 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +label: "Epileptik" +value: "141" +data: App\Entity\Label {#3657 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +label: "Epileptik Productions" +value: "187" +data: App\Entity\Label {#3662 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +label: "Epileptik Productions HS" +value: "188" +data: App\Entity\Label {#3667 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +label: "Epiteth" +value: "185" +data: App\Entity\Label {#3672 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +label: "Epiteth Rec" +value: "39" +data: Proxies\__CG__\App\Entity\Label {#1613 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +label: "Erredeka Sound Records" +value: "101" +data: App\Entity\Label {#3681 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +label: "Etic System" +value: "221" +data: App\Entity\Label {#3686 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +label: "F. M. T." +value: "45" +data: App\Entity\Label {#3691 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +label: "Fat Fury" +value: "42" +data: App\Entity\Label {#3696 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +label: "Fenek" +value: "43" +data: Proxies\__CG__\App\Entity\Label {#1599 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +label: "Free Tekno Records" +value: "211" +data: App\Entity\Label {#3705 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +label: "Frenchcore Worldwide" +value: "44" +data: Proxies\__CG__\App\Entity\Label {#1533 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +label: "FTSK" +value: "46" +data: App\Entity\Label {#3714 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +label: "Gamma oh Records" +value: "51" +data: App\Entity\Label {#3719 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +label: "Géomatrix" +value: "47" +data: App\Entity\Label {#3724 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +label: "Go More Core" +value: "140" +data: Proxies\__CG__\App\Entity\Label {#1479 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +label: "Goetia" +value: "48" +data: App\Entity\Label {#3733 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +label: "GOOG Records" +value: "50" +data: App\Entity\Label {#3738 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +label: "Graveyard" +value: "49" +data: Proxies\__CG__\App\Entity\Label {#1506 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +label: "Groove Cuts" +value: "52" +data: App\Entity\Label {#3747 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +label: "Guernika Fabric" +value: "53" +data: App\Entity\Label {#3752 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +label: "Hallucidite HS" +value: "55" +data: App\Entity\Label {#3757 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +label: "Hangar" +value: "57" +data: App\Entity\Label {#3762 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +label: "Hangover" +value: "54" +data: Proxies\__CG__\App\Entity\Label {#1465 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +label: "Hardcore France" +value: "2" +data: App\Entity\Label {#3771 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +label: "Hertz" +value: "58" +data: App\Entity\Label {#3776 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4378 +label: "Hypnose" +value: "56" +data: App\Entity\Label {#3781 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4379 +label: "Iznogood" +value: "59" +data: App\Entity\Label {#3786 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4380 +label: "Jam Session Records" +value: "60" +data: App\Entity\Label {#3791 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4381 +label: "Kalakmul" +value: "63" +data: App\Entity\Label {#3796 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4382 +label: "Kalamar Records" +value: "217" +data: App\Entity\Label {#3801 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4383 +label: "Kaotik Soundsystem" +value: "61" +data: App\Entity\Label {#3806 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +label: "Karnage" +value: "216" +data: App\Entity\Label {#3811 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4385 +label: "Karnage Records" +value: "64" +data: Proxies\__CG__\App\Entity\Label {#1410 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +label: "KAZAR RECORDS" +value: "215" +data: Proxies\__CG__\App\Entity\Label {#1424 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4387 +label: "Kick'n Chips" +value: "214" +data: App\Entity\Label {#3824 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4388 +label: "Kinneret" +value: "62" +data: App\Entity\Label {#3829 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +label: "Komum Records" +value: "213" +data: Proxies\__CG__\App\Entity\Label {#1438 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +label: "Kontra Kult Records" +value: "65" +data: App\Entity\Label {#3838 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4391 +label: "Kore Brain Records" +value: "144" +data: App\Entity\Label {#3843 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4392 +label: "KS" +value: "139" +data: App\Entity\Label {#3848 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4393 +label: "La Bande Passante" +value: "66" +data: App\Entity\Label {#3853 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4394 +label: "Laboutik" +value: "72" +data: App\Entity\Label {#3858 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4395 +label: "Le Diable Au Corps" +value: "218" +data: Proxies\__CG__\App\Entity\Label {#1369 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4396 +label: "Le Diable Au Corps HS" +value: "68" +data: App\Entity\Label {#3867 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +label: "Le Diable Au Corps Remixes" +value: "69" +data: App\Entity\Label {#3872 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4398 +label: "Les Enfants Sages HS" +value: "67" +data: App\Entity\Label {#3877 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +label: "Lethal Wolf Records" +value: "71" +data: Proxies\__CG__\App\Entity\Label {#1396 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4400 +label: "Logo Side" +value: "70" +data: Proxies\__CG__\App\Entity\Label {#1355 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4401 +label: "Mackitek Records" +value: "74" +data: App\Entity\Label {#3890 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +label: "Make Me Dizzy" +value: "83" +data: App\Entity\Label {#3895 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +label: "Marave Records" +value: "80" +data: Proxies\__CG__\App\Entity\Label {#1327 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4404 +label: "Mauvaise Onde" +value: "85" +data: App\Entity\Label {#3904 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +label: "Mematrik" +value: "82" +data: App\Entity\Label {#3909 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4406 +label: "Mematrik Records" +value: "219" +data: App\Entity\Label {#3914 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4407 +label: "Mentalurgie" +value: "77" +data: Proxies\__CG__\App\Entity\Label {#1341 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4408 +label: "Metapsykose Limited" +value: "131" +data: Proxies\__CG__\App\Entity\Label {#1299 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4409 +label: "MG Recs" +value: "81" +data: App\Entity\Label {#3927 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +label: "Mi Ange Mi Demon" +value: "75" +data: App\Entity\Label {#3932 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4411 +label: "Modular" +value: "73" +data: App\Entity\Label {#3937 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +label: "Modular HS" +value: "79" +data: App\Entity\Label {#3942 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4413 +label: "Mozg" +value: "145" +data: App\Entity\Label {#3947 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4414 +label: "Muret" +value: "78" +data: App\Entity\Label {#3952 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +label: "Mysteries" +value: "84" +data: App\Entity\Label {#3957 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +label: "Mystikal" +value: "76" +data: App\Entity\Label {#3962 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4417 +label: "Narkotek" +value: "88" +data: App\Entity\Label {#3967 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4418 +label: "Narkotek Hors Serie" +value: "87" +data: App\Entity\Label {#3972 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4419 +label: "Nawak Artkore" +value: "89" +data: Proxies\__CG__\App\Entity\Label {#1245 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4420 +label: "Nazdar Bazar" +value: "90" +data: App\Entity\Label {#3981 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4421 +label: "Neurotoxic" +value: "138" +data: App\Entity\Label {#3986 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4422 +label: "Neurotrope" +value: "86" +data: Proxies\__CG__\App\Entity\Label {#1285 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +label: "Obs.Cur HS" +value: "91" +data: Proxies\__CG__\App\Entity\Label {#1204 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4424 +label: "Oppression Records" +value: "92" +data: Proxies\__CG__\App\Entity\Label {#1190 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +label: "Ostracism Records" +value: "220" +data: Proxies\__CG__\App\Entity\Label {#1231 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4426 +label: "Peur Bleue" +value: "133" +data: Proxies\__CG__\App\Entity\Label {#1136 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4427 +label: "Planet Phuture" +value: "96" +data: Proxies\__CG__\App\Entity\Label {#1122 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +label: "Polymeric Records" +value: "97" +data: App\Entity\Label {#4015 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +label: "Protoprod" +value: "95" +data: Proxies\__CG__\App\Entity\Label {#1150 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4430 +label: "Psychik Genocide" +value: "1" +data: App\Entity\Label {#4024 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4431 +label: "Psychoquake" +value: "93" +data: App\Entity\Label {#4029 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4432 +label: "PTH" +value: "186" +data: App\Entity\Label {#4034 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4433 +label: "Pump Up The Tribe" +value: "94" +data: App\Entity\Label {#4039 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4434 +label: "R. S. F." +value: "99" +data: App\Entity\Label {#4044 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4435 +label: "Rebus" +value: "102" +data: App\Entity\Label {#4049 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +label: "Repress & Unreleased 97-00" +value: "199" +data: App\Entity\Label {#4054 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4437 +label: "Resident E Recordings" +value: "146" +data: App\Entity\Label {#4059 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +label: "Retine" +value: "148" +data: App\Entity\Label {#4064 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4439 +label: "Revolture" +value: "105" +data: Proxies\__CG__\App\Entity\Label {#1108 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4440 +label: "Road Tribe Records" +value: "100" +data: App\Entity\Label {#4073 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +label: "RoffKore Records" +value: "147" +data: App\Entity\Label {#4078 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +label: "Rouge De Colère" +value: "104" +data: Proxies\__CG__\App\Entity\Label {#903 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4443 +label: "RPS" +value: "98" +data: App\Entity\Label {#4087 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4444 +label: "RPS Tapage Nocturne" +value: "103" +data: App\Entity\Label {#4092 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4445 +label: "Shadow People" +value: "110" +data: App\Entity\Label {#4097 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4446 +label: "Sonic Weaponz" +value: "108" +data: App\Entity\Label {#4102 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4447 +label: "Spud Rps" +value: "107" +data: App\Entity\Label {#4107 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4448 +label: "Statik Travel" +value: "109" +data: App\Entity\Label {#4112 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +label: "Sys-X Records" +value: "149" +data: App\Entity\Label {#4117 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4450 +label: "Systematek" +value: "106" +data: App\Entity\Label {#4122 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +label: "Tapage Nocturne Records" +value: "112" +data: App\Entity\Label {#4127 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4452 +label: "Tek 2 Mules" +value: "122" +data: App\Entity\Label {#4132 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4453 +label: "Tek No Logique" +value: "135" +data: App\Entity\Label {#4137 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +label: "Tekiteazy" +value: "119" +data: App\Entity\Label {#4142 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +label: "Tekno 4 Breakfast" +value: "132" +data: App\Entity\Label {#4147 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4456 +label: "Tekno Section" +value: "116" +data: App\Entity\Label {#4152 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4457 +label: "Tekno Trip" +value: "111" +data: App\Entity\Label {#4157 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4458 +label: "Teknoland Production" +value: "118" +data: App\Entity\Label {#4162 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4459 +label: "Teknomad Records" +value: "123" +data: App\Entity\Label {#4167 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4460 +label: "Ténébreuse Musique" +value: "117" +data: App\Entity\Label {#4172 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4461 +label: "Tetrabass Factory" +value: "115" +data: App\Entity\Label {#4177 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +label: "Tikal Sound Records" +value: "192" +data: Proxies\__CG__\App\Entity\Label {#2069 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4463 +label: "TKNB RPS" +value: "120" +data: App\Entity\Label {#4186 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +label: "Toolbox Records" +value: "191" +data: App\Entity\Label {#4191 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4465 +label: "TPLD" +value: "143" +data: App\Entity\Label {#4196 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4466 +label: "Track At Home Records" +value: "193" +data: Proxies\__CG__\App\Entity\Label {#2055 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +label: "Trafik" +value: "121" +data: App\Entity\Label {#4205 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +label: "Transelucid" +value: "114" +data: App\Entity\Label {#4210 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4469 +label: "Tribe Factory" +value: "113" +data: App\Entity\Label {#4215 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4470 +label: "Un Asile Abandonné" +value: "125" +data: App\Entity\Label {#4220 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4471 +label: "Underfucker" +value: "142" +data: App\Entity\Label {#4225 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4472 +label: "Undergame" +value: "124" +data: App\Entity\Label {#4230 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4473 +label: "Undergroundtekno" +value: "210" +data: App\Entity\Label {#4235 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4474 +label: "Violent Cases" +value: "127" +data: App\Entity\Label {#4240 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +label: "Voodoo Box" +value: "126" +data: App\Entity\Label {#4245 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4476 +label: "Wako" +value: "129" +data: App\Entity\Label {#4250 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +label: "Woody Wood Speaker Records" +value: "128" +data: App\Entity\Label {#4255 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4478 +label: "X-Lab" +value: "130" +data: App\Entity\Label {#4260 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4479 +label: "XPDIGIFLEX" +value: "190" +data: App\Entity\Label {#4265 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3153 -form: Symfony\Component\Form\Form {#3019 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3154 …5} |
| full_name | "label" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "label" |
| is_selected | Closure($choice, $value) {#4481 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2485 …} } |
| label | "forms.labels.label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "label" |
| placeholder | "forms.placeholders.select_option" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_label" |
| valid | true |
| value | "" |
artist
"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" => "text-capitalize w-100" ] |
[ "class" => "text-capitalize w-100" ] |
| class | "App\Entity\Artist" |
same as passed value |
| empty_data | "" |
same as passed value |
| label | "forms.labels.artist" |
same as passed value |
| placeholder | "forms.placeholders.select_option" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#2494 class: "App\Form\SearchType" this: App\Form\SearchType {#2317 …} } |
Doctrine\ORM\QueryBuilder {#2631 -em: Doctrine\ORM\EntityManager {#591 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2630 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2629 #from: "App\Entity\Artist" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2648 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Artist a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2632 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "text-capitalize w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#2424 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceLabel" ] } |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#2675 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#2650 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#2642 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#2649 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#2663 -om: ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#904 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
| choices | null |
| class | "App\Entity\Artist" |
| 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 {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| em | ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …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 {#2663 -om: ContainerCPq2flp\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#295 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#904 …} -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 | "forms.labels.artist" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "forms.placeholders.select_option" |
| 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 {#2631 -em: Doctrine\ORM\EntityManager {#591 …} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#2630 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "a" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#2629 #from: "App\Entity\Artist" #alias: "a" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#2648 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "a.name ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT a FROM App\Entity\Artist a ORDER BY a.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#2632 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2637 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-capitalize w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_artist" ] |
| cache_key | "_artist_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 239 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4484 +label: "180 BPM" +value: "239" +data: App\Entity\Artist {#4499 …} +attr: [] +labelTranslationParameters: [] } 422 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4486 +label: "1NC1N" +value: "422" +data: App\Entity\Artist {#4507 …} +attr: [] +labelTranslationParameters: [] } 344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +label: "25 Dimension" +value: "344" +data: App\Entity\Artist {#4514 …} +attr: [] +labelTranslationParameters: [] } 408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4491 +label: "303 BS" +value: "408" +data: App\Entity\Artist {#4521 …} +attr: [] +labelTranslationParameters: [] } 428 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +label: "3TIK" +value: "428" +data: App\Entity\Artist {#4528 …} +attr: [] +labelTranslationParameters: [] } 193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4485 +label: "4Q" +value: "193" +data: App\Entity\Artist {#4535 …} +attr: [] +labelTranslationParameters: [] } 358 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4496 +label: "A6tematik*" +value: "358" +data: App\Entity\Artist {#4542 …} +attr: [] +labelTranslationParameters: [] } 269 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +label: "Aaron TP" +value: "269" +data: App\Entity\Artist {#4549 …} +attr: [] +labelTranslationParameters: [] } 451 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4492 +label: "ABLK" +value: "451" +data: App\Entity\Artist {#4556 …} +attr: [] +labelTranslationParameters: [] } 246 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4487 +label: "Acid Division" +value: "246" +data: App\Entity\Artist {#4563 …} +attr: [] +labelTranslationParameters: [] } 280 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4497 +label: "Acid Wave" +value: "280" +data: App\Entity\Artist {#4570 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7741 +label: "AcidTerix" +value: "16" +data: App\Entity\Artist {#4577 …} +attr: [] +labelTranslationParameters: [] } 235 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7742 +label: "Acyd'holik" +value: "235" +data: App\Entity\Artist {#4584 …} +attr: [] +labelTranslationParameters: [] } 293 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7743 +label: "Acydup" +value: "293" +data: App\Entity\Artist {#4591 …} +attr: [] +labelTranslationParameters: [] } 389 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7744 +label: "Adam Beyer" +value: "389" +data: App\Entity\Artist {#4598 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7745 +label: "Adam Vandal" +value: "106" +data: App\Entity\Artist {#4605 …} +attr: [] +labelTranslationParameters: [] } 402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7746 +label: "Afilakacid" +value: "402" +data: App\Entity\Artist {#4612 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7747 +label: "Air G" +value: "67" +data: App\Entity\Artist {#4619 …} +attr: [] +labelTranslationParameters: [] } 315 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7748 +label: "Airbass" +value: "315" +data: App\Entity\Artist {#4626 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7749 +label: "Al Core" +value: "77" +data: App\Entity\Artist {#4633 …} +attr: [] +labelTranslationParameters: [] } 390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7750 +label: "Alan Fitzpatrick" +value: "390" +data: App\Entity\Artist {#4640 …} +attr: [] +labelTranslationParameters: [] } 434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7751 +label: "Alarma Ravers" +value: "434" +data: App\Entity\Artist {#4647 …} +attr: [] +labelTranslationParameters: [] } 242 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7752 +label: "Alban" +value: "242" +data: App\Entity\Artist {#4654 …} +attr: [] +labelTranslationParameters: [] } 146 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7753 +label: "Alchimyst" +value: "146" +data: App\Entity\Artist {#4661 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7754 +label: "Alextrem" +value: "19" +data: App\Entity\Artist {#4668 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7755 +label: "Alfathome" +value: "20" +data: App\Entity\Artist {#4675 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7756 +label: "Alryk" +value: "35" +data: App\Entity\Artist {#4682 …} +attr: [] +labelTranslationParameters: [] } 287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7757 +label: "Analog Renegade" +value: "287" +data: App\Entity\Artist {#4689 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7758 +label: "Anticeptik" +value: "34" +data: App\Entity\Artist {#4696 …} +attr: [] +labelTranslationParameters: [] } 337 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7759 +label: "Anticracy" +value: "337" +data: App\Entity\Artist {#4703 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7760 +label: "Apache" +value: "49" +data: App\Entity\Artist {#4710 …} +attr: [] +labelTranslationParameters: [] } 181 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7761 +label: "Aries" +value: "181" +data: App\Entity\Artist {#4717 …} +attr: [] +labelTranslationParameters: [] } 147 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7762 +label: "Armaguet Nad" +value: "147" +data: App\Entity\Artist {#4724 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7763 +label: "Asmatik" +value: "22" +data: App\Entity\Artist {#4731 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7764 +label: "Asystematik" +value: "89" +data: App\Entity\Artist {#4738 …} +attr: [] +labelTranslationParameters: [] } 436 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7765 +label: "Atomic Compressor" +value: "436" +data: App\Entity\Artist {#4745 …} +attr: [] +labelTranslationParameters: [] } 320 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7766 +label: "Aurel Hollowgram" +value: "320" +data: App\Entity\Artist {#4752 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7767 +label: "Autistic Ghost" +value: "21" +data: App\Entity\Artist {#4759 …} +attr: [] +labelTranslationParameters: [] } 453 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7768 +label: "Axyom" +value: "453" +data: App\Entity\Artist {#4766 …} +attr: [] +labelTranslationParameters: [] } 448 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7769 +label: "Back2Kick" +value: "448" +data: App\Entity\Artist {#4773 …} +attr: [] +labelTranslationParameters: [] } 450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7770 +label: "Back2roots" +value: "450" +data: App\Entity\Artist {#4780 …} +attr: [] +labelTranslationParameters: [] } 225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7771 +label: "Banditos" +value: "225" +data: App\Entity\Artist {#4787 …} +attr: [] +labelTranslationParameters: [] } 290 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7772 +label: "Barouf" +value: "290" +data: App\Entity\Artist {#4794 …} +attr: [] +labelTranslationParameters: [] } 272 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7773 +label: "Bart" +value: "272" +data: App\Entity\Artist {#4801 …} +attr: [] +labelTranslationParameters: [] } 391 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7774 +label: "Bart Skils" +value: "391" +data: App\Entity\Artist {#4808 …} +attr: [] +labelTranslationParameters: [] } 348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7775 +label: "Bass Deep" +value: "348" +data: App\Entity\Artist {#4815 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7776 +label: "Bass Température" +value: "57" +data: App\Entity\Artist {#4822 …} +attr: [] +labelTranslationParameters: [] } 332 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7777 +label: "Bassterfly" +value: "332" +data: App\Entity\Artist {#4829 …} +attr: [] +labelTranslationParameters: [] } 219 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7778 +label: "Baxx23" +value: "219" +data: App\Entity\Artist {#4836 …} +attr: [] +labelTranslationParameters: [] } 215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7779 +label: "Beat Crusher" +value: "215" +data: App\Entity\Artist {#4843 …} +attr: [] +labelTranslationParameters: [] } 297 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7780 +label: "Beat Kouple" +value: "297" +data: App\Entity\Artist {#4850 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7781 +label: "Bebert Brothers" +value: "75" +data: App\Entity\Artist {#4857 …} +attr: [] +labelTranslationParameters: [] } 270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7782 +label: "Behemoth" +value: "270" +data: App\Entity\Artist {#4864 …} +attr: [] +labelTranslationParameters: [] } 217 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7783 +label: "Ben" +value: "217" +data: App\Entity\Artist {#4871 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7784 +label: "Ben 9mm" +value: "2" +data: App\Entity\Artist {#4878 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7785 +label: "Ben Xlr" +value: "68" +data: App\Entity\Artist {#4885 …} +attr: [] +labelTranslationParameters: [] } 454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7786 +label: "Benji303" +value: "454" +data: App\Entity\Artist {#4892 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7787 +label: "Beuns" +value: "82" +data: App\Entity\Artist {#4899 …} +attr: [] +labelTranslationParameters: [] } 205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7788 +label: "Beuns Heretik" +value: "205" +data: App\Entity\Artist {#4906 …} +attr: [] +labelTranslationParameters: [] } 312 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7789 +label: "Bibo le Ô-Beat" +value: "312" +data: App\Entity\Artist {#4913 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7790 +label: "Bidule-Tracks" +value: "86" +data: App\Entity\Artist {#4920 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7791 +label: "Billx" +value: "27" +data: App\Entity\Artist {#4927 …} +attr: [] +labelTranslationParameters: [] } 452 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7792 +label: "Blaame" +value: "452" +data: App\Entity\Artist {#4934 …} +attr: [] +labelTranslationParameters: [] } 183 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7793 +label: "Bladerunner" +value: "183" +data: App\Entity\Artist {#4941 …} +attr: [] +labelTranslationParameters: [] } 370 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7794 +label: "Blak Million" +value: "370" +data: App\Entity\Artist {#4948 …} +attr: [] +labelTranslationParameters: [] } 406 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7795 +label: "Blazin Bomzai" +value: "406" +data: App\Entity\Artist {#4955 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7796 +label: "BLK" +value: "125" +data: App\Entity\Artist {#4962 …} +attr: [] +labelTranslationParameters: [] } 187 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7797 +label: "Bobie" +value: "187" +data: App\Entity\Artist {#4969 …} +attr: [] +labelTranslationParameters: [] } 316 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7798 +label: "Boubou" +value: "316" +data: App\Entity\Artist {#4976 …} +attr: [] +labelTranslationParameters: [] } 234 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7799 +label: "Buk" +value: "234" +data: App\Entity\Artist {#4983 …} +attr: [] +labelTranslationParameters: [] } 231 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7800 +label: "C.Ysme" +value: "231" +data: App\Entity\Artist {#4990 …} +attr: [] +labelTranslationParameters: [] } 177 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7801 +label: "C3B" +value: "177" +data: App\Entity\Artist {#4997 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7802 +label: "CED" +value: "84" +data: App\Entity\Artist {#5004 …} +attr: [] +labelTranslationParameters: [] } 196 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7803 +label: "Celsius" +value: "196" +data: App\Entity\Artist {#5011 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7804 +label: "Choko" +value: "59" +data: App\Entity\Artist {#5018 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7805 +label: "Christolikid" +value: "30" +data: App\Entity\Artist {#5025 …} +attr: [] +labelTranslationParameters: [] } 313 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7806 +label: "Civil Unrest" +value: "313" +data: App\Entity\Artist {#5032 …} +attr: [] +labelTranslationParameters: [] } 158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7807 +label: "Collision" +value: "158" +data: App\Entity\Artist {#5039 …} +attr: [] +labelTranslationParameters: [] } 275 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7808 +label: "Corps A Core" +value: "275" +data: App\Entity\Artist {#5046 …} +attr: [] +labelTranslationParameters: [] } 241 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7809 +label: "CPU" +value: "241" +data: App\Entity\Artist {#5053 …} +attr: [] +labelTranslationParameters: [] } 421 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7810 +label: "Crabby" +value: "421" +data: App\Entity\Artist {#5060 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7811 +label: "Crystal Distortion" +value: "42" +data: App\Entity\Artist {#5067 …} +attr: [] +labelTranslationParameters: [] } 141 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7812 +label: "Cyber K" +value: "141" +data: App\Entity\Artist {#5074 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7813 +label: "D Moce" +value: "87" +data: App\Entity\Artist {#5081 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7814 +label: "D-Omen" +value: "102" +data: App\Entity\Artist {#5088 …} +attr: [] +labelTranslationParameters: [] } 419 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7815 +label: "D@Soon" +value: "419" +data: App\Entity\Artist {#5095 …} +attr: [] +labelTranslationParameters: [] } 339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7816 +label: "Da Bulldozer Project" +value: "339" +data: App\Entity\Artist {#5102 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7817 +label: "Damage Circuits" +value: "90" +data: App\Entity\Artist {#5109 …} +attr: [] +labelTranslationParameters: [] } 213 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7818 +label: "Dark Confidence" +value: "213" +data: App\Entity\Artist {#5116 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7819 +label: "Darktek" +value: "32" +data: App\Entity\Artist {#5123 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7820 +label: "Datek" +value: "25" +data: App\Entity\Artist {#5130 …} +attr: [] +labelTranslationParameters: [] } 116 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7821 +label: "Dave" +value: "116" +data: App\Entity\Artist {#5137 …} +attr: [] +labelTranslationParameters: [] } 167 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7822 +label: "David Green" +value: "167" +data: App\Entity\Artist {#5144 …} +attr: [] +labelTranslationParameters: [] } 388 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7823 +label: "David Guetta" +value: "388" +data: App\Entity\Artist {#5151 …} +attr: [] +labelTranslationParameters: [] } 417 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7824 +label: "David Keta" +value: "417" +data: App\Entity\Artist {#5158 …} +attr: [] +labelTranslationParameters: [] } 378 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7825 +label: "DCT Crew" +value: "378" +data: App\Entity\Artist {#5165 …} +attr: [] +labelTranslationParameters: [] } 416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7826 +label: "Deadline" +value: "416" +data: App\Entity\Artist {#5172 …} +attr: [] +labelTranslationParameters: [] } 382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7827 +label: "Death Syndicate" +value: "382" +data: App\Entity\Artist {#5179 …} +attr: [] +labelTranslationParameters: [] } 305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7828 +label: "Démoce" +value: "305" +data: App\Entity\Artist {#5186 …} +attr: [] +labelTranslationParameters: [] } 420 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7829 +label: "Desolation" +value: "420" +data: App\Entity\Artist {#5193 …} +attr: [] +labelTranslationParameters: [] } 306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7830 +label: "Dihhël" +value: "306" +data: App\Entity\Artist {#5200 …} +attr: [] +labelTranslationParameters: [] } 426 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7831 +label: "Dismatik" +value: "426" +data: App\Entity\Artist {#5207 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7832 +label: "Distorganic" +value: "70" +data: App\Entity\Artist {#5214 …} +attr: [] +labelTranslationParameters: [] } 415 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7833 +label: "Disturbed Traxx" +value: "415" +data: App\Entity\Artist {#5221 …} +attr: [] +labelTranslationParameters: [] } 355 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7834 +label: "DJ Clockwork" +value: "355" +data: App\Entity\Artist {#5228 …} +attr: [] +labelTranslationParameters: [] } 266 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7835 +label: "DJ ESP" +value: "266" +data: App\Entity\Artist {#5235 …} +attr: [] +labelTranslationParameters: [] } 410 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7836 +label: "DJ Speedloader" +value: "410" +data: App\Entity\Artist {#5242 …} +attr: [] +labelTranslationParameters: [] } 385 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7837 +label: "Dolphin" +value: "385" +data: App\Entity\Artist {#5249 …} +attr: [] +labelTranslationParameters: [] } 462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7838 +label: "Don Mego" +value: "462" +data: App\Entity\Artist {#5256 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7839 +label: "Doodax" +value: "3" +data: App\Entity\Artist {#5263 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7840 +label: "Doublscotch" +value: "41" +data: App\Entity\Artist {#5270 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7841 +label: "Dr. Peacock" +value: "138" +data: App\Entity\Artist {#5277 …} +attr: [] +labelTranslationParameters: [] } 145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7842 +label: "DSP" +value: "145" +data: App\Entity\Artist {#5284 …} +attr: [] +labelTranslationParameters: [] } 350 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7843 +label: "Dubmentalist" +value: "350" +data: App\Entity\Artist {#5291 …} +attr: [] +labelTranslationParameters: [] } 458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7844 +label: "Duff" +value: "458" +data: App\Entity\Artist {#5298 …} +attr: [] +labelTranslationParameters: [] } 175 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7845 +label: "E-Coli" +value: "175" +data: App\Entity\Artist {#5305 …} +attr: [] +labelTranslationParameters: [] } 360 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7846 +label: "Ekeaze" +value: "360" +data: App\Entity\Artist {#5312 …} +attr: [] +labelTranslationParameters: [] } 412 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7847 +label: "Elektromatik" +value: "412" +data: App\Entity\Artist {#5319 …} +attr: [] +labelTranslationParameters: [] } 222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7848 +label: "Elmucho23" +value: "222" +data: App\Entity\Artist {#5326 …} +attr: [] +labelTranslationParameters: [] } 372 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7849 +label: "Ely Muff" +value: "372" +data: App\Entity\Artist {#5333 …} +attr: [] +labelTranslationParameters: [] } 298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7850 +label: "Enigmatik" +value: "298" +data: App\Entity\Artist {#5340 …} +attr: [] +labelTranslationParameters: [] } 230 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7851 +label: "Enko" +value: "230" +data: App\Entity\Artist {#5347 …} +attr: [] +labelTranslationParameters: [] } 142 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7852 +label: "Enzo Orro "RBM"" +value: "142" +data: App\Entity\Artist {#5354 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7853 +label: "Epok" +value: "133" +data: App\Entity\Artist {#5361 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7854 +label: "Ervin Hujer" +value: "108" +data: App\Entity\Artist {#5368 …} +attr: [] +labelTranslationParameters: [] } 404 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7855 +label: "Escit" +value: "404" +data: App\Entity\Artist {#5375 …} +attr: [] +labelTranslationParameters: [] } 405 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7856 +label: "Escit World" +value: "405" +data: App\Entity\Artist {#5382 …} +attr: [] +labelTranslationParameters: [] } 286 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7857 +label: "Falcom" +value: "286" +data: App\Entity\Artist {#5389 …} +attr: [] +labelTranslationParameters: [] } 325 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7858 +label: "Fantom" +value: "325" +data: App\Entity\Artist {#5396 …} +attr: [] +labelTranslationParameters: [] } 425 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7859 +label: "Farfaders Aka Mat Weasel Busters & Guigoo" +value: "425" +data: App\Entity\Artist {#5403 …} +attr: [] +labelTranslationParameters: [] } 300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7860 +label: "Fasotek" +value: "300" +data: App\Entity\Artist {#5410 …} +attr: [] +labelTranslationParameters: [] } 459 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7861 +label: "Fatman" +value: "459" +data: App\Entity\Artist {#5417 …} +attr: [] +labelTranslationParameters: [] } 431 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7862 +label: "Federico Chiari" +value: "431" +data: App\Entity\Artist {#5424 …} +attr: [] +labelTranslationParameters: [] } 243 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7863 +label: "Feelgore" +value: "243" +data: App\Entity\Artist {#5431 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7864 +label: "Fiero" +value: "65" +data: App\Entity\Artist {#5438 …} +attr: [] +labelTranslationParameters: [] } 336 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7865 +label: "Fire At Work" +value: "336" +data: App\Entity\Artist {#5445 …} +attr: [] +labelTranslationParameters: [] } 148 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7866 +label: "Fist Of Fury" +value: "148" +data: App\Entity\Artist {#5452 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7867 +label: "FKY" +value: "97" +data: App\Entity\Artist {#5459 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7868 +label: "Floxytek" +value: "26" +data: App\Entity\Artist {#5466 …} +attr: [] +labelTranslationParameters: [] } 444 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7869 +label: "Foggy" +value: "444" +data: App\Entity\Artist {#5473 …} +attr: [] +labelTranslationParameters: [] } 171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7870 +label: "Format C" +value: "171" +data: App\Entity\Artist {#5480 …} +attr: [] +labelTranslationParameters: [] } 189 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7871 +label: "Fortanoiza" +value: "189" +data: App\Entity\Artist {#5487 …} +attr: [] +labelTranslationParameters: [] } 427 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7872 +label: "Fortek" +value: "427" +data: App\Entity\Artist {#5494 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7873 +label: "Fritz" +value: "6" +data: App\Entity\Artist {#5501 …} +attr: [] +labelTranslationParameters: [] } 307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7874 +label: "FRKZ" +value: "307" +data: App\Entity\Artist {#5508 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7875 +label: "Full Dark No Stars" +value: "122" +data: App\Entity\Artist {#5515 …} +attr: [] +labelTranslationParameters: [] } 273 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7876 +label: "Fungi" +value: "273" +data: App\Entity\Artist {#5522 …} +attr: [] +labelTranslationParameters: [] } 200 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7877 +label: "G303" +value: "200" +data: App\Entity\Artist {#5529 …} +attr: [] +labelTranslationParameters: [] } 296 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7878 +label: "Gamm" +value: "296" +data: App\Entity\Artist {#5536 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7879 +label: "Gamm@" +value: "132" +data: App\Entity\Artist {#5543 …} +attr: [] +labelTranslationParameters: [] } 400 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7880 +label: "Garfield" +value: "400" +data: App\Entity\Artist {#5550 …} +attr: [] +labelTranslationParameters: [] } 198 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7881 +label: "Gehlektek" +value: "198" +data: App\Entity\Artist {#5557 …} +attr: [] +labelTranslationParameters: [] } 278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7882 +label: "Gelbkreuz" +value: "278" +data: App\Entity\Artist {#5564 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7883 +label: "Get Han" +value: "103" +data: App\Entity\Artist {#5571 …} +attr: [] +labelTranslationParameters: [] } 342 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7884 +label: "Goetia" +value: "342" +data: App\Entity\Artist {#5578 …} +attr: [] +labelTranslationParameters: [] } 182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7885 +label: "Gold Dub" +value: "182" +data: App\Entity\Artist {#5585 …} +attr: [] +labelTranslationParameters: [] } 343 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7886 +label: "Golgoth 21" +value: "343" +data: App\Entity\Artist {#5592 …} +attr: [] +labelTranslationParameters: [] } 251 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7887 +label: "Gotek" +value: "251" +data: App\Entity\Artist {#5599 …} +attr: [] +labelTranslationParameters: [] } 324 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7888 +label: "Gouze Die" +value: "324" +data: App\Entity\Artist {#5606 …} +attr: [] +labelTranslationParameters: [] } 276 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7889 +label: "Gre" +value: "276" +data: App\Entity\Artist {#5613 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7890 +label: "Gui-Two" +value: "126" +data: App\Entity\Artist {#5620 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7891 +label: "Guigoo" +value: "24" +data: App\Entity\Artist {#5627 …} +attr: [] +labelTranslationParameters: [] } 195 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7892 +label: "Gustation" +value: "195" +data: App\Entity\Artist {#5634 …} +attr: [] +labelTranslationParameters: [] } 381 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7893 +label: "Hardcoholics" +value: "381" +data: App\Entity\Artist {#5641 …} +attr: [] +labelTranslationParameters: [] } 383 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7894 +label: "Hellfish" +value: "383" +data: App\Entity\Artist {#5648 …} +attr: [] +labelTranslationParameters: [] } 155 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7895 +label: "Hesed" +value: "155" +data: App\Entity\Artist {#5655 …} +attr: [] +labelTranslationParameters: [] } 244 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7896 +label: "Hoax23" +value: "244" +data: App\Entity\Artist {#5662 …} +attr: [] +labelTranslationParameters: [] } 432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7897 +label: "Hotrebor" +value: "432" +data: App\Entity\Artist {#5669 …} +attr: [] +labelTranslationParameters: [] } 319 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7898 +label: "Hypnoise Theory" +value: "319" +data: App\Entity\Artist {#5676 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7899 +label: "Hyrule War" +value: "139" +data: App\Entity\Artist {#5683 …} +attr: [] +labelTranslationParameters: [] } 206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7900 +label: "Hysta" +value: "206" +data: App\Entity\Artist {#5690 …} +attr: [] +labelTranslationParameters: [] } 376 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7901 +label: "I-F" +value: "376" +data: App\Entity\Artist {#5697 …} +attr: [] +labelTranslationParameters: [] } 118 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7902 +label: "I.N.D." +value: "118" +data: App\Entity\Artist {#5704 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7903 +label: "Imprevu" +value: "28" +data: App\Entity\Artist {#5711 …} +attr: [] +labelTranslationParameters: [] } 264 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7904 +label: "Infrabass" +value: "264" +data: App\Entity\Artist {#5718 …} +attr: [] +labelTranslationParameters: [] } 396 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7905 +label: "Ingler" +value: "396" +data: App\Entity\Artist {#5725 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7906 +label: "Insane Teknology" +value: "129" +data: App\Entity\Artist {#5732 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7907 +label: "Instru Mentale" +value: "52" +data: App\Entity\Artist {#5739 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7908 +label: "Interface 68" +value: "45" +data: App\Entity\Artist {#5746 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7909 +label: "Ixindamix" +value: "40" +data: App\Entity\Artist {#5753 …} +attr: [] +labelTranslationParameters: [] } 430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7910 +label: "IZi" +value: "430" +data: App\Entity\Artist {#5760 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7911 +label: "Izi dsp" +value: "9" +data: App\Entity\Artist {#5767 …} +attr: [] +labelTranslationParameters: [] } 180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7912 +label: "Jah Wyz" +value: "180" +data: App\Entity\Artist {#5774 …} +attr: [] +labelTranslationParameters: [] } 292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7913 +label: "Jaquarius" +value: "292" +data: App\Entity\Artist {#5781 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7914 +label: "Jarotek" +value: "99" +data: App\Entity\Artist {#5788 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7915 +label: "Jaycore" +value: "91" +data: App\Entity\Artist {#5795 …} +attr: [] +labelTranslationParameters: [] } 346 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7916 +label: "Jean-Marc" +value: "346" +data: App\Entity\Artist {#5802 …} +attr: [] +labelTranslationParameters: [] } 209 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7917 +label: "Jerash" +value: "209" +data: App\Entity\Artist {#5809 …} +attr: [] +labelTranslationParameters: [] } 330 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7918 +label: "JoEkoaktif" +value: "330" +data: App\Entity\Artist {#5816 …} +attr: [] +labelTranslationParameters: [] } 151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7919 +label: "John Faustus" +value: "151" +data: App\Entity\Artist {#5823 …} +attr: [] +labelTranslationParameters: [] } 397 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7920 +label: "Joshua" +value: "397" +data: App\Entity\Artist {#5830 …} +attr: [] +labelTranslationParameters: [] } 359 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7921 +label: "JT Labo 14" +value: "359" +data: App\Entity\Artist {#5837 …} +attr: [] +labelTranslationParameters: [] } 414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7922 +label: "K3rsel" +value: "414" +data: App\Entity\Artist {#5844 …} +attr: [] +labelTranslationParameters: [] } 160 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7923 +label: "Kad" +value: "160" +data: App\Entity\Artist {#5851 …} +attr: [] +labelTranslationParameters: [] } 211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7924 +label: "Kan10" +value: "211" +data: App\Entity\Artist {#5858 …} +attr: [] +labelTranslationParameters: [] } 461 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7925 +label: "Kaoslog" +value: "461" +data: App\Entity\Artist {#5865 …} +attr: [] +labelTranslationParameters: [] } 150 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7926 +label: "Kardinal" +value: "150" +data: App\Entity\Artist {#5872 …} +attr: [] +labelTranslationParameters: [] } 398 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7927 +label: "Karyane" +value: "398" +data: App\Entity\Artist {#5879 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7928 +label: "Katek" +value: "51" +data: App\Entity\Artist {#5886 …} +attr: [] +labelTranslationParameters: [] } 291 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7929 +label: "KBYL" +value: "291" +data: App\Entity\Artist {#5893 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7930 +label: "Keflat 23" +value: "11" +data: App\Entity\Artist {#5900 …} +attr: [] +labelTranslationParameters: [] } 172 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7931 +label: "Kefran" +value: "172" +data: App\Entity\Artist {#5907 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7932 +label: "Keja" +value: "10" +data: App\Entity\Artist {#5914 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7933 +label: "Khenda" +value: "14" +data: App\Entity\Artist {#5921 …} +attr: [] +labelTranslationParameters: [] } 277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7934 +label: "Kindaaz" +value: "277" +data: App\Entity\Artist {#5928 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7935 +label: "KLG" +value: "81" +data: App\Entity\Artist {#5935 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7936 +label: "Kokko" +value: "50" +data: App\Entity\Artist {#5942 …} +attr: [] +labelTranslationParameters: [] } 119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7937 +label: "Koney" +value: "119" +data: App\Entity\Artist {#5949 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7938 +label: "Kongfou" +value: "85" +data: App\Entity\Artist {#5956 …} +attr: [] +labelTranslationParameters: [] } 413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7939 +label: "Konik" +value: "413" +data: App\Entity\Artist {#5963 …} +attr: [] +labelTranslationParameters: [] } 255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7940 +label: "Kostik" +value: "255" +data: App\Entity\Artist {#5970 …} +attr: [] +labelTranslationParameters: [] } 279 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7941 +label: "Krulle" +value: "279" +data: App\Entity\Artist {#5977 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7942 +label: "Ktodik" +value: "114" +data: App\Entity\Artist {#5984 …} +attr: [] +labelTranslationParameters: [] } 418 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7943 +label: "L'Art Cène" +value: "418" +data: App\Entity\Artist {#5991 …} +attr: [] +labelTranslationParameters: [] } 218 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7944 +label: "L'Ektoplasm" +value: "218" +data: App\Entity\Artist {#5998 …} +attr: [] +labelTranslationParameters: [] } 226 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7945 +label: "La GaZel" +value: "226" +data: App\Entity\Artist {#6005 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7946 +label: "La Kajofol" +value: "18" +data: App\Entity\Artist {#6012 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7947 +label: "La Poiskay" +value: "56" +data: App\Entity\Artist {#6019 …} +attr: [] +labelTranslationParameters: [] } 221 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7948 +label: "La Tartine" +value: "221" +data: App\Entity\Artist {#6026 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7949 +label: "Labass" +value: "79" +data: App\Entity\Artist {#6033 …} +attr: [] +labelTranslationParameters: [] } 199 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7950 +label: "Laboratoire de dilatation à l'échelle du temps" +value: "199" +data: App\Entity\Artist {#6040 …} +attr: [] +labelTranslationParameters: [] } 433 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7951 +label: "Larsson" +value: "433" +data: App\Entity\Artist {#6047 …} +attr: [] +labelTranslationParameters: [] } 121 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7952 +label: "Lawrencium" +value: "121" +data: App\Entity\Artist {#6054 …} +attr: [] +labelTranslationParameters: [] } 302 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7953 +label: "Le Gougnafié" +value: "302" +data: App\Entity\Artist {#6061 …} +attr: [] +labelTranslationParameters: [] } 311 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7954 +label: "Le Troll À Roulettes" +value: "311" +data: App\Entity\Artist {#6068 …} +attr: [] +labelTranslationParameters: [] } 240 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7955 +label: "Leeroy" +value: "240" +data: App\Entity\Artist {#6075 …} +attr: [] +labelTranslationParameters: [] } 247 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7956 +label: "Lehu" +value: "247" +data: App\Entity\Artist {#6082 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7957 +label: "Leonhard" +value: "39" +data: App\Entity\Artist {#6089 …} +attr: [] +labelTranslationParameters: [] } 394 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7958 +label: "Les Boucles Etranges" +value: "394" +data: App\Entity\Artist {#6096 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7959 +label: "Les Enfants Sages" +value: "107" +data: App\Entity\Artist {#6103 …} +attr: [] +labelTranslationParameters: [] } 157 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7960 +label: "Lili The Breaker" +value: "157" +data: App\Entity\Artist {#6110 …} +attr: [] +labelTranslationParameters: [] } 115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7961 +label: "Ling Ling" +value: "115" +data: App\Entity\Artist {#6117 …} +attr: [] +labelTranslationParameters: [] } 220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7962 +label: "Little Guy" +value: "220" +data: App\Entity\Artist {#6124 …} +attr: [] +labelTranslationParameters: [] } 335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7963 +label: "Logar" +value: "335" +data: App\Entity\Artist {#6131 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7964 +label: "Lory Ph" +value: "94" +data: App\Entity\Artist {#6138 …} +attr: [] +labelTranslationParameters: [] } 149 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7965 +label: "Lowkey" +value: "149" +data: App\Entity\Artist {#6145 …} +attr: [] +labelTranslationParameters: [] } 356 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7966 +label: "LSDF" +value: "356" +data: App\Entity\Artist {#6152 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7967 +label: "Luca Skatek" +value: "38" +data: App\Entity\Artist {#6159 …} +attr: [] +labelTranslationParameters: [] } 117 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7968 +label: "LXR" +value: "117" +data: App\Entity\Artist {#6166 …} +attr: [] +labelTranslationParameters: [] } 249 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7969 +label: "Lychar" +value: "249" +data: App\Entity\Artist {#6173 …} +attr: [] +labelTranslationParameters: [] } 197 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7970 +label: "M. Gasmask" +value: "197" +data: App\Entity\Artist {#6180 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7971 +label: "M. Rod" +value: "54" +data: App\Entity\Artist {#6187 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7972 +label: "M4rty Epitom" +value: "110" +data: App\Entity\Artist {#6194 …} +attr: [] +labelTranslationParameters: [] } 295 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7973 +label: "Mad Alien" +value: "295" +data: App\Entity\Artist {#6201 …} +attr: [] +labelTranslationParameters: [] } 210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7974 +label: "Maddike" +value: "210" +data: App\Entity\Artist {#6208 …} +attr: [] +labelTranslationParameters: [] } 299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7975 +label: "Mala Addictik" +value: "299" +data: App\Entity\Artist {#6215 …} +attr: [] +labelTranslationParameters: [] } 208 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7976 +label: "Malcom" +value: "208" +data: App\Entity\Artist {#6222 …} +attr: [] +labelTranslationParameters: [] } 174 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7977 +label: "Mandidextrous" +value: "174" +data: App\Entity\Artist {#6229 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7978 +label: "Manol Chupasapos" +value: "98" +data: App\Entity\Artist {#6236 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7979 +label: "Manolo-D" +value: "80" +data: App\Entity\Artist {#6243 …} +attr: [] +labelTranslationParameters: [] } 368 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7980 +label: "Manuel Fuentes" +value: "368" +data: App\Entity\Artist {#6250 …} +attr: [] +labelTranslationParameters: [] } 265 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7981 +label: "Marc Acardipane" +value: "265" +data: App\Entity\Artist {#6257 …} +attr: [] +labelTranslationParameters: [] } 128 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7982 +label: "Mascore" +value: "128" +data: App\Entity\Artist {#6264 …} +attr: [] +labelTranslationParameters: [] } 326 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7983 +label: "Maskk" +value: "326" +data: App\Entity\Artist {#6271 …} +attr: [] +labelTranslationParameters: [] } 185 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7984 +label: "Mat Weasel" +value: "185" +data: App\Entity\Artist {#6278 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7985 +label: "Matek" +value: "8" +data: App\Entity\Artist {#6285 …} +attr: [] +labelTranslationParameters: [] } 371 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7986 +label: "Matt Green" +value: "371" +data: App\Entity\Artist {#6292 …} +attr: [] +labelTranslationParameters: [] } 192 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7987 +label: "Matte" +value: "192" +data: App\Entity\Artist {#6299 …} +attr: [] +labelTranslationParameters: [] } 441 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7988 +label: "Matte Olstad" +value: "441" +data: App\Entity\Artist {#6306 …} +attr: [] +labelTranslationParameters: [] } 268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7989 +label: "Maxx Rossi" +value: "268" +data: App\Entity\Artist {#6313 …} +attr: [] +labelTranslationParameters: [] } 178 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7990 +label: "Mdtek" +value: "178" +data: App\Entity\Artist {#6320 …} +attr: [] +labelTranslationParameters: [] } 168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7991 +label: "Melly" +value: "168" +data: App\Entity\Artist {#6327 …} +attr: [] +labelTranslationParameters: [] } 366 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7992 +label: "Metacid Meets Queaver" +value: "366" +data: App\Entity\Artist {#6334 …} +attr: [] +labelTranslationParameters: [] } 162 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7993 +label: "MG677" +value: "162" +data: App\Entity\Artist {#6341 …} +attr: [] +labelTranslationParameters: [] } 369 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7994 +label: "Micropoint" +value: "369" +data: App\Entity\Artist {#6348 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7995 +label: "Miltatek" +value: "64" +data: App\Entity\Artist {#6355 …} +attr: [] +labelTranslationParameters: [] } 227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7996 +label: "Mis Gato" +value: "227" +data: App\Entity\Artist {#6362 …} +attr: [] +labelTranslationParameters: [] } 349 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7997 +label: "Misshin" +value: "349" +data: App\Entity\Artist {#6369 …} +attr: [] +labelTranslationParameters: [] } 143 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7998 +label: "MissPic" +value: "143" +data: App\Entity\Artist {#6376 …} +attr: [] +labelTranslationParameters: [] } 284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7999 +label: "Mixk" +value: "284" +data: App\Entity\Artist {#6383 …} +attr: [] +labelTranslationParameters: [] } 351 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8000 +label: "Moebius" +value: "351" +data: App\Entity\Artist {#6390 …} +attr: [] +labelTranslationParameters: [] } 401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8001 +label: "Moïse" +value: "401" +data: App\Entity\Artist {#6397 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8002 +label: "Moldetek" +value: "69" +data: App\Entity\Artist {#6404 …} +attr: [] +labelTranslationParameters: [] } 165 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8003 +label: "Mono Amine" +value: "165" +data: App\Entity\Artist {#6411 …} +attr: [] +labelTranslationParameters: [] } 387 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8004 +label: "Moteur Khaoz" +value: "387" +data: App\Entity\Artist {#6418 …} +attr: [] +labelTranslationParameters: [] } 353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8005 +label: "Mr Cixx" +value: "353" +data: App\Entity\Artist {#6425 …} +attr: [] +labelTranslationParameters: [] } 228 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8006 +label: "Mr. Gasmask" +value: "228" +data: App\Entity\Artist {#6432 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8007 +label: "MTR663" +value: "111" +data: App\Entity\Artist {#6439 …} +attr: [] +labelTranslationParameters: [] } 392 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8008 +label: "Muff" +value: "392" +data: App\Entity\Artist {#6446 …} +attr: [] +labelTranslationParameters: [] } 314 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8009 +label: "Na Mash" +value: "314" +data: App\Entity\Artist {#6453 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8010 +label: "Na Mash K" +value: "17" +data: App\Entity\Artist {#6460 …} +attr: [] +labelTranslationParameters: [] } 259 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8011 +label: "Na-Der" +value: "259" +data: App\Entity\Artist {#6467 …} +attr: [] +labelTranslationParameters: [] } 438 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8012 +label: "Naak" +value: "438" +data: App\Entity\Artist {#6474 …} +attr: [] +labelTranslationParameters: [] } 262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8013 +label: "Nader" +value: "262" +data: App\Entity\Artist {#6481 …} +attr: [] +labelTranslationParameters: [] } 338 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8014 +label: "Natas" +value: "338" +data: App\Entity\Artist {#6488 …} +attr: [] +labelTranslationParameters: [] } 188 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8015 +label: "Naycha" +value: "188" +data: App\Entity\Artist {#6495 …} +attr: [] +labelTranslationParameters: [] } 258 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8016 +label: "Neddix" +value: "258" +data: App\Entity\Artist {#6502 …} +attr: [] +labelTranslationParameters: [] } 179 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8017 +label: "Neika" +value: "179" +data: App\Entity\Artist {#6509 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8018 +label: "Neoh" +value: "31" +data: App\Entity\Artist {#6516 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8019 +label: "Nesh" +value: "61" +data: App\Entity\Artist {#6523 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8020 +label: "Nesh Mayday" +value: "136" +data: App\Entity\Artist {#6530 …} +attr: [] +labelTranslationParameters: [] } 449 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8021 +label: "Neurolitik Distorsion" +value: "449" +data: App\Entity\Artist {#6537 …} +attr: [] +labelTranslationParameters: [] } 294 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8022 +label: "Neurorbital" +value: "294" +data: App\Entity\Artist {#6544 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8023 +label: "Neurotribe" +value: "47" +data: App\Entity\Artist {#6551 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8024 +label: "Nevrotek" +value: "131" +data: App\Entity\Artist {#6558 …} +attr: [] +labelTranslationParameters: [] } 304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8025 +label: "Nicklos" +value: "304" +data: App\Entity\Artist {#6565 …} +attr: [] +labelTranslationParameters: [] } 283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8026 +label: "Niemand Hzd" +value: "283" +data: App\Entity\Artist {#6572 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8027 +label: "Nito" +value: "101" +data: App\Entity\Artist {#6579 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8028 +label: "Nixt" +value: "113" +data: App\Entity\Artist {#6586 …} +attr: [] +labelTranslationParameters: [] } 194 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8029 +label: "Nkod" +value: "194" +data: App\Entity\Artist {#6593 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8030 +label: "Nkod OQP Crew" +value: "92" +data: App\Entity\Artist {#6600 …} +attr: [] +labelTranslationParameters: [] } 237 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8031 +label: "No-Tek" +value: "237" +data: App\Entity\Artist {#6607 …} +attr: [] +labelTranslationParameters: [] } 375 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8032 +label: "Noisebuilder" +value: "375" +data: App\Entity\Artist {#6614 …} +attr: [] +labelTranslationParameters: [] } 282 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8033 +label: "Noize Destroyer Alias Win" +value: "282" +data: App\Entity\Artist {#6621 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8034 +label: "Nokte" +value: "48" +data: App\Entity\Artist {#6628 …} +attr: [] +labelTranslationParameters: [] } 322 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8035 +label: "Nokx" +value: "322" +data: App\Entity\Artist {#6635 …} +attr: [] +labelTranslationParameters: [] } 156 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8036 +label: "Nose" +value: "156" +data: App\Entity\Artist {#6642 …} +attr: [] +labelTranslationParameters: [] } 289 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8037 +label: "Nose-Puzzle" +value: "289" +data: App\Entity\Artist {#6649 …} +attr: [] +labelTranslationParameters: [] } 204 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8038 +label: "Nout" +value: "204" +data: App\Entity\Artist {#6656 …} +attr: [] +labelTranslationParameters: [] } 203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8039 +label: "Nout Heretik" +value: "203" +data: App\Entity\Artist {#6663 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8040 +label: "Nouzbi" +value: "96" +data: App\Entity\Artist {#6670 …} +attr: [] +labelTranslationParameters: [] } 303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8041 +label: "Nunus" +value: "303" +data: App\Entity\Artist {#6677 …} +attr: [] +labelTranslationParameters: [] } 161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8042 +label: "Obnoxious" +value: "161" +data: App\Entity\Artist {#6684 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8043 +label: "Obsyd" +value: "135" +data: App\Entity\Artist {#6691 …} +attr: [] +labelTranslationParameters: [] } 152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8044 +label: "Ohrganic" +value: "152" +data: App\Entity\Artist {#6698 …} +attr: [] +labelTranslationParameters: [] } 281 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8045 +label: "Oleksander" +value: "281" +data: App\Entity\Artist {#6705 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8046 +label: "Ondes Cycliques" +value: "93" +data: App\Entity\Artist {#6712 …} +attr: [] +labelTranslationParameters: [] } 285 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8047 +label: "Oneknod" +value: "285" +data: App\Entity\Artist {#6719 …} +attr: [] +labelTranslationParameters: [] } 212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8048 +label: "Osmik" +value: "212" +data: App\Entity\Artist {#6726 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8049 +label: "Pain Beurre" +value: "83" +data: App\Entity\Artist {#6733 …} +attr: [] +labelTranslationParameters: [] } 440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8050 +label: "Pandro" +value: "440" +data: App\Entity\Artist {#6740 …} +attr: [] +labelTranslationParameters: [] } 163 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8051 +label: "Parasonic" +value: "163" +data: App\Entity\Artist {#6747 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8052 +label: "Park In Sound" +value: "124" +data: App\Entity\Artist {#6754 …} +attr: [] +labelTranslationParameters: [] } 250 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8053 +label: "Pat" +value: "250" +data: App\Entity\Artist {#6761 …} +attr: [] +labelTranslationParameters: [] } 190 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8054 +label: "Patetik" +value: "190" +data: App\Entity\Artist {#6768 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8055 +label: "Pattern J" +value: "76" +data: App\Entity\Artist {#6775 …} +attr: [] +labelTranslationParameters: [] } 399 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8056 +label: "Paulblackout" +value: "399" +data: App\Entity\Artist {#6782 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8057 +label: "Perepo" +value: "130" +data: App\Entity\Artist {#6789 …} +attr: [] +labelTranslationParameters: [] } 328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8058 +label: "Phenox" +value: "328" +data: App\Entity\Artist {#6796 …} +attr: [] +labelTranslationParameters: [] } 137 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8059 +label: "Pimouss" +value: "137" +data: App\Entity\Artist {#6803 …} +attr: [] +labelTranslationParameters: [] } 257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8060 +label: "Pita Atip" +value: "257" +data: App\Entity\Artist {#6810 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8061 +label: "Pneumatix" +value: "43" +data: App\Entity\Artist {#6817 …} +attr: [] +labelTranslationParameters: [] } 445 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8062 +label: "Primate" +value: "445" +data: App\Entity\Artist {#6824 …} +attr: [] +labelTranslationParameters: [] } 321 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8063 +label: "Primitik" +value: "321" +data: App\Entity\Artist {#6831 …} +attr: [] +labelTranslationParameters: [] } 423 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8064 +label: "Protokick" +value: "423" +data: App\Entity\Artist {#6838 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8065 +label: "Protokseed" +value: "63" +data: App\Entity\Artist {#6845 …} +attr: [] +labelTranslationParameters: [] } 169 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8066 +label: "Pseudonym" +value: "169" +data: App\Entity\Artist {#6852 …} +attr: [] +labelTranslationParameters: [] } 207 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8067 +label: "Psiko" +value: "207" +data: App\Entity\Artist {#6859 …} +attr: [] +labelTranslationParameters: [] } 260 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8068 +label: "PSM23" +value: "260" +data: App\Entity\Artist {#6866 …} +attr: [] +labelTranslationParameters: [] } 318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8069 +label: "Puk Dozzer" +value: "318" +data: App\Entity\Artist {#6873 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8070 +label: "Pupuce" +value: "78" +data: App\Entity\Artist {#6880 …} +attr: [] +labelTranslationParameters: [] } 379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8071 +label: "Putain D'Zic" +value: "379" +data: App\Entity\Artist {#6887 …} +attr: [] +labelTranslationParameters: [] } 354 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8072 +label: "Pzylo" +value: "354" +data: App\Entity\Artist {#6894 …} +attr: [] +labelTranslationParameters: [] } 439 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8073 +label: "R4lph" +value: "439" +data: App\Entity\Artist {#6901 …} +attr: [] +labelTranslationParameters: [] } 437 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8074 +label: "R4lph Patetik" +value: "437" +data: App\Entity\Artist {#6908 …} +attr: [] +labelTranslationParameters: [] } 367 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8075 +label: "Ra-X" +value: "367" +data: App\Entity\Artist {#6915 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8076 +label: "Radikal 715" +value: "60" +data: App\Entity\Artist {#6922 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8077 +label: "Radium" +value: "1" +data: App\Entity\Artist {#6929 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8078 +label: "Ralph" +value: "74" +data: App\Entity\Artist {#6936 …} +attr: [] +labelTranslationParameters: [] } 395 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8079 +label: "Randy" +value: "395" +data: App\Entity\Artist {#6943 …} +attr: [] +labelTranslationParameters: [] } 248 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8080 +label: "Ranxerox" +value: "248" +data: App\Entity\Artist {#6950 …} +attr: [] +labelTranslationParameters: [] } 301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8081 +label: "Raptatek" +value: "301" +data: App\Entity\Artist {#6957 …} +attr: [] +labelTranslationParameters: [] } 457 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8082 +label: "Reload Modular" +value: "457" +data: App\Entity\Artist {#6964 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8083 +label: "Revision" +value: "105" +data: App\Entity\Artist {#6971 …} +attr: [] +labelTranslationParameters: [] } 253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8084 +label: "Rhythm-Storm" +value: "253" +data: App\Entity\Artist {#6978 …} +attr: [] +labelTranslationParameters: [] } 407 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8085 +label: "Ridge" +value: "407" +data: App\Entity\Artist {#6985 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8086 +label: "RNA23" +value: "123" +data: App\Entity\Artist {#6992 …} +attr: [] +labelTranslationParameters: [] } 323 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8087 +label: "Roms" +value: "323" +data: App\Entity\Artist {#6999 …} +attr: [] +labelTranslationParameters: [] } 443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8088 +label: "Rozalind" +value: "443" +data: App\Entity\Artist {#7006 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8089 +label: "S'Tek H" +value: "55" +data: App\Entity\Artist {#7013 …} +attr: [] +labelTranslationParameters: [] } 357 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8090 +label: "Sagaloops" +value: "357" +data: App\Entity\Artist {#7020 …} +attr: [] +labelTranslationParameters: [] } 364 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8091 +label: "Samsweet" +value: "364" +data: App\Entity\Artist {#7027 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8092 +label: "Scra" +value: "23" +data: App\Entity\Artist {#7034 …} +attr: [] +labelTranslationParameters: [] } 411 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8093 +label: "Scraft" +value: "411" +data: App\Entity\Artist {#7041 …} +attr: [] +labelTranslationParameters: [] } 263 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8094 +label: "Scratchaker" +value: "263" +data: App\Entity\Artist {#7048 …} +attr: [] +labelTranslationParameters: [] } 424 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8095 +label: "Sefa" +value: "424" +data: App\Entity\Artist {#7055 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8096 +label: "Sevenum six" +value: "12" +data: App\Entity\Artist {#7062 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8097 +label: "Severus" +value: "134" +data: App\Entity\Artist {#7069 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8098 +label: "Shirin" +value: "58" +data: App\Entity\Artist {#7076 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8099 +label: "Shmirlap" +value: "4" +data: App\Entity\Artist {#7083 …} +attr: [] +labelTranslationParameters: [] } 232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8100 +label: "Sickfest" +value: "232" +data: App\Entity\Artist {#7090 …} +attr: [] +labelTranslationParameters: [] } 347 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8101 +label: "Silent Frequencies" +value: "347" +data: App\Entity\Artist {#7097 …} +attr: [] +labelTranslationParameters: [] } 224 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8102 +label: "Simok" +value: "224" +data: App\Entity\Artist {#7104 …} +attr: [] +labelTranslationParameters: [] } 331 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8103 +label: "Six Ou Sept" +value: "331" +data: App\Entity\Artist {#7111 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8104 +label: "Sloogy" +value: "88" +data: App\Entity\Artist {#7118 …} +attr: [] +labelTranslationParameters: [] } 271 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8105 +label: "Smill" +value: "271" +data: App\Entity\Artist {#7125 …} +attr: [] +labelTranslationParameters: [] } 216 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8106 +label: "Space Fractal" +value: "216" +data: App\Entity\Artist {#7132 …} +attr: [] +labelTranslationParameters: [] } 308 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8107 +label: "Spered" +value: "308" +data: App\Entity\Artist {#7139 …} +attr: [] +labelTranslationParameters: [] } 446 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8108 +label: "SPK" +value: "446" +data: App\Entity\Artist {#7146 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8109 +label: "Spud" +value: "73" +data: App\Entity\Artist {#7153 …} +attr: [] +labelTranslationParameters: [] } 345 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8110 +label: "Steve Stoll" +value: "345" +data: App\Entity\Artist {#7160 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8111 +label: "Stiwie" +value: "62" +data: App\Entity\Artist {#7167 …} +attr: [] +labelTranslationParameters: [] } 362 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8112 +label: "Stormtrooper" +value: "362" +data: App\Entity\Artist {#7174 …} +attr: [] +labelTranslationParameters: [] } 463 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8113 +label: "Stupeflip" +value: "463" +data: App\Entity\Artist {#7181 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8114 +label: "Suburbass" +value: "15" +data: App\Entity\Artist {#7188 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8115 +label: "Sucre Rose" +value: "104" +data: App\Entity\Artist {#7195 …} +attr: [] +labelTranslationParameters: [] } 352 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8116 +label: "SynnyS" +value: "352" +data: App\Entity\Artist {#7202 …} +attr: [] +labelTranslationParameters: [] } 176 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8117 +label: "T-Menace" +value: "176" +data: App\Entity\Artist {#7209 …} +attr: [] +labelTranslationParameters: [] } 393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8118 +label: "Tantrum" +value: "393" +data: App\Entity\Artist {#7216 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8119 +label: "Taz" +value: "37" +data: App\Entity\Artist {#7223 …} +attr: [] +labelTranslationParameters: [] } 380 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8120 +label: "Technological Terror Crew" +value: "380" +data: App\Entity\Artist {#7230 …} +attr: [] +labelTranslationParameters: [] } 186 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8121 +label: "Teddy Ziggy" +value: "186" +data: App\Entity\Artist {#7237 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8122 +label: "Tek Dog" +value: "53" +data: App\Entity\Artist {#7244 …} +attr: [] +labelTranslationParameters: [] } 252 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8123 +label: "Teknambul" +value: "252" +data: App\Entity\Artist {#7251 …} +attr: [] +labelTranslationParameters: [] } 144 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8124 +label: "Tekno's23" +value: "144" +data: App\Entity\Artist {#7258 …} +attr: [] +labelTranslationParameters: [] } 256 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8125 +label: "Tekos Lab" +value: "256" +data: App\Entity\Artist {#7265 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8126 +label: "Teksa" +value: "46" +data: App\Entity\Artist {#7272 …} +attr: [] +labelTranslationParameters: [] } 455 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8127 +label: "Teokad" +value: "455" +data: App\Entity\Artist {#7279 …} +attr: [] +labelTranslationParameters: [] } 159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8128 +label: "TeTTSUO" +value: "159" +data: App\Entity\Artist {#7286 …} +attr: [] +labelTranslationParameters: [] } 214 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8129 +label: "Tha Touffaz" +value: "214" +data: App\Entity\Artist {#7293 …} +attr: [] +labelTranslationParameters: [] } 363 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8130 +label: "The Brookes Brothers" +value: "363" +data: App\Entity\Artist {#7300 …} +attr: [] +labelTranslationParameters: [] } 361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8131 +label: "The Speed Freak" +value: "361" +data: App\Entity\Artist {#7307 …} +attr: [] +labelTranslationParameters: [] } 386 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8132 +label: "The Teknoist" +value: "386" +data: App\Entity\Artist {#7314 …} +attr: [] +labelTranslationParameters: [] } 435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8133 +label: "The Untitled" +value: "435" +data: App\Entity\Artist {#7321 …} +attr: [] +labelTranslationParameters: [] } 377 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8134 +label: "Thin krash" +value: "377" +data: App\Entity\Artist {#7328 …} +attr: [] +labelTranslationParameters: [] } 442 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8135 +label: "Time Scale Dilation L" +value: "442" +data: App\Entity\Artist {#7335 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8136 +label: "TKC" +value: "7" +data: App\Entity\Artist {#7342 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8137 +label: "TMH" +value: "109" +data: App\Entity\Artist {#7349 …} +attr: [] +labelTranslationParameters: [] } 140 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8138 +label: "Tocchitek" +value: "140" +data: App\Entity\Artist {#7356 …} +attr: [] +labelTranslationParameters: [] } 317 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8139 +label: "Tom Buld'R" +value: "317" +data: App\Entity\Artist {#7363 …} +attr: [] +labelTranslationParameters: [] } 460 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8140 +label: "Tommers" +value: "460" +data: App\Entity\Artist {#7370 …} +attr: [] +labelTranslationParameters: [] } 409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8141 +label: "Too Old Boys" +value: "409" +data: App\Entity\Artist {#7377 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8142 +label: "Torgull" +value: "120" +data: App\Entity\Artist {#7384 …} +attr: [] +labelTranslationParameters: [] } 373 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8143 +label: "Torturium" +value: "373" +data: App\Entity\Artist {#7391 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8144 +label: "Tournevis" +value: "13" +data: App\Entity\Artist {#7398 …} +attr: [] +labelTranslationParameters: [] } 274 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8145 +label: "Toysfornoise" +value: "274" +data: App\Entity\Artist {#7405 …} +attr: [] +labelTranslationParameters: [] } 334 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8146 +label: "TPLD" +value: "334" +data: App\Entity\Artist {#7412 …} +attr: [] +labelTranslationParameters: [] } 254 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8147 +label: "Trackwasher" +value: "254" +data: App\Entity\Artist {#7419 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8148 +label: "Tribaan" +value: "71" +data: App\Entity\Artist {#7426 …} +attr: [] +labelTranslationParameters: [] } 153 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8149 +label: "Triple Zero" +value: "153" +data: App\Entity\Artist {#7433 …} +attr: [] +labelTranslationParameters: [] } 403 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8150 +label: "Triquetra" +value: "403" +data: App\Entity\Artist {#7440 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8151 +label: "Trizia Moth" +value: "100" +data: App\Entity\Artist {#7447 …} +attr: [] +labelTranslationParameters: [] } 191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8152 +label: "Tseu" +value: "191" +data: App\Entity\Artist {#7454 …} +attr: [] +labelTranslationParameters: [] } 384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8153 +label: "Tugie" +value: "384" +data: App\Entity\Artist {#7461 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8154 +label: "Tura" +value: "33" +data: App\Entity\Artist {#7468 …} +attr: [] +labelTranslationParameters: [] } 223 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8155 +label: "Unusual Therapy" +value: "223" +data: App\Entity\Artist {#7475 …} +attr: [] +labelTranslationParameters: [] } 201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8156 +label: "Uzi" +value: "201" +data: App\Entity\Artist {#7482 …} +attr: [] +labelTranslationParameters: [] } 202 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8157 +label: "Van Der Gog" +value: "202" +data: App\Entity\Artist {#7489 …} +attr: [] +labelTranslationParameters: [] } 173 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8158 +label: "Vandal" +value: "173" +data: App\Entity\Artist {#7496 …} +attr: [] +labelTranslationParameters: [] } 341 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8159 +label: "Venom" +value: "341" +data: App\Entity\Artist {#7503 …} +attr: [] +labelTranslationParameters: [] } 340 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8160 +label: "Venom & Goetia" +value: "340" +data: App\Entity\Artist {#7510 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8161 +label: "Venom Hardtek" +value: "36" +data: App\Entity\Artist {#7517 …} +attr: [] +labelTranslationParameters: [] } 245 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8162 +label: "Vikkei" +value: "245" +data: App\Entity\Artist {#7524 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8163 +label: "Vinka" +value: "72" +data: App\Entity\Artist {#7531 …} +attr: [] +labelTranslationParameters: [] } 456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8164 +label: "Void Builder" +value: "456" +data: App\Entity\Artist {#7538 …} +attr: [] +labelTranslationParameters: [] } 365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8165 +label: "Volt" +value: "365" +data: App\Entity\Artist {#7545 …} +attr: [] +labelTranslationParameters: [] } 329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8166 +label: "Vortek's" +value: "329" +data: App\Entity\Artist {#7552 …} +attr: [] +labelTranslationParameters: [] } 288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8167 +label: "Wako" +value: "288" +data: App\Entity\Artist {#7559 …} +attr: [] +labelTranslationParameters: [] } 229 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8168 +label: "Wallyens" +value: "229" +data: App\Entity\Artist {#7566 …} +attr: [] +labelTranslationParameters: [] } 236 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8169 +label: "Wanorde" +value: "236" +data: App\Entity\Artist {#7573 …} +attr: [] +labelTranslationParameters: [] } 333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8170 +label: "Weaser" +value: "333" +data: App\Entity\Artist {#7580 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8171 +label: "Weedjet" +value: "127" +data: App\Entity\Artist {#7587 …} +attr: [] +labelTranslationParameters: [] } 164 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8172 +label: "Weltschmerz" +value: "164" +data: App\Entity\Artist {#7594 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8173 +label: "Wems" +value: "29" +data: App\Entity\Artist {#7601 …} +attr: [] +labelTranslationParameters: [] } 238 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8174 +label: "Weser" +value: "238" +data: App\Entity\Artist {#7608 …} +attr: [] +labelTranslationParameters: [] } 233 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8175 +label: "Whitehorse" +value: "233" +data: App\Entity\Artist {#7615 …} +attr: [] +labelTranslationParameters: [] } 267 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8176 +label: "Wht Moth" +value: "267" +data: App\Entity\Artist {#7622 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8177 +label: "Win" +value: "112" +data: App\Entity\Artist {#7629 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8178 +label: "Wonka" +value: "5" +data: App\Entity\Artist {#7636 …} +attr: [] +labelTranslationParameters: [] } 154 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8179 +label: "X-Tech" +value: "154" +data: App\Entity\Artist {#7643 …} +attr: [] +labelTranslationParameters: [] } 429 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8180 +label: "X.TAo" +value: "429" +data: App\Entity\Artist {#7650 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8181 +label: "Xa" +value: "66" +data: App\Entity\Artist {#7657 …} +attr: [] +labelTranslationParameters: [] } 309 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8182 +label: "Yank" +value: "309" +data: App\Entity\Artist {#7664 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8183 +label: "Ybrid" +value: "44" +data: App\Entity\Artist {#7671 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8184 +label: "Yous'f" +value: "95" +data: App\Entity\Artist {#7678 …} +attr: [] +labelTranslationParameters: [] } 184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8185 +label: "YT" +value: "184" +data: App\Entity\Artist {#7685 …} +attr: [] +labelTranslationParameters: [] } 310 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8186 +label: "Zayonne" +value: "310" +data: App\Entity\Artist {#7692 …} +attr: [] +labelTranslationParameters: [] } 261 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8187 +label: "Zayonne Metek" +value: "261" +data: App\Entity\Artist {#7699 …} +attr: [] +labelTranslationParameters: [] } 374 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8188 +label: "Zip" +value: "374" +data: App\Entity\Artist {#7706 …} +attr: [] +labelTranslationParameters: [] } 166 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8189 +label: "Zone-33" +value: "166" +data: App\Entity\Artist {#7713 …} +attr: [] +labelTranslationParameters: [] } 170 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8190 +label: "Zonk" +value: "170" +data: App\Entity\Artist {#7720 …} +attr: [] +labelTranslationParameters: [] } 447 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8191 +label: "Zouzou" +value: "447" +data: App\Entity\Artist {#7727 …} +attr: [] +labelTranslationParameters: [] } 327 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#8192 +label: "Zside" +value: "327" +data: App\Entity\Artist {#7734 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4482 -form: Symfony\Component\Form\Form {#3022 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4483 …5} |
| full_name | "artist" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "artist" |
| is_selected | Closure($choice, $value) {#8194 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2485 …} } |
| label | "forms.labels.artist" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "artist" |
| placeholder | "forms.placeholders.select_option" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_artist" |
| valid | true |
| value | "" |
year
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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 | [ "min" => 1970 "max" => 2025 "class" => "w-100" ] |
[ "min" => 1970 "max" => 2025 "class" => "w-100" ] |
| empty_data | "" |
same as passed value |
| label | "forms.labels.year" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "min" => 1970 "max" => 2025 "class" => "w-100" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| 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 | "forms.labels.year" |
| 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 | false |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2658 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "min" => 1970 "max" => 2025 "class" => "w-100" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_year" ] |
| cache_key | "_year_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8195 -form: Symfony\Component\Form\Form {#3025 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8196 …5} |
| full_name | "year" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "year" |
| label | "forms.labels.year" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "year" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_year" |
| valid | true |
| value | "" |
q
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "w-100" "placeholder" => "forms.placeholders.search_placeholder" ] |
[ "class" => "w-100" "placeholder" => "forms.placeholders.search_placeholder" ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "w-100" "placeholder" => "forms.placeholders.search_placeholder" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2682 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2318 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2679 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2680 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "w-100" "placeholder" => "forms.placeholders.search_placeholder" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_q" ] |
| cache_key | "_q_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8197 -form: Symfony\Component\Form\Form {#3028 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8198 …5} |
| full_name | "q" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "q" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "q" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_q" |
| valid | true |
| value | "" |
inStock
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "forms.labels.in_stock" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "forms.labels.in_stock" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2696 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_inStock" ] |
| cache_key | "_inStock_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8199 -form: Symfony\Component\Form\Form {#3031 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8200 …5} |
| full_name | "inStock" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "inStock" |
| label | "forms.labels.in_stock" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "inStock" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_inStock" |
| valid | true |
| value | "1" |
promo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "forms.labels.promo" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "forms.labels.promo" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2706 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_promo" ] |
| cache_key | "_promo_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8201 -form: Symfony\Component\Form\Form {#3034 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8202 …5} |
| full_name | "promo" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "promo" |
| label | "forms.labels.promo" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "promo" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_promo" |
| valid | true |
| value | "1" |
homeprod
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "forms.labels.home_prod" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "forms.labels.home_prod" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2714 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_homeprod" ] |
| cache_key | "_homeprod_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8203 -form: Symfony\Component\Form\Form {#3037 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8204 …5} |
| full_name | "homeprod" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "homeprod" |
| label | "forms.labels.home_prod" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "homeprod" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_homeprod" |
| valid | true |
| value | "1" |
repress
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "forms.labels.repress" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "forms.labels.repress" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2723 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_repress" ] |
| cache_key | "_repress_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8205 -form: Symfony\Component\Form\Form {#3040 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8206 …5} |
| full_name | "repress" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "repress" |
| label | "forms.labels.repress" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "repress" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_repress" |
| valid | true |
| value | "1" |
neuf
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "forms.labels.new" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "forms.labels.new" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2733 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2732 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_neuf" ] |
| cache_key | "_neuf_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8207 -form: Symfony\Component\Form\Form {#3043 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8208 …5} |
| full_name | "neuf" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "neuf" |
| label | "forms.labels.new" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "neuf" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_neuf" |
| valid | true |
| value | "1" |
occasion
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
|---|---|---|
| label | "forms.labels.used" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2397 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2398 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2399 …} -namespace: Closure() {#2401 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2691 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2688 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2689 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "forms.labels.used" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2408 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2283 …} $translationDomain: "validators" $message: Closure() {#2741 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_occasion" ] |
| cache_key | "_occasion_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#8209 -form: Symfony\Component\Form\Form {#3046 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#8210 …5} |
| full_name | "occasion" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "occasion" |
| label | "forms.labels.used" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "occasion" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_occasion" |
| valid | true |
| value | "1" |