Forms
-
event_reservation
-
eventDate
-
eventPrices
-
0
-
eventPrice
-
quantity
-
-
1
-
eventPrice
-
quantity
-
-
2
-
eventPrice
-
quantity
-
-
3
-
eventPrice
-
quantity
-
-
4
-
eventPrice
-
quantity
-
-
5
-
eventPrice
-
quantity
-
-
6
-
eventPrice
-
quantity
-
-
7
-
eventPrice
-
quantity
-
-
-
add
-
event_reservation
"App\Form\Website\Event\EventReservationType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
eventId | 9663 |
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 {#3143 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3145 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3146 …} -namespace: Closure() {#3174 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | true |
error_mapping | [] |
eventId | 9663 |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3102 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#552 …} $message: Closure() {#3093 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "event_reservation" "_event_reservation" ] |
cache_key | "_event_reservation_event_reservation" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4218 -form: Symfony\Component\Form\Form {#3388 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4229 …5} |
full_name | "event_reservation" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "event_reservation" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation" |
valid | true |
value | null |
eventDate
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form_input_hidden js-event-reservation-date-input" ] |
[ "class" => "form_input_hidden js-event-reservation-date-input" ] |
choice_label | "id" |
same as passed value |
class | "App\Entity\Event\EventDate" |
same as passed value |
label | "Date" |
same as passed value |
label_attr | [ "class" => "form_label_hidden" ] |
[ "class" => "form_label_hidden" ] |
multiple | false |
false
|
placeholder | "Date" |
same as passed value |
query_builder | Closure(EventDateRepository $edr) {#3025 class: "App\Form\Website\Event\EventReservationType" this: App\Form\Website\Event\EventReservationType {#2432 …} use: { $eventId: 9663 } } |
Doctrine\ORM\QueryBuilder {#3231 -em: ContainerVgeOHHP\EntityManagerGhostEbeb667 {#563 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3230 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ed" ] } Doctrine\ORM\Query\Expr\Select {#3229 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "edb" ] } Doctrine\ORM\Query\Expr\Select {#3216 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3214 #from: "App\Entity\Event\EventDate" #alias: "ed" #indexBy: null } ] "join" => [ "ed" => [ Doctrine\ORM\Query\Expr\Join {#3227 #joinType: "INNER" #join: "ed.eventDateBlock" #alias: "edb" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#3225 #joinType: "INNER" #join: "edb.event" #alias: "e" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3232 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "e.id = :eventId" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3233 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ed.eventDate ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT ed, edb, e FROM App\Entity\Event\EventDate ed INNER JOIN ed.eventDateBlock edb INNER JOIN edb.event e WHERE e.id = :eventId ORDER BY ed.eventDate ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3224 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "edb" => "ed" "e" => "ed" ] #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" => "form_input_hidden js-event-reservation-date-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | "id" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#3301 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#3236 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#3235 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#3237 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#3279 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#3239 …} } |
choices | null |
class | "App\Entity\Event\EventDate" |
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 {#3143 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3145 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3146 …} -namespace: Closure() {#3174 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerVgeOHHP\EntityManagerGhostEbeb667 {#563 …12} |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#3274 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerVgeOHHP\EntityManagerGhostEbeb667 {#563 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#3189 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Date" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Date" |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
query_builder | Doctrine\ORM\QueryBuilder {#3231 -em: ContainerVgeOHHP\EntityManagerGhostEbeb667 {#563 …12} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#3230 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ed" ] } Doctrine\ORM\Query\Expr\Select {#3229 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "edb" ] } Doctrine\ORM\Query\Expr\Select {#3216 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "e" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#3214 #from: "App\Entity\Event\EventDate" #alias: "ed" #indexBy: null } ] "join" => [ "ed" => [ Doctrine\ORM\Query\Expr\Join {#3227 #joinType: "INNER" #join: "ed.eventDateBlock" #alias: "edb" #conditionType: null #condition: null #indexBy: null } Doctrine\ORM\Query\Expr\Join {#3225 #joinType: "INNER" #join: "edb.event" #alias: "e" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#3232 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "e.id = :eventId" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#3233 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ed.eventDate ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT ed, edb, e FROM App\Entity\Event\EventDate ed INNER JOIN ed.eventDateBlock edb INNER JOIN edb.event e WHERE e.id = :eventId ORDER BY ed.eventDate ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#3224 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "edb" => "ed" "e" => "ed" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#3188 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#552 …} $message: Closure() {#3186 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-date-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventDate" ] |
cache_key | "_event_reservation_eventDate_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 10456 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4216 +label: "10456" +value: "10456" +data: App\Entity\Event\EventDate {#4173 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4221 -form: Symfony\Component\Form\Form {#3381 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4223 …5} |
full_name | "event_reservation[eventDate]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventDate" |
is_selected | Closure($choice, $value) {#4222 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Date" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventDate" |
placeholder | "Date" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventDate" |
valid | true |
value | "" |
eventPrices
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
allow_add | true |
same as passed value |
allow_delete | true |
same as passed value |
attr | [ "class" => "form_input_hidden js-event-reservation-prices-list" ] |
[ "class" => "form_input_hidden js-event-reservation-prices-list" ] |
by_reference | false |
false
|
delete_empty | true |
same as passed value |
entry_options | [ "eventId" => 9663 ] |
[ "eventId" => 9663 "block_name" => "entry" ] |
entry_type | "App\Form\Website\Event\EventReservationSeatsType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form_input_hidden js-event-reservation-prices-list" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | false |
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 {#3143 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3145 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3146 …} -namespace: Closure() {#3174 …} } |
data_class | null |
delete_empty | true |
disabled | false |
empty_data | Closure(FormInterface $form) {#3266 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
entry_options | [ "eventId" => 9663 "block_name" => "entry" ] |
entry_type | "App\Form\Website\Event\EventReservationSeatsType" |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The collection is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
prototype | true |
prototype_data | null |
prototype_name | "__name__" |
prototype_options | [] |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#3264 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#552 …} $message: Closure() {#3265 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
allow_add | true |
allow_delete | true |
attr | [ "class" => "form_input_hidden js-event-reservation-prices-list" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection" "_event_reservation_eventPrices" ] |
cache_key | "_event_reservation_eventPrices_collection" |
compound | true |
data | [ [ "eventPrice" => App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4187 -form: Symfony\Component\Form\Form {#3378 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4224 …5} |
full_name | "event_reservation[eventPrices]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "eventPrices" |
priority | 0 |
prototype | Symfony\Component\Form\FormView {#4211 …5} |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices" |
valid | true |
value | [ [ "eventPrice" => App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] [ "eventPrice" => App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] ] |
0
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4247 -form: Symfony\Component\Form\Form {#3470 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4251 …5} |
full_name | "event_reservation[eventPrices][0]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_0" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4239 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4238 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4237 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4262 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4261 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4263 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4264 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4265 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4242 -form: Symfony\Component\Form\Form {#3473 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4244 …5} |
full_name | "event_reservation[eventPrices][0][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_0_eventPrice" |
is_selected | Closure($choice, $value) {#4240 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26692" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4266 -form: Symfony\Component\Form\Form {#3476 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4241 …5} |
full_name | "event_reservation[eventPrices][0][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_0_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
1
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4255 -form: Symfony\Component\Form\Form {#3520 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4253 …5} |
full_name | "event_reservation[eventPrices][1]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_1" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4274 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4275 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4276 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4277 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4278 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4279 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4270 -form: Symfony\Component\Form\Form {#3523 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4269 …5} |
full_name | "event_reservation[eventPrices][1][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_1_eventPrice" |
is_selected | Closure($choice, $value) {#4272 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26691" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4281 -form: Symfony\Component\Form\Form {#3526 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4271 …5} |
full_name | "event_reservation[eventPrices][1][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_1_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
2
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4268 -form: Symfony\Component\Form\Form {#3570 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4267 …5} |
full_name | "event_reservation[eventPrices][2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_2" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4288 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4289 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4290 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4291 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4292 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4294 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4285 -form: Symfony\Component\Form\Form {#3573 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4284 …5} |
full_name | "event_reservation[eventPrices][2][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_2_eventPrice" |
is_selected | Closure($choice, $value) {#4287 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26690" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4296 -form: Symfony\Component\Form\Form {#3576 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4286 …5} |
full_name | "event_reservation[eventPrices][2][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_2_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
3
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4283 -form: Symfony\Component\Form\Form {#3620 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4282 …5} |
full_name | "event_reservation[eventPrices][3]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_3" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4303 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4304 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4305 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4307 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4309 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4310 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4300 -form: Symfony\Component\Form\Form {#3623 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4299 …5} |
full_name | "event_reservation[eventPrices][3][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_3_eventPrice" |
is_selected | Closure($choice, $value) {#4302 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26689" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4311 -form: Symfony\Component\Form\Form {#3626 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4301 …5} |
full_name | "event_reservation[eventPrices][3][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_3_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
4
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4298 -form: Symfony\Component\Form\Form {#3670 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4297 …5} |
full_name | "event_reservation[eventPrices][4]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_4" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4318 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4320 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4322 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4323 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4315 -form: Symfony\Component\Form\Form {#3673 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4314 …5} |
full_name | "event_reservation[eventPrices][4][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_4_eventPrice" |
is_selected | Closure($choice, $value) {#4317 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26688" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4326 -form: Symfony\Component\Form\Form {#3676 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4316 …5} |
full_name | "event_reservation[eventPrices][4][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_4_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
5
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4313 -form: Symfony\Component\Form\Form {#3720 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4312 …5} |
full_name | "event_reservation[eventPrices][5]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_5" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4333 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4335 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4336 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4339 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4340 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4330 -form: Symfony\Component\Form\Form {#3723 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4329 …5} |
full_name | "event_reservation[eventPrices][5][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_5_eventPrice" |
is_selected | Closure($choice, $value) {#4332 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26687" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4341 -form: Symfony\Component\Form\Form {#3726 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4331 …5} |
full_name | "event_reservation[eventPrices][5][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_5_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
6
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4328 -form: Symfony\Component\Form\Form {#3770 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4327 …5} |
full_name | "event_reservation[eventPrices][6]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_6" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4348 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4349 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4352 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4353 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4354 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4345 -form: Symfony\Component\Form\Form {#3773 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4344 …5} |
full_name | "event_reservation[eventPrices][6][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_6_eventPrice" |
is_selected | Closure($choice, $value) {#4347 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26686" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4356 -form: Symfony\Component\Form\Form {#3776 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4346 …5} |
full_name | "event_reservation[eventPrices][6][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_6_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
7
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "collection_entry" "event_reservation_seats" "_event_reservation_eventPrices_entry" ] |
cache_key | "_event_reservation_eventPrices_entry_event_reservation_seats" |
compound | true |
data | [ "eventPrice" => App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4343 -form: Symfony\Component\Form\Form {#3820 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4342 …5} |
full_name | "event_reservation[eventPrices][7]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_7" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry" |
valid | true |
value | [ "eventPrice" => App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } "quantity" => 0 ] |
eventPrice
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-price-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_event_reservation_eventPrices_entry_eventPrice" ] |
cache_key | "_event_reservation_eventPrices_entry_eventPrice_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 26692 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +label: "26692" +value: "26692" +data: App\Entity\Event\EventPrice {#3418 -id: 26692 -name: "CAT. 7" -languageGroup: Symfony\Component\Uid\UuidV1 {#3263 …} -annotation: "CAT. 7 : places d'écoute / en vente aux caisses 1h avant la représentationCAT. 5 : visibilité réduite CAT. 6 : visibilité très réduite" -price: 5.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26691 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +label: "26691" +value: "26691" +data: App\Entity\Event\EventPrice {#3427 -id: 26691 -name: "CAT. 6" -languageGroup: Symfony\Component\Uid\UuidV1 {#3416 …} -annotation: "CAT. 6 : visibilité très réduite" -price: 10.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26690 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +label: "26690" +value: "26690" +data: App\Entity\Event\EventPrice {#3429 -id: 26690 -name: "CAT. 5" -languageGroup: Symfony\Component\Uid\UuidV1 {#3426 …} -annotation: "CAT. 5 : visibilité réduite" -price: 30.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +label: "26689" +value: "26689" +data: App\Entity\Event\EventPrice {#3431 -id: 26689 -name: "CAT. 4" -languageGroup: Symfony\Component\Uid\UuidV1 {#3428 …} -annotation: null -price: 45.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26688 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +label: "26688" +value: "26688" +data: App\Entity\Event\EventPrice {#3433 -id: 26688 -name: "CAT. 3" -languageGroup: Symfony\Component\Uid\UuidV1 {#3430 …} -annotation: null -price: 55.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26687 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +label: "26687" +value: "26687" +data: App\Entity\Event\EventPrice {#3435 -id: 26687 -name: "CAT. 2" -languageGroup: Symfony\Component\Uid\UuidV1 {#3432 …} -annotation: null -price: 65.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26686 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +label: "26686" +value: "26686" +data: App\Entity\Event\EventPrice {#3437 -id: 26686 -name: "CAT. 1" -languageGroup: Symfony\Component\Uid\UuidV1 {#3434 …} -annotation: null -price: 85.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } 26685 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +label: "26685" +value: "26685" +data: App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | App\Entity\Event\EventPrice {#3439 -id: 26685 -name: "♥ ORCH." -languageGroup: Symfony\Component\Uid\UuidV1 {#3436 …} -annotation: null -price: 95.0 -eventPriceBlock: App\Entity\Event\EventPriceBlock {#3421 …} -lang: App\Entity\Language\Language {#1526 …} -ticketingReference: null -youngPrice: false } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4360 -form: Symfony\Component\Form\Form {#3823 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4359 …5} |
full_name | "event_reservation[eventPrices][7][eventPrice]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_7_eventPrice" |
is_selected | Closure($choice, $value) {#4362 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Prix" |
label_attr | [ "class" => "form_label_hidden" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "eventPrice" |
placeholder | "Prix" |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_eventPrice" |
valid | true |
value | "26685" |
quantity
Errors
This form has no errors.
Default Data
This form has default data defined.
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form_input_hidden js-event-reservation-quantity-input" "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_event_reservation_eventPrices_entry_quantity" ] |
cache_key | "_event_reservation_eventPrices_entry_quantity_number" |
compound | false |
data | 0 |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4371 -form: Symfony\Component\Form\Form {#3826 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4361 …5} |
full_name | "event_reservation[eventPrices][7][quantity]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "event_reservation_eventPrices_7_quantity" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quantity" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_event_reservation_eventPrices_entry_quantity" |
valid | true |
value | "0" |
add
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "submit-button" ] |
[ "class" => "submit-button" ] |
label | "<span><i class='icon icon-cart'></i> Ajouter au panier</span>" |
same as passed value |
label_html | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "submit-button" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "<span><i class='icon icon-cart'></i> Ajouter au panier</span>" |
label_format | null |
label_html | true |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [ "class" => "submit-button" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_event_reservation_add" ] |
cache_key | "_event_reservation_add_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#4213 …5} |
full_name | "event_reservation[add]" |
id | "event_reservation_add" |
label | "<span><i class='icon icon-cart'></i> Ajouter au panier</span>" |
label_format | null |
label_html | true |
label_translation_parameters | [] |
multipart | false |
name | "add" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_event_reservation_add" |
value | null |