- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 124
- 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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2509 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2511 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2510 …} } } |
| 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 {#2673 -form: Symfony\Component\Form\Form {#2672 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2512 …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 {#2577 +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 {#2548 +payload: null +message: "form.contact.gender.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Choice {#2577 +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 {#2548 +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 {#2577 +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 {#2548 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| 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() {#2553 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2550 …} } } |
| 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 {#2538 +label: "form.contact.gender.male" +value: "male" +data: "male" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2536 +label: "form.contact.gender.female" +value: "female" +data: "female" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2735 -form: Symfony\Component\Form\Form {#2688 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2759 …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) {#2737 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2547 …} } |
| 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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2624 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2621 …} } |
| 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 {#2622 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() {#2712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2708 …} } } |
| 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 {#2666 -form: Symfony\Component\Form\Form {#2691 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2736 …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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2624 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2621 …} } |
| 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 {#2622 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() {#2681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2680 …} } } |
| 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 {#2655 -form: Symfony\Component\Form\Form {#2694 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2646 …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 {#2526 +payload: null +message: "form.contact.firstname.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2526 +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 {#2526 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2563 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2564 …} } } |
| 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 {#2742 -form: Symfony\Component\Form\Form {#2697 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2740 …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 {#2524 +payload: null +message: "form.contact.lastname.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2524 +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 {#2524 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2556 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2551 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2555 …} } } |
| 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 {#2616 -form: Symfony\Component\Form\Form {#2700 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2628 …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 {#2519 +payload: null +message: "form.contact.company.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2519 +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 {#2519 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2586 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2588 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2587 …} } } |
| 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 {#2603 -form: Symfony\Component\Form\Form {#2703 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2589 …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 {#2521 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2522 +payload: null +message: "form.contact.email.notvalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2521 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2522 +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 {#2521 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2522 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2595 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2602 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2596 …} } } |
| 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 {#2569 -form: Symfony\Component\Form\Form {#2706 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2567 …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 {#2543 +payload: null +message: "form.contact.message.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2543 +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 {#2543 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2609 …} } } |
| 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 {#2537 -form: Symfony\Component\Form\Form {#2720 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2682 …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 {#2546 +payload: null +message: "form.contact.agreement.nottrue" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2546 +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 {#2546 +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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2624 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2621 …} } |
| 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 {#2622 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() {#2631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2629 …} } } |
| 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 {#2762 -form: Symfony\Component\Form\Form {#2722 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2764 …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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2639 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2638 …} } } |
| 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 {#2765 -form: Symfony\Component\Form\Form {#2725 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2766 …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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2652 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2654 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2653 …} } } |
| 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 {#2767 -form: Symfony\Component\Form\Form {#2728 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2769 …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 {#2771 …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 | "28f54edc63c479f89ab2e1967.WA_gQq1lvK9x4K6Pmtiv2p5b7k3afLkJr77q1ArrKjM.aEeJb-IE0c4kudm8zZHwkdUwmgm2H-9lxsmtrj3YWlgdebo16RHT6TO0yQ" |
| 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 | "28f54edc63c479f89ab2e1967.WA_gQq1lvK9x4K6Pmtiv2p5b7k3afLkJr77q1ArrKjM.aEeJb-IE0c4kudm8zZHwkdUwmgm2H-9lxsmtrj3YWlgdebo16RHT6TO0yQ" |
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 {#2479 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2478 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2490 …} -namespace: Closure() {#2496 …} } |
| data | "28f54edc63c479f89ab2e1967.WA_gQq1lvK9x4K6Pmtiv2p5b7k3afLkJr77q1ArrKjM.aEeJb-IE0c4kudm8zZHwkdUwmgm2H-9lxsmtrj3YWlgdebo16RHT6TO0yQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2774 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2437 …} } |
| 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() {#2772 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2495 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2773 …} } } |
| 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 | "28f54edc63c479f89ab2e1967.WA_gQq1lvK9x4K6Pmtiv2p5b7k3afLkJr77q1ArrKjM.aEeJb-IE0c4kudm8zZHwkdUwmgm2H-9lxsmtrj3YWlgdebo16RHT6TO0yQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2783 -form: Symfony\Component\Form\Form {#2779 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2770 …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 | "28f54edc63c479f89ab2e1967.WA_gQq1lvK9x4K6Pmtiv2p5b7k3afLkJr77q1ArrKjM.aEeJb-IE0c4kudm8zZHwkdUwmgm2H-9lxsmtrj3YWlgdebo16RHT6TO0yQ" |