Forms
-
search
-
text
-
_token
-
-
mail_chimp
-
name
-
email
-
any
-
_token
-
search
Form type:
"App\Form\SearchType"
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 | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3490 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() {#3491 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3489 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "search" "_search" ] |
| cache_key | "_search_search" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3505 -errors: [] -form: Symfony\Component\Form\Form {#3510 …} } |
| form | Symfony\Component\Form\FormView {#3492 …5} |
| full_name | "search" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "search" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search" |
| valid | true |
| value | null |
text
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" => "Keresés" ] |
[ "placeholder" => "Keresés" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3497 +payload: null +groups: ? ?array +message: "Kérem írjon be egy kifejezést" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3497 +payload: null +groups: ? ?array +message: "Kérem írjon be egy kifejezést" +allowNull: false +normalizer: null } ] |
| label | "Keresés" |
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" => "Keresés" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3497 +payload: null +groups: ? ?array +message: "Kérem írjon be egy kifejezést" +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 {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3503 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 | "Keresés" |
| 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() {#3504 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3502 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Keresés" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_search_text" ] |
| cache_key | "_search_text_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3521 -errors: [] -form: Symfony\Component\Form\Form {#3513 …} } |
| form | Symfony\Component\Form\FormView {#3520 …5} |
| full_name | "search[text]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search_text" |
| label | "Keresés" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "text" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_search_text" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "e792063e.580UBA3rKlIVE0FOB0Gq20obEo8Mz3oOr9aZPuraAvo.pbktVji9QSJsIw8rMy3j7zlsWOdOgzFtxpmrc97qM6LKjmVGZdgHAzghcQ" |
| 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 | "e792063e.580UBA3rKlIVE0FOB0Gq20obEo8Mz3oOr9aZPuraAvo.pbktVji9QSJsIw8rMy3j7zlsWOdOgzFtxpmrc97qM6LKjmVGZdgHAzghcQ" |
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 {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data | "e792063e.580UBA3rKlIVE0FOB0Gq20obEo8Mz3oOr9aZPuraAvo.pbktVji9QSJsIw8rMy3j7zlsWOdOgzFtxpmrc97qM6LKjmVGZdgHAzghcQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3540 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() {#3541 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3539 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_search__token" ] |
| cache_key | "_search__token_hidden" |
| compound | false |
| data | "e792063e.580UBA3rKlIVE0FOB0Gq20obEo8Mz3oOr9aZPuraAvo.pbktVji9QSJsIw8rMy3j7zlsWOdOgzFtxpmrc97qM6LKjmVGZdgHAzghcQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3551 -errors: [] -form: Symfony\Component\Form\Form {#3547 …} } |
| form | Symfony\Component\Form\FormView {#3542 …5} |
| full_name | "search[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "search__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 | "_search__token" |
| valid | true |
| value | "e792063e.580UBA3rKlIVE0FOB0Gq20obEo8Mz3oOr9aZPuraAvo.pbktVji9QSJsIw8rMy3j7zlsWOdOgzFtxpmrc97qM6LKjmVGZdgHAzghcQ" |
mail_chimp
Form type:
"App\Form\MailChimpType"
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 | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3746 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() {#3747 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3745 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "mail_chimp" "_mail_chimp" ] |
| cache_key | "_mail_chimp_mail_chimp" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3783 -errors: [] -form: Symfony\Component\Form\Form {#3790 …} } |
| form | Symfony\Component\Form\FormView {#3748 …5} |
| full_name | "mail_chimp" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mail_chimp" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "mail_chimp" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mail_chimp" |
| 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" => "Írja be a teljes nevét" ] |
[ "placeholder" => "Írja be a teljes nevét" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3753 +payload: null +groups: ? ?array +message: "Kérem adja meg a nevét" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3753 +payload: null +groups: ? ?array +message: "Kérem adja meg a nevét" +allowNull: false +normalizer: null } ] |
| label | "Teljes Név <small>(Kötelező kitölteni)</small>" |
same as passed value |
| label_html | 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 | [ "placeholder" => "Írja be a teljes nevét" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3753 +payload: null +groups: ? ?array +message: "Kérem adja meg a nevét" +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 {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3757 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 | "Teljes Név <small>(Kötelező kitölteni)</small>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3756 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Írja be a teljes nevét" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_mail_chimp_name" ] |
| cache_key | "_mail_chimp_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3805 -errors: [] -form: Symfony\Component\Form\Form {#3793 …} } |
| form | Symfony\Component\Form\FormView {#3803 …5} |
| full_name | "mail_chimp[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mail_chimp_name" |
| label | "Teljes Név <small>(Kötelező kitölteni)</small>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mail_chimp_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" => "Írja be az email címét" ] |
[ "placeholder" => "Írja be az email címét" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3754 +payload: null +groups: ? ?array +message: "Kérem adja meg az email címét" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3754 +payload: null +groups: ? ?array +message: "Kérem adja meg az email címét" +allowNull: false +normalizer: null } ] |
| label | "E-mail cím <small>(Kötelező kitölteni)</small>" |
same as passed value |
| label_html | 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 | [ "placeholder" => "Írja be az email címét" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3754 +payload: null +groups: ? ?array +message: "Kérem adja meg az email címét" +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 {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3769 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 cím <small>(Kötelező kitölteni)</small>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3770 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3768 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Írja be az email címét" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_mail_chimp_email" ] |
| cache_key | "_mail_chimp_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3806 -errors: [] -form: Symfony\Component\Form\Form {#3796 …} } |
| form | Symfony\Component\Form\FormView {#3807 …5} |
| full_name | "mail_chimp[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mail_chimp_email" |
| label | "E-mail cím <small>(Kötelező kitölteni)</small>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mail_chimp_email" |
| valid | true |
| value | "" |
any
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3755 +payload: null +groups: ? ?array +message: "Kérem fogadja el az Adatvédelmi nyilatkozatot" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3755 +payload: null +groups: ? ?array +message: "Kérem fogadja el az Adatvédelmi nyilatkozatot" +allowNull: false +normalizer: null } ] |
| label | "Elolvastam az <a href="/adatvedelmi-nyilatkozat" target="_blank">adatkezelési tájékoztatót</a>, és elfogadom a <a href="/hozzajarulo-nyilatkozat" target="_blank">hozzájáruló nyilatkozat</a>ot." |
same as passed value |
| label_html | 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 |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3755 +payload: null +groups: ? ?array +message: "Kérem fogadja el az Adatvédelmi nyilatkozatot" +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 {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#3780 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 {#3781 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Elolvastam az <a href="/adatvedelmi-nyilatkozat" target="_blank">adatkezelési tájékoztatót</a>, és elfogadom a <a href="/hozzajarulo-nyilatkozat" target="_blank">hozzájáruló nyilatkozat</a>ot." |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3784 …} } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_mail_chimp_any" ] |
| cache_key | "_mail_chimp_any_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3808 -errors: [] -form: Symfony\Component\Form\Form {#3799 …} } |
| form | Symfony\Component\Form\FormView {#3814 …5} |
| full_name | "mail_chimp[any]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mail_chimp_any" |
| label | "Elolvastam az <a href="/adatvedelmi-nyilatkozat" target="_blank">adatkezelési tájékoztatót</a>, és elfogadom a <a href="/hozzajarulo-nyilatkozat" target="_blank">hozzájáruló nyilatkozat</a>ot." |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "any" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_mail_chimp_any" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "17ae98e32aee4a8eb7029e730.WApX5OKRhM9ZYbyWYdiFtm0wsR5n7C8VpiBWL-QGMzU.Nk8Vj4OiyqwsM8nUJpCxgCwH-1UCwRxAwWM7d5dFeXQ3MgKR2tDhhwgu_Q" |
| 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 | "17ae98e32aee4a8eb7029e730.WApX5OKRhM9ZYbyWYdiFtm0wsR5n7C8VpiBWL-QGMzU.Nk8Vj4OiyqwsM8nUJpCxgCwH-1UCwRxAwWM7d5dFeXQ3MgKR2tDhhwgu_Q" |
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 {#3469 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3470 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3471 …} -namespace: Closure() {#3473 …} } |
| data | "17ae98e32aee4a8eb7029e730.WApX5OKRhM9ZYbyWYdiFtm0wsR5n7C8VpiBWL-QGMzU.Nk8Vj4OiyqwsM8nUJpCxgCwH-1UCwRxAwWM7d5dFeXQ3MgKR2tDhhwgu_Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3771 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() {#3817 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $options: Symfony\Component\OptionsResolver\OptionsResolver {#3759 …} } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_mail_chimp__token" ] |
| cache_key | "_mail_chimp__token_hidden" |
| compound | false |
| data | "17ae98e32aee4a8eb7029e730.WApX5OKRhM9ZYbyWYdiFtm0wsR5n7C8VpiBWL-QGMzU.Nk8Vj4OiyqwsM8nUJpCxgCwH-1UCwRxAwWM7d5dFeXQ3MgKR2tDhhwgu_Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3826 -errors: [] -form: Symfony\Component\Form\Form {#3822 …} } |
| form | Symfony\Component\Form\FormView {#3816 …5} |
| full_name | "mail_chimp[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "mail_chimp__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 | "_mail_chimp__token" |
| valid | true |
| value | "17ae98e32aee4a8eb7029e730.WApX5OKRhM9ZYbyWYdiFtm0wsR5n7C8VpiBWL-QGMzU.Nk8Vj4OiyqwsM8nUJpCxgCwH-1UCwRxAwWM7d5dFeXQ3MgKR2tDhhwgu_Q" |