Forms
-
-
email
-
lastname
-
firstname
-
phoneNumber
-
civility
-
address
-
village
-
postalCode
-
-
first
-
second
-
-
captcha
-
_token
-
customer
Form type:
"App\Form\Customer\CustomerType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Customer {#443 -id: null -email: null -roles: [ "ROLE_CUSTOMER" ] -password: null -firstname: null -lastname: null -phoneNumber: null -civility: null -address: null -village: null -postalCode: null -birthdaySongs: Doctrine\Common\Collections\ArrayCollection {#444 …} -weddingSongs: Doctrine\Common\Collections\ArrayCollection {#445 …} -active: true -resetToken: null -resetTokenDateTime: null -Imported: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Customer {#443 -id: null -email: null -roles: [ "ROLE_CUSTOMER" ] -password: null -firstname: null -lastname: null -phoneNumber: null -civility: null -address: null -village: null -postalCode: null -birthdaySongs: Doctrine\Common\Collections\ArrayCollection {#444 …} -weddingSongs: Doctrine\Common\Collections\ArrayCollection {#445 …} -active: true -resetToken: null -resetTokenDateTime: null -Imported: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data | App\Entity\Customer {#443 -id: null -email: null -roles: [ "ROLE_CUSTOMER" ] -password: null -firstname: null -lastname: null -phoneNumber: null -civility: null -address: null -village: null -postalCode: null -birthdaySongs: Doctrine\Common\Collections\ArrayCollection {#444 …} -weddingSongs: Doctrine\Common\Collections\ArrayCollection {#445 …} -active: true -resetToken: null -resetTokenDateTime: null -Imported: null } |
data_class | "App\Entity\Customer" |
disabled | false |
empty_data | Closure(FormInterface $form) {#607 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Customer" } } |
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 | [] |
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() {#609 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#608 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "customer" "_customer" ] |
cache_key | "_customer_customer" |
compound | true |
data | App\Entity\Customer {#443 -id: null -email: null -roles: [ "ROLE_CUSTOMER" ] -password: null -firstname: null -lastname: null -phoneNumber: null -civility: null -address: null -village: null -postalCode: null -birthdaySongs: Doctrine\Common\Collections\ArrayCollection {#444 …} -weddingSongs: Doctrine\Common\Collections\ArrayCollection {#445 …} -active: true -resetToken: null -resetTokenDateTime: null -Imported: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#771 -form: Symfony\Component\Form\Form {#777 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#610 …5} |
full_name | "customer" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "customer" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer" |
valid | true |
value | App\Entity\Customer {#443 -id: null -email: null -roles: [ "ROLE_CUSTOMER" ] -password: null -firstname: null -lastname: null -phoneNumber: null -civility: null -address: null -village: null -postalCode: null -birthdaySongs: Doctrine\Common\Collections\ArrayCollection {#444 …} -weddingSongs: Doctrine\Common\Collections\ArrayCollection {#445 …} -active: true -resetToken: null -resetTokenDateTime: null -Imported: null } |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#615 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#616 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#615 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#616 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Adresse e-mail" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#615 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#616 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#641 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Adresse e-mail" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#642 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_customer_email" ] |
cache_key | "_customer_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#725 -form: Symfony\Component\Form\Form {#780 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#813 …5} |
full_name | "customer[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_email" |
label | "Adresse e-mail" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_email" |
valid | true |
value | "" |
lastname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#617 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#618 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#617 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#618 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Nom" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#617 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#618 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#650 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Nom" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#652 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#651 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_lastname" ] |
cache_key | "_customer_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#716 -form: Symfony\Component\Form\Form {#783 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#707 …5} |
full_name | "customer[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_lastname" |
label | "Nom" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_lastname" |
valid | true |
value | "" |
firstname
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#619 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#620 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#619 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#620 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Prénom" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#619 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#620 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#659 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Prénom" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#661 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#660 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_firstname" ] |
cache_key | "_customer_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#695 -form: Symfony\Component\Form\Form {#786 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#675 …5} |
full_name | "customer[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_firstname" |
label | "Prénom" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_firstname" |
valid | true |
value | "" |
phoneNumber
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#621 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#622 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#621 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#622 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Numéro de téléphone" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#621 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#622 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Please provide a valid phone number." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Numéro de téléphone" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#674 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#673 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_customer_phoneNumber" ] |
cache_key | "_customer_phoneNumber_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#662 -form: Symfony\Component\Form\Form {#789 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#653 …5} |
full_name | "customer[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_phoneNumber" |
label | "Numéro de téléphone" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_phoneNumber" |
valid | true |
value | "" |
civility
Errors
This form has no errors.
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" => "input-neutral" "placeholder" => "Votre civilité" ] |
[ "class" => "input-neutral" "placeholder" => "Votre civilité" ] |
choices | [ "Monsieur" => 2 "Madamemoiselle" => 0 "Madame" => 1 ] |
[ "Monsieur" => 2 "Madamemoiselle" => 0 "Madame" => 1 ] |
empty_data | null |
null
|
label | "Civilité" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" "placeholder" => "Votre civilité" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Monsieur" => 2 "Madamemoiselle" => 0 "Madame" => 1 ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Civilité" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
placeholder_attr | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#692 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" "placeholder" => "Votre civilité" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_customer_civility" ] |
cache_key | "_customer_civility_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#840 +label: "Monsieur" +value: "2" +data: 2 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#841 +label: "Madamemoiselle" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#842 +label: "Madame" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#644 -form: Symfony\Component\Form\Form {#792 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#838 …5} |
full_name | "customer[civility]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_civility" |
is_selected | Closure($choice, $value) {#881 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
label | "Civilité" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "civility" |
placeholder | null |
placeholder_attr | [] |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_civility" |
valid | true |
value | "" |
address
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#623 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#624 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#623 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#624 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Adresse" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#623 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#624 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#704 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Adresse" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#705 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_address" ] |
cache_key | "_customer_address_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#795 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#884 …5} |
full_name | "customer[address]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_address" |
label | "Adresse" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "address" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_address" |
valid | true |
value | "" |
village
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#625 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#626 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#625 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#626 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Village" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#625 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#626 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#713 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Village" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#714 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_village" ] |
cache_key | "_customer_village_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#890 -form: Symfony\Component\Form\Form {#798 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#892 …5} |
full_name | "customer[village]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_village" |
label | "Village" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "village" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_village" |
valid | true |
value | "" |
postalCode
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#627 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#628 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#627 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#628 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Code postal" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#627 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#628 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#722 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "Code postal" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#724 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#723 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_customer_postalCode" ] |
cache_key | "_customer_postalCode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#893 -form: Symfony\Component\Form\Form {#801 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#894 …5} |
full_name | "customer[postalCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_postalCode" |
label | "Code postal" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "postalCode" |
priority | 0 |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_postalCode" |
valid | true |
value | "" |
password
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
first_options | [ "label" => "Mot de passe" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#631 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] "label_attr" => [ "class" => "font-semibold" ] "attr" => [ "class" => "input-neutral" ] ] |
[ "label" => "Mot de passe" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#631 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] "label_attr" => [ "class" => "font-semibold" ] "attr" => [ "class" => "input-neutral" ] ] |
invalid_message | "Les champs de mot de passe doivent correspondre." |
same as passed value |
required | true |
same as passed value |
second_options | [ "label" => "Répéter le mot de passe" "label_attr" => [ "class" => "font-semibold" ] "attr" => [ "class" => "input-neutral" ] ] |
[ "label" => "Répéter le mot de passe" "label_attr" => [ "class" => "font-semibold" ] "attr" => [ "class" => "input-neutral" ] ] |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#736 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Mot de passe" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#631 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] "label_attr" => [ "class" => "font-semibold" ] "attr" => [ "class" => "input-neutral" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Les champs de mot de passe doivent correspondre." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
options | [] |
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 | [] |
second_name | "second" |
second_options | [ "label" => "Répéter le mot de passe" "label_attr" => [ "class" => "font-semibold" ] "attr" => [ "class" => "input-neutral" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#739 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#738 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_customer_password" ] |
cache_key | "_customer_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#895 -form: Symfony\Component\Form\Form {#825 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#896 …5} |
full_name | "customer[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_password" |
valid | true |
value | [ "first" => null "second" => null ] |
first
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#631 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#631 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
error_bubbling | false |
false
|
label | "Mot de passe" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#631 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#632 +payload: null +maxMessage: "La longueur maximale autorisée est {{ limit }} caractères." +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#810 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Mot de passe" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
upload_max_size_message | Closure() {#812 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#811 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_customer_password_first" ] |
cache_key | "_customer_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#900 -form: Symfony\Component\Form\Form {#828 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#899 …5} |
full_name | "customer[password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_password_first" |
label | "Mot de passe" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_password_first" |
valid | true |
value | "" |
second
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
error_bubbling | false |
false
|
label | "Répéter le mot de passe" |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "input-neutral" ] |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
hash_property_path | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Répéter le mot de passe" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
upload_max_size_message | Closure() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#819 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_customer_password_second" ] |
cache_key | "_customer_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#901 -form: Symfony\Component\Form\Form {#831 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#902 …5} |
full_name | "customer[password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_password_second" |
label | "Répéter le mot de passe" |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_password_second" |
valid | true |
value | "" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
Errors
This form has no errors.
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" => "input-neutral" ] |
[ "class" => "input-neutral" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#630 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#630 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "Captcha à remplir " |
same as passed value |
label_attr | [ "class" => "font-semibold" ] |
[ "class" => "font-semibold" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
as_file | false |
as_url | false |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
auto_initialize | true |
background_color | [] |
background_images | [] |
block_name | null |
block_prefix | null |
by_reference | true |
bypass_code | null |
charset | "abcdefhjkmnprstuvwxyz23456789" |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#630 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data_class | null |
disabled | false |
distortion | true |
empty_data | Closure(FormInterface $form) {#768 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
error_bubbling | false |
error_mapping | [] |
expiration | 60 |
extra_fields_message | "This form should not contain extra fields." |
font | "/var/www/yekaproduction.yt/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
form_attr | false |
gc_freq | 100 |
getter | null |
height | 50 |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
humanity | 0 |
ignore_all_effects | false |
image_folder | "captcha" |
inherit_data | false |
interpolation | true |
invalid_message | "Bad code value" |
invalid_message_parameters | [] |
is_empty_callback | null |
keep_value | false |
label | "Captcha à remplir " |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
length | 5 |
mapped | false |
max_behind_lines | null |
max_front_lines | null |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
quality | 50 |
reload | false |
required | true |
row_attr | [] |
session_key | "captcha" |
setter | null |
text_color | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#769 …} $translationDomain: "validators" } } |
validation_groups | null |
web_path | "/var/www/yekaproduction.yt/public" |
whitelist_key | "captcha_whitelist_key" |
width | 130 |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input-neutral" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "captcha" "_customer_captcha" ] |
cache_key | "_customer_captcha_captcha" |
captcha_code | "data:image/jpeg;base64,/9j/4AAQSkZJRgABAQEAYABgAAD//gA7Q1JFQVRPUjogZ2QtanBlZyB2MS4wICh1c2luZyBJSkcgSlBFRyB2ODApLCBxdWFsaXR5ID0gNTAK/9sAQwAQCwwODAoQDg0OEhEQExgoGhgWFhgxIyUdKDozPTw5Mzg3QEhcTkBEV0U3OFBtUVdfYmdoZz5NcXlwZHhcZWdj/9sAQwEREhIYFRgvGhovY0I4QmNjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2NjY2Nj/8AAEQgAMgCCAwEiAAIRAQMRAf/EAB8AAAEFAQEBAQEBAAAAAAAAAAABAgMEBQYHCAkKC//EALUQAAIBAwMCBAMFBQQEAAABfQECAwAEEQUSITFBBhNRYQcicRQygZGhCCNCscEVUtHwJDNicoIJChYXGBkaJSYnKCkqNDU2Nzg5OkNERUZHSElKU1RVVldYWVpjZGVmZ2hpanN0dXZ3eHl6g4SFhoeIiYqSk5SVlpeYmZqio6Slpqeoqaqys7S1tre4ubrCw8TFxsfIycrS09TV1tfY2drh4uPk5ebn6Onq8fLz9PX29/j5+v/EAB8BAAMBAQEBAQEBAQEAAAAAAAABAgMEBQYHCAkKC//EALURAAIBAgQEAwQHBQQEAAECdwABAgMRBAUhMQYSQVEHYXETIjKBCBRCkaGxwQkjM1LwFWJy0QoWJDThJfEXGBkaJicoKSo1Njc4OTpDREVGR0hJSlNUVVZXWFlaY2RlZmdoaWpzdHV2d3h5eoKDhIWGh4iJipKTlJWWl5iZmqKjpKWmp6ipqrKztLW2t7i5usLDxMXGx8jJytLT1NXW19jZ2uLj5OXm5+jp6vLz9PX29/j5+v/aAAwDAQACEQMRAD8A6+iiiuk6woorCvNZvv7SltdOshOIAPMJPr6VUYuWw0rm7RUNpLJPaxyywmF2GWjPVamqWraCCisa78TWVtO8KpNNIhKsI04BHXrUUPim3kuIoTaXCGRgqkgdTWnsp2vYrlZvUUUVmSFFRwzCbzCo+VXKhs8NjGcfjkfhUlFrAFFFFABRRRQAUUUUAFFFFAFXUbN723EUdzLbEMG3xnBPtXL6ZZamL6/+wX4DxSbGaUZ8zryetdizKilmIVQMkk4ArC8OlTc6nIrLh7kheeD1PFbQk1BlxbszZtvOFtH9oKmbaN+3pnvinSyxwpvldUXpljgVkx6jLa69NaXso8iRd8DMAAPUZ/Pr6VW1a6j1DVdPtbUi5WNjNIImUjjpznH/AOukoXlrsJRuzfSKOMsURVLHJ2jGTWDKft/jCJBzHZRliP8Aa/yR+Vakz3qQvOZLeFEUsUaMuQB77h/KsXwzFeSpc6irRbp5DkOp5x6EHj8j0qoKycmxrqzp6ztc1EabYeYFLPIwjUA45Pf9KkkTUjG5jntQ2DtUwscH0zu/XH4VyOqafqcupWkF/dLLJO2FwchBkZOMAfl6UqcE3qxRWp1sF9aRwIkRlkUDrHC8g/NRjNP+3Y5a1uhGej+XnP8AwEfMPxFULHRby2uo5ptWnlRDzFyA361a1Q6pujGmiHGDvMn6UmouVkxtK+hKdQjH3obkDsfs7nP5Dj8afFcSSyALbSLEf+WkmF/8d6/mBWK2tanppH9q2O6LPM0PQf0/lW/DKk8KSxNuRwGU+opSjy9BNWH0UUVmSFFFFACOWCEooZscAnGar7byQ5MsUKnqqpuYfRicfpVmimnYdyuljbqwYx+YwOQ0jFyPoTnFBsLNixa0gJbhiYxz9asUUcz7hdmB4h0uJLRbyzgRZbZg+0DgqOox096TQZhqWq3upBWVNqxRg9uMn+Q/Ot8gMCCAQeCDQqqihUUKo6ADAFae0fLZj5tLEN3apd20kDllWQYJQ4NJZWsdhaR20QJjQYBPU/WrFFZa2sT5ADnpXM31zEnjO3Nw6pHFHgFzgZIP+NdKQDVG90axv5BJcw73Axu3EH9KunLlbuOLsWYLu2uSwt545SvUIwOK5SO2/tnXb2G9u5YmjciNAccA9q6ax02008MLWER78bjknOPrUOpaHZakweZGSX/npGcMfr61cJxi3YpNJ6GBrVjf6Xp7gal5tq/ymOT7x9h1rotEj8rRrNf+mSn8xn+tY2oeFnkt1FtcvLIrdZ3OAvoOK6WNBHGqLwqgAU6kk4pJ3CTuh1FFFYEBRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQAUUUUAFFFFABRRRQB//Z" |
captcha_height | 50 |
captcha_width | 130 |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#897 -form: Symfony\Component\Form\Form {#834 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#898 …5} |
full_name | "customer[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer_captcha" |
image_id | "captcha_68b31ad7083b3" |
is_human | false |
label | "Captcha à remplir " |
label_attr | [ "class" => "font-semibold" ] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
reload | false |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer_captcha" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "115ea0ca06b5.qwYhpfnXYtpkiKNT-rur5i5k4oxDmlz30DAnaVRmNJg._n4MzYqjFOk16_AxqIP4tn81mM4o8xKQiHxLLhIgBMvoPkrLlLs4jAv98g" |
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 | "115ea0ca06b5.qwYhpfnXYtpkiKNT-rur5i5k4oxDmlz30DAnaVRmNJg._n4MzYqjFOk16_AxqIP4tn81mM4o8xKQiHxLLhIgBMvoPkrLlLs4jAv98g" |
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 {#583 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#584 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#585 …} -namespace: Closure() {#587 …} } |
data | "115ea0ca06b5.qwYhpfnXYtpkiKNT-rur5i5k4oxDmlz30DAnaVRmNJg._n4MzYqjFOk16_AxqIP4tn81mM4o8xKQiHxLLhIgBMvoPkrLlLs4jAv98g" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#477 …} $message: Closure() {#909 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_customer__token" ] |
cache_key | "_customer__token_hidden" |
compound | false |
data | "115ea0ca06b5.qwYhpfnXYtpkiKNT-rur5i5k4oxDmlz30DAnaVRmNJg._n4MzYqjFOk16_AxqIP4tn81mM4o8xKQiHxLLhIgBMvoPkrLlLs4jAv98g" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#920 -form: Symfony\Component\Form\Form {#916 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#911 …5} |
full_name | "customer[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "customer__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 | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_customer__token" |
valid | true |
value | "115ea0ca06b5.qwYhpfnXYtpkiKNT-rur5i5k4oxDmlz30DAnaVRmNJg._n4MzYqjFOk16_AxqIP4tn81mM4o8xKQiHxLLhIgBMvoPkrLlLs4jAv98g" |