- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 128
- 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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2518 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2520 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2519 …} } } |
| 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 {#2682 -form: Symfony\Component\Form\Form {#2681 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2521 …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 {#2586 +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 {#2557 +payload: null +message: "form.contact.gender.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Choice {#2586 +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 {#2557 +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 {#2586 +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 {#2557 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| 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() {#2562 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2559 …} } } |
| 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 {#2547 +label: "form.contact.gender.male" +value: "male" +data: "male" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2545 +label: "form.contact.gender.female" +value: "female" +data: "female" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2744 -form: Symfony\Component\Form\Form {#2697 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2768 …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) {#2746 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2556 …} } |
| 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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2633 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2630 …} } |
| 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 {#2631 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() {#2721 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2717 …} } } |
| 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 {#2675 -form: Symfony\Component\Form\Form {#2700 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2745 …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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2633 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2630 …} } |
| 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 {#2631 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() {#2690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2689 …} } } |
| 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 {#2664 -form: Symfony\Component\Form\Form {#2703 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2655 …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 {#2535 +payload: null +message: "form.contact.firstname.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2535 +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 {#2535 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2572 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2574 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2573 …} } } |
| 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 {#2751 -form: Symfony\Component\Form\Form {#2706 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2749 …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 {#2533 +payload: null +message: "form.contact.lastname.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2533 +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 {#2533 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2565 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2560 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} 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_lastname" ] |
| cache_key | "_contact_form_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2625 -form: Symfony\Component\Form\Form {#2709 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2637 …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 {#2528 +payload: null +message: "form.contact.company.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2528 +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 {#2528 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| 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 {#2446 …} } |
| 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() {#2597 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} 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" "_contact_form_company" ] |
| cache_key | "_contact_form_company_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2612 -form: Symfony\Component\Form\Form {#2712 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2598 …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 {#2530 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2531 +payload: null +message: "form.contact.email.notvalid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2530 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2531 +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 {#2530 +payload: null +message: "form.contact.email.blank" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2531 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2604 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2611 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2605 …} } } |
| 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 {#2578 -form: Symfony\Component\Form\Form {#2715 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2576 …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 {#2552 +payload: null +message: "form.contact.message.blank" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2552 +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 {#2552 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2618 …} } } |
| 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 {#2546 -form: Symfony\Component\Form\Form {#2729 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2691 …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 {#2555 +payload: null +message: "form.contact.agreement.nottrue" } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#2555 +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 {#2555 +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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2633 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2630 …} } |
| 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 {#2631 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() {#2640 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2638 …} } } |
| 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 {#2771 -form: Symfony\Component\Form\Form {#2731 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2773 …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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2648 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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 {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2647 …} } } |
| 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 {#2774 -form: Symfony\Component\Form\Form {#2734 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2775 …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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2661 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2663 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2662 …} } } |
| 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 {#2776 -form: Symfony\Component\Form\Form {#2737 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2778 …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 {#2780 …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 | "5055e884f8d76ab4956.stO67hUueZOommlZm2rzGcoE9sbufCmPNcgCFGuTyhQ.hrSIp297EcbL_j8z-DusX4E8n-uNP1H8XYEwS17w-C3AhZe4dlgJ19LrMA" |
| 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 | "5055e884f8d76ab4956.stO67hUueZOommlZm2rzGcoE9sbufCmPNcgCFGuTyhQ.hrSIp297EcbL_j8z-DusX4E8n-uNP1H8XYEwS17w-C3AhZe4dlgJ19LrMA" |
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 {#2488 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2487 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2499 …} -namespace: Closure() {#2505 …} } |
| data | "5055e884f8d76ab4956.stO67hUueZOommlZm2rzGcoE9sbufCmPNcgCFGuTyhQ.hrSIp297EcbL_j8z-DusX4E8n-uNP1H8XYEwS17w-C3AhZe4dlgJ19LrMA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2446 …} } |
| 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() {#2781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2504 …} use: { $translator: Pimcore\Translation\Translator {#308 …} $translationDomain: "validators" $message: Closure() {#2782 …} } } |
| 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 | "5055e884f8d76ab4956.stO67hUueZOommlZm2rzGcoE9sbufCmPNcgCFGuTyhQ.hrSIp297EcbL_j8z-DusX4E8n-uNP1H8XYEwS17w-C3AhZe4dlgJ19LrMA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2792 -form: Symfony\Component\Form\Form {#2788 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2779 …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 | "5055e884f8d76ab4956.stO67hUueZOommlZm2rzGcoE9sbufCmPNcgCFGuTyhQ.hrSIp297EcbL_j8z-DusX4E8n-uNP1H8XYEwS17w-C3AhZe4dlgJ19LrMA" |