- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 26
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine 1
- Migrations
- Debug
- 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
messages
"App\Form\MessagesType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Messages {#553 -id: null -fName: null -lName: null -email: null -phone: null -subject: null -object: null -content: null -date: null -iP: null -browser: null -oS: null -civility: null -country: null -structure: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Messages {#553 -id: null -fName: null -lName: null -email: null -phone: null -subject: null -object: null -content: null -date: null -iP: null -browser: null -oS: null -civility: null -country: null -structure: 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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data | App\Entity\Messages {#553 -id: null -fName: null -lName: null -email: null -phone: null -subject: null -object: null -content: null -date: null -iP: null -browser: null -oS: null -civility: null -country: null -structure: null } |
data_class | "App\Entity\Messages" |
disabled | false |
empty_data | Closure(FormInterface $form) {#591 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} use: { $class: "App\Entity\Messages" } } |
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() {#589 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#590 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "messages" "_messages" ] |
cache_key | "_messages_messages" |
compound | true |
data | App\Entity\Messages {#553 -id: null -fName: null -lName: null -email: null -phone: null -subject: null -object: null -content: null -date: null -iP: null -browser: null -oS: null -civility: null -country: null -structure: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#911 -form: Symfony\Component\Form\Form {#861 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#588 …5} |
full_name | "messages" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "messages" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_messages" |
valid | true |
value | App\Entity\Messages {#553 -id: null -fName: null -lName: null -email: null -phone: null -subject: null -object: null -content: null -date: null -iP: null -browser: null -oS: null -civility: null -country: null -structure: null } |
fName
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Votre nom :" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#807 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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 | "Votre 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() {#809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#808 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_messages_fName" ] |
cache_key | "_messages_fName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#917 -form: Symfony\Component\Form\Form {#897 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#918 …5} |
full_name | "messages[fName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages_fName" |
label | "Votre nom :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_messages_fName" |
valid | true |
value | "" |
lName
"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 | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
label | "Vos prénoms :" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#812 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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 | "Vos prénoms :" |
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() {#230 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#799 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_messages_lName" ] |
cache_key | "_messages_lName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#916 -form: Symfony\Component\Form\Form {#901 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#915 …5} |
full_name | "messages[lName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages_lName" |
label | "Vos prénoms :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_messages_lName" |
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 |
---|---|---|
label | "Votre adresse email" |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#635 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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 | "Votre adresse email" |
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() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#811 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_messages_email" ] |
cache_key | "_messages_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#914 -form: Symfony\Component\Form\Form {#904 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#913 …5} |
full_name | "messages[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages_email" |
label | "Votre adresse email" |
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 | "_messages_email" |
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 |
---|---|---|
attr | [ "class" => "os-phone" ] |
[ "class" => "os-phone" ] |
label | "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 | [ "class" => "os-phone" ] |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#294 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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 | "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() {#833 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#827 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "os-phone" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "_messages_phone" ] |
cache_key | "_messages_phone_tel" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#856 -form: Symfony\Component\Form\Form {#863 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#846 …5} |
full_name | "messages[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages_phone" |
label | "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 | "_messages_phone" |
valid | true |
value | "" |
object
"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 | [ "maxlength" => 255 "class" => "w100" ] |
[ "maxlength" => 255 "class" => "w100" ] |
label | "L'objet de votre message :" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 "class" => "w100" ] |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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 | "L'objet de votre message :" |
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() {#845 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#844 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 "class" => "w100" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_messages_object" ] |
cache_key | "_messages_object_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#834 -form: Symfony\Component\Form\Form {#866 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#768 …5} |
full_name | "messages[object]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages_object" |
label | "L'objet de votre message :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "object" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_messages_object" |
valid | true |
value | "" |
content
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "w100" ] |
[ "class" => "w100" ] |
label | "Votre message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "w100" ] |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#840 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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 | "Votre message" |
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() {#855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#841 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "w100" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_messages_content" ] |
cache_key | "_messages_content_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#236 -form: Symfony\Component\Form\Form {#869 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#697 …5} |
full_name | "messages[content]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages_content" |
label | "Votre message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "content" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_messages_content" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "c7e8117cf262.C1DlKJW-Xx1rx2AyH2JlTComNBgEtKnHtMersOL6BF8.VCCmGKGPBkQAjVR1eCUGPXgURElx2tO14ar_37ufTGliAbFHo_NtTiOxNQ" |
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 | "c7e8117cf262.C1DlKJW-Xx1rx2AyH2JlTComNBgEtKnHtMersOL6BF8.VCCmGKGPBkQAjVR1eCUGPXgURElx2tO14ar_37ufTGliAbFHo_NtTiOxNQ" |
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 {#573 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#570 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#568 …} -namespace: Closure() {#569 …} } |
data | "c7e8117cf262.C1DlKJW-Xx1rx2AyH2JlTComNBgEtKnHtMersOL6BF8.VCCmGKGPBkQAjVR1eCUGPXgURElx2tO14ar_37ufTGliAbFHo_NtTiOxNQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#926 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#461 …} } |
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() {#933 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#237 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#545 …} $translationDomain: "validators" $message: Closure() {#925 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_messages__token" ] |
cache_key | "_messages__token_hidden" |
compound | false |
data | "c7e8117cf262.C1DlKJW-Xx1rx2AyH2JlTComNBgEtKnHtMersOL6BF8.VCCmGKGPBkQAjVR1eCUGPXgURElx2tO14ar_37ufTGliAbFHo_NtTiOxNQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#944 -form: Symfony\Component\Form\Form {#940 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#935 …5} |
full_name | "messages[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "messages__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 | "_messages__token" |
valid | true |
value | "c7e8117cf262.C1DlKJW-Xx1rx2AyH2JlTComNBgEtKnHtMersOL6BF8.VCCmGKGPBkQAjVR1eCUGPXgURElx2tO14ar_37ufTGliAbFHo_NtTiOxNQ" |