- Request / Response
- API Platform
- Performance
- Validator
- Forms
- Exception
- Logs 251
- Events
- Routing
- Cache
- Translation 19
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- Template events 1
- Blocks* 1
- Payum
- Themes 1
- Configuration
- Cart 0
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
email
-
message
-
societe
-
nom
-
prenom
-
telephone
-
adresse
-
departement
-
ville
-
attachment
-
captcha
-
_token
-
sylius_contact
"Sylius\Bundle\CoreBundle\Form\Type\ContactType"
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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
null |
|
empty_data | Closure(FormInterface $form) {#6630 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6632 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6631 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sylius_contact" "_sylius_contact" ] |
cache_key | "_sylius_contact_sylius_contact" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6904 -form: Symfony\Component\Form\Form {#6779 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6917 …5} |
full_name | "sylius_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "sylius_contact" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact" |
valid | true |
value | null |
"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" => "app.contact.email" "class" => "input-control" ] |
[ "placeholder" => "app.contact.email" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6705 +message: "sylius.contact.email.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#6689 +message: "sylius.contact.email.invalid" +checkMX: false +checkHost: false +strict: null +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6705 +message: "sylius.contact.email.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#6689 +message: "sylius.contact.email.invalid" +checkMX: false +checkHost: false +strict: null +mode: null +normalizer: null +payload: null } ] |
label | "app.ui.email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.email" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6705 +message: "sylius.contact.email.not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#6689 +message: "sylius.contact.email.invalid" +checkMX: false +checkHost: false +strict: null +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6673 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.ui.email" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6698 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6688 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.email" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_contact_email" ] |
cache_key | "_sylius_contact_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6900 -form: Symfony\Component\Form\Form {#6775 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6899 …5} |
full_name | "sylius_contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_email" |
label | "app.ui.email" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_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" => "app.contact.message" "class" => "form-control" ] |
[ "placeholder" => "app.contact.message" "class" => "form-control" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.message" "class" => "form-control" ] |
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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6634 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6655 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6708 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.message" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_sylius_contact_message" ] |
cache_key | "_sylius_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6901 -form: Symfony\Component\Form\Form {#6778 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6902 …5} |
full_name | "sylius_contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_message" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_message" |
valid | true |
value | "" |
societe
"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" => "app.contact.societe" "class" => "input-control" ] |
[ "placeholder" => "app.contact.societe" "class" => "input-control" ] |
label | "app.ui.societe" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.societe" "class" => "input-control" ] |
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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6594 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.ui.societe" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6601 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6593 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.societe" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_contact_societe" ] |
cache_key | "_sylius_contact_societe_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6903 -form: Symfony\Component\Form\Form {#6833 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6915 …5} |
full_name | "sylius_contact[societe]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_societe" |
label | "app.ui.societe" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "societe" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_societe" |
valid | true |
value | "" |
nom
"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" => "app.contact.nom" "class" => "input-control" ] |
[ "placeholder" => "app.contact.nom" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6667 +message: "sylius.address.last_name.not_blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6667 +message: "sylius.address.last_name.not_blank" +allowNull: false +normalizer: null +payload: null } ] |
label | "app.ui.nom" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.nom" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6667 +message: "sylius.address.last_name.not_blank" +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6608 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.ui.nom" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6609 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.nom" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_contact_nom" ] |
cache_key | "_sylius_contact_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6912 -form: Symfony\Component\Form\Form {#6772 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6911 …5} |
full_name | "sylius_contact[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_nom" |
label | "app.ui.nom" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_nom" |
valid | true |
value | "" |
prenom
"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" => "app.contact.prenom" "class" => "input-control" ] |
[ "placeholder" => "app.contact.prenom" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6615 +message: "sylius.address.first_name.not_blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6615 +message: "sylius.address.first_name.not_blank" +allowNull: false +normalizer: null +payload: null } ] |
label | "app.ui.prenom" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.prenom" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6615 +message: "sylius.address.first_name.not_blank" +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.ui.prenom" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6620 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.prenom" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_contact_prenom" ] |
cache_key | "_sylius_contact_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6914 -form: Symfony\Component\Form\Form {#6807 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6909 …5} |
full_name | "sylius_contact[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_prenom" |
label | "app.ui.prenom" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_prenom" |
valid | true |
value | "" |
telephone
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "app.contact.telephone" "class" => "input-control" ] |
[ "placeholder" => "app.contact.telephone" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6659 +message: "app.contact.tel_not_blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6659 +message: "app.contact.tel_not_blank" +allowNull: false +normalizer: null +payload: null } ] |
label | "app.ui.telephone" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.telephone" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6659 +message: "app.contact.tel_not_blank" +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6722 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.ui.telephone" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6721 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.telephone" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_sylius_contact_telephone" ] |
cache_key | "_sylius_contact_telephone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6908 -form: Symfony\Component\Form\Form {#6810 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6907 …5} |
full_name | "sylius_contact[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_telephone" |
label | "app.ui.telephone" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_telephone" |
valid | true |
value | "" |
adresse
"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" => "app.contact.adresse" "class" => "input-control" ] |
[ "placeholder" => "app.contact.adresse" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6666 +message: "app.contact.adresse_not_blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6666 +message: "app.contact.adresse_not_blank" +allowNull: false +normalizer: null +payload: null } ] |
label | "app.contact.adresse" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.adresse" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6666 +message: "app.contact.adresse_not_blank" +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.contact.adresse" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6735 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.adresse" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_contact_adresse" ] |
cache_key | "_sylius_contact_adresse_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6906 -form: Symfony\Component\Form\Form {#6813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6905 …5} |
full_name | "sylius_contact[adresse]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_adresse" |
label | "app.contact.adresse" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adresse" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_adresse" |
valid | true |
value | "" |
departement
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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" => "app.contact.departement" "class" => "input-control" ] |
[ "placeholder" => "app.contact.departement" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6665 +message: "app.contact.departement_not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#6672 +message: "app.contact.positive" +value: 0 +propertyPath: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6665 +message: "app.contact.departement_not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#6672 +message: "app.contact.positive" +value: 0 +propertyPath: null +payload: null } ] |
label | "app.contact.departement" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.departement" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6665 +message: "app.contact.departement_not_blank" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#6672 +message: "app.contact.positive" +value: 0 +propertyPath: 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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.contact.departement" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
rounding_mode | 2 |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6750 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6749 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.departement" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_sylius_contact_departement" ] |
cache_key | "_sylius_contact_departement_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6913 -form: Symfony\Component\Form\Form {#6816 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6910 …5} |
full_name | "sylius_contact[departement]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_departement" |
label | "app.contact.departement" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "departement" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_departement" |
valid | true |
value | "" |
ville
"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" => "app.contact.ville" "class" => "input-control" ] |
[ "placeholder" => "app.contact.ville" "class" => "input-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6663 +message: "app.contact.ville_not_blank" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#6663 +message: "app.contact.ville_not_blank" +allowNull: false +normalizer: null +payload: null } ] |
label | "app.contact.ville" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "app.contact.ville" "class" => "input-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#6663 +message: "app.contact.ville_not_blank" +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6757 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | "app.contact.ville" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6758 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "app.contact.ville" "class" => "input-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sylius_contact_ville" ] |
cache_key | "_sylius_contact_ville_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6897 -form: Symfony\Component\Form\Form {#6819 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6895 …5} |
full_name | "sylius_contact[ville]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_ville" |
label | "app.contact.ville" |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ville" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_ville" |
valid | true |
value | "" |
attachment
"Symfony\Component\Form\Extension\Core\Type\FileType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "multi" ] |
[ "class" => "multi" ] |
constraints | [ Symfony\Component\Validator\Constraints\All {#6697 +constraints: [ Symfony\Component\Validator\Constraints\File {#6664 +binaryFormat: false +mimeTypes: [ "image/jpeg" "image/jpg" "image/png" "application/pdf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "app.contact.file_not_blank" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 20000000 +payload: null +"groups": [ "Default" ] } ] +payload: null +"groups": [ "Default" ] } ] |
[ Symfony\Component\Validator\Constraints\All {#6697 +constraints: [ Symfony\Component\Validator\Constraints\File {#6664 +binaryFormat: false +mimeTypes: [ "image/jpeg" "image/jpg" "image/png" "application/pdf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "app.contact.file_not_blank" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 20000000 +payload: null +"groups": [ "Default" ] } ] +payload: null +"groups": [ "Default" ] } ] |
multiple | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | true |
attr | [ "class" => "multi" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\All {#6697 +constraints: [ Symfony\Component\Validator\Constraints\File {#6664 +binaryFormat: false +mimeTypes: [ "image/jpeg" "image/jpg" "image/png" "application/pdf" ] +notFoundMessage: "The file could not be found." +notReadableMessage: "The file is not readable." +maxSizeMessage: "The file is too large ({{ size }} {{ suffix }}). Allowed maximum size is {{ limit }} {{ suffix }}." +mimeTypesMessage: "app.contact.file_not_blank" +disallowEmptyMessage: "An empty file is not allowed." +uploadIniSizeErrorMessage: "The file is too large. Allowed maximum size is {{ limit }} {{ suffix }}." +uploadFormSizeErrorMessage: "The file is too large." +uploadPartialErrorMessage: "The file was only partially uploaded." +uploadNoFileErrorMessage: "No file was uploaded." +uploadNoTmpDirErrorMessage: "No temporary folder was configured in php.ini." +uploadCantWriteErrorMessage: "Cannot write temporary file to disk." +uploadExtensionErrorMessage: "A PHP extension caused the upload to fail." +uploadErrorMessage: "The file could not be uploaded." #maxSize: 20000000 +payload: null +"groups": [ "Default" ] } ] +payload: null +"groups": [ "Default" ] } ] |
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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | [] |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | true |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6804 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "multi" "multiple" => "multiple" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "file" "_sylius_contact_attachment" ] |
cache_key | "_sylius_contact_attachment_file" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6894 -form: Symfony\Component\Form\Form {#6822 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6893 …5} |
full_name | "sylius_contact[attachment][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact_attachment" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | true |
name | "attachment" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "file" |
unique_block_prefix | "_sylius_contact_attachment" |
valid | true |
value | "" |
captcha
"Karser\Recaptcha3Bundle\Form\Recaptcha3Type"
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 |
---|---|---|
action_name | null |
null
|
constraints | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#6616 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#6701 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#6616 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#6701 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
action_name | null |
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 | [ Karser\Recaptcha3Bundle\Validator\Constraints\Recaptcha3 {#6616 +message: "Your computer or network may be sending automated queries" +messageMissingValue: "The captcha value is missing" +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#6701 +message: "This value should not be blank." +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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6787 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | null |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
locale | "en" |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6786 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
action_name | null |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "karser_recaptcha3" "_sylius_contact_captcha" ] |
cache_key | "_sylius_contact_captcha_karser_recaptcha3" |
compound | false |
data | null |
disabled | false |
enabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#6892 -form: Symfony\Component\Form\Form {#6825 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6891 …5} |
full_name | "sylius_contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
host | "www.recaptcha.net" |
id | "sylius_contact_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
locale | "en" |
method | "POST" |
multipart | false |
name | "captcha" |
required | false |
row_attr | [] |
script_nonce_csp | "" |
site_key | "6LcyegMnAAAAALWj-MfxDITpqOo7Y3IABr2oXnmZ" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact_captcha" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1GT84xY9qOstmFkyUZzOvhVfkQd2N-rp8rrCfSUjN-I" |
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 | "1GT84xY9qOstmFkyUZzOvhVfkQd2N-rp8rrCfSUjN-I" |
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 {#4802 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4803 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4759 …} -namespace: Closure() {#4805 …} } |
data | "1GT84xY9qOstmFkyUZzOvhVfkQd2N-rp8rrCfSUjN-I" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#6885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#6674 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#6887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#6703 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#210 …} $translationDomain: "validators" $message: Closure() {#6886 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_sylius_contact__token" ] |
cache_key | "_sylius_contact__token_hidden" |
compound | false |
data | "1GT84xY9qOstmFkyUZzOvhVfkQd2N-rp8rrCfSUjN-I" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#6623 -form: Symfony\Component\Form\Form {#6760 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#6896 …5} |
full_name | "sylius_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sylius_contact__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_sylius_contact__token" |
valid | true |
value | "1GT84xY9qOstmFkyUZzOvhVfkQd2N-rp8rrCfSUjN-I" |