- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 23
- Events
- Routing
- Cache
- Translation 10
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
surname
-
firstname
-
phone
-
adress
-
additionalAdressInformation
-
city
-
zipcode
-
email
-
agreeTerms
-
plainPassword
-
_token
-
registration_form
"App\Form\RegistrationFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#672 -id: null -email: null -roles: [] -password: null -isVerified: false -surname: null -firstname: null -phone: null -zipcode: null -city: null -adress: null -additionalAdressInformation: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#672 -id: null -email: null -roles: [] -password: null -isVerified: false -surname: null -firstname: null -phone: null -zipcode: null -city: null -adress: null -additionalAdressInformation: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "registration_form" "class" => "form-group flex-wrap" ] |
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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data | App\Entity\User {#672 -id: null -email: null -roles: [] -password: null -isVerified: false -surname: null -firstname: null -phone: null -zipcode: null -city: null -adress: null -additionalAdressInformation: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} use: { $class: "App\Entity\User" } } |
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() {#728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#729 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "registration_form" "class" => "form-group flex-wrap" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration_form" "_registration_form" ] |
cache_key | "_registration_form_registration_form" |
compound | true |
data | App\Entity\User {#672 -id: null -email: null -roles: [] -password: null -isVerified: false -surname: null -firstname: null -phone: null -zipcode: null -city: null -adress: null -additionalAdressInformation: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#874 -form: Symfony\Component\Form\Form {#840 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#727 …5} |
full_name | "registration_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form" |
valid | true |
value | App\Entity\User {#672 -id: null -email: null -roles: [] -password: null -isVerified: false -surname: null -firstname: null -phone: null -zipcode: null -city: null -adress: null -additionalAdressInformation: null } |
surname
"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 | [ "class" => "form-control mb-3 p-4 formValidationName" "placeholder" => "Prénom" "style" => "text-transform: none" ] |
[ "class" => "form-control mb-3 p-4 formValidationName" "placeholder" => "Prénom" "style" => "text-transform: none" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#773 +message: "Le prénom ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#773 +message: "Le prénom ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationName" "placeholder" => "Prénom" "style" => "text-transform: none" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#773 +message: "Le prénom ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#714 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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() {#704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#713 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationName" "placeholder" => "Prénom" "style" => "text-transform: none" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_surname" ] |
cache_key | "_registration_form_surname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#917 -form: Symfony\Component\Form\Form {#878 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#918 …5} |
full_name | "registration_form[surname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_surname" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "surname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_surname" |
valid | true |
value | "" |
firstname
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control mb-3 p-4 formValidationFamilyName" "placeholder" => "Nom" ] |
[ "class" => "form-control mb-3 p-4 formValidationFamilyName" "placeholder" => "Nom" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#706 +message: "Le nom ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#706 +message: "Le nom ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationFamilyName" "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#706 +message: "Le nom ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#723 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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() {#725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#724 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationFamilyName" "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_firstname" ] |
cache_key | "_registration_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#915 -form: Symfony\Component\Form\Form {#881 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#869 …5} |
full_name | "registration_form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_firstname" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_firstname" |
valid | true |
value | "" |
phone
"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 | [ "class" => "form-control mb-3 p-4 formValidationPhone" "placeholder" => "Téléphone" ] |
[ "class" => "form-control mb-3 p-4 formValidationPhone" "placeholder" => "Téléphone" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#782 +message: "Numéro de téléphone invalide." +pattern: "/^\+?[0-9\s.-]{7,15}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#782 +message: "Numéro de téléphone invalide." +pattern: "/^\+?[0-9\s.-]{7,15}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationPhone" "placeholder" => "Téléphone" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#782 +message: "Numéro de téléphone invalide." +pattern: "/^\+?[0-9\s.-]{7,15}$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#749 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#750 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationPhone" "placeholder" => "Téléphone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_phone" ] |
cache_key | "_registration_form_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#866 -form: Symfony\Component\Form\Form {#884 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#873 …5} |
full_name | "registration_form[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_phone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_phone" |
valid | true |
value | "" |
adress
"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 | [ "class" => "form-control mb-3 p-4 formValidationStreet" "placeholder" => "Adresse" ] |
[ "class" => "form-control mb-3 p-4 formValidationStreet" "placeholder" => "Adresse" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#780 +message: "L'adresse ne peut contenir que des lettres, chiffres, espaces, virgules, points et tirets." +pattern: "/^[0-9A-Za-zÀ-ÿ\s,.-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#780 +message: "L'adresse ne peut contenir que des lettres, chiffres, espaces, virgules, points et tirets." +pattern: "/^[0-9A-Za-zÀ-ÿ\s,.-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationStreet" "placeholder" => "Adresse" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#780 +message: "L'adresse ne peut contenir que des lettres, chiffres, espaces, virgules, points et tirets." +pattern: "/^[0-9A-Za-zÀ-ÿ\s,.-]+$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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() {#760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#759 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationStreet" "placeholder" => "Adresse" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_adress" ] |
cache_key | "_registration_form_adress_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#808 -form: Symfony\Component\Form\Form {#842 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#814 …5} |
full_name | "registration_form[adress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_adress" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adress" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_adress" |
valid | true |
value | "" |
additionalAdressInformation
"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 | [ "class" => "form-control mb-3 p-4 formValidationText" "placeholder" => "Information supplémentaires" ] |
[ "class" => "form-control mb-3 p-4 formValidationText" "placeholder" => "Information supplémentaires" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#740 +maxMessage: "Les informations supplémentaires ne peuvent pas dépasser {{ limit }} caractères." +minMessage: "Les informations supplémentaires doivent contenir au moins {{ limit }} caractère." +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: 64 +min: 1 +charset: "UTF-8" +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#710 +message: "Les informations supplémentaires ne doivent pas contenir de code informatique ou de caractères spéciaux interdits." +pattern: "/^[^<>\"'\{\}\[\]\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Length {#740 +maxMessage: "Les informations supplémentaires ne peuvent pas dépasser {{ limit }} caractères." +minMessage: "Les informations supplémentaires doivent contenir au moins {{ limit }} caractère." +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: 64 +min: 1 +charset: "UTF-8" +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#710 +message: "Les informations supplémentaires ne doivent pas contenir de code informatique ou de caractères spéciaux interdits." +pattern: "/^[^<>\"'\{\}\[\]\(\)]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationText" "placeholder" => "Information supplémentaires" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Length {#740 +maxMessage: "Les informations supplémentaires ne peuvent pas dépasser {{ limit }} caractères." +minMessage: "Les informations supplémentaires doivent contenir au moins {{ limit }} caractère." +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: 64 +min: 1 +charset: "UTF-8" +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#710 +message: "Les informations supplémentaires ne doivent pas contenir de code informatique ou de caractères spéciaux interdits." +pattern: "/^[^<>\"'\{\}\[\]\(\)]+$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#767 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#768 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationText" "placeholder" => "Information supplémentaires" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_additionalAdressInformation" ] |
cache_key | "_registration_form_additionalAdressInformation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#795 -form: Symfony\Component\Form\Form {#845 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#836 …5} |
full_name | "registration_form[additionalAdressInformation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_additionalAdressInformation" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "additionalAdressInformation" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_additionalAdressInformation" |
valid | true |
value | "" |
city
"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 | [ "class" => "form-control mb-3 p-4 formValidationCity" "placeholder" => "Ville" ] |
[ "class" => "form-control mb-3 p-4 formValidationCity" "placeholder" => "Ville" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#709 +message: "Le nom de la ville ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#709 +message: "Le nom de la ville ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationCity" "placeholder" => "Ville" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#709 +message: "Le nom de la ville ne peut contenir que des lettres, espaces et tirets." +pattern: "/^[A-Za-zÀ-ÿ\s-]+$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#778 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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() {#783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#779 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationCity" "placeholder" => "Ville" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_city" ] |
cache_key | "_registration_form_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#786 -form: Symfony\Component\Form\Form {#848 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#770 …5} |
full_name | "registration_form[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_city" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "city" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_city" |
valid | true |
value | "" |
zipcode
"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 | [ "class" => "form-control mb-3 p-4 formValidationZipCode" "placeholder" => "Code postal" ] |
[ "class" => "form-control mb-3 p-4 formValidationZipCode" "placeholder" => "Code postal" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#708 +message: "Le code postal doit contenir exactement 5 chiffres." +pattern: "/^\d{5}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#708 +message: "Le code postal doit contenir exactement 5 chiffres." +pattern: "/^\d{5}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationZipCode" "placeholder" => "Code postal" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#708 +message: "Le code postal doit contenir exactement 5 chiffres." +pattern: "/^\d{5}$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#792 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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() {#794 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#793 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationZipCode" "placeholder" => "Code postal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_form_zipcode" ] |
cache_key | "_registration_form_zipcode_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#761 -form: Symfony\Component\Form\Form {#851 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#752 …5} |
full_name | "registration_form[zipcode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_zipcode" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "zipcode" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_zipcode" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control mb-3 p-4 formValidationMail" "placeholder" => "Votre Email" ] |
[ "class" => "form-control mb-3 p-4 formValidationMail" "placeholder" => "Votre Email" ] |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#711 +message: "Adresse email invalide." +pattern: "/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#711 +message: "Adresse email invalide." +pattern: "/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +normalizer: null +payload: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control mb-3 p-4 formValidationMail" "placeholder" => "Votre Email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Regex {#711 +message: "Adresse email invalide." +pattern: "/^[a-zA-Z0-9._%+-]+@[a-zA-Z0-9.-]+\.[a-zA-Z]{2,}$/" +htmlPattern: null +match: true +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | 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() {#807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#801 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationMail" "placeholder" => "Votre Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
cache_key | "_registration_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#726 -form: Symfony\Component\Form\Form {#854 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#700 …5} |
full_name | "registration_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_email" |
valid | true |
value | "" |
agreeTerms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#693 +message: "You should agree to our terms." +payload: null } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#693 +message: "You should agree to our terms." +payload: null } ] |
label | "J'accepte les conditions générales de vente:" |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#693 +message: "You should agree to our terms." +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#816 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#813 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#815 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "J'accepte les conditions générales de vente:" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#822 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_form_agreeTerms" ] |
cache_key | "_registration_form_agreeTerms_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#867 -form: Symfony\Component\Form\Form {#857 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#921 …5} |
full_name | "registration_form[agreeTerms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_agreeTerms" |
label | "J'accepte les conditions générales de vente:" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "agreeTerms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_agreeTerms" |
valid | true |
value | "1" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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" => "form-control mb-3 p-4 formValidationCode" "placeholder" => "Votre mot de passe" ] |
[ "class" => "form-control mb-3 p-4 formValidationCode" "placeholder" => "Votre mot de passe" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#715 +message: "Please enter a password" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#716 +maxMessage: "Le mot de passe ne peut pas dépasser {{ limit }} caractères" +minMessage: "Votre mot de passe dois faire au moins {{ limit }} caractères" +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: 64 +min: 8 +charset: "UTF-8" +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#694 +message: "Le mot de passe ne peut pas contenir les caractères !, @, #." +pattern: "/[^!@#]+/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#695 +message: "Le mot de passe contient des caractères interdits." +pattern: "/^[^\x22\x27\x28\x29\x3C\x3E\x60]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#698 +message: "Le mot de passe ne peut pas être vide." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#715 +message: "Please enter a password" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#716 +maxMessage: "Le mot de passe ne peut pas dépasser {{ limit }} caractères" +minMessage: "Votre mot de passe dois faire au moins {{ limit }} caractères" +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: 64 +min: 8 +charset: "UTF-8" +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#694 +message: "Le mot de passe ne peut pas contenir les caractères !, @, #." +pattern: "/[^!@#]+/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#695 +message: "Le mot de passe contient des caractères interdits." +pattern: "/^[^\x22\x27\x28\x29\x3C\x3E\x60]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#698 +message: "Le mot de passe ne peut pas être vide." +allowNull: false +normalizer: null +payload: null } ] |
mapped | false |
false
|
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control mb-3 p-4 formValidationCode" "placeholder" => "Votre mot de passe" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#715 +message: "Please enter a password" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#716 +maxMessage: "Le mot de passe ne peut pas dépasser {{ limit }} caractères" +minMessage: "Votre mot de passe dois faire au moins {{ limit }} caractères" +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: 64 +min: 8 +charset: "UTF-8" +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#694 +message: "Le mot de passe ne peut pas contenir les caractères !, @, #." +pattern: "/[^!@#]+/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Regex {#695 +message: "Le mot de passe contient des caractères interdits." +pattern: "/^[^\x22\x27\x28\x29\x3C\x3E\x60]+$/" +htmlPattern: null +match: true +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#698 +message: "Le mot de passe ne peut pas être vide." +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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#829 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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 | "The password 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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#830 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control mb-3 p-4 formValidationCode" "placeholder" => "Votre mot de passe" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword" ] |
cache_key | "_registration_form_plainPassword_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#922 -form: Symfony\Component\Form\Form {#860 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#923 …5} |
full_name | "registration_form[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form_plainPassword" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "98afe00895.aZcuK-f-beN0qHpNvdqimquK1oUZXldEMcuNuiGkwP8.W9Jnfb_NWtMlkE0Z1ojXz_q9rMFbHTQFQo2612iRjLoM73FF0r9ZuxrSDQ" |
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 | "98afe00895.aZcuK-f-beN0qHpNvdqimquK1oUZXldEMcuNuiGkwP8.W9Jnfb_NWtMlkE0Z1ojXz_q9rMFbHTQFQo2612iRjLoM73FF0r9ZuxrSDQ" |
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 {#375 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#335 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#379 …} -namespace: Closure() {#383 …} } |
data | "98afe00895.aZcuK-f-beN0qHpNvdqimquK1oUZXldEMcuNuiGkwP8.W9Jnfb_NWtMlkE0Z1ojXz_q9rMFbHTQFQo2612iRjLoM73FF0r9ZuxrSDQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#924 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#631 …} } |
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() {#929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#707 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#588 …} $translationDomain: "validators" $message: Closure() {#926 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
cache_key | "_registration_form__token_hidden" |
compound | false |
data | "98afe00895.aZcuK-f-beN0qHpNvdqimquK1oUZXldEMcuNuiGkwP8.W9Jnfb_NWtMlkE0Z1ojXz_q9rMFbHTQFQo2612iRjLoM73FF0r9ZuxrSDQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#939 -form: Symfony\Component\Form\Form {#935 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#930 …5} |
full_name | "registration_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_form__token" |
valid | true |
value | "98afe00895.aZcuK-f-beN0qHpNvdqimquK1oUZXldEMcuNuiGkwP8.W9Jnfb_NWtMlkE0Z1ojXz_q9rMFbHTQFQo2612iRjLoM73FF0r9ZuxrSDQ" |