- Pimcore
- Request / Response
- Performance
- Validator
- Targeting
- Forms
- Exception
- Logs 143
- 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
-
-
email
-
privacyConsent
-
submit
-
_token
-
-
-
name
-
email
-
message
-
privacyConsent
-
promotiveMaterialConsent
-
submit
-
_token
-
newsletter_form
"App\Form\NewsletterFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/hr/newsletter-form/" |
same as passed value |
data | [] |
[] |
Resolved Options
Option | Value |
---|---|
action | "/hr/newsletter-form/" |
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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
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() {#4624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#4623 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/hr/newsletter-form/" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "newsletter_form" "_newsletter_form" ] |
cache_key | "_newsletter_form_newsletter_form" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4652 -form: Symfony\Component\Form\Form {#4653 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4625 …5} |
full_name | "newsletter_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "newsletter_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_form" |
valid | true |
value | [] |
"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 | [ "required" => true ] |
[ "required" => true ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4630 +message: "E-mail je obavezan" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4631 +maxMessage: "newsletter.email.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Email {#4632 +message: "E-mail adresa nije ispravna" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4630 +message: "E-mail je obavezan" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4631 +maxMessage: "newsletter.email.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Email {#4632 +message: "E-mail adresa nije ispravna" +mode: null +normalizer: null +payload: null } ] |
label | "Molimo unesite vaš email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4630 +message: "E-mail je obavezan" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#4631 +maxMessage: "newsletter.email.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } Symfony\Component\Validator\Constraints\Email {#4632 +message: "E-mail adresa nije ispravna" +mode: null +normalizer: null +payload: 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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4635 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Molimo unesite vaš email" |
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() {#4637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#4636 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_newsletter_form_email" ] |
cache_key | "_newsletter_form_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4667 -form: Symfony\Component\Form\Form {#4656 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4665 …5} |
full_name | "newsletter_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_form_email" |
label | "Molimo unesite vaš email" |
label_attr | [] |
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 | "_newsletter_form_email" |
valid | true |
value | "" |
privacyConsent
"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 |
---|---|---|
attr | [ "class" => "privacyConsent" "required" => false ] |
[ "class" => "privacyConsent" "required" => false ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4633 +message: "newsletter.privacy-consent.required" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#4633 +message: "newsletter.privacy-consent.required" +allowNull: false +normalizer: null +payload: null } ] |
label | "newsletter.privacy-consent.label" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "privacyConsent" "required" => false ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#4633 +message: "newsletter.privacy-consent.required" +allowNull: false +normalizer: null +payload: 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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#3984 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3980 …} } |
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 {#3986 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "newsletter.privacy-consent.label" |
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() {#4645 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#4644 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "privacyConsent" "required" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_newsletter_form_privacyConsent" ] |
cache_key | "_newsletter_form_privacyConsent_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4668 -form: Symfony\Component\Form\Form {#4659 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4669 …5} |
full_name | "newsletter_form[privacyConsent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_form_privacyConsent" |
label | "newsletter.privacy-consent.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyConsent" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_newsletter_form_privacyConsent" |
valid | true |
value | "1" |
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 |
---|---|---|
label | "PRIJAVI SE" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "PRIJAVI SE" |
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" "_newsletter_form_submit" ] |
cache_key | "_newsletter_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#4674 …5} |
full_name | "newsletter_form[submit]" |
id | "newsletter_form_submit" |
label | "PRIJAVI SE" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_newsletter_form_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "e6d3.gym2a0notyFnLzCCvIXwX_V6mH-9Pzs6syeoaCRActw.13H7LQyl_ns4R3371rykD7wT8yiQXmRM4VfZBmMtPqXKc-M5DZ_iQ1ZMWw" |
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 | "e6d3.gym2a0notyFnLzCCvIXwX_V6mH-9Pzs6syeoaCRActw.13H7LQyl_ns4R3371rykD7wT8yiQXmRM4VfZBmMtPqXKc-M5DZ_iQ1ZMWw" |
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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data | "e6d3.gym2a0notyFnLzCCvIXwX_V6mH-9Pzs6syeoaCRActw.13H7LQyl_ns4R3371rykD7wT8yiQXmRM4VfZBmMtPqXKc-M5DZ_iQ1ZMWw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#4646 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
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() {#4676 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#4670 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_newsletter_form__token" ] |
cache_key | "_newsletter_form__token_hidden" |
compound | false |
data | "e6d3.gym2a0notyFnLzCCvIXwX_V6mH-9Pzs6syeoaCRActw.13H7LQyl_ns4R3371rykD7wT8yiQXmRM4VfZBmMtPqXKc-M5DZ_iQ1ZMWw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4686 -form: Symfony\Component\Form\Form {#4682 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4677 …5} |
full_name | "newsletter_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "newsletter_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 | "_newsletter_form__token" |
valid | true |
value | "e6d3.gym2a0notyFnLzCCvIXwX_V6mH-9Pzs6syeoaCRActw.13H7LQyl_ns4R3371rykD7wT8yiQXmRM4VfZBmMtPqXKc-M5DZ_iQ1ZMWw" |
contact_us_form
"App\Form\ContactUsFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/hr/contact-us-form/" |
same as passed value |
data | [] |
[] |
Resolved Options
Option | Value |
---|---|
action | "/hr/contact-us-form/" |
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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data | [] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5640 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
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() {#5642 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5641 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/hr/contact-us-form/" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_us_form" "_contact_us_form" ] |
cache_key | "_contact_us_form_contact_us_form" |
compound | true |
data | [] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5701 -form: Symfony\Component\Form\Form {#5702 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5643 …5} |
full_name | "contact_us_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_us_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form" |
valid | true |
value | [] |
name
"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 | [ "required" => false ] |
[ "required" => false ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5648 +maxMessage: "contact-us.name.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#5648 +maxMessage: "contact-us.name.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
label | "Vaše ime" |
same as passed value |
translation_domain | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => false ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#5648 +maxMessage: "contact-us.name.max" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 100 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: 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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5653 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Vaše ime" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#5655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5654 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_form_name" ] |
cache_key | "_contact_us_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5665 -form: Symfony\Component\Form\Form {#5705 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5678 …5} |
full_name | "contact_us_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_name" |
label | "Vaše ime" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_contact_us_form_name" |
valid | true |
value | "" |
"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 | [ "required" => true ] |
[ "required" => true ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5649 +message: "E-mail je obavezan" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5650 +message: "E-mail adresa nije ispravna" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5649 +message: "E-mail je obavezan" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5650 +message: "E-mail adresa nije ispravna" +mode: null +normalizer: null +payload: null } ] |
label | "Vaš email" |
same as passed value |
translation_domain | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5649 +message: "E-mail je obavezan" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#5650 +message: "E-mail adresa nije ispravna" +mode: null +normalizer: null +payload: 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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Vaš email" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#5664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5663 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_us_form_email" ] |
cache_key | "_contact_us_form_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5656 -form: Symfony\Component\Form\Form {#5708 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5723 …5} |
full_name | "contact_us_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_email" |
label | "Vaš email" |
label_attr | [] |
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 | false |
unique_block_prefix | "_contact_us_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 | [ "required" => true ] |
[ "required" => true ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5651 +message: "Poruka ne može biti prazna" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5651 +message: "Poruka ne može biti prazna" +allowNull: false +normalizer: null +payload: null } ] |
label | "Vaša poruka" |
same as passed value |
translation_domain | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5651 +message: "Poruka ne može biti prazna" +allowNull: false +normalizer: null +payload: 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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5675 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Vaša poruka" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#5677 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5676 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "required" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_us_form_message" ] |
cache_key | "_contact_us_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5725 -form: Symfony\Component\Form\Form {#5711 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5726 …5} |
full_name | "contact_us_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_message" |
label | "Vaša poruka" |
label_attr | [] |
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 | false |
unique_block_prefix | "_contact_us_form_message" |
valid | true |
value | "" |
privacyConsent
"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 |
---|---|---|
attr | [ "class" => "privacyConsent" "required" => false ] |
[ "class" => "privacyConsent" "required" => false ] |
label | "contact-us.privacy-consent.label" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "privacyConsent" "required" => false ] |
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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#3984 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3980 …} } |
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 {#3986 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "contact-us.privacy-consent.label" |
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() {#5685 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5684 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "privacyConsent" "required" => false ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_us_form_privacyConsent" ] |
cache_key | "_contact_us_form_privacyConsent_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5727 -form: Symfony\Component\Form\Form {#5714 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5728 …5} |
full_name | "contact_us_form[privacyConsent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_privacyConsent" |
label | "contact-us.privacy-consent.label" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyConsent" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_us_form_privacyConsent" |
valid | true |
value | "1" |
promotiveMaterialConsent
"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 |
---|---|---|
attr | [ "class" => "promotiveMaterialConsent" ] |
[ "class" => "promotiveMaterialConsent" ] |
label | "<span style="font-size:14px">Želim i pristajem da mi Meddox digital d.o.o. šalje promotivne poruke o preventivnim pregledima, ponudama partnera te drugim događajima i informacijama, u skladu sa <a href="https://meddox.com/hr/uvjeti-i-odredbe" target="_blank">Uvjetima korištenja i pružanja usluga</a> i <a href="http://meddox.com/hr/politika-privatnosti" target="_blank">Politikom privatnosti</a>.</span>" |
same as passed value |
required | false |
false
|
translation_domain | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "promotiveMaterialConsent" ] |
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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#3984 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#3980 …} } |
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 {#3986 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "<span style="font-size:14px">Želim i pristajem da mi Meddox digital d.o.o. šalje promotivne poruke o preventivnim pregledima, ponudama partnera te drugim događajima i informacijama, u skladu sa <a href="https://meddox.com/hr/uvjeti-i-odredbe" target="_blank">Uvjetima korištenja i pružanja usluga</a> i <a href="http://meddox.com/hr/politika-privatnosti" target="_blank">Politikom privatnosti</a>.</span>" |
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 | false |
trim | true |
upload_max_size_message | Closure() {#5694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5693 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "promotiveMaterialConsent" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_contact_us_form_promotiveMaterialConsent" ] |
cache_key | "_contact_us_form_promotiveMaterialConsent_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5738 -form: Symfony\Component\Form\Form {#5717 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5740 …5} |
full_name | "contact_us_form[promotiveMaterialConsent]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_form_promotiveMaterialConsent" |
label | "<span style="font-size:14px">Želim i pristajem da mi Meddox digital d.o.o. šalje promotivne poruke o preventivnim pregledima, ponudama partnera te drugim događajima i informacijama, u skladu sa <a href="https://meddox.com/hr/uvjeti-i-odredbe" target="_blank">Uvjetima korištenja i pružanja usluga</a> i <a href="http://meddox.com/hr/politika-privatnosti" target="_blank">Politikom privatnosti</a>.</span>" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "promotiveMaterialConsent" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_contact_us_form_promotiveMaterialConsent" |
valid | true |
value | "1" |
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 |
---|---|---|
label | "POŠALJI" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "POŠALJI" |
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_us_form_submit" ] |
cache_key | "_contact_us_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#5742 …5} |
full_name | "contact_us_form[submit]" |
id | "contact_us_form_submit" |
label | "POŠALJI" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_contact_us_form_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2f99d05d4d515.zN49rLgacf-UN-DVMmcUTWP5fcEQNQ9_-6XRt7sia1I.o40K6OB5R5ytD7eRAjBaC1efMZheUWkSmsmH59FxXxO5rVzo_0kikeROuQ" |
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 | "2f99d05d4d515.zN49rLgacf-UN-DVMmcUTWP5fcEQNQ9_-6XRt7sia1I.o40K6OB5R5ytD7eRAjBaC1efMZheUWkSmsmH59FxXxO5rVzo_0kikeROuQ" |
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 {#3932 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#3933 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#3934 …} -namespace: Closure() {#3936 …} } |
data | "2f99d05d4d515.zN49rLgacf-UN-DVMmcUTWP5fcEQNQ9_-6XRt7sia1I.o40K6OB5R5ytD7eRAjBaC1efMZheUWkSmsmH59FxXxO5rVzo_0kikeROuQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5695 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3914 …} } |
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() {#5743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3938 …} use: { $translator: Pimcore\Translation\Translator {#331 …} $translationDomain: "validators" $message: Closure() {#5741 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact_us_form__token" ] |
cache_key | "_contact_us_form__token_hidden" |
compound | false |
data | "2f99d05d4d515.zN49rLgacf-UN-DVMmcUTWP5fcEQNQ9_-6XRt7sia1I.o40K6OB5R5ytD7eRAjBaC1efMZheUWkSmsmH59FxXxO5rVzo_0kikeROuQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5753 -form: Symfony\Component\Form\Form {#5749 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5744 …5} |
full_name | "contact_us_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_us_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_us_form__token" |
valid | true |
value | "2f99d05d4d515.zN49rLgacf-UN-DVMmcUTWP5fcEQNQ9_-6XRt7sia1I.o40K6OB5R5ytD7eRAjBaC1efMZheUWkSmsmH59FxXxO5rVzo_0kikeROuQ" |