- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 44
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 1
- E-mails
- 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
message
"App\Form\BackOffice\MessageType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Message {#516 -id: null -nom: null -prenom: null -telephone: null -email: null -adresse: null -message: null -date: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Message {#516 -id: null -nom: null -prenom: null -telephone: null -email: null -adresse: null -message: null -date: 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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data | App\Entity\Message {#516 -id: null -nom: null -prenom: null -telephone: null -email: null -adresse: null -message: null -date: null } |
data_class | "App\Entity\Message" |
disabled | false |
empty_data | Closure(FormInterface $form) {#648 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} use: { $class: "App\Entity\Message" } } |
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() {#650 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#649 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "message" "_message" ] |
cache_key | "_message_message" |
compound | true |
data | App\Entity\Message {#516 -id: null -nom: null -prenom: null -telephone: null -email: null -adresse: null -message: null -date: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#845 -form: Symfony\Component\Form\Form {#729 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#846 …5} |
full_name | "message" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message" |
valid | true |
value | App\Entity\Message {#516 -id: null -nom: null -prenom: null -telephone: null -email: null -adresse: null -message: null -date: null } |
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 | [ "placeholder" => "Nom..." ] |
[ "placeholder" => "Nom..." ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom..." ] |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#661 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
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 | true |
upload_max_size_message | Closure() {#663 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#662 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_message_nom" ] |
cache_key | "_message_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#848 -form: Symfony\Component\Form\Form {#732 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#847 …5} |
full_name | "message[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_nom" |
label | false |
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 | "_message_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 | [ "placeholder" => "Prénom(s)..." ] |
[ "placeholder" => "Prénom(s)..." ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Prénom(s)..." ] |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#670 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
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 | true |
upload_max_size_message | Closure() {#672 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#671 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Prénom(s)..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_message_prenom" ] |
cache_key | "_message_prenom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#849 -form: Symfony\Component\Form\Form {#735 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#850 …5} |
full_name | "message[prenom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_prenom" |
label | false |
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 | "_message_prenom" |
valid | true |
value | "" |
telephone
"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 | [ "placeholder" => "Téléphone..." ] |
[ "placeholder" => "Téléphone..." ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Télé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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#679 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
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 | true |
upload_max_size_message | Closure() {#681 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#680 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Téléphone..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_message_telephone" ] |
cache_key | "_message_telephone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#851 -form: Symfony\Component\Form\Form {#738 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#852 …5} |
full_name | "message[telephone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_telephone" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "telephone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message_telephone" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "E-mail..." ] |
[ "placeholder" => "E-mail..." ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "E-mail..." ] |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#693 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
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 | true |
upload_max_size_message | Closure() {#695 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#692 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "E-mail..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_message_email" ] |
cache_key | "_message_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#853 -form: Symfony\Component\Form\Form {#741 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#854 …5} |
full_name | "message[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_email" |
label | false |
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 | "_message_email" |
valid | true |
value | "" |
adresse
"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 | [ "placeholder" => "Adresse..." ] |
[ "placeholder" => "Adresse..." ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Adresse..." ] |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#702 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
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 | true |
upload_max_size_message | Closure() {#704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#703 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Adresse..." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_message_adresse" ] |
cache_key | "_message_adresse_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#855 -form: Symfony\Component\Form\Form {#744 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#856 …5} |
full_name | "message[adresse]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_adresse" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "adresse" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message_adresse" |
valid | true |
value | "" |
message
"FOS\CKEditorBundle\Form\Type\CKEditorType"
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 | [ "placeholder" => "Message..." ] |
[ "placeholder" => "Message..." ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
async | false |
attr | [ "placeholder" => "Message..." ] |
attr_translation_parameters | [] |
auto_initialize | true |
auto_inline | true |
autoload | true |
base_path | "bundles/fosckeditor/" |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
config | [] |
config_name | "main_config" |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#721 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
enable | true |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
filebrowsers | [] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
inline | false |
input_sync | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
jquery | false |
jquery_path | "bundles/fosckeditor/adapters/jquery.js" |
js_path | "bundles/fosckeditor/ckeditor.js" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
plugins | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
require_js | false |
required | true |
row_attr | [] |
setter | null |
styles | [] |
templates | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#722 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
async | false |
attr | [ "placeholder" => "Message..." ] |
attr_translation_parameters | [] |
auto_inline | true |
autoload | true |
base_path | "bundles/fosckeditor/" |
block_prefixes | [ "form" "text" "textarea" "ckeditor" "_message_message" ] |
cache_key | "_message_message_ckeditor" |
compound | false |
config | [ "toolbar" => [ [ "name" => "styles" "items" => [ "Bold" "Italic" "Underline" "Strike" "Blockquote" "-" "Link" "-" "RemoveFormat" "-" "NumberedList" "BulletedList" "-" "Outdent" "Indent" "-" "-" "JustifyLeft" "JustifyCenter" "JustifyRight" "JustifyBlock" "-" "Table" "-" "Styles" "Format" "Font" "FontSize" "-" "TextColor" "BGColor" "Source" ] ] ] "filebrowserBrowserRoute" => "elfinder" "filebrowserBrowserRouteParameters" => [] ] |
config_name | "main_config" |
data | null |
disabled | false |
enable | true |
errors | Symfony\Component\Form\FormErrorIterator {#857 -form: Symfony\Component\Form\Form {#747 …} -errors: [] } |
filebrowsers | [] |
form | Symfony\Component\Form\FormView {#858 …5} |
full_name | "message[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_message" |
inline | false |
input_sync | false |
jquery | false |
jquery_path | "bundles/fosckeditor/adapters/jquery.js" |
js_path | "bundles/fosckeditor/ckeditor.js" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
plugins | [] |
priority | 0 |
require_js | false |
required | true |
row_attr | [] |
size | null |
styles | [] |
submitted | false |
templates | [] |
translation_domain | null |
unique_block_prefix | "_message_message" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9419759338ba1.TOuMIEdL_2A_B9a82USqA3MUkDg_PuJw_D-6w2hl-Wc.KtnJSywNrhEJXbnRt331dxZj92dPaa0DlGvKolBXqAw72clZKTvON1I3tQ" |
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 | "9419759338ba1.TOuMIEdL_2A_B9a82USqA3MUkDg_PuJw_D-6w2hl-Wc.KtnJSywNrhEJXbnRt331dxZj92dPaa0DlGvKolBXqAw72clZKTvON1I3tQ" |
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 {#189 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#214 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#213 …} -namespace: Closure() {#218 …} } |
data | "9419759338ba1.TOuMIEdL_2A_B9a82USqA3MUkDg_PuJw_D-6w2hl-Wc.KtnJSywNrhEJXbnRt331dxZj92dPaa0DlGvKolBXqAw72clZKTvON1I3tQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#534 …} } |
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() {#873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#631 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#546 …} $translationDomain: "validators" $message: Closure() {#870 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_message__token" ] |
cache_key | "_message__token_hidden" |
compound | false |
data | "9419759338ba1.TOuMIEdL_2A_B9a82USqA3MUkDg_PuJw_D-6w2hl-Wc.KtnJSywNrhEJXbnRt331dxZj92dPaa0DlGvKolBXqAw72clZKTvON1I3tQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#879 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#874 …5} |
full_name | "message[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message__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 | "_message__token" |
valid | true |
value | "9419759338ba1.TOuMIEdL_2A_B9a82USqA3MUkDg_PuJw_D-6w2hl-Wc.KtnJSywNrhEJXbnRt331dxZj92dPaa0DlGvKolBXqAw72clZKTvON1I3tQ" |