- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- 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
mailer_form
"App\Form\MailerFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized 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 | 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 {#434 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#435 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#438 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#456 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#346 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#458 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#440 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …} $translationDomain: "validators" $message: Closure() {#457 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "mailer_form" "_mailer_form" ] |
cache_key | "_mailer_form_mailer_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#523 -form: Symfony\Component\Form\Form {#524 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#459 …5} |
full_name | "mailer_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mailer_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mailer_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mailer_form" |
valid | true |
value | null |
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
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "id" => "name" "name" => "name" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.name" ] |
[ "id" => "name" "name" => "name" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.name" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "name" "name" => "name" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.name" ] |
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 {#434 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#435 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#438 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#346 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#440 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …} $translationDomain: "validators" $message: Closure() {#471 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "name" "name" => "name" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mailer_form_name" ] |
cache_key | "_mailer_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#473 -form: Symfony\Component\Form\Form {#527 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#486 …5} |
full_name | "mailer_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mailer_form_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 | "_mailer_form_name" |
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 | [ "id" => "email" "name" => "email" "class" => "form-control" "type" => "email" "placeholder" => "app.form.mailer.email" ] |
[ "id" => "email" "name" => "email" "class" => "form-control" "type" => "email" "placeholder" => "app.form.mailer.email" ] |
constraints | Symfony\Component\Validator\Constraints\Email {#464 +payload: null +message: "This value is not a valid email address." +mode: "html5" +normalizer: null } |
[ Symfony\Component\Validator\Constraints\Email {#464 +payload: null +message: "This value is not a valid email address." +mode: "html5" +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "email" "name" => "email" "class" => "form-control" "type" => "email" "placeholder" => "app.form.mailer.email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\Email {#464 +payload: null +message: "This value is not a valid email address." +mode: "html5" +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#434 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#435 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#438 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#483 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#346 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#485 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#440 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …} $translationDomain: "validators" $message: Closure() {#484 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "email" "name" => "email" "class" => "form-control" "type" => "email" "placeholder" => "app.form.mailer.email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_mailer_form_email" ] |
cache_key | "_mailer_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#542 -form: Symfony\Component\Form\Form {#530 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#544 …5} |
full_name | "mailer_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mailer_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mailer_form_email" |
valid | true |
value | "" |
subject
"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 | [ "id" => "subject" "name" => "subject" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.subject" ] |
[ "id" => "subject" "name" => "subject" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.subject" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "subject" "name" => "subject" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.subject" ] |
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 {#434 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#435 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#438 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#492 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#346 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#494 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#440 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …} $translationDomain: "validators" $message: Closure() {#493 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "subject" "name" => "subject" "class" => "form-control" "type" => "text" "placeholder" => "app.form.mailer.subject" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mailer_form_subject" ] |
cache_key | "_mailer_form_subject_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#545 -form: Symfony\Component\Form\Form {#533 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#546 …5} |
full_name | "mailer_form[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mailer_form_subject" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mailer_form_subject" |
valid | true |
value | "" |
message
"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 | [ "id" => "message" "name" => "message" "class" => "form-control" "placeholder" => "app.form.mailer.text" "rows" => "5" ] |
[ "id" => "message" "name" => "message" "class" => "form-control" "placeholder" => "app.form.mailer.text" "rows" => "5" ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "id" => "message" "name" => "message" "class" => "form-control" "placeholder" => "app.form.mailer.text" "rows" => "5" ] |
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 {#434 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#435 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#438 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#505 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#346 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#507 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#440 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …} $translationDomain: "validators" $message: Closure() {#506 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "id" => "message" "name" => "message" "class" => "form-control" "placeholder" => "app.form.mailer.text" "rows" => "5" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_mailer_form_message" ] |
cache_key | "_mailer_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#547 -form: Symfony\Component\Form\Form {#536 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#555 …5} |
full_name | "mailer_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mailer_form_message" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mailer_form_message" |
valid | true |
value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "id" => "submit" "class" => "btn_submit" ] |
[ "id" => "submit" "class" => "btn_submit" ] |
label | "app.form.mailer.send_btn" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "id" => "submit" "class" => "btn_submit" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
label | "app.form.mailer.send_btn" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "id" => "submit" "class" => "btn_submit" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_mailer_form_submit" ] |
cache_key | "_mailer_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#558 …5} |
full_name | "mailer_form[submit]" |
id | "mailer_form_submit" |
label | "app.form.mailer.send_btn" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_mailer_form_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "b3033650c8e39c37691b1d49304e6f.3cn2vNulP5Ty6Gwi4eNg6BBOvYjw264uA7o4NyQX6YA.qLu907zIZfetvx8XrpUJjCUL7cKmtvFZRdR0A3Emp-fojLHo6-pPzIGjBw" |
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 | "b3033650c8e39c37691b1d49304e6f.3cn2vNulP5Ty6Gwi4eNg6BBOvYjw264uA7o4NyQX6YA.qLu907zIZfetvx8XrpUJjCUL7cKmtvFZRdR0A3Emp-fojLHo6-pPzIGjBw" |
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 {#434 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#435 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#436 …} -namespace: Closure() {#438 …} } |
data | "b3033650c8e39c37691b1d49304e6f.3cn2vNulP5Ty6Gwi4eNg6BBOvYjw264uA7o4NyQX6YA.qLu907zIZfetvx8XrpUJjCUL7cKmtvFZRdR0A3Emp-fojLHo6-pPzIGjBw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#574 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#346 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#576 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#440 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#358 …} $translationDomain: "validators" $message: Closure() {#575 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_mailer_form__token" ] |
cache_key | "_mailer_form__token_hidden" |
compound | false |
data | "b3033650c8e39c37691b1d49304e6f.3cn2vNulP5Ty6Gwi4eNg6BBOvYjw264uA7o4NyQX6YA.qLu907zIZfetvx8XrpUJjCUL7cKmtvFZRdR0A3Emp-fojLHo6-pPzIGjBw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#586 -form: Symfony\Component\Form\Form {#582 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#577 …5} |
full_name | "mailer_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mailer_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mailer_form__token" |
valid | true |
value | "b3033650c8e39c37691b1d49304e6f.3cn2vNulP5Ty6Gwi4eNg6BBOvYjw264uA7o4NyQX6YA.qLu907zIZfetvx8XrpUJjCUL7cKmtvFZRdR0A3Emp-fojLHo6-pPzIGjBw" |