- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 2
- Events
- Routing
- Cache
- Translation 5
- 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
user
"App\Form\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#485 -id: null -username: null -roles: [] -password: null -nom: null -prenom: 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 {#485 -id: null -username: null -roles: [] -password: null -nom: null -prenom: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data | App\Entity\User {#485 -id: null -username: null -roles: [] -password: null -nom: null -prenom: null } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#639 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} 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() {#637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#638 …} } } |
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 {#485 -id: null -username: null -roles: [] -password: null -nom: null -prenom: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#715 -form: Symfony\Component\Form\Form {#670 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#658 …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 {#485 -id: null -username: null -roles: [] -password: null -nom: null -prenom: null } |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Identifiant" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#656 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} } |
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 | "Identifiant" |
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() {#683 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#682 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_username" ] |
cache_key | "_user_username_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#732 -form: Symfony\Component\Form\Form {#718 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#733 …5} |
full_name | "user[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_username" |
label | "Identifiant" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_username" |
valid | true |
value | "" |
nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Nom" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Nom" |
label_attr | [] |
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() {#614 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#615 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_nom" ] |
cache_key | "_user_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#728 -form: Symfony\Component\Form\Form {#722 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#729 …5} |
full_name | "user[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_nom" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_nom" |
valid | true |
value | "" |
prenom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
label | "Prénom" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Prénom" |
label_attr | [] |
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() {#624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#623 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_prenom" ] |
cache_key | "_user_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#716 -form: Symfony\Component\Form\Form {#725 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#720 …5} |
full_name | "user[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_prenom" |
label | "Prénom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "prenom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_prenom" |
valid | true |
value | "" |
password
"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" ] |
[ "class" => "form-control" ] |
label | "Mot de passe" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#631 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} } |
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 | "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() {#657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#632 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_password" ] |
cache_key | "_user_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#625 -form: Symfony\Component\Form\Form {#672 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#612 …5} |
full_name | "user[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_password" |
label | "Mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_password" |
valid | true |
value | "" |
password2
"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" ] |
[ "class" => "form-control" ] |
label | "Entrez de nouveau le mot de passe" |
same as passed value |
mapped | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#663 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} } |
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 | "Entrez de nouveau le mot de passe" |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#665 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#664 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_password2" ] |
cache_key | "_user_password2_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#684 -form: Symfony\Component\Form\Form {#675 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#686 …5} |
full_name | "user[password2]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_password2" |
label | "Entrez de nouveau le mot de passe" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password2" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_password2" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9821bbf38685725736e0caf6d7ebac4f.vxa-GA560SX_AU6LxT_kDcRpxqoJXjR8pXORsz3XLlY.5ibIcGMul1acTSL4gk6wda4NlodWOVUa_Rumw0ylGCDnSeFcTSqoRq5yPQ" |
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 | "9821bbf38685725736e0caf6d7ebac4f.vxa-GA560SX_AU6LxT_kDcRpxqoJXjR8pXORsz3XLlY.5ibIcGMul1acTSL4gk6wda4NlodWOVUa_Rumw0ylGCDnSeFcTSqoRq5yPQ" |
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 {#598 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#599 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#600 …} -namespace: Closure() {#602 …} } |
data | "9821bbf38685725736e0caf6d7ebac4f.vxa-GA560SX_AU6LxT_kDcRpxqoJXjR8pXORsz3XLlY.5ibIcGMul1acTSL4gk6wda4NlodWOVUa_Rumw0ylGCDnSeFcTSqoRq5yPQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#503 …} } |
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() {#747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#608 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#516 …} $translationDomain: "validators" $message: Closure() {#742 …} } } |
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 | "9821bbf38685725736e0caf6d7ebac4f.vxa-GA560SX_AU6LxT_kDcRpxqoJXjR8pXORsz3XLlY.5ibIcGMul1acTSL4gk6wda4NlodWOVUa_Rumw0ylGCDnSeFcTSqoRq5yPQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#757 -form: Symfony\Component\Form\Form {#753 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#748 …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 | "9821bbf38685725736e0caf6d7ebac4f.vxa-GA560SX_AU6LxT_kDcRpxqoJXjR8pXORsz3XLlY.5ibIcGMul1acTSL4gk6wda4NlodWOVUa_Rumw0ylGCDnSeFcTSqoRq5yPQ" |