Forms
-
event_contact_form
-
name
-
email
-
phone
-
company
-
event
-
message
-
_token
-
event_contact_form
Form type:
"App\Form\EventContactFormType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| actions | [
[
"type" => "email"
]
] |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1138 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() {#1137 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1139 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "event_contact_form" "_event_contact_form" ] |
| cache_key | "_event_contact_form_event_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1526 -errors: [] -form: Symfony\Component\Form\Form {#1521 …} } |
| form | Symfony\Component\Form\FormView {#1136 …5} |
| full_name | "event_contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "event_contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_event_contact_form" |
| valid | true |
| value | null |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Name" ] |
[ "placeholder" => "Name" ] |
| label | "Name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Name" ] |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1487 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 | "Name" |
| 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() {#1486 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1488 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_event_contact_form_name" ] |
| cache_key | "_event_contact_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1765 -errors: [] -form: Symfony\Component\Form\Form {#1555 …} } |
| form | Symfony\Component\Form\FormView {#1767 …5} |
| full_name | "event_contact_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form_name" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_event_contact_form_name" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "E-Mail-Adresse" ] |
[ "placeholder" => "E-Mail-Adresse" ] |
| label | "E-Mail" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "E-Mail-Adresse" ] |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1437 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "E-Mail" |
| 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() {#1407 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1413 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-Mail-Adresse" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_event_contact_form_email" ] |
| cache_key | "_event_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1764 -errors: [] -form: Symfony\Component\Form\Form {#1558 …} } |
| form | Symfony\Component\Form\FormView {#1763 …5} |
| full_name | "event_contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form_email" |
| label | "E-Mail" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_event_contact_form_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "Telefonnummer" ] |
[ "placeholder" => "Telefonnummer" ] |
| label | "Telefonnummer" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Telefonnummer" ] |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1439 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 | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Telefonnummer" |
| 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() {#1438 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1435 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Telefonnummer" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_event_contact_form_phone" ] |
| cache_key | "_event_contact_form_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1762 -errors: [] -form: Symfony\Component\Form\Form {#1561 …} } |
| form | Symfony\Component\Form\FormView {#1761 …5} |
| full_name | "event_contact_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form_phone" |
| label | "Telefonnummer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_event_contact_form_phone" |
| valid | true |
| value | "" |
company
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "Firma" ] |
[ "placeholder" => "Firma" ] |
| label | "Firma" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Firma" ] |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1420 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 | "Firma" |
| 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() {#1412 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1419 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Firma" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_event_contact_form_company" ] |
| cache_key | "_event_contact_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1756 -errors: [] -form: Symfony\Component\Form\Form {#1519 …} } |
| form | Symfony\Component\Form\FormView {#1499 …5} |
| full_name | "event_contact_form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form_company" |
| label | "Firma" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_event_contact_form_company" |
| valid | true |
| value | "" |
event
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 |
|---|---|---|
| attr | [ "placeholder" => "Erlebnis" "hidden" => "hidden" ] |
[ "placeholder" => "Erlebnis" "hidden" => "hidden" ] |
| choice_label | "name" |
same as passed value |
| class | "App\Entity\PackagePage" |
same as passed value |
| label | "Erlebnis" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Erlebnis" "hidden" => "hidden" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1549 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1443 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1539 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1548 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1540 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1543 …} } |
| choices | null |
| class | "App\Entity\PackagePage" |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | ContainerEJxnjtV\EntityManagerGhost614a58f {#335 …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 {#1472 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerEJxnjtV\EntityManagerGhost614a58f {#335 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1356 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Erlebnis" |
| label_attr | [] |
| 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 | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1441 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1468 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Erlebnis" "hidden" => "hidden" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_event_contact_form_event" ] |
| cache_key | "_event_contact_form_event_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1774 +data: App\Entity\PackagePage {#1798 …} +value: "6" +label: "9D Atmung Motionrooms Innsbruck" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1827 +data: App\Entity\PackagePage {#1454 #id: 23 #name: "9D Breathwork – Die neue Generation der Transformation" #createdAt: DateTimeImmutable @1761812490 {#1411 date: 2025-10-30 08:21:30.0 UTC (+00:00) } #updatedAt: DateTimeImmutable @1770370048 {#1538 date: 2026-02-06 09:27:28.0 UTC (+00:00) } #author: Proxies\__CG__\Coretecs\CoreManagementBundle\Entity\User {#1604 …} #type: "App\Entity\PackagePage" #slug: "event/9d-breathwork---die-neue-generation-der-transformation" #publishedAt: DateTimeImmutable @1761812520 {#1500 date: 2025-10-30 08:22:00.0 UTC (+00:00) } #public: true #pageDetails: Coretecs\CoreManagementBundle\Entity\PageDetails {#1629 …} #components: Doctrine\ORM\PersistentCollection {#1740 …} #template: "base_event" -analyticsPageViews: Doctrine\ORM\PersistentCollection {#1743 …} -title: "9D ATMUNG - Motionrooms Dienstag aktuelle Termine: www.motionrooms.at" -subtitle: "Dein multidimensionales Atemerlebnis" -description: """ <p>Du funktionierst. Tag für Tag. Aber wann hast du das letzte Mal wirklich losgelassen?</p>\r\n <p data-pm-slice="1 1 []">9D Atmung ist ein Erlebnisformat für Menschen, die sich bewusst Zeit für innere Ruhe und Klarheit nehmen möchten.</p>\r\n <p data-start="281" data-end="491"><br data-start="324" data-end="327">Es ist ein erfahrungsbasiertes Atem- und Klangerlebnis, das auf bewährten Methoden der Atemarbeit und Stressregulation aufbaut und das Nervensystem sanft anspricht.</p>\r\n <p data-start="493" data-end="718">Durch die Kombination aus intensiven Atemtechniken, sorgfältig ausgewählten Klangfrequenzen und klaren Impulsen entsteht ein Raum für tiefe Entspannung, innere Ruhe und neue Klarheit – oft bereits innerhalb von 60–90 Minuten.</p>\r\n <p data-start="720" data-end="844">Viele Teilnehmende erleben, dass sich Anspannung reduziert, der Atem freier wird und sie wieder bewusster bei sich ankommen.</p>\r\n <p data-start="846" data-end="946">Für Menschen, die keine Zeit für lange Gespräche haben, aber spüren, dass sich etwas verändern darf.</p> """ -bestFor: "Für alle, die täglich Höchstleistung bringen und keine Zeit für endlose Therapiesitzungen haben. Polizei, Feuerwehr, Militär, Führungskräfte – Menschen, die Verantwortung tragen und einen Weg brauchen, um loszulassen, ohne darüber reden zu müssen." -duration: 120 -needs: """ Bequeme, lockere Kleidung,\r\n etwas zu trinken,\r\n offenheit für neue Erfahrungen,\r\n 2 Stunden vor der Session nichts Schweres essen.\r\n \r\n Gesundheits-Check & Vereinsanmeldung vor Ort """ -heroMedia: Proxies\__CG__\Coretecs\CoreManagementBundle\Entity\Media {#1744 …} -benefitsMedia: Proxies\__CG__\Coretecs\CoreManagementBundle\Entity\Media {#1747 …} -benefits: "<p data-start="246" data-end="409">9D Atmung verbindet bewährte Atemtechniken mit moderner Klangtechnologie und eröffnet einen Raum für bewusste Selbsterfahrung, Entspannung und innere Klarheit.</p>" -medias: Doctrine\ORM\PersistentCollection {#1749 …} -startAt: DateTimeImmutable @1770751800 {#1505 date: 2026-02-10 19:30:00.0 UTC (+00:00) } -endAt: DateTimeImmutable @1802295000 {#1507 date: 2027-02-10 21:30:00.0 UTC (+00:00) } -location: "Motionrooms Innsbruck" -price: """ 85€ Beitrag pro Person\r\n 65€ für Student:innen """ -packageType: "workshop" -participants: 10 -learnings: "<p>Tauche ein in ein multidimensionales Atem- & Klangerlebnis, das Körper, Geist und Nervensystem anspricht. Der Atem als Brücke zu Ruhe, Klarheit und neuer Lebensenergie.</p>" -process: """ <div>\r\n <div class="standard-markdown grid-cols-1 grid gap-4 [&_>_*]:min-w-0">\r\n <p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Wir starten mit einem persönlichen Kennenlernen, bevor wir euch in die Welt der kraftvollen Atemtechniken einführen. Ihr erhaltet einen Überblick über die verschiedenen 9D Programme und erfahrt, welche tiefgreifenden Veränderungen in eurem Körper während der Session stattfinden.</p>\r\n </div>\r\n </div>\r\n <div>\r\n <div class="standard-markdown grid-cols-1 grid gap-4 [&_>_*]:min-w-0">\r\n <p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Dann wird es intensiv: Ihr erlebt die transformative 9D Atmung am eigenen Körper. In der anschließenden Reflexionsrunde teilen wir gemeinsam eure Erfahrungen und Erkenntnisse.</p>\r\n </div>\r\n </div> """ -inclusive: "<p>Vorort haben wir alles was du für dein 9D Erlebnis brauchen kannst.</p>" } +value: "23" +label: "9D Breathwork – Die neue Generation der Transformation" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\PackagePage {#1454 #id: 23 #name: "9D Breathwork – Die neue Generation der Transformation" #createdAt: DateTimeImmutable @1761812490 {#1411 date: 2025-10-30 08:21:30.0 UTC (+00:00) } #updatedAt: DateTimeImmutable @1770370048 {#1538 date: 2026-02-06 09:27:28.0 UTC (+00:00) } #author: Proxies\__CG__\Coretecs\CoreManagementBundle\Entity\User {#1604 …} #type: "App\Entity\PackagePage" #slug: "event/9d-breathwork---die-neue-generation-der-transformation" #publishedAt: DateTimeImmutable @1761812520 {#1500 date: 2025-10-30 08:22:00.0 UTC (+00:00) } #public: true #pageDetails: Coretecs\CoreManagementBundle\Entity\PageDetails {#1629 …} #components: Doctrine\ORM\PersistentCollection {#1740 …} #template: "base_event" -analyticsPageViews: Doctrine\ORM\PersistentCollection {#1743 …} -title: "9D ATMUNG - Motionrooms Dienstag aktuelle Termine: www.motionrooms.at" -subtitle: "Dein multidimensionales Atemerlebnis" -description: """ <p>Du funktionierst. Tag für Tag. Aber wann hast du das letzte Mal wirklich losgelassen?</p>\r\n <p data-pm-slice="1 1 []">9D Atmung ist ein Erlebnisformat für Menschen, die sich bewusst Zeit für innere Ruhe und Klarheit nehmen möchten.</p>\r\n <p data-start="281" data-end="491"><br data-start="324" data-end="327">Es ist ein erfahrungsbasiertes Atem- und Klangerlebnis, das auf bewährten Methoden der Atemarbeit und Stressregulation aufbaut und das Nervensystem sanft anspricht.</p>\r\n <p data-start="493" data-end="718">Durch die Kombination aus intensiven Atemtechniken, sorgfältig ausgewählten Klangfrequenzen und klaren Impulsen entsteht ein Raum für tiefe Entspannung, innere Ruhe und neue Klarheit – oft bereits innerhalb von 60–90 Minuten.</p>\r\n <p data-start="720" data-end="844">Viele Teilnehmende erleben, dass sich Anspannung reduziert, der Atem freier wird und sie wieder bewusster bei sich ankommen.</p>\r\n <p data-start="846" data-end="946">Für Menschen, die keine Zeit für lange Gespräche haben, aber spüren, dass sich etwas verändern darf.</p> """ -bestFor: "Für alle, die täglich Höchstleistung bringen und keine Zeit für endlose Therapiesitzungen haben. Polizei, Feuerwehr, Militär, Führungskräfte – Menschen, die Verantwortung tragen und einen Weg brauchen, um loszulassen, ohne darüber reden zu müssen." -duration: 120 -needs: """ Bequeme, lockere Kleidung,\r\n etwas zu trinken,\r\n offenheit für neue Erfahrungen,\r\n 2 Stunden vor der Session nichts Schweres essen.\r\n \r\n Gesundheits-Check & Vereinsanmeldung vor Ort """ -heroMedia: Proxies\__CG__\Coretecs\CoreManagementBundle\Entity\Media {#1744 …} -benefitsMedia: Proxies\__CG__\Coretecs\CoreManagementBundle\Entity\Media {#1747 …} -benefits: "<p data-start="246" data-end="409">9D Atmung verbindet bewährte Atemtechniken mit moderner Klangtechnologie und eröffnet einen Raum für bewusste Selbsterfahrung, Entspannung und innere Klarheit.</p>" -medias: Doctrine\ORM\PersistentCollection {#1749 …} -startAt: DateTimeImmutable @1770751800 {#1505 date: 2026-02-10 19:30:00.0 UTC (+00:00) } -endAt: DateTimeImmutable @1802295000 {#1507 date: 2027-02-10 21:30:00.0 UTC (+00:00) } -location: "Motionrooms Innsbruck" -price: """ 85€ Beitrag pro Person\r\n 65€ für Student:innen """ -packageType: "workshop" -participants: 10 -learnings: "<p>Tauche ein in ein multidimensionales Atem- & Klangerlebnis, das Körper, Geist und Nervensystem anspricht. Der Atem als Brücke zu Ruhe, Klarheit und neuer Lebensenergie.</p>" -process: """ <div>\r\n <div class="standard-markdown grid-cols-1 grid gap-4 [&_>_*]:min-w-0">\r\n <p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Wir starten mit einem persönlichen Kennenlernen, bevor wir euch in die Welt der kraftvollen Atemtechniken einführen. Ihr erhaltet einen Überblick über die verschiedenen 9D Programme und erfahrt, welche tiefgreifenden Veränderungen in eurem Körper während der Session stattfinden.</p>\r\n </div>\r\n </div>\r\n <div>\r\n <div class="standard-markdown grid-cols-1 grid gap-4 [&_>_*]:min-w-0">\r\n <p class="font-claude-response-body break-words whitespace-normal leading-[1.7]">Dann wird es intensiv: Ihr erlebt die transformative 9D Atmung am eigenen Körper. In der anschließenden Reflexionsrunde teilen wir gemeinsam eure Erfahrungen und Erkenntnisse.</p>\r\n </div>\r\n </div> """ -inclusive: "<p>Vorort haben wir alles was du für dein 9D Erlebnis brauchen kannst.</p>" } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1753 -errors: [] -form: Symfony\Component\Form\Form {#1516 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1754 …5} |
| full_name | "event_contact_form[event]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form_event" |
| is_selected | Closure($choice, $value) {#1751 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Erlebnis" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "event" |
| 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 | "_event_contact_form_event" |
| valid | true |
| value | "23" |
message
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" => "Ihre Nachricht" ] |
[ "placeholder" => "Ihre Nachricht" ] |
| label | "Nachricht" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Ihre Nachricht" ] |
| 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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1531 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 | "Nachricht" |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1534 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1530 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Ihre Nachricht" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_event_contact_form_message" ] |
| cache_key | "_event_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1825 -errors: [] -form: Symfony\Component\Form\Form {#1513 …} } |
| form | Symfony\Component\Form\FormView {#1752 …5} |
| full_name | "event_contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form_message" |
| label | "Nachricht" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_event_contact_form_message" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "csrf-token" |
| 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 | "csrf-token" |
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\SameOriginCsrfTokenManager {#876 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#134 …} -logger: Symfony\Component\HttpKernel\Log\Logger {#133 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#872 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data | "csrf-token" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1760 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() {#1759 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#1757 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "data-controller" => "csrf-protection" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_event_contact_form__token" ] |
| cache_key | "_event_contact_form__token_hidden" |
| compound | false |
| data | "csrf-token" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1918 -errors: [] -form: Symfony\Component\Form\Form {#1912 …} } |
| form | Symfony\Component\Form\FormView {#1806 …5} |
| full_name | "event_contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "event_contact_form__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 | "_event_contact_form__token" |
| valid | true |
| value | "csrf-token" |