- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- Doctrine
- Debug
- Messages
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
cookie_consent
"ConnectHolland\CookieConsentBundle\Form\CookieConsentType"
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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#583 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#494 …} } |
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 | "CHCookieConsentBundle" |
trim | true |
upload_max_size_message | Closure() {#585 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#584 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "cookie_consent" "_cookie_consent" ] |
cache_key | "_cookie_consent_cookie_consent" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#664 -form: Symfony\Component\Form\Form {#665 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#586 …5} |
full_name | "cookie_consent" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "cookie_consent" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent" |
valid | true |
value | null |
analytics
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "false" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
[ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
data | "false" |
same as passed value |
expanded | true |
same as passed value |
multiple | false |
false
|
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data | "false" |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#605 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#603 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_cookie_consent_analytics" ] |
cache_key | "_cookie_consent_analytics_choice" |
choice_translation_domain | "CHCookieConsentBundle" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#614 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#613 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#616 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#615 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | true |
data | "false" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#635 -form: Symfony\Component\Form\Form {#696 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#762 …5} |
full_name | "cookie_consent[analytics]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_analytics" |
is_selected | Closure($choice, $value) {#744 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#591 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "analytics" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_analytics" |
valid | true |
value | "false" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.yes" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.yes" |
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() {#677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#678 …} } } |
validation_groups | null |
value | "true" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_analytics_entry" ] |
cache_key | "_cookie_consent_analytics_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#708 -form: Symfony\Component\Form\Form {#699 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#717 …5} |
full_name | "cookie_consent[analytics]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_analytics_0" |
label | "ch_cookie_consent.yes" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_analytics_entry" |
valid | true |
value | "true" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"false"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.no" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.no" |
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() {#689 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#688 …} } } |
validation_groups | null |
value | "false" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_analytics_entry" ] |
cache_key | "_cookie_consent_analytics_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#606 -form: Symfony\Component\Form\Form {#702 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#690 …5} |
full_name | "cookie_consent[analytics]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_analytics_1" |
label | "ch_cookie_consent.no" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_analytics_entry" |
valid | true |
value | "false" |
tracking
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "false" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
[ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
data | "false" |
same as passed value |
expanded | true |
same as passed value |
multiple | false |
false
|
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data | "false" |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#623 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#622 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_cookie_consent_tracking" ] |
cache_key | "_cookie_consent_tracking_choice" |
choice_translation_domain | "CHCookieConsentBundle" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#614 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#613 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#616 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#615 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | true |
data | "false" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#624 -form: Symfony\Component\Form\Form {#723 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#735 …5} |
full_name | "cookie_consent[tracking]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_tracking" |
is_selected | Closure($choice, $value) {#789 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#591 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "tracking" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_tracking" |
valid | true |
value | "false" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.yes" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.yes" |
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() {#707 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#706 …} } } |
validation_groups | null |
value | "true" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_tracking_entry" ] |
cache_key | "_cookie_consent_tracking_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#793 -form: Symfony\Component\Form\Form {#726 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#792 …5} |
full_name | "cookie_consent[tracking]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_tracking_0" |
label | "ch_cookie_consent.yes" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_tracking_entry" |
valid | true |
value | "true" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"false"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.no" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.no" |
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() {#716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#715 …} } } |
validation_groups | null |
value | "false" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_tracking_entry" ] |
cache_key | "_cookie_consent_tracking_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#794 -form: Symfony\Component\Form\Form {#729 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#805 …5} |
full_name | "cookie_consent[tracking]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_tracking_1" |
label | "ch_cookie_consent.no" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_tracking_entry" |
valid | true |
value | "false" |
marketing
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "false" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
[ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
data | "false" |
same as passed value |
expanded | true |
same as passed value |
multiple | false |
false
|
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data | "false" |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#633 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_cookie_consent_marketing" ] |
cache_key | "_cookie_consent_marketing_choice" |
choice_translation_domain | "CHCookieConsentBundle" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#614 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#613 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#616 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#615 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | true |
data | "false" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#791 -form: Symfony\Component\Form\Form {#750 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#681 …5} |
full_name | "cookie_consent[marketing]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_marketing" |
is_selected | Closure($choice, $value) {#813 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#591 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "marketing" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_marketing" |
valid | true |
value | "false" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.yes" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.yes" |
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() {#734 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#733 …} } } |
validation_groups | null |
value | "true" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_marketing_entry" ] |
cache_key | "_cookie_consent_marketing_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#823 -form: Symfony\Component\Form\Form {#753 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#819 …5} |
full_name | "cookie_consent[marketing]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_marketing_0" |
label | "ch_cookie_consent.yes" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_marketing_entry" |
valid | true |
value | "true" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"false"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.no" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.no" |
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() {#743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#742 …} } } |
validation_groups | null |
value | "false" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_marketing_entry" ] |
cache_key | "_cookie_consent_marketing_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#825 -form: Symfony\Component\Form\Form {#756 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#826 …5} |
full_name | "cookie_consent[marketing]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_marketing_1" |
label | "ch_cookie_consent.no" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_marketing_entry" |
valid | true |
value | "false" |
social_media
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "false" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
[ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
data | "false" |
same as passed value |
expanded | true |
same as passed value |
multiple | false |
false
|
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ [ "ch_cookie_consent.yes" => "true" ] [ "ch_cookie_consent.no" => "false" ] ] |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data | "false" |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#644 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_cookie_consent_social_media" ] |
cache_key | "_cookie_consent_social_media_choice" |
choice_translation_domain | "CHCookieConsentBundle" |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#614 +label: "0" +choices: [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#613 +label: "ch_cookie_consent.yes" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } ] } Symfony\Component\Form\ChoiceList\View\ChoiceGroupView {#616 +label: "1" +choices: [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#615 +label: "ch_cookie_consent.no" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] } ] |
compound | true |
data | "false" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#817 -form: Symfony\Component\Form\Form {#777 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#811 …5} |
full_name | "cookie_consent[social_media]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_social_media" |
is_selected | Closure($choice, $value) {#828 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#591 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "social_media" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_social_media" |
valid | true |
value | "false" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
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 | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.yes" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.yes" |
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() {#761 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#760 …} } } |
validation_groups | null |
value | "true" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_social_media_entry" ] |
cache_key | "_cookie_consent_social_media_entry_radio" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#831 -form: Symfony\Component\Form\Form {#780 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#830 …5} |
full_name | "cookie_consent[social_media]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_social_media_0" |
label | "ch_cookie_consent.yes" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_social_media_entry" |
valid | true |
value | "true" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"false"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "ch_cookie_consent.no" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "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 | "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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#675 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#669 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please select a valid option." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "ch_cookie_consent.no" |
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() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#769 …} } } |
validation_groups | null |
value | "false" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_cookie_consent_social_media_entry" ] |
cache_key | "_cookie_consent_social_media_entry_radio" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#832 -form: Symfony\Component\Form\Form {#783 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#833 …5} |
full_name | "cookie_consent[social_media]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent_social_media_1" |
label | "ch_cookie_consent.no" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_social_media_entry" |
valid | true |
value | "false" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn ch-cookie-consent__btn" ] |
[ "class" => "btn ch-cookie-consent__btn" ] |
label | "ch_cookie_consent.save" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn ch-cookie-consent__btn" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "ch_cookie_consent.save" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn ch-cookie-consent__btn" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_cookie_consent_save" ] |
cache_key | "_cookie_consent_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#827 …5} |
full_name | "cookie_consent[save]" |
id | "cookie_consent_save" |
label | "ch_cookie_consent.save" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent_save" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "7.4BZ0y_NjVJW9iMUH357A-6DNn6Soc4zw51c0jSSq0rY.1y8Xj6ohY-_Zub9hsfmptsuAq9afEvvCtyNO_EvvuPfVZz_8mjkX8tP-qg" |
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 | "7.4BZ0y_NjVJW9iMUH357A-6DNn6Soc4zw51c0jSSq0rY.1y8Xj6ohY-_Zub9hsfmptsuAq9afEvvCtyNO_EvvuPfVZz_8mjkX8tP-qg" |
same as passed value |
mapped | false |
false
|
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 {#561 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#562 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#563 …} -namespace: Closure() {#565 …} } |
data | "7.4BZ0y_NjVJW9iMUH357A-6DNn6Soc4zw51c0jSSq0rY.1y8Xj6ohY-_Zub9hsfmptsuAq9afEvvCtyNO_EvvuPfVZz_8mjkX8tP-qg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#494 …} } |
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() {#838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#567 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#284 …} $translationDomain: "validators" $message: Closure() {#837 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_cookie_consent__token" ] |
cache_key | "_cookie_consent__token_hidden" |
compound | false |
data | "7.4BZ0y_NjVJW9iMUH357A-6DNn6Soc4zw51c0jSSq0rY.1y8Xj6ohY-_Zub9hsfmptsuAq9afEvvCtyNO_EvvuPfVZz_8mjkX8tP-qg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#848 -form: Symfony\Component\Form\Form {#844 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#839 …5} |
full_name | "cookie_consent[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "cookie_consent__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 | [] |
size | null |
submitted | false |
translation_domain | "CHCookieConsentBundle" |
unique_block_prefix | "_cookie_consent__token" |
valid | true |
value | "7.4BZ0y_NjVJW9iMUH357A-6DNn6Soc4zw51c0jSSq0rY.1y8Xj6ohY-_Zub9hsfmptsuAq9afEvvCtyNO_EvvuPfVZz_8mjkX8tP-qg" |