Forms
-
newsletter
-
email
-
newsletterCategories
-
3
-
4
-
8
-
11
-
32
-
34
-
40
-
46
-
-
privacy
-
_token
-
newsletter
Form type:
"App\Form\NewsletterType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Satur\DatabaseBundle\Entity\Newsletter {#150101 -email: ? string -isVerify: false -token: "c8b7fe02-8364-474c-b354-a4a0af1fbead" -newsletterCategories: Doctrine\Common\Collections\ArrayCollection {#150102 …} -customers: Doctrine\Common\Collections\ArrayCollection {#150103 …} -id: null -deletedAt: null -modifiedAt: null -createdAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/newsletter/registracia" |
same as passed value |
data | Satur\DatabaseBundle\Entity\Newsletter {#150101 -email: ? string -isVerify: false -token: "c8b7fe02-8364-474c-b354-a4a0af1fbead" -newsletterCategories: Doctrine\Common\Collections\ArrayCollection {#150102 …} -customers: Doctrine\Common\Collections\ArrayCollection {#150103 …} -id: null -deletedAt: null -modifiedAt: null -createdAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/newsletter/registracia" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => "novalidate" ] |
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 {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data | Satur\DatabaseBundle\Entity\Newsletter {#150101 -email: ? string -isVerify: false -token: "c8b7fe02-8364-474c-b354-a4a0af1fbead" -newsletterCategories: Doctrine\Common\Collections\ArrayCollection {#150102 …} -customers: Doctrine\Common\Collections\ArrayCollection {#150103 …} -id: null -deletedAt: null -modifiedAt: null -createdAt: null } |
data_class | "Satur\DatabaseBundle\Entity\Newsletter" |
disabled | false |
empty_data | Closure(FormInterface $form) {#150210 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "Satur\DatabaseBundle\Entity\Newsletter" } } |
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() {#150212 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150211 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "/newsletter/registracia" |
attr | [ "novalidate" => "novalidate" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "newsletter" "_newsletter" ] |
cache_key | "_newsletter_newsletter" |
compound | true |
data | Satur\DatabaseBundle\Entity\Newsletter {#150101 -email: ? string -isVerify: false -token: "c8b7fe02-8364-474c-b354-a4a0af1fbead" -newsletterCategories: Doctrine\Common\Collections\ArrayCollection {#150102 …} -customers: Doctrine\Common\Collections\ArrayCollection {#150103 …} -id: null -deletedAt: null -modifiedAt: null -createdAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150453 -errors: [] -form: Symfony\Component\Form\Form {#150444 …} } |
form | Symfony\Component\Form\FormView {#150213 …5} |
full_name | "newsletter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newsletter" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter" |
valid | true |
value | Satur\DatabaseBundle\Entity\Newsletter {#150101 -email: ? string -isVerify: false -token: "c8b7fe02-8364-474c-b354-a4a0af1fbead" -newsletterCategories: Doctrine\Common\Collections\ArrayCollection {#150102 …} -customers: Doctrine\Common\Collections\ArrayCollection {#150103 …} -id: null -deletedAt: null -modifiedAt: null -createdAt: null } |
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 | [ "class" => "form-control form-control-lg ps-8 border-transparent" "placeholder" => "Váš email" "aria-label" => "Váš email" "autocomplete" => "email" ] |
[ "class" => "form-control form-control-lg ps-8 border-transparent" "placeholder" => "Váš email" "aria-label" => "Váš email" "autocomplete" => "email" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#150218 +payload: null +groups: ? ?array +message: "Zadajte, prosím, e-mailovú adresu" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#150219 +payload: null +groups: ? ?array +message: "Zadajte, prosím, platnú e-mailovú adresu" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#150218 +payload: null +groups: ? ?array +message: "Zadajte, prosím, e-mailovú adresu" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#150219 +payload: null +groups: ? ?array +message: "Zadajte, prosím, platnú e-mailovú adresu" +mode: null +normalizer: null } ] |
label | "Váš email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control form-control-lg ps-8 border-transparent" "placeholder" => "Váš email" "aria-label" => "Váš email" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#150218 +payload: null +groups: ? ?array +message: "Zadajte, prosím, e-mailovú adresu" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#150219 +payload: null +groups: ? ?array +message: "Zadajte, prosím, platnú e-mailovú adresu" +mode: null +normalizer: null } ] |
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 {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#150340 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 | "Váš email" |
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() {#150342 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150341 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control form-control-lg ps-8 border-transparent" "placeholder" => "Váš email" "aria-label" => "Váš email" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_newsletter_email" ] |
cache_key | "_newsletter_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150435 -errors: [] -form: Symfony\Component\Form\Form {#150447 …} } |
form | Symfony\Component\Form\FormView {#150507 …5} |
full_name | "newsletter[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_email" |
label | "Váš email" |
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 | "_newsletter_email" |
valid | true |
value | "" |
newsletterCategories
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 |
---|---|---|
choices | [ 3 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150231 -isVisible: true -position: 5 -newsletters: Doctrine\ORM\PersistentCollection {#150258 …} -external_slug: "exotika" -id: 3 -title: "Exotika" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150226 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150240 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 4 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150268 -isVisible: true -position: 0 -newsletters: Doctrine\ORM\PersistentCollection {#150267 …} -external_slug: "last_minute" -id: 4 -title: "Last Minute" -deletedAt: null -modifiedAt: DateTime @1739933519 {#150270 date: 2025-02-19 03:51:59.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150275 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 8 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150271 -isVisible: true -position: 4 -newsletters: Doctrine\ORM\PersistentCollection {#150273 …} -external_slug: "poznavacie_zajazdy" -id: 8 -title: "Poznávacie zájazdy" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150266 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150274 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 11 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150260 -isVisible: true -position: 6 -newsletters: Doctrine\ORM\PersistentCollection {#150261 …} -external_slug: "exkluzivne_dovolenky" -id: 11 -title: "Exkluzívne dovolenky" -deletedAt: null -modifiedAt: DateTime @1739935023 {#150256 date: 2025-02-19 04:17:03.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150255 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 32 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150284 -isVisible: true -position: 8 -newsletters: Doctrine\ORM\PersistentCollection {#150285 …} -external_slug: "lyzovacky" -id: 32 -title: "Lyžovačky" -deletedAt: null -modifiedAt: DateTime @1739923684 {#150263 date: 2025-02-19 01:08:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150264 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 34 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150289 -isVisible: true -position: 9 -newsletters: Doctrine\ORM\PersistentCollection {#150290 …} -external_slug: "wellness" -id: 34 -title: "Wellness" -deletedAt: null -modifiedAt: DateTime @1739923900 {#150287 date: 2025-02-19 01:11:40.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150288 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 40 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150294 -isVisible: true -position: 2 -newsletters: Doctrine\ORM\PersistentCollection {#150295 …} -external_slug: "leto" -id: 40 -title: "Leto" -deletedAt: null -modifiedAt: DateTime @1739896744 {#150292 date: 2025-02-18 17:39:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150293 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 46 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150299 -isVisible: true -position: 15 -newsletters: Doctrine\ORM\PersistentCollection {#150300 …} -external_slug: "slovensko" -id: 46 -title: "Slovensko" -deletedAt: null -modifiedAt: DateTime @1739931905 {#150297 date: 2025-02-19 03:25:05.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1685372522 {#150298 date: 2023-05-29 17:02:02.0 Europe/Bratislava (+02:00) } } ] |
[ 3 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150231 -isVisible: true -position: 5 -newsletters: Doctrine\ORM\PersistentCollection {#150258 …} -external_slug: "exotika" -id: 3 -title: "Exotika" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150226 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150240 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 4 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150268 -isVisible: true -position: 0 -newsletters: Doctrine\ORM\PersistentCollection {#150267 …} -external_slug: "last_minute" -id: 4 -title: "Last Minute" -deletedAt: null -modifiedAt: DateTime @1739933519 {#150270 date: 2025-02-19 03:51:59.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150275 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 8 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150271 -isVisible: true -position: 4 -newsletters: Doctrine\ORM\PersistentCollection {#150273 …} -external_slug: "poznavacie_zajazdy" -id: 8 -title: "Poznávacie zájazdy" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150266 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150274 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 11 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150260 -isVisible: true -position: 6 -newsletters: Doctrine\ORM\PersistentCollection {#150261 …} -external_slug: "exkluzivne_dovolenky" -id: 11 -title: "Exkluzívne dovolenky" -deletedAt: null -modifiedAt: DateTime @1739935023 {#150256 date: 2025-02-19 04:17:03.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150255 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 32 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150284 -isVisible: true -position: 8 -newsletters: Doctrine\ORM\PersistentCollection {#150285 …} -external_slug: "lyzovacky" -id: 32 -title: "Lyžovačky" -deletedAt: null -modifiedAt: DateTime @1739923684 {#150263 date: 2025-02-19 01:08:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150264 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 34 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150289 -isVisible: true -position: 9 -newsletters: Doctrine\ORM\PersistentCollection {#150290 …} -external_slug: "wellness" -id: 34 -title: "Wellness" -deletedAt: null -modifiedAt: DateTime @1739923900 {#150287 date: 2025-02-19 01:11:40.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150288 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 40 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150294 -isVisible: true -position: 2 -newsletters: Doctrine\ORM\PersistentCollection {#150295 …} -external_slug: "leto" -id: 40 -title: "Leto" -deletedAt: null -modifiedAt: DateTime @1739896744 {#150292 date: 2025-02-18 17:39:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150293 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 46 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150299 -isVisible: true -position: 15 -newsletters: Doctrine\ORM\PersistentCollection {#150300 …} -external_slug: "slovensko" -id: 46 -title: "Slovensko" -deletedAt: null -modifiedAt: DateTime @1739931905 {#150297 date: 2025-02-19 03:25:05.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1685372522 {#150298 date: 2023-05-29 17:02:02.0 Europe/Bratislava (+02:00) } } ] |
class | "Satur\DatabaseBundle\Entity\NewsletterCategory" |
same as passed value |
constraints | [ Symfony\Component\Validator\Constraints\Count {#150236 +payload: null +groups: ? ?array +minMessage: "Zvolte, prosím, aspoň jednu kategóriu." +maxMessage: "This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less." +exactMessage: "This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements." +divisibleByMessage: "The number of elements in this collection should be a multiple of {{ compared_value }}." +min: 1 +max: null +divisibleBy: null } ] |
[ Symfony\Component\Validator\Constraints\Count {#150236 +payload: null +groups: ? ?array +minMessage: "Zvolte, prosím, aspoň jednu kategóriu." +maxMessage: "This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less." +exactMessage: "This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements." +divisibleByMessage: "The number of elements in this collection should be a multiple of {{ compared_value }}." +min: 1 +max: null +divisibleBy: null } ] |
expanded | true |
same as passed value |
label | "Kategórie" |
same as passed value |
mapped | false |
same as passed value |
multiple | true |
same as passed value |
required | 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 | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#150397 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#150398 …} } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#150409 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#150410 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#150403 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#150408 …} } |
choices | [ 3 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150231 -isVisible: true -position: 5 -newsletters: Doctrine\ORM\PersistentCollection {#150258 …} -external_slug: "exotika" -id: 3 -title: "Exotika" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150226 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150240 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 4 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150268 -isVisible: true -position: 0 -newsletters: Doctrine\ORM\PersistentCollection {#150267 …} -external_slug: "last_minute" -id: 4 -title: "Last Minute" -deletedAt: null -modifiedAt: DateTime @1739933519 {#150270 date: 2025-02-19 03:51:59.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150275 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 8 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150271 -isVisible: true -position: 4 -newsletters: Doctrine\ORM\PersistentCollection {#150273 …} -external_slug: "poznavacie_zajazdy" -id: 8 -title: "Poznávacie zájazdy" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150266 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150274 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 11 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150260 -isVisible: true -position: 6 -newsletters: Doctrine\ORM\PersistentCollection {#150261 …} -external_slug: "exkluzivne_dovolenky" -id: 11 -title: "Exkluzívne dovolenky" -deletedAt: null -modifiedAt: DateTime @1739935023 {#150256 date: 2025-02-19 04:17:03.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150255 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 32 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150284 -isVisible: true -position: 8 -newsletters: Doctrine\ORM\PersistentCollection {#150285 …} -external_slug: "lyzovacky" -id: 32 -title: "Lyžovačky" -deletedAt: null -modifiedAt: DateTime @1739923684 {#150263 date: 2025-02-19 01:08:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150264 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 34 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150289 -isVisible: true -position: 9 -newsletters: Doctrine\ORM\PersistentCollection {#150290 …} -external_slug: "wellness" -id: 34 -title: "Wellness" -deletedAt: null -modifiedAt: DateTime @1739923900 {#150287 date: 2025-02-19 01:11:40.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150288 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 40 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150294 -isVisible: true -position: 2 -newsletters: Doctrine\ORM\PersistentCollection {#150295 …} -external_slug: "leto" -id: 40 -title: "Leto" -deletedAt: null -modifiedAt: DateTime @1739896744 {#150292 date: 2025-02-18 17:39:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150293 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } 46 => Satur\DatabaseBundle\Entity\NewsletterCategory {#150299 -isVisible: true -position: 15 -newsletters: Doctrine\ORM\PersistentCollection {#150300 …} -external_slug: "slovensko" -id: 46 -title: "Slovensko" -deletedAt: null -modifiedAt: DateTime @1739931905 {#150297 date: 2025-02-19 03:25:05.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1685372522 {#150298 date: 2023-05-29 17:02:02.0 Europe/Bratislava (+02:00) } } ] |
class | "Satur\DatabaseBundle\Entity\NewsletterCategory" |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Count {#150236 +payload: null +groups: ? ?array +minMessage: "Zvolte, prosím, aspoň jednu kategóriu." +maxMessage: "This collection should contain {{ limit }} element or less.|This collection should contain {{ limit }} elements or less." +exactMessage: "This collection should contain exactly {{ limit }} element.|This collection should contain exactly {{ limit }} elements." +divisibleByMessage: "The number of elements in this collection should be a multiple of {{ compared_value }}." +min: 1 +max: null +divisibleBy: null } ] |
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 {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
duplicate_preferred_choices | true |
em | ContainerQkHSvDu\EntityManagerGhost614a58f {#565 …12} |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#150402 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: ContainerQkHSvDu\EntityManagerGhost614a58f {#565 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#150220 …} } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Kategórie" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | true |
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() {#150401 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150399 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_newsletter_newsletterCategories" ] |
cache_key | "_newsletter_newsletterCategories_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150413 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150231 -isVisible: true -position: 5 -newsletters: Doctrine\ORM\PersistentCollection {#150258 …} -external_slug: "exotika" -id: 3 -title: "Exotika" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150226 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150240 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "3" +label: "Exotika" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150414 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150268 -isVisible: true -position: 0 -newsletters: Doctrine\ORM\PersistentCollection {#150267 …} -external_slug: "last_minute" -id: 4 -title: "Last Minute" -deletedAt: null -modifiedAt: DateTime @1739933519 {#150270 date: 2025-02-19 03:51:59.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150275 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "4" +label: "Last Minute" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150415 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150271 -isVisible: true -position: 4 -newsletters: Doctrine\ORM\PersistentCollection {#150273 …} -external_slug: "poznavacie_zajazdy" -id: 8 -title: "Poznávacie zájazdy" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150266 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150274 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "8" +label: "Poznávacie zájazdy" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150416 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150260 -isVisible: true -position: 6 -newsletters: Doctrine\ORM\PersistentCollection {#150261 …} -external_slug: "exkluzivne_dovolenky" -id: 11 -title: "Exkluzívne dovolenky" -deletedAt: null -modifiedAt: DateTime @1739935023 {#150256 date: 2025-02-19 04:17:03.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150255 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "11" +label: "Exkluzívne dovolenky" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150417 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150284 -isVisible: true -position: 8 -newsletters: Doctrine\ORM\PersistentCollection {#150285 …} -external_slug: "lyzovacky" -id: 32 -title: "Lyžovačky" -deletedAt: null -modifiedAt: DateTime @1739923684 {#150263 date: 2025-02-19 01:08:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150264 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "32" +label: "Lyžovačky" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150418 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150289 -isVisible: true -position: 9 -newsletters: Doctrine\ORM\PersistentCollection {#150290 …} -external_slug: "wellness" -id: 34 -title: "Wellness" -deletedAt: null -modifiedAt: DateTime @1739923900 {#150287 date: 2025-02-19 01:11:40.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150288 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "34" +label: "Wellness" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150419 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150294 -isVisible: true -position: 2 -newsletters: Doctrine\ORM\PersistentCollection {#150295 …} -external_slug: "leto" -id: 40 -title: "Leto" -deletedAt: null -modifiedAt: DateTime @1739896744 {#150292 date: 2025-02-18 17:39:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150293 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } +value: "40" +label: "Leto" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#150420 +data: Satur\DatabaseBundle\Entity\NewsletterCategory {#150299 -isVisible: true -position: 15 -newsletters: Doctrine\ORM\PersistentCollection {#150300 …} -external_slug: "slovensko" -id: 46 -title: "Slovensko" -deletedAt: null -modifiedAt: DateTime @1739931905 {#150297 date: 2025-02-19 03:25:05.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1685372522 {#150298 date: 2023-05-29 17:02:02.0 Europe/Bratislava (+02:00) } } +value: "46" +label: "Slovensko" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | [ Satur\DatabaseBundle\Entity\NewsletterCategory {#150231 -isVisible: true -position: 5 -newsletters: Doctrine\ORM\PersistentCollection {#150258 …} -external_slug: "exotika" -id: 3 -title: "Exotika" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150226 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150240 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150268 -isVisible: true -position: 0 -newsletters: Doctrine\ORM\PersistentCollection {#150267 …} -external_slug: "last_minute" -id: 4 -title: "Last Minute" -deletedAt: null -modifiedAt: DateTime @1739933519 {#150270 date: 2025-02-19 03:51:59.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150275 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150271 -isVisible: true -position: 4 -newsletters: Doctrine\ORM\PersistentCollection {#150273 …} -external_slug: "poznavacie_zajazdy" -id: 8 -title: "Poznávacie zájazdy" -deletedAt: null -modifiedAt: DateTime @1739909213 {#150266 date: 2025-02-18 21:06:53.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150274 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150260 -isVisible: true -position: 6 -newsletters: Doctrine\ORM\PersistentCollection {#150261 …} -external_slug: "exkluzivne_dovolenky" -id: 11 -title: "Exkluzívne dovolenky" -deletedAt: null -modifiedAt: DateTime @1739935023 {#150256 date: 2025-02-19 04:17:03.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150255 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150284 -isVisible: true -position: 8 -newsletters: Doctrine\ORM\PersistentCollection {#150285 …} -external_slug: "lyzovacky" -id: 32 -title: "Lyžovačky" -deletedAt: null -modifiedAt: DateTime @1739923684 {#150263 date: 2025-02-19 01:08:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150264 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150289 -isVisible: true -position: 9 -newsletters: Doctrine\ORM\PersistentCollection {#150290 …} -external_slug: "wellness" -id: 34 -title: "Wellness" -deletedAt: null -modifiedAt: DateTime @1739923900 {#150287 date: 2025-02-19 01:11:40.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150288 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150294 -isVisible: true -position: 2 -newsletters: Doctrine\ORM\PersistentCollection {#150295 …} -external_slug: "leto" -id: 40 -title: "Leto" -deletedAt: null -modifiedAt: DateTime @1739896744 {#150292 date: 2025-02-18 17:39:04.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1680278329 {#150293 date: 2023-03-31 17:58:49.0 Europe/Bratislava (+02:00) } } Satur\DatabaseBundle\Entity\NewsletterCategory {#150299 -isVisible: true -position: 15 -newsletters: Doctrine\ORM\PersistentCollection {#150300 …} -external_slug: "slovensko" -id: 46 -title: "Slovensko" -deletedAt: null -modifiedAt: DateTime @1739931905 {#150297 date: 2025-02-19 03:25:05.0 Europe/Bratislava (+01:00) } -createdAt: DateTime @1685372522 {#150298 date: 2023-05-29 17:02:02.0 Europe/Bratislava (+02:00) } } ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150516 -errors: [] -form: Symfony\Component\Form\Form {#150522 …} } |
expanded | true |
form | Symfony\Component\Form\FormView {#150462 …5} |
full_name | "newsletter[newsletterCategories]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories" |
is_selected | Closure($choice, array $values) {#150343 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Kategórie" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "newsletterCategories" |
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 | "_newsletter_newsletterCategories" |
valid | true |
value | [ "3" "4" "8" "11" "32" "34" "40" "46" ] |
3
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Exotika" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "3" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Exotika" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150452 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150451 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "3" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150557 -errors: [] -form: Symfony\Component\Form\Form {#150525 …} } |
form | Symfony\Component\Form\FormView {#150556 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_3" |
label | "Exotika" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "3" |
4
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Last Minute" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "4" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Last Minute" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150460 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "4" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150558 -errors: [] -form: Symfony\Component\Form\Form {#150528 …} } |
form | Symfony\Component\Form\FormView {#150566 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_4" |
label | "Last Minute" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "4" |
8
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Poznávacie zájazdy" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "8" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Poznávacie zájazdy" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150470 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150469 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "8" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150568 -errors: [] -form: Symfony\Component\Form\Form {#150531 …} } |
form | Symfony\Component\Form\FormView {#150569 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_8" |
label | "Poznávacie zájazdy" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "8" |
11
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Exkluzívne dovolenky" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "11" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Exkluzívne dovolenky" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150479 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150478 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "11" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150585 -errors: [] -form: Symfony\Component\Form\Form {#150534 …} } |
form | Symfony\Component\Form\FormView {#150587 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_11" |
label | "Exkluzívne dovolenky" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "11" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "11" |
32
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Lyžovačky" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "32" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Lyžovačky" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150488 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150487 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "32" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150588 -errors: [] -form: Symfony\Component\Form\Form {#150537 …} } |
form | Symfony\Component\Form\FormView {#150589 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_32" |
label | "Lyžovačky" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "32" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "32" |
34
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Wellness" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "34" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Wellness" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150497 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150496 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "34" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150590 -errors: [] -form: Symfony\Component\Form\Form {#150540 …} } |
form | Symfony\Component\Form\FormView {#150591 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_34" |
label | "Wellness" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "34" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "34" |
40
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Leto" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "40" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Leto" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150506 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150505 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "40" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150592 -errors: [] -form: Symfony\Component\Form\Form {#150543 …} } |
form | Symfony\Component\Form\FormView {#150593 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_40" |
label | "Leto" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "40" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "40" |
46
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 | [] |
same as passed value |
block_name | "entry" |
same as passed value |
label | "Slovensko" |
same as passed value |
label_html | false |
same as passed value |
label_translation_parameters | [] |
same as passed value |
required | false |
same as passed value |
translation_domain | false |
same as passed value |
value | "46" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Slovensko" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#150515 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150514 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "46" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_newsletterCategories_entry" ] |
cache_key | "_newsletter_newsletterCategories_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150594 -errors: [] -form: Symfony\Component\Form\Form {#150546 …} } |
form | Symfony\Component\Form\FormView {#150595 …5} |
full_name | "newsletter[newsletterCategories][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_newsletterCategories_46" |
label | "Slovensko" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "46" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | false |
unique_block_prefix | "_newsletter_newsletterCategories_entry" |
valid | true |
value | "46" |
privacy
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" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#150311 +payload: null +groups: ? ?array +message: "Aby sme vás mohli zaregistrovať a spracovávať osobné údaje, potrebujeme od vás súhlas." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#150311 +payload: null +groups: ? ?array +message: "Aby sme vás mohli zaregistrovať a spracovávať osobné údaje, potrebujeme od vás súhlas." +allowNull: false +normalizer: null } ] |
label | """ Prihlásením sa k odberu newslettrov súhlasíte so spracúvaním\n osobných údajov a profilovaním na účely zasielania personalizovaných\n marketingových ponúk a vyhlasujete, že ste sa oboznámil/a s\n <a href="/stranky/spracuvanie-osobnych-udajov-marketingove-ponuky" target="_blank">Informáciou o spracúvaní osobných údajov</a>. """ |
same as passed value |
label_html | true |
same as passed value |
mapped | false |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#150311 +payload: null +groups: ? ?array +message: "Aby sme vás mohli zaregistrovať a spracovávať osobné údaje, potrebujeme od vás súhlas." +allowNull: false +normalizer: null } ] |
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 {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#150433 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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#150434 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | """ Prihlásením sa k odberu newslettrov súhlasíte so spracúvaním\n osobných údajov a profilovaním na účely zasielania personalizovaných\n marketingových ponúk a vyhlasujete, že ste sa oboznámil/a s\n <a href="/stranky/spracuvanie-osobnych-udajov-marketingove-ponuky" target="_blank">Informáciou o spracúvaní osobných údajov</a>. """ |
label_attr | [] |
label_format | null |
label_html | true |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#150436 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150438 …} $translationDomain: "validators" } } |
validation_groups | null |
value | "1" |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-check-input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_privacy" ] |
cache_key | "_newsletter_privacy_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150555 -errors: [] -form: Symfony\Component\Form\Form {#150549 …} } |
form | Symfony\Component\Form\FormView {#150553 …5} |
full_name | "newsletter[privacy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_privacy" |
label | """ Prihlásením sa k odberu newslettrov súhlasíte so spracúvaním\n osobných údajov a profilovaním na účely zasielania personalizovaných\n marketingových ponúk a vyhlasujete, že ste sa oboznámil/a s\n <a href="/stranky/spracuvanie-osobnych-udajov-marketingove-ponuky" target="_blank">Informáciou o spracúvaní osobných údajov</a>. """ |
label_attr | [] |
label_format | null |
label_html | true |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacy" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_privacy" |
valid | true |
value | "1" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "25fefdc29.SGW3RHMA8Re-nkJivPChsPIbDyK5png5NcI5QrCuZMs.Ci7YPDtQmGfpyi8AiIbw271uS27f8S1pRZpxL-PNMIwPIcY8H0m0e_TvBw" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "25fefdc29.SGW3RHMA8Re-nkJivPChsPIbDyK5png5NcI5QrCuZMs.Ci7YPDtQmGfpyi8AiIbw271uS27f8S1pRZpxL-PNMIwPIcY8H0m0e_TvBw" |
same as passed value |
mapped | 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 | "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 {#907 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1096 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#979 …} -namespace: Closure() {#942 …} } |
data | "25fefdc29.SGW3RHMA8Re-nkJivPChsPIbDyK5png5NcI5QrCuZMs.Ci7YPDtQmGfpyi8AiIbw271uS27f8S1pRZpxL-PNMIwPIcY8H0m0e_TvBw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#150599 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() {#150601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#150600 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter__token" ] |
cache_key | "_newsletter__token_hidden" |
compound | false |
data | "25fefdc29.SGW3RHMA8Re-nkJivPChsPIbDyK5png5NcI5QrCuZMs.Ci7YPDtQmGfpyi8AiIbw271uS27f8S1pRZpxL-PNMIwPIcY8H0m0e_TvBw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#150611 -errors: [] -form: Symfony\Component\Form\Form {#150607 …} } |
form | Symfony\Component\Form\FormView {#150602 …5} |
full_name | "newsletter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter__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 | "_newsletter__token" |
valid | true |
value | "25fefdc29.SGW3RHMA8Re-nkJivPChsPIbDyK5png5NcI5QrCuZMs.Ci7YPDtQmGfpyi8AiIbw271uS27f8S1pRZpxL-PNMIwPIcY8H0m0e_TvBw" |