- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 24
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- Messages
- E-mails
- Notifications
- VichUploader
- 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
-
-
placeType
-
placeNumber
-
street
-
city
-
zipCode
-
name
-
firstName
-
phone
-
email
-
-
first
-
second
-
-
_token
-
user
"App\Form\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#631 -id: null -email: null -roles: [] -password: null -name: null -firstName: null -createdAt: null -phone: null -properties: Doctrine\Common\Collections\ArrayCollection {#633 …} -rental: null -address: App\Entity\Address {#634 …} -homeInterests: Doctrine\Common\Collections\ArrayCollection {#637 …} -rentalApplications: Doctrine\Common\Collections\ArrayCollection {#638 …} -appointments: Doctrine\Common\Collections\ArrayCollection {#632 …} } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#631 -id: null -email: null -roles: [] -password: null -name: null -firstName: null -createdAt: null -phone: null -properties: Doctrine\Common\Collections\ArrayCollection {#633 …} -rental: null -address: App\Entity\Address {#634 …} -homeInterests: Doctrine\Common\Collections\ArrayCollection {#637 …} -rentalApplications: Doctrine\Common\Collections\ArrayCollection {#638 …} -appointments: Doctrine\Common\Collections\ArrayCollection {#632 …} } |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data | App\Entity\User {#631 -id: null -email: null -roles: [] -password: null -name: null -firstName: null -createdAt: null -phone: null -properties: Doctrine\Common\Collections\ArrayCollection {#633 …} -rental: null -address: App\Entity\Address {#634 …} -homeInterests: Doctrine\Common\Collections\ArrayCollection {#637 …} -rentalApplications: Doctrine\Common\Collections\ArrayCollection {#638 …} -appointments: Doctrine\Common\Collections\ArrayCollection {#632 …} } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#779 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} 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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#780 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_user" ] |
cache_key | "_user_user" |
compound | true |
data | App\Entity\User {#631 -id: null -email: null -roles: [] -password: null -name: null -firstName: null -createdAt: null -phone: null -properties: Doctrine\Common\Collections\ArrayCollection {#633 …} -rental: null -address: App\Entity\Address {#634 …} -homeInterests: Doctrine\Common\Collections\ArrayCollection {#637 …} -rentalApplications: Doctrine\Common\Collections\ArrayCollection {#638 …} -appointments: Doctrine\Common\Collections\ArrayCollection {#632 …} } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#929 -form: Symfony\Component\Form\Form {#936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#782 …5} |
full_name | "user" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user" |
valid | true |
value | App\Entity\User {#631 -id: null -email: null -roles: [] -password: null -name: null -firstName: null -createdAt: null -phone: null -properties: Doctrine\Common\Collections\ArrayCollection {#633 …} -rental: null -address: App\Entity\Address {#634 …} -homeInterests: Doctrine\Common\Collections\ArrayCollection {#637 …} -rentalApplications: Doctrine\Common\Collections\ArrayCollection {#638 …} -appointments: Doctrine\Common\Collections\ArrayCollection {#632 …} } |
placeType
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Boulevard" => "Boulevard" "Rue" => "Rue" "Avenue" => "Avenue" "Place" => "Place" "allée" => "allée" ] |
[ "Boulevard" => "Boulevard" "Rue" => "Rue" "Avenue" => "Avenue" "Place" => "Place" "allée" => "allée" ] |
placeholder | "Sélectionner un type de lieu" |
same as passed value |
property_path | "address.placeType" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Boulevard" => "Boulevard" "Rue" => "Rue" "Avenue" => "Avenue" "Place" => "Place" "allée" => "allée" ] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | "" |
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 | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "Sélectionner un type de lieu" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | "address.placeType" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#809 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_placeType" ] |
cache_key | "_user_placeType_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#885 +label: "Boulevard" +value: "Boulevard" +data: "Boulevard" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#876 +label: "Rue" +value: "Rue" +data: "Rue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#865 +label: "Avenue" +value: "Avenue" +data: "Avenue" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#855 +label: "Place" +value: "Place" +data: "Place" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#845 +label: "allée" +value: "allée" +data: "allée" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#893 -form: Symfony\Component\Form\Form {#935 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#913 …5} |
full_name | "user[placeType]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_placeType" |
is_selected | Closure($choice, $value) {#812 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#240 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "placeType" |
placeholder | "Sélectionner un type de lieu" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_placeType" |
valid | true |
value | "" |
placeNumber
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "min" => 1 "value" => 1 ] |
same as passed value |
property_path | "address.placeNumber" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "min" => 1 "value" => 1 ] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#827 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "address.placeNumber" |
required | true |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#826 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "min" => 1 "value" => 1 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_user_placeNumber" ] |
cache_key | "_user_placeNumber_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#996 -form: Symfony\Component\Form\Form {#941 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#998 …5} |
full_name | "user[placeNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_placeNumber" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "placeNumber" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_placeNumber" |
valid | true |
value | "" |
street
"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 |
---|---|---|
property_path | "address.street" |
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 | [] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "address.street" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#844 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#843 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_street" ] |
cache_key | "_user_street_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#999 -form: Symfony\Component\Form\Form {#944 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1000 …5} |
full_name | "user[street]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_street" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "street" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_street" |
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 |
---|---|---|
property_path | "address.city" |
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 | [] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#852 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "address.city" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#854 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#853 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_city" ] |
cache_key | "_user_city_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1001 -form: Symfony\Component\Form\Form {#947 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1035 …5} |
full_name | "user[city]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_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 | "_user_city" |
valid | true |
value | "" |
zipCode
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
property_path | "address.zipCode" |
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 | [] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#862 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | "address.zipCode" |
required | true |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#864 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#863 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_user_zipCode" ] |
cache_key | "_user_zipCode_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1037 -form: Symfony\Component\Form\Form {#950 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1038 …5} |
full_name | "user[zipCode]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_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 | "_user_zipCode" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#873 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#874 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_name" ] |
cache_key | "_user_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1039 -form: Symfony\Component\Form\Form {#953 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1040 …5} |
full_name | "user[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_name" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_name" |
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#882 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#884 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#883 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_firstName" ] |
cache_key | "_user_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1046 -form: Symfony\Component\Form\Form {#956 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1048 …5} |
full_name | "user[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_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 | "_user_firstName" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TelType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Saisir votre numéro de téléphone" |
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 | [] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | "Saisir votre numéro de téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#894 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#895 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_user_phone" ] |
cache_key | "_user_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1049 -form: Symfony\Component\Form\Form {#959 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1050 …5} |
full_name | "user[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_phone" |
label | "Saisir votre numéro de téléphone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_phone" |
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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#905 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#912 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#906 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_email" ] |
cache_key | "_user_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1051 -form: Symfony\Component\Form\Form {#962 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1052 …5} |
full_name | "user[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_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 | "_user_email" |
valid | true |
value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
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" => false ] |
[ "label" => false ] |
mapped | false |
same as passed value |
second_options | [ "label" => "Confirmez le mot de passe" ] |
[ "label" => "Confirmez le mot de passe" ] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#925 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => false ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
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" => "Confirmez le mot de passe" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#919 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#920 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_plainPassword" ] |
cache_key | "_user_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1053 -form: Symfony\Component\Form\Form {#986 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1054 …5} |
full_name | "user[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_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 | "_user_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"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 |
---|---|---|
error_bubbling | false |
same as passed value |
label | false |
same as passed value |
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 | [] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#966 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#973 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#967 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_plainPassword_first" ] |
cache_key | "_user_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1058 -form: Symfony\Component\Form\Form {#989 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1057 …5} |
full_name | "user[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_plainPassword_first" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_plainPassword_first" |
valid | true |
value | "" |
second
"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 |
---|---|---|
error_bubbling | false |
same as passed value |
label | "Confirmez le mot de passe" |
same as passed value |
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 | [] |
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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#979 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
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 | "Confirmez le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#981 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#980 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_plainPassword_second" ] |
cache_key | "_user_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1059 -form: Symfony\Component\Form\Form {#992 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1060 …5} |
full_name | "user[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_plainPassword_second" |
label | "Confirmez le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_plainPassword_second" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6ae8dd4ad0b5324d3cdf8cdffef.eniVBBzRk_AtvlOdUHjHbJbCqbOqyr5_bSfdWUHlRLg.FEjPU0uo8MRmkwH_YkqpFtL1xPbhnutMCXXkNweDM9wTS_ZeUrTMxhvqFg" |
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 | "6ae8dd4ad0b5324d3cdf8cdffef.eniVBBzRk_AtvlOdUHjHbJbCqbOqyr5_bSfdWUHlRLg.FEjPU0uo8MRmkwH_YkqpFtL1xPbhnutMCXXkNweDM9wTS_ZeUrTMxhvqFg" |
same as passed value |
mapped | false |
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 | "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 {#756 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#757 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#758 …} -namespace: Closure() {#760 …} } |
data | "6ae8dd4ad0b5324d3cdf8cdffef.eniVBBzRk_AtvlOdUHjHbJbCqbOqyr5_bSfdWUHlRLg.FEjPU0uo8MRmkwH_YkqpFtL1xPbhnutMCXXkNweDM9wTS_ZeUrTMxhvqFg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1064 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#656 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#762 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#668 …} $translationDomain: "validators" $message: Closure() {#1063 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_user__token" ] |
cache_key | "_user__token_hidden" |
compound | false |
data | "6ae8dd4ad0b5324d3cdf8cdffef.eniVBBzRk_AtvlOdUHjHbJbCqbOqyr5_bSfdWUHlRLg.FEjPU0uo8MRmkwH_YkqpFtL1xPbhnutMCXXkNweDM9wTS_ZeUrTMxhvqFg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1076 -form: Symfony\Component\Form\Form {#1072 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1067 …5} |
full_name | "user[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user__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 | "_user__token" |
valid | true |
value | "6ae8dd4ad0b5324d3cdf8cdffef.eniVBBzRk_AtvlOdUHjHbJbCqbOqyr5_bSfdWUHlRLg.FEjPU0uo8MRmkwH_YkqpFtL1xPbhnutMCXXkNweDM9wTS_ZeUrTMxhvqFg" |