- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 119
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
-
0
-
1
-
-
firstname
-
lastname
-
company
-
email
-
message
-
agreement
-
hidden
-
filled
-
submit
-
_token
-
contact_form
"App\Form\ContactFormType"
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 {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2519 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2521 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2520 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2683 -form: Symfony\Component\Form\Form {#2682 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2522 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | null |
gender
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "form.contact.gender.male" => "male" "form.contact.gender.female" => "female" ] |
[ "form.contact.gender.male" => "male" "form.contact.gender.female" => "female" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Choice {#2587 +payload: null +choices: [ "male" "female" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "form.contact.gender.badchoice" +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." } Symfony\Component\Validator\Constraints\NotBlank {#2558 +payload: null +message: "form.contact.gender.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Choice {#2587 +payload: null +choices: [ "male" "female" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "form.contact.gender.badchoice" +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." } Symfony\Component\Validator\Constraints\NotBlank {#2558 +payload: null +message: "form.contact.gender.blank" +allowNull: false +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| expanded | true |
same as passed value |
| label | " " |
same as passed value |
| label_attr | [ "class" => "radio-label" ] |
[ "class" => "radio-label" ] |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "form.contact.gender.male" => "male" "form.contact.gender.female" => "female" ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\Choice {#2587 +payload: null +choices: [ "male" "female" ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "form.contact.gender.badchoice" +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." } Symfony\Component\Validator\Constraints\NotBlank {#2558 +payload: null +message: "form.contact.gender.blank" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | true |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | " " |
| label_attr | [ "class" => "radio-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#2563 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2560 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_form_gender" ] |
| cache_key | "_contact_form_gender_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2548 +label: "form.contact.gender.male" +value: "male" +data: "male" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2546 +label: "form.contact.gender.female" +value: "female" +data: "female" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2745 -form: Symfony\Component\Form\Form {#2698 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2769 …5} |
| full_name | "contact_form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_gender" |
| is_selected | Closure($choice, $value) {#2747 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2557 …} } |
| label | " " |
| label_attr | [ "class" => "radio-label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "gender" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_gender" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "form.contact.gender.male" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "male" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2634 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2632 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.contact.gender.male" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2718 …} } } |
| validation_groups | null |
| value | "male" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_gender_entry" ] |
| cache_key | "_contact_form_gender_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2676 -form: Symfony\Component\Form\Form {#2701 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2746 …5} |
| full_name | "contact_form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_gender_0" |
| label | "form.contact.gender.male" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_gender_entry" |
| valid | true |
| value | "male" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "form.contact.gender.female" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "female" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | "entry" |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2634 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2632 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.contact.gender.female" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2691 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2690 …} } } |
| validation_groups | null |
| value | "female" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_contact_form_gender_entry" ] |
| cache_key | "_contact_form_gender_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2665 -form: Symfony\Component\Form\Form {#2704 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2656 …5} |
| full_name | "contact_form[gender]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_gender_1" |
| label | "form.contact.gender.female" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_gender_entry" |
| valid | true |
| value | "female" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "" "class" => "form-input" ] |
[ "placeholder" => "" "class" => "form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2536 +payload: null +message: "form.contact.firstname.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2536 +payload: null +message: "form.contact.firstname.blank" +allowNull: false +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| label | " " |
same as passed value |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_firstname" "alt" => "Vorname *" "placeholder" => "Vorname *" ] |
[ "class" => "form-input-label" "data-input" => "contact_form_firstname" "alt" => "Vorname *" "placeholder" => "Vorname *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2536 +payload: null +message: "form.contact.firstname.blank" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2573 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_firstname" "alt" => "Vorname *" "placeholder" => "Vorname *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2575 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2574 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_firstname" ] |
| cache_key | "_contact_form_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2752 -form: Symfony\Component\Form\Form {#2707 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2750 …5} |
| full_name | "contact_form[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_firstname" |
| label | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_firstname" "alt" => "Vorname *" "placeholder" => "Vorname *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_firstname" |
| valid | true |
| value | "" |
lastname
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "" "class" => "form-input" ] |
[ "placeholder" => "" "class" => "form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2534 +payload: null +message: "form.contact.lastname.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2534 +payload: null +message: "form.contact.lastname.blank" +allowNull: false +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| label | " " |
same as passed value |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_lastname" "alt" => "Nachname *" "placeholder" => "Nachname *" ] |
[ "class" => "form-input-label" "data-input" => "contact_form_lastname" "alt" => "Nachname *" "placeholder" => "Nachname *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2534 +payload: null +message: "form.contact.lastname.blank" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2566 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_lastname" "alt" => "Nachname *" "placeholder" => "Nachname *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2561 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2565 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_lastname" ] |
| cache_key | "_contact_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2626 -form: Symfony\Component\Form\Form {#2710 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2638 …5} |
| full_name | "contact_form[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_lastname" |
| label | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_lastname" "alt" => "Nachname *" "placeholder" => "Nachname *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_lastname" |
| valid | true |
| value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "" "class" => "form-input" ] |
[ "placeholder" => "" "class" => "form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2529 +payload: null +message: "form.contact.company.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2529 +payload: null +message: "form.contact.company.blank" +allowNull: false +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| label | " " |
same as passed value |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_company" "alt" => "Firma *" "placeholder" => "Firma *" ] |
[ "class" => "form-input-label" "data-input" => "contact_form_company" "alt" => "Firma *" "placeholder" => "Firma *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2529 +payload: null +message: "form.contact.company.blank" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2596 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_company" "alt" => "Firma *" "placeholder" => "Firma *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2598 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2597 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_company" ] |
| cache_key | "_contact_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2613 -form: Symfony\Component\Form\Form {#2713 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2599 …5} |
| full_name | "contact_form[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_company" |
| label | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_company" "alt" => "Firma *" "placeholder" => "Firma *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_company" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "" "class" => "form-input" ] |
[ "placeholder" => "" "class" => "form-input" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2531 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2532 +payload: null +message: "form.contact.email.notvalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2531 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2532 +payload: null +message: "form.contact.email.notvalid" +mode: null +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| label | " " |
same as passed value |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_email" "alt" => "E-Mail *" "placeholder" => "E-Mail *" ] |
[ "class" => "form-input-label" "data-input" => "contact_form_email" "alt" => "E-Mail *" "placeholder" => "E-Mail *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2531 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2532 +payload: null +message: "form.contact.email.notvalid" +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 {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2605 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_email" "alt" => "E-Mail *" "placeholder" => "E-Mail *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2606 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "" "class" => "form-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
| cache_key | "_contact_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2579 -form: Symfony\Component\Form\Form {#2716 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2577 …5} |
| full_name | "contact_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_email" |
| label | " " |
| label_attr | [ "class" => "form-input-label" "data-input" => "contact_form_email" "alt" => "E-Mail *" "placeholder" => "E-Mail *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_email" |
| valid | true |
| value | "" |
message
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
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" => "" "class" => "form-textarea" ] |
[ "placeholder" => "" "class" => "form-textarea" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2553 +payload: null +message: "form.contact.message.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2553 +payload: null +message: "form.contact.message.blank" +allowNull: false +normalizer: null } ] |
| error_bubbling | true |
same as passed value |
| label | " " |
same as passed value |
| label_attr | [ "class" => "form-textarea-label" "data-input" => "contact_form_message" "alt" => "Nachricht *" "placeholder" => "Nachricht *" ] |
[ "class" => "form-textarea-label" "data-input" => "contact_form_message" "alt" => "Nachricht *" "placeholder" => "Nachricht *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "" "class" => "form-textarea" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2553 +payload: null +message: "form.contact.message.blank" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2620 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | " " |
| label_attr | [ "class" => "form-textarea-label" "data-input" => "contact_form_message" "alt" => "Nachricht *" "placeholder" => "Nachricht *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2619 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "" "class" => "form-textarea" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2547 -form: Symfony\Component\Form\Form {#2730 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2692 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | " " |
| label_attr | [ "class" => "form-textarea-label" "data-input" => "contact_form_message" "alt" => "Nachricht *" "placeholder" => "Nachricht *" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
agreement
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2556 +payload: null +message: "form.contact.agreement.nottrue" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2556 +payload: null +message: "form.contact.agreement.nottrue" } ] |
| error_bubbling | true |
same as passed value |
| label | "form.contact.agreement" |
same as passed value |
| label_attr | [ "class" => "form-checkbox" ] |
[ "class" => "form-checkbox" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#2556 +payload: null +message: "form.contact.agreement.nottrue" } ] |
| 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 {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2634 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| error_bubbling | true |
| 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 | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#2632 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "form.contact.agreement" |
| label_attr | [ "class" => "form-checkbox" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2641 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2639 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_form_agreement" ] |
| cache_key | "_contact_form_agreement_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2772 -form: Symfony\Component\Form\Form {#2732 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2774 …5} |
| full_name | "contact_form[agreement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_agreement" |
| label | "form.contact.agreement" |
| label_attr | [ "class" => "form-checkbox" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreement" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_agreement" |
| valid | true |
| value | "1" |
hidden
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| 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 {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#2655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2648 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_form_hidden" ] |
| cache_key | "_contact_form_hidden_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2775 -form: Symfony\Component\Form\Form {#2735 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2776 …5} |
| full_name | "contact_form[hidden]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_hidden" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hidden" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_hidden" |
| valid | true |
| value | "" |
filled
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| 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 {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#2664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2663 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_contact_form_filled" ] |
| cache_key | "_contact_form_filled_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2777 -form: Symfony\Component\Form\Form {#2738 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2779 …5} |
| full_name | "contact_form[filled]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_filled" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "filled" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_filled" |
| valid | true |
| value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| label | "form.contact.submit" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "form.contact.submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_form_submit" ] |
| cache_key | "_contact_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2781 …5} |
| full_name | "contact_form[submit]" |
| id | "contact_form_submit" |
| label | "form.contact.submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_form_submit" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "521483.Ba7jYs2TlUoUCguDGoT5cHagUHJ8X4LjEd-JDjx3uXw.UOWRL5T14H9nUzLidsyvJxf0BT8VO8-XaZ7HSEoxz0w164ompfDDflJwWg" |
| 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 | "521483.Ba7jYs2TlUoUCguDGoT5cHagUHJ8X4LjEd-JDjx3uXw.UOWRL5T14H9nUzLidsyvJxf0BT8VO8-XaZ7HSEoxz0w164ompfDDflJwWg" |
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 {#2489 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2488 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2500 …} -namespace: Closure() {#2506 …} } |
| data | "521483.Ba7jYs2TlUoUCguDGoT5cHagUHJ8X4LjEd-JDjx3uXw.UOWRL5T14H9nUzLidsyvJxf0BT8VO8-XaZ7HSEoxz0w164ompfDDflJwWg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2447 …} } |
| 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 | [] |
| legacy_error_messages | true |
| 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() {#2782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2505 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2783 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "521483.Ba7jYs2TlUoUCguDGoT5cHagUHJ8X4LjEd-JDjx3uXw.UOWRL5T14H9nUzLidsyvJxf0BT8VO8-XaZ7HSEoxz0w164ompfDDflJwWg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2793 -form: Symfony\Component\Form\Form {#2789 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2780 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "521483.Ba7jYs2TlUoUCguDGoT5cHagUHJ8X4LjEd-JDjx3uXw.UOWRL5T14H9nUzLidsyvJxf0BT8VO8-XaZ7HSEoxz0w164ompfDDflJwWg" |