- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 161
- Events
- Routing
- Cache
- Translation 5
- Security
- Twig
- HTTP Client
- Doctrine 1
- E-mails
- Debug
- E-mails
- Elastica
- 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
mdl_public_bundle_contact
"App\Form\App\ContactForm"
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 |
---|---|---|
action | "/contact/verify" |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/contact/verify" |
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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#1992 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 | [] |
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 | "MDLContentBundle" |
trim | true |
upload_max_size_message | Closure() {#1994 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#1993 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/contact/verify" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "mdl_public_bundle_contact" "_mdl_public_bundle_contact" ] |
cache_key | "_mdl_public_bundle_contact_mdl_public_bundle_contact" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2049 -form: Symfony\Component\Form\Form {#2054 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1995 …5} |
full_name | "mdl_public_bundle_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mdl_public_bundle_contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mdl_public_bundle_contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "MDLContentBundle" |
unique_block_prefix | "_mdl_public_bundle_contact" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2000 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2000 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "forms.contact.name" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2000 +payload: null +message: "This value should not be blank." +allowNull: false +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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2010 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 | "forms.contact.name" |
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() {#2012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#2011 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mdl_public_bundle_contact_name" ] |
cache_key | "_mdl_public_bundle_contact_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2070 -form: Symfony\Component\Form\Form {#2057 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2013 …5} |
full_name | "mdl_public_bundle_contact[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mdl_public_bundle_contact_name" |
label | "forms.contact.name" |
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 | "MDLContentBundle" |
unique_block_prefix | "_mdl_public_bundle_contact_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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2001 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2002 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2001 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2002 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
label | "forms.contact.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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2001 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2002 +payload: null +message: "This value is not a valid email address." +mode: null +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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2024 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 | "forms.contact.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() {#2026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#2023 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_mdl_public_bundle_contact_email" ] |
cache_key | "_mdl_public_bundle_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2072 -form: Symfony\Component\Form\Form {#2060 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2073 …5} |
full_name | "mdl_public_bundle_contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mdl_public_bundle_contact_email" |
label | "forms.contact.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 | "MDLContentBundle" |
unique_block_prefix | "_mdl_public_bundle_contact_email" |
valid | true |
value | "" |
title
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2003 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2003 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "forms.contact.title" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2003 +payload: null +message: "This value should not be blank." +allowNull: false +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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2033 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 | "forms.contact.title" |
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() {#2035 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#2034 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mdl_public_bundle_contact_title" ] |
cache_key | "_mdl_public_bundle_contact_title_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2074 -form: Symfony\Component\Form\Form {#2063 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2075 …5} |
full_name | "mdl_public_bundle_contact[title]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mdl_public_bundle_contact_title" |
label | "forms.contact.title" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "MDLContentBundle" |
unique_block_prefix | "_mdl_public_bundle_contact_title" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2004 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2004 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
label | "forms.contact.message" |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#2004 +payload: null +message: "This value should not be blank." +allowNull: false +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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2046 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 | "forms.contact.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() {#2048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#2047 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_mdl_public_bundle_contact_message" ] |
cache_key | "_mdl_public_bundle_contact_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2083 -form: Symfony\Component\Form\Form {#2066 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2085 …5} |
full_name | "mdl_public_bundle_contact[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mdl_public_bundle_contact_message" |
label | "forms.contact.message" |
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 | "MDLContentBundle" |
unique_block_prefix | "_mdl_public_bundle_contact_message" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "656f9c06e39f8d8ff10589bc209.mqOj7vrycUjRv0YpTTEW9VSjzX4LOXUg8ORBjdpLdrU.yeTFmavACx2ainUedXlQlzvhpkdqVTtXtqo59IA6GtLsl_Pdo7kwJ7WIDw" |
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 | "656f9c06e39f8d8ff10589bc209.mqOj7vrycUjRv0YpTTEW9VSjzX4LOXUg8ORBjdpLdrU.yeTFmavACx2ainUedXlQlzvhpkdqVTtXtqo59IA6GtLsl_Pdo7kwJ7WIDw" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data | "656f9c06e39f8d8ff10589bc209.mqOj7vrycUjRv0YpTTEW9VSjzX4LOXUg8ORBjdpLdrU.yeTFmavACx2ainUedXlQlzvhpkdqVTtXtqo59IA6GtLsl_Pdo7kwJ7WIDw" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#2091 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 | [] |
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() {#2093 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#2090 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_mdl_public_bundle_contact__token" ] |
cache_key | "_mdl_public_bundle_contact__token_hidden" |
compound | false |
data | "656f9c06e39f8d8ff10589bc209.mqOj7vrycUjRv0YpTTEW9VSjzX4LOXUg8ORBjdpLdrU.yeTFmavACx2ainUedXlQlzvhpkdqVTtXtqo59IA6GtLsl_Pdo7kwJ7WIDw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2103 -form: Symfony\Component\Form\Form {#2099 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2094 …5} |
full_name | "mdl_public_bundle_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mdl_public_bundle_contact__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 | "MDLContentBundle" |
unique_block_prefix | "_mdl_public_bundle_contact__token" |
valid | true |
value | "656f9c06e39f8d8ff10589bc209.mqOj7vrycUjRv0YpTTEW9VSjzX4LOXUg8ORBjdpLdrU.yeTFmavACx2ainUedXlQlzvhpkdqVTtXtqo59IA6GtLsl_Pdo7kwJ7WIDw" |
(no name)
"App\Form\ECommerce\Filter\ProductFilterByName"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [
"title" => ""
] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/sr/product/filter_by_name" |
same as passed value |
data | [
"title" => ""
] |
[
"title" => ""
]
|
method | "GET" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/sr/product/filter_by_name" |
allow_extra_fields | true |
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data | [
"title" => ""
] |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3384 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 | [] |
legacy_error_messages | true |
mapped | true |
method | "GET" |
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 | "ECommerceBundle" |
trim | true |
upload_max_size_message | Closure() {#3386 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#3385 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/sr/product/filter_by_name" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "_" ] |
cache_key | "__" |
compound | true |
data | [
"title" => ""
] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3387 -form: Symfony\Component\Form\Form {#3400 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3395 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "ECommerceBundle" |
unique_block_prefix | "_" |
valid | true |
value | [
"title" => ""
] |
title
"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 |
---|---|---|
label | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | 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 {#147 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#146 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#145 …} -namespace: Closure() {#143 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#3392 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 | 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() {#3394 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#683 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#359 …} $translationDomain: "validators" $message: Closure() {#3393 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_title" ] |
cache_key | "_title_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3411 -form: Symfony\Component\Form\Form {#3403 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3410 …5} |
full_name | "title" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "title" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "title" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "ECommerceBundle" |
unique_block_prefix | "_title" |
valid | true |
value | "" |