Forms
- 
        contact
- 
        name
 - 
        further_information
 - 
        email
 - 
        subject
 - 
        message
 - 
        sendcopy
 - 
        agree_to_contact_terms
 - 
        captcha
 - 
        _token
 
 - 
        
 - 
        cookie_consent
- 
        system
 - 
        analytics
 - 
        external_videos
 - 
        save
 - 
        _token
 
 - 
        
 
contact
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 | true | 
            
| 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 | "starterkit_contact_task" | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4517 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 | "ShorelessStarterkitBundle" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4519 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4518 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "contact" "_contact" ]  | 
            
| cache_key | "_contact_contact" | 
            
| compound | true | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4670 -form: Symfony\Component\Form\Form {#4640 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4668 …5}  | 
            
| full_name | "contact" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact" | 
            
| label | null | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "contact" | 
            
| priority | 0 | 
            
| required | true | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact" | 
            
| valid | true | 
            
| value | null | 
            
name
"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" => "starterkit.component.contact.form.name" "class" => "form-control-lg" ]  | 
                    
                                                                                                                            [ "placeholder" => "starterkit.component.contact.form.name" "class" => "form-control-lg" ]  | 
                
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4525 +payload: null +groups: ? +message: "starterkit.component.contact.form.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4526 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\NotBlank {#4525 +payload: null +groups: ? +message: "starterkit.component.contact.form.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4526 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
                
| label | "starterkit.component.contact.form.name" | 
                    same as passed value | 
| label_attr | [ "class" => "sr-only" ]  | 
                    
                                                                                                                            [ "class" => "sr-only" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.name" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4525 +payload: null +groups: ? +message: "starterkit.component.contact.form.name.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4526 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4540 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 | "starterkit.component.contact.form.name" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| 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 | []  | 
            
| sanitize_html | false | 
            
| sanitizer | null | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4541 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.name" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_contact_name" ]  | 
            
| cache_key | "_contact_name_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4689 -form: Symfony\Component\Form\Form {#4643 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4673 …5}  | 
            
| full_name | "contact[name]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_name" | 
            
| label | "starterkit.component.contact.form.name" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "name" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_name" | 
            
| valid | true | 
            
| value | ""  | 
            
further_information
"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" => "starterkit.component.contact.form.email" "class" => "form-control-lg" ]  | 
                    
                                                                                                                            [ "placeholder" => "starterkit.component.contact.form.email" "class" => "form-control-lg" ]  | 
                
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4527 +payload: null +groups: ? +message: "starterkit.component.contact.form.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4528 +payload: null +groups: ? +message: "starterkit.component.contact.form.email.invalid" +mode: null +normalizer: null } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\NotBlank {#4527 +payload: null +groups: ? +message: "starterkit.component.contact.form.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4528 +payload: null +groups: ? +message: "starterkit.component.contact.form.email.invalid" +mode: null +normalizer: null } ]  | 
                
| label | "starterkit.component.contact.form.email" | 
                    same as passed value | 
| label_attr | [ "class" => "sr-only" ]  | 
                    
                                                                                                                            [ "class" => "sr-only" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.email" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4527 +payload: null +groups: ? +message: "starterkit.component.contact.form.email.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#4528 +payload: null +groups: ? +message: "starterkit.component.contact.form.email.invalid" +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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4553 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 | "starterkit.component.contact.form.email" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| 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 | []  | 
            
| sanitize_html | false | 
            
| sanitizer | null | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4555 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4554 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.email" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "email" "_contact_further_information" ]  | 
            
| cache_key | "_contact_further_information_email" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4691 -form: Symfony\Component\Form\Form {#4646 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4692 …5}  | 
            
| full_name | "contact[further_information]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_further_information" | 
            
| label | "starterkit.component.contact.form.email" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "further_information" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_further_information" | 
            
| valid | true | 
            
| value | ""  | 
            
"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" => "starterkit.component.contact.form.further_information" "class" => "form-control-lg" ]  | 
                    
                                                                                                                            [ "placeholder" => "starterkit.component.contact.form.further_information" "class" => "form-control-lg" ]  | 
                
| label | "starterkit.component.contact.form.further_information" | 
                    same as passed value | 
| label_attr | [ "class" => "sr-only" ]  | 
                    
                                                                                                                            [ "class" => "sr-only" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.further_information" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| csrf_field_name | "_token" | 
            
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." | 
            
| csrf_protection | true | 
            
| csrf_token_id | null | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4562 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 | "starterkit.component.contact.form.further_information" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| 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 | []  | 
            
| sanitize_html | false | 
            
| sanitizer | null | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4564 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4563 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.further_information" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_contact_email" ]  | 
            
| cache_key | "_contact_email_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4693 -form: Symfony\Component\Form\Form {#4649 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4694 …5}  | 
            
| full_name | "contact[email]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_email" | 
            
| label | "starterkit.component.contact.form.further_information" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "email" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_email" | 
            
| valid | true | 
            
| value | ""  | 
            
subject
"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" => "starterkit.component.contact.form.subject" "class" => "form-control-lg" ]  | 
                    
                                                                                                                            [ "placeholder" => "starterkit.component.contact.form.subject" "class" => "form-control-lg" ]  | 
                
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4529 +payload: null +groups: ? +message: "starterkit.component.contact.form.subject.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4530 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\NotBlank {#4529 +payload: null +groups: ? +message: "starterkit.component.contact.form.subject.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4530 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
                
| label | "starterkit.component.contact.form.subject" | 
                    same as passed value | 
| label_attr | [ "class" => "sr-only" ]  | 
                    
                                                                                                                            [ "class" => "sr-only" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.subject" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4529 +payload: null +groups: ? +message: "starterkit.component.contact.form.subject.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4530 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 3 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4571 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 | "starterkit.component.contact.form.subject" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| 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 | []  | 
            
| sanitize_html | false | 
            
| sanitizer | null | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4572 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.subject" "class" => "form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "_contact_subject" ]  | 
            
| cache_key | "_contact_subject_text" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4695 -form: Symfony\Component\Form\Form {#4652 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4696 …5}  | 
            
| full_name | "contact[subject]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_subject" | 
            
| label | "starterkit.component.contact.form.subject" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "subject" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_subject" | 
            
| valid | true | 
            
| value | ""  | 
            
message
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | 
                                            ""  | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "placeholder" => "starterkit.component.contact.form.message" "class" => "form-control form-control-lg" ]  | 
                    
                                                                                                                            [ "placeholder" => "starterkit.component.contact.form.message" "class" => "form-control form-control-lg" ]  | 
                
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4531 +payload: null +groups: ? +message: "starterkit.component.contact.form.message.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4532 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 32 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\NotBlank {#4531 +payload: null +groups: ? +message: "starterkit.component.contact.form.message.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4532 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 32 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
                
| label | "starterkit.component.contact.form.message" | 
                    same as passed value | 
| label_attr | [ "class" => "sr-only" ]  | 
                    
                                                                                                                            [ "class" => "sr-only" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.message" "class" => "form-control form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4531 +payload: null +groups: ? +message: "starterkit.component.contact.form.message.required" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#4532 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 32 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ]  | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4584 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 | "starterkit.component.contact.form.message" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| 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 | []  | 
            
| sanitize_html | false | 
            
| sanitizer | null | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4586 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4585 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "placeholder" => "starterkit.component.contact.form.message" "class" => "form-control form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ]  | 
            
| cache_key | "_contact_message_textarea" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4697 -form: Symfony\Component\Form\Form {#4655 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4698 …5}  | 
            
| full_name | "contact[message]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_message" | 
            
| label | "starterkit.component.contact.form.message" | 
            
| label_attr | [ "class" => "sr-only" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "message" | 
            
| pattern | null | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_message" | 
            
| valid | true | 
            
| value | ""  | 
            
sendcopy
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" => "custom-control-input" ]  | 
                    
                                                                                                                            [ "class" => "custom-control-input" ]  | 
                
| label | "starterkit.component.contact.form.send_me_a_mail_copy" | 
                    same as passed value | 
| label_attr | [ "class" => "custom-control-label" ]  | 
                    
                                                                                                                            [ "class" => "custom-control-label" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "class" => "custom-control-input" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| csrf_field_name | "_token" | 
            
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." | 
            
| csrf_protection | true | 
            
| csrf_token_id | null | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#4596 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 {#4597 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "starterkit.component.contact.form.send_me_a_mail_copy" | 
            
| label_attr | [ "class" => "custom-control-label" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4599 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4601 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "class" => "custom-control-input" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_contact_sendcopy" ]  | 
            
| cache_key | "_contact_sendcopy_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4699 -form: Symfony\Component\Form\Form {#4658 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4700 …5}  | 
            
| full_name | "contact[sendcopy]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_sendcopy" | 
            
| label | "starterkit.component.contact.form.send_me_a_mail_copy" | 
            
| label_attr | [ "class" => "custom-control-label" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "sendcopy" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_sendcopy" | 
            
| valid | true | 
            
| value | "1" | 
            
agree_to_contact_terms
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" => "custom-control-input" ]  | 
                    
                                                                                                                            [ "class" => "custom-control-input" ]  | 
                
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#4533 +payload: null +groups: ? +message: "starterkit.component.contact.form.agree_to_contact_terms.required" } ]  | 
                    
                                                                                                                            [ Symfony\Component\Validator\Constraints\IsTrue {#4533 +payload: null +groups: ? +message: "starterkit.component.contact.form.agree_to_contact_terms.required" } ]  | 
                
| label | "starterkit.component.contact.form.agree_to_contact_terms" | 
                    same as passed value | 
| label_attr | [ "class" => "custom-control-label" ]  | 
                    
                                                                                                                            [ "class" => "custom-control-label" ]  | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "class" => "custom-control-input" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#4533 +payload: null +groups: ? +message: "starterkit.component.contact.form.agree_to_contact_terms.required" } ]  | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#4596 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 {#4597 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "starterkit.component.contact.form.agree_to_contact_terms" | 
            
| label_attr | [ "class" => "custom-control-label" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4609 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4608 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "class" => "custom-control-input" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_contact_agree_to_contact_terms" ]  | 
            
| cache_key | "_contact_agree_to_contact_terms_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4701 -form: Symfony\Component\Form\Form {#4661 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4702 …5}  | 
            
| full_name | "contact[agree_to_contact_terms]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_agree_to_contact_terms" | 
            
| label | "starterkit.component.contact.form.agree_to_contact_terms" | 
            
| label_attr | [ "class" => "custom-control-label" ]  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "agree_to_contact_terms" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_agree_to_contact_terms" | 
            
| valid | true | 
            
| value | "1" | 
            
captcha
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" ]  | 
                    
                                                                                                                            [ "class" => "form-control form-control-lg" ]  | 
                
| label | "starterkit.component.contact.form.captcha" | 
                    same as passed value | 
| mapped | false | 
                    
                                                                                                                            false
                                             | 
                
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "class" => "form-control form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | [ Symfony\Component\Validator\Constraints\Callback {#4619 +payload: null +groups: ? +callback: [ Shoreless\StarterkitBundle\Component\Tool\Captcha\Form\CaptchaType {#4616 #captcha: ContainerLTayIYB\LetterCaptchaGhostCbbf880 {#4624 …} #requestStack: Symfony\Component\HttpFoundation\RequestStack {#453 …} #question: "Was ist der letzte Buchstabe im Wort OUTDOOR?" #nextAnswer: "R" #previousAnswer: null } "validateCaptcha" ] } ]  | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4628 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 | "starterkit.component.contact.form.captcha" | 
            
| 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 | []  | 
            
| sanitize_html | false | 
            
| sanitizer | null | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#4630 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4629 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "class" => "form-control form-control-lg" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "text" "captcha" "_contact_captcha" ]  | 
            
| cache_key | "_contact_captcha_captcha" | 
            
| captcha_question | "Was ist der letzte Buchstabe im Wort OUTDOOR?" | 
            
| compound | false | 
            
| data | null | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4703 -form: Symfony\Component\Form\Form {#4664 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4704 …5}  | 
            
| full_name | "contact[captcha]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact_captcha" | 
            
| label | "starterkit.component.contact.form.captcha" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "captcha" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact_captcha" | 
            
| valid | true | 
            
| value | ""  | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "75b590a0aa02005.zpYvVjbkKgKIDDN0_8jVy0sKAUSFgNe4H0omzoBhD44.uaVBMkTSQVLRVAARt76KrRxsRQb1yr_BdQcWvdkWPdeB5kVkbLFPWMlHVA" | 
            
| 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 | "75b590a0aa02005.zpYvVjbkKgKIDDN0_8jVy0sKAUSFgNe4H0omzoBhD44.uaVBMkTSQVLRVAARt76KrRxsRQb1yr_BdQcWvdkWPdeB5kVkbLFPWMlHVA" | 
                    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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data | "75b590a0aa02005.zpYvVjbkKgKIDDN0_8jVy0sKAUSFgNe4H0omzoBhD44.uaVBMkTSQVLRVAARt76KrRxsRQb1yr_BdQcWvdkWPdeB5kVkbLFPWMlHVA" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#4708 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() {#4710 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#4709 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ]  | 
            
| cache_key | "_contact__token_hidden" | 
            
| compound | false | 
            
| data | "75b590a0aa02005.zpYvVjbkKgKIDDN0_8jVy0sKAUSFgNe4H0omzoBhD44.uaVBMkTSQVLRVAARt76KrRxsRQb1yr_BdQcWvdkWPdeB5kVkbLFPWMlHVA" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#4720 -form: Symfony\Component\Form\Form {#4716 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#4711 …5}  | 
            
| full_name | "contact[_token]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "contact__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 | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_contact__token" | 
            
| valid | true | 
            
| value | "75b590a0aa02005.zpYvVjbkKgKIDDN0_8jVy0sKAUSFgNe4H0omzoBhD44.uaVBMkTSQVLRVAARt76KrRxsRQb1yr_BdQcWvdkWPdeB5kVkbLFPWMlHVA" | 
            
cookie_consent
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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#5740 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 | "ShorelessStarterkitBundle" | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#5742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#5741 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| 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 {#5784 -form: Symfony\Component\Form\Form {#5785 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#5743 …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 | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_cookie_consent" | 
            
| valid | true | 
            
| value | null | 
            
system
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | true | 
            
| View Format | 
                                            "1"
                                     | 
            
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "disabled" => "disabled" ]  | 
                    
                                                                                                                            [ "disabled" => "disabled" ]  | 
                
| data | true | 
                    same as passed value | 
| label | "starterkit.component.cookie_consent.system.title" | 
                    same as passed value | 
| required | false | 
                    
                                                                                                                            false
                                             | 
                
Resolved Options
| Option | Value | 
|---|---|
| action | ""  | 
            
| allow_extra_fields | false | 
            
| allow_file_upload | false | 
            
| attr | [ "disabled" => "disabled" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | true | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| by_reference | true | 
            
| compound | false | 
            
| constraints | []  | 
            
| csrf_field_name | "_token" | 
            
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." | 
            
| csrf_protection | true | 
            
| csrf_token_id | null | 
            
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data | true | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#4596 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 {#4597 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "starterkit.component.cookie_consent.system.title" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#5750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#5749 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | [ "disabled" => "disabled" ]  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_cookie_consent_system" ]  | 
            
| cache_key | "_cookie_consent_system_checkbox" | 
            
| checked | true | 
            
| compound | false | 
            
| data | true | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#5800 -form: Symfony\Component\Form\Form {#5788 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#5751 …5}  | 
            
| full_name | "cookie_consent[system]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "cookie_consent_system" | 
            
| label | "starterkit.component.cookie_consent.system.title" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "system" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_cookie_consent_system" | 
            
| valid | true | 
            
| value | "1" | 
            
analytics
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 | []  | 
                    
                                                                                                                            []  | 
                
| data | false | 
                    
                                                                                                                            false
                                             | 
                
| label | "starterkit.component.cookie_consent.analytics.title" | 
                    same as passed value | 
| required | 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 | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data | false | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#4596 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 {#4597 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "starterkit.component.cookie_consent.analytics.title" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#5762 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#5761 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_cookie_consent_analytics" ]  | 
            
| cache_key | "_cookie_consent_analytics_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#5802 -form: Symfony\Component\Form\Form {#5791 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#5803 …5}  | 
            
| full_name | "cookie_consent[analytics]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "cookie_consent_analytics" | 
            
| label | "starterkit.component.cookie_consent.analytics.title" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "analytics" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_cookie_consent_analytics" | 
            
| valid | true | 
            
| value | "1" | 
            
external_videos
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 | []  | 
                    
                                                                                                                            []  | 
                
| data | false | 
                    
                                                                                                                            false
                                             | 
                
| label | "starterkit.component.cookie_consent.external_videos.title" | 
                    same as passed value | 
| required | 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 | 
            
| 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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data | false | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form, $viewData) {#4596 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 {#4597 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" }  | 
            
| label | "starterkit.component.cookie_consent.external_videos.title" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| mapped | true | 
            
| method | "POST" | 
            
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." | 
            
| priority | 0 | 
            
| property_path | null | 
            
| required | false | 
            
| row_attr | []  | 
            
| setter | null | 
            
| translation_domain | null | 
            
| trim | true | 
            
| upload_max_size_message | Closure() {#5774 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#5773 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
| value | "1" | 
            
View Vars
| Variable | Value | 
|---|---|
| action | ""  | 
            
| attr | []  | 
            
| attr_translation_parameters | []  | 
            
| block_prefixes | [ "form" "checkbox" "_cookie_consent_external_videos" ]  | 
            
| cache_key | "_cookie_consent_external_videos_checkbox" | 
            
| checked | false | 
            
| compound | false | 
            
| data | false | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#5804 -form: Symfony\Component\Form\Form {#5794 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#5805 …5}  | 
            
| full_name | "cookie_consent[external_videos]" | 
            
| help | null | 
            
| help_attr | []  | 
            
| help_html | false | 
            
| help_translation_parameters | []  | 
            
| id | "cookie_consent_external_videos" | 
            
| label | "starterkit.component.cookie_consent.external_videos.title" | 
            
| label_attr | []  | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| method | "POST" | 
            
| multipart | false | 
            
| name | "external_videos" | 
            
| priority | 0 | 
            
| required | false | 
            
| row_attr | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_cookie_consent_external_videos" | 
            
| valid | true | 
            
| value | "1" | 
            
save
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | null | 
            
| View Format | same as normalized format | 
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value | 
|---|---|---|
| attr | [ "class" => "cookie-consent-btn" ]  | 
                    
                                                                                                                            [ "class" => "cookie-consent-btn" ]  | 
                
| label | "starterkit.component.cookie_consent.btn.save" | 
                    same as passed value | 
Resolved Options
| Option | Value | 
|---|---|
| attr | [ "class" => "cookie-consent-btn" ]  | 
            
| attr_translation_parameters | []  | 
            
| auto_initialize | false | 
            
| block_name | null | 
            
| block_prefix | null | 
            
| disabled | false | 
            
| form_attr | false | 
            
| label | "starterkit.component.cookie_consent.btn.save" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | null | 
            
| validate | true | 
            
| validation_groups | null | 
            
View Vars
| Variable | Value | 
|---|---|
| attr | [ "class" => "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 {#5813 …5}  | 
            
| full_name | "cookie_consent[save]" | 
            
| id | "cookie_consent_save" | 
            
| label | "starterkit.component.cookie_consent.btn.save" | 
            
| label_format | null | 
            
| label_html | false | 
            
| label_translation_parameters | []  | 
            
| multipart | false | 
            
| name | "save" | 
            
| priority | 0 | 
            
| row_attr | []  | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_cookie_consent_save" | 
            
| value | null | 
            
_token
Errors
This form has no errors.
Default Data
| Property | Value | 
|---|---|
| Model Format | same as normalized format | 
| Normalized Format | "8a2e780c68409d6d21419.lDUe4AoHRajrlqidu9snFX2hHBMCQWCVtxehiAJtEA8.001Q0ExvKp6t1-b_0ZZ2QgzMeyZUDTjg53mV6kMqdCLOfEiHYl8jnqXm8Q" | 
            
| 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 | "8a2e780c68409d6d21419.lDUe4AoHRajrlqidu9snFX2hHBMCQWCVtxehiAJtEA8.001Q0ExvKp6t1-b_0ZZ2QgzMeyZUDTjg53mV6kMqdCLOfEiHYl8jnqXm8Q" | 
                    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 {#4449 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4450 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4451 …} -namespace: Closure() {#4453 …} }  | 
            
| data | "8a2e780c68409d6d21419.lDUe4AoHRajrlqidu9snFX2hHBMCQWCVtxehiAJtEA8.001Q0ExvKp6t1-b_0ZZ2QgzMeyZUDTjg53mV6kMqdCLOfEiHYl8jnqXm8Q" | 
            
| data_class | null | 
            
| disabled | false | 
            
| empty_data | Closure(FormInterface $form) {#1723 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() {#1731 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#196 …} $message: Closure() {#1722 …} $translationDomain: "validators" } }  | 
            
| validation_groups | null | 
            
View Vars
| 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 | "8a2e780c68409d6d21419.lDUe4AoHRajrlqidu9snFX2hHBMCQWCVtxehiAJtEA8.001Q0ExvKp6t1-b_0ZZ2QgzMeyZUDTjg53mV6kMqdCLOfEiHYl8jnqXm8Q" | 
            
| disabled | false | 
            
| errors | Symfony\Component\Form\FormErrorIterator {#1905 -form: Symfony\Component\Form\Form {#1884 …} -errors: [] }  | 
            
| form | Symfony\Component\Form\FormView {#1733 …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 | []  | 
            
| submitted | false | 
            
| translation_domain | "ShorelessStarterkitBundle" | 
            
| unique_block_prefix | "_cookie_consent__token" | 
            
| valid | true | 
            
| value | "8a2e780c68409d6d21419.lDUe4AoHRajrlqidu9snFX2hHBMCQWCVtxehiAJtEA8.001Q0ExvKp6t1-b_0ZZ2QgzMeyZUDTjg53mV6kMqdCLOfEiHYl8jnqXm8Q" |