Forms
-
reservation_field
-
locality
-
date_from
-
hours_from
-
date_to
-
hours_to
-
type
-
0
-
1
-
-
field_note
-
continue
-
_token
-
reservation_field
Form type:
"App\Form\ReservationFieldType"
Errors
This form has no errors.
Default Data
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [ "date_from" => DateTime @1785888000 {#582 date: 2026-08-05 00:00:00.0 UTC (+00:00) } "date_to" => DateTime @1785888000 {#583 date: 2026-08-05 00:00:00.0 UTC (+00:00) } ] |
[ "date_from" => DateTime @1785888000 {#582 date: 2026-08-05 00:00:00.0 UTC (+00:00) } "date_to" => DateTime @1785888000 {#583 date: 2026-08-05 00:00:00.0 UTC (+00:00) } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data | [ "date_from" => DateTime @1785888000 {#582 date: 2026-08-05 00:00:00.0 UTC (+00:00) } "date_to" => DateTime @1785888000 {#583 date: 2026-08-05 00:00:00.0 UTC (+00:00) } ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#821 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#823 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#822 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "reservation_field" "_reservation_field" ] |
| cache_key | "_reservation_field_reservation_field" |
| compound | true |
| data | [ "date_from" => DateTime @1785888000 {#582 date: 2026-08-05 00:00:00.0 UTC (+00:00) } "date_to" => DateTime @1785888000 {#583 date: 2026-08-05 00:00:00.0 UTC (+00:00) } ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1206 -errors: [] -form: Symfony\Component\Form\Form {#1205 …} } |
| form | Symfony\Component\Form\FormView {#824 …5} |
| full_name | "reservation_field" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "reservation_field" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field" |
| valid | true |
| value | [ "date_from" => DateTime @1785888000 {#582 date: 2026-08-05 00:00:00.0 UTC (+00:00) } "date_to" => DateTime @1785888000 {#583 date: 2026-08-05 00:00:00.0 UTC (+00:00) } ] |
locality
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(Field $field): string {#833 returnType: "string" class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} use: { $request: Symfony\Component\HttpFoundation\Request {#2 …} } } |
same as passed value |
| class | "App\Entity\Field" |
same as passed value |
| label | "form.locality" |
same as passed value |
| label_attr | [ "class" => "headline" ] |
[ "class" => "headline" ] |
| query_builder | Closure(FieldRepository $fieldRepository) {#832 class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} } |
Doctrine\ORM\QueryBuilder {#999 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1004 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1005 #from: "App\Entity\Field" #alias: "f" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1006 #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: [ "f.deleted = 0" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1003 …} -dql: "SELECT f FROM App\Entity\Field f WHERE f.deleted = 0" -parameters: Doctrine\Common\Collections\ArrayCollection {#1002 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: Doctrine\ORM\EntityManager {#427 …11} } |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Field $field): string {#833 returnType: "string" class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} use: { $request: Symfony\Component\HttpFoundation\Request {#2 …} } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1120 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1008 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1007 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1009 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1012 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1097 …} } |
| choices | null |
| class | "App\Entity\Field" |
| 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#427 …11} |
| 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 {#1104 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#427 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#867 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.locality" |
| label_attr | [ "class" => "headline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 {#999 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1004 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1005 #from: "App\Entity\Field" #alias: "f" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1006 #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: [ "f.deleted = 0" ] } "groupBy" => [] "having" => null "orderBy" => [] ] -type: Doctrine\ORM\QueryType {#1003 …} -dql: "SELECT f FROM App\Entity\Field f WHERE f.deleted = 0" -parameters: Doctrine\Common\Collections\ArrayCollection {#1002 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -hints: [] -em: Doctrine\ORM\EntityManager {#427 …11} } |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#861 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_reservation_field_locality" ] |
| cache_key | "_reservation_field_locality_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1439 +data: App\Entity\Field {#1339 …} +value: "1" +label: "Ms. Tomasa Donnelly IV" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1447 +data: App\Entity\Field {#1409 …} +value: "2" +label: "Dr. Micheal Weber DDS" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1453 +data: App\Entity\Field {#1416 …} +value: "3" +label: "Prof. Davion Jast III" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1459 +data: App\Entity\Field {#1421 …} +value: "4" +label: "Joe Grant DVM" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1465 +data: App\Entity\Field {#1426 …} +value: "5" +label: "Rosalia Upton" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1265 -errors: [] -form: Symfony\Component\Form\Form {#1202 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1274 …5} |
| full_name | "reservation_field[locality]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_locality" |
| is_selected | Closure($choice, $value) {#1450 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "form.locality" |
| label_attr | [ "class" => "headline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "locality" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_locality" |
| valid | true |
| value | "" |
date_from
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | DateTime @1785888000 {#1305 date: 2026-08-05 00:00:00.0 UTC (+00:00) } |
| View Format |
"2026-08-05"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "startDate" ] |
[ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "startDate" ] |
| format | "yyyy-MM-dd" |
same as passed value |
| html5 | false |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "startDate" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| calendar | null |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#1117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1116 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "startDate" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_reservation_field_date_from" ] |
| cache_key | "_reservation_field_date_from_date" |
| compound | false |
| data | DateTime @1785888000 {#1305 date: 2026-08-05 00:00:00.0 UTC (+00:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1462 -errors: [] -form: Symfony\Component\Form\Form {#1245 …} } |
| form | Symfony\Component\Form\FormView {#1456 …5} |
| full_name | "reservation_field[date_from]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_date_from" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "date_from" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_date_from" |
| valid | true |
| value | "2026-08-05" |
| widget | "single_text" |
hours_from
Form type:
"Symfony\Component\Form\Extension\Core\Type\TimeType"
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 | [ "placeholder" => "app.from_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "startTime" ] |
[ "placeholder" => "app.from_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "startTime" ] |
| html5 | false |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "app.from_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "startTime" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "hour" => false "minute" => false "second" => false ] |
| 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hours | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ] |
| html5 | false |
| inherit_data | false |
| input | "datetime" |
| input_format | "H:i:s" |
| invalid_message | "Please enter a valid time." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| minutes | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ] |
| model_timezone | null |
| placeholder | [ "hour" => null "minute" => null "second" => null ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| reference_date | null |
| required | true |
| row_attr | [] |
| seconds | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1142 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1141 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "app.from_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "startTime" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "time" "_reservation_field_hours_from" ] |
| cache_key | "_reservation_field_hours_from_time" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1458 -errors: [] -form: Symfony\Component\Form\Form {#1241 …} } |
| form | Symfony\Component\Form\FormView {#1464 …5} |
| full_name | "reservation_field[hours_from]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_hours_from" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hours_from" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_hours_from" |
| valid | true |
| value | "" |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
date_to
Form type:
"Symfony\Component\Form\Extension\Core\Type\DateType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | DateTime @1785888000 {#1312 date: 2026-08-05 00:00:00.0 UTC (+00:00) } |
| View Format |
"2026-08-05"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "endDate" ] |
[ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "endDate" ] |
| format | "yyyy-MM-dd" |
same as passed value |
| html5 | false |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "endDate" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| calendar | null |
| choice_translation_domain | [ "year" => false "month" => false "day" => false ] |
| 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| days | [ 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 ] |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| format | "yyyy-MM-dd" |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "datetime" |
| input_format | "Y-m-d" |
| invalid_message | "Please enter a valid date." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_timezone | null |
| months | [ 1 2 3 4 5 6 7 8 9 10 11 12 ] |
| placeholder | [ "year" => null "month" => null "day" => null ] |
| 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() {#1152 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1151 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| years | [ 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 ] |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "app.dd_mm_yyyy" "autocomplete" => "off" "data-datetime-range-target" => "endDate" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "date" "_reservation_field_date_to" ] |
| cache_key | "_reservation_field_date_to_date" |
| compound | false |
| data | DateTime @1785888000 {#1312 date: 2026-08-05 00:00:00.0 UTC (+00:00) } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1466 -errors: [] -form: Symfony\Component\Form\Form {#1246 …} } |
| form | Symfony\Component\Form\FormView {#1467 …5} |
| full_name | "reservation_field[date_to]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_date_to" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "date_to" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_date_to" |
| valid | true |
| value | "2026-08-05" |
| widget | "single_text" |
hours_to
Form type:
"Symfony\Component\Form\Extension\Core\Type\TimeType"
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 | [ "placeholder" => "app.to_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "endTime" ] |
[ "placeholder" => "app.to_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "endTime" ] |
| html5 | false |
same as passed value |
| widget | "single_text" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "app.to_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "endTime" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| choice_translation_domain | [ "hour" => false "minute" => false "second" => false ] |
| 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hours | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 ] |
| html5 | false |
| inherit_data | false |
| input | "datetime" |
| input_format | "H:i:s" |
| invalid_message | "Please enter a valid time." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| minutes | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ] |
| model_timezone | null |
| placeholder | [ "hour" => null "minute" => null "second" => null ] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| reference_date | null |
| required | true |
| row_attr | [] |
| seconds | [ 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1160 …} $translationDomain: "validators" } } |
| validation_groups | null |
| view_timezone | null |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "app.to_hh_mm" "autocomplete" => "off" "data-datetime-range-target" => "endTime" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "time" "_reservation_field_hours_to" ] |
| cache_key | "_reservation_field_hours_to_time" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1468 -errors: [] -form: Symfony\Component\Form\Form {#1249 …} } |
| form | Symfony\Component\Form\FormView {#1469 …5} |
| full_name | "reservation_field[hours_to]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_hours_to" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hours_to" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_hours_to" |
| valid | true |
| value | "" |
| widget | "single_text" |
| with_minutes | true |
| with_seconds | false |
type
Form type:
"Symfony\Component\Form\Extension\Core\Type\EnumType"
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 |
|---|---|---|
| choice_attr | Closure($choice, $key, $value) {#835 class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} } |
same as passed value |
| choice_label | Closure($value, $key, $index) {#834 class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} use: { $package: Symfony\Component\Asset\Package {#829 …} } } |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| class | "App\Entity\EventType" |
same as passed value |
| expanded | true |
same as passed value |
| label | "reserve_index.type_of_game" |
same as passed value |
| label_html | true |
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 |
| choice_attr | Closure($choice, $key, $value) {#835 class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} } |
| choice_filter | null |
| choice_label | Closure($value, $key, $index) {#834 class: "App\Form\ReservationFieldType" this: App\Form\ReservationFieldType {#624 …} use: { $package: Symfony\Component\Asset\Package {#829 …} } } |
| choice_lazy | false |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Closure(?BackedEnum $choice): ?string {#1182 returnType: "?string" class: "Symfony\Component\Form\Extension\Core\Type\EnumType" } |
| choices | [ App\Entity\EventType {#1180 +name: "Private" +value: "PRIVATE" } App\Entity\EventType {#1181 +name: "Public" +value: "PUBLIC" } ] |
| class | "App\Entity\EventType" |
| 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "reserve_index.type_of_game" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1179 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1175 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "enum" "_reservation_field_type" ] |
| cache_key | "_reservation_field_type_enum" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +data: App\Entity\EventType {#1180 +name: "Private" +value: "PRIVATE" } +value: "PRIVATE" +label: "soukromá hra<img src="/build/images/front/svg/lock-on.cd899285.svg" alt="Lock on" /><br><span class="help">(hra pro uzavřený okruh hráčů: kamarády, firemní kolektiv atp.)</span>" +attr: [ "class" => "PRIVATE" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +data: App\Entity\EventType {#1181 +name: "Public" +value: "PUBLIC" } +value: "PUBLIC" +label: "veřejná hra<img src="/build/images/front/svg/lock-off.ad726b68.svg" alt="Lock off" /><br><span class="help">(hra otevřená veřejnosti, do poznámky můžete uvést omezení jako např. věk, počet hráčů, zda má být hra přístupná jen hráčům bez vlastního vybavení, atd...)</span>" +attr: [ "class" => "PUBLIC" ] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1470 -errors: [] -form: Symfony\Component\Form\Form {#1280 …} } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1471 …5} |
| full_name | "reservation_field[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_type" |
| is_selected | Closure($choice, $value) {#1472 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "reserve_index.type_of_game" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_type" |
| valid | true |
| value | "" |
0
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "PRIVATE" ] |
[ "class" => "PRIVATE" ] |
| block_name | "entry" |
same as passed value |
| label | "soukromá hra<img src="/build/images/front/svg/lock-on.cd899285.svg" alt="Lock on" /><br><span class="help">(hra pro uzavřený okruh hráčů: kamarády, firemní kolektiv atp.)</span>" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "PRIVATE" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "PRIVATE" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1259 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1260 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "soukromá hra<img src="/build/images/front/svg/lock-on.cd899285.svg" alt="Lock on" /><br><span class="help">(hra pro uzavřený okruh hráčů: kamarády, firemní kolektiv atp.)</span>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1261 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1262 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "PRIVATE" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "PRIVATE" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_reservation_field_type_entry" ] |
| cache_key | "_reservation_field_type_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1476 -errors: [] -form: Symfony\Component\Form\Form {#1283 …} } |
| form | Symfony\Component\Form\FormView {#1475 …5} |
| full_name | "reservation_field[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_type_0" |
| label | "soukromá hra<img src="/build/images/front/svg/lock-on.cd899285.svg" alt="Lock on" /><br><span class="help">(hra pro uzavřený okruh hráčů: kamarády, firemní kolektiv atp.)</span>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_reservation_field_type_entry" |
| valid | true |
| value | "PRIVATE" |
1
Form type:
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "PUBLIC" ] |
[ "class" => "PUBLIC" ] |
| block_name | "entry" |
same as passed value |
| label | "veřejná hra<img src="/build/images/front/svg/lock-off.ad726b68.svg" alt="Lock off" /><br><span class="help">(hra otevřená veřejnosti, do poznámky můžete uvést omezení jako např. věk, počet hráčů, zda má být hra přístupná jen hráčům bez vlastního vybavení, atd...)</span>" |
same as passed value |
| label_html | true |
same as passed value |
| label_translation_parameters | [] |
same as passed value |
| translation_domain | false |
same as passed value |
| value | "PUBLIC" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "PUBLIC" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1259 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1260 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "veřejná hra<img src="/build/images/front/svg/lock-off.ad726b68.svg" alt="Lock off" /><br><span class="help">(hra otevřená veřejnosti, do poznámky můžete uvést omezení jako např. věk, počet hráčů, zda má být hra přístupná jen hráčům bez vlastního vybavení, atd...)</span>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| 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 | false |
| trim | true |
| upload_max_size_message | Closure() {#1273 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1272 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "PUBLIC" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "PUBLIC" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_reservation_field_type_entry" ] |
| cache_key | "_reservation_field_type_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1477 -errors: [] -form: Symfony\Component\Form\Form {#1286 …} } |
| form | Symfony\Component\Form\FormView {#1478 …5} |
| full_name | "reservation_field[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_type_1" |
| label | "veřejná hra<img src="/build/images/front/svg/lock-off.ad726b68.svg" alt="Lock off" /><br><span class="help">(hra otevřená veřejnosti, do poznámky můžete uvést omezení jako např. věk, počet hráčů, zda má být hra přístupná jen hráčům bez vlastního vybavení, atd...)</span>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | false |
| unique_block_prefix | "_reservation_field_type_entry" |
| valid | true |
| value | "PUBLIC" |
field_note
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 |
|---|---|---|
| label | "form.note" |
same as passed value |
| label_attr | [ "class" => "headline" ] |
[ "class" => "headline" ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1224 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.note" |
| label_attr | [ "class" => "headline" ] |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1222 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1223 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_reservation_field_field_note" ] |
| cache_key | "_reservation_field_field_note_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1474 -errors: [] -form: Symfony\Component\Form\Form {#1289 …} } |
| form | Symfony\Component\Form\FormView {#1473 …5} |
| full_name | "reservation_field[field_note]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field_field_note" |
| label | "form.note" |
| label_attr | [ "class" => "headline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "field_note" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_field_note" |
| valid | true |
| value | "" |
continue
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 |
|---|---|---|
| label | "form.continue" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "form.continue" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_reservation_field_continue" ] |
| cache_key | "_reservation_field_continue_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1479 …5} |
| full_name | "reservation_field[continue]" |
| id | "reservation_field_continue" |
| label | "form.continue" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "continue" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_reservation_field_continue" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "68011f3d.Jz3qUecKEcpJx5i7PdCKlmFcC7Ia8vEHpIHIYKzPK1w.EEqDENZbIYIgi6niTZXO_Qc5WOcovZZv1NiyWfugRhUSdashqnAluT_zzQ" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
| block_prefix | "csrf_token" |
same as passed value |
| data | "68011f3d.Jz3qUecKEcpJx5i7PdCKlmFcC7Ia8vEHpIHIYKzPK1w.EEqDENZbIYIgi6niTZXO_Qc5WOcovZZv1NiyWfugRhUSdashqnAluT_zzQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#524 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#539 …} -namespace: Closure() {#541 …} } |
| data | "68011f3d.Jz3qUecKEcpJx5i7PdCKlmFcC7Ia8vEHpIHIYKzPK1w.EEqDENZbIYIgi6niTZXO_Qc5WOcovZZv1NiyWfugRhUSdashqnAluT_zzQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#418 …} $message: Closure() {#1484 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_reservation_field__token" ] |
| cache_key | "_reservation_field__token_hidden" |
| compound | false |
| data | "68011f3d.Jz3qUecKEcpJx5i7PdCKlmFcC7Ia8vEHpIHIYKzPK1w.EEqDENZbIYIgi6niTZXO_Qc5WOcovZZv1NiyWfugRhUSdashqnAluT_zzQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1495 -errors: [] -form: Symfony\Component\Form\Form {#1491 …} } |
| form | Symfony\Component\Form\FormView {#1486 …5} |
| full_name | "reservation_field[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "reservation_field__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_reservation_field__token" |
| valid | true |
| value | "68011f3d.Jz3qUecKEcpJx5i7PdCKlmFcC7Ia8vEHpIHIYKzPK1w.EEqDENZbIYIgi6niTZXO_Qc5WOcovZZv1NiyWfugRhUSdashqnAluT_zzQ" |