- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 9
- Events
- Routing
- Cache
- Translation 7
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- E-mails
- EasyAdmin
- 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_form
"App\Form\Type\MessageFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Message {#1488 -location: null -type: null -name: null -phoneNumber: null -email: null -message: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/contact" |
same as passed value |
data | App\Entity\Message {#1488 -location: null -type: null -name: null -phoneNumber: null -email: null -message: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/contact" |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data | App\Entity\Message {#1488 -location: null -type: null -name: null -phoneNumber: null -email: null -message: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
data_class | "App\Entity\Message" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1571 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1494 …} 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() {#1573 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1572 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/contact" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "message_form" "_message_form" ] |
cache_key | "_message_form_message_form" |
compound | true |
data | App\Entity\Message {#1488 -location: null -type: null -name: null -phoneNumber: null -email: null -message: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1678 -form: Symfony\Component\Form\Form {#1679 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1574 …5} |
full_name | "message_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message_form" |
valid | true |
value | App\Entity\Message {#1488 -location: null -type: null -name: null -phoneNumber: null -email: null -message: null -privacyPolicyAccepted: false -id: null -createdAt: null -updatedAt: null } |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
---|---|---|
choices | [ "Customer service" => "customer_service" "General inquiry" => "general_inquiry" ] |
[ "Customer service" => "customer_service" "General inquiry" => "general_inquiry" ] |
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 |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Customer service" => "customer_service" "General inquiry" => "general_inquiry" ] |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | 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" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1592 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_message_form_type" ] |
cache_key | "_message_form_type_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1611 +label: "Customer service" +value: "customer_service" +data: "customer_service" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1595 +label: "General inquiry" +value: "general_inquiry" +data: "general_inquiry" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1620 -form: Symfony\Component\Form\Form {#1682 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1634 …5} |
full_name | "message_form[type]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_form_type" |
is_selected | Closure($choice, $value) {#1705 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1579 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "type" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message_form_type" |
valid | true |
value | "" |
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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1608 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1494 …} } |
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 | [] |
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() {#1610 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1609 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_message_form_name" ] |
cache_key | "_message_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1706 -form: Symfony\Component\Form\Form {#1685 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1707 …5} |
full_name | "message_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_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 | "_message_form_name" |
valid | true |
value | "" |
phoneNumber
"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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1617 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1494 …} } |
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 | [] |
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() {#1619 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1618 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_message_form_phoneNumber" ] |
cache_key | "_message_form_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1708 -form: Symfony\Component\Form\Form {#1688 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1732 …5} |
full_name | "message_form[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_form_phoneNumber" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message_form_phoneNumber" |
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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1631 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1494 …} } |
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 | [] |
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() {#1633 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1630 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_message_form_email" ] |
cache_key | "_message_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1734 -form: Symfony\Component\Form\Form {#1691 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1735 …5} |
full_name | "message_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_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 | "_message_form_email" |
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
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1644 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1494 …} } |
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 | [] |
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() {#1646 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1645 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_message_form_message" ] |
cache_key | "_message_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1736 -form: Symfony\Component\Form\Form {#1694 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1737 …5} |
full_name | "message_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_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 | "_message_form_message" |
valid | true |
value | "" |
privacyPolicyAccepted
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
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 | 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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1656 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1652 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#1658 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
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() {#1662 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1660 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_message_form_privacyPolicyAccepted" ] |
cache_key | "_message_form_privacyPolicyAccepted_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1738 -form: Symfony\Component\Form\Form {#1697 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1739 …5} |
full_name | "message_form[privacyPolicyAccepted]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_form_privacyPolicyAccepted" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "privacyPolicyAccepted" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_message_form_privacyPolicyAccepted" |
valid | true |
value | "1" |
send
"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
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
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 | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_message_form_send" ] |
cache_key | "_message_form_send_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1741 …5} |
full_name | "message_form[send]" |
id | "message_form_send" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "send" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_message_form_send" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "62fb8145257.amf6BMiQtHjOXaYEq5Dv474z8WnM40Pfnilo6QtaCNs.DhWLaK_G8FWUGuti__TZr_UBph-aoiaWyEpd2mIDbJItJbBSq8fNIooI4w" |
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 | "62fb8145257.amf6BMiQtHjOXaYEq5Dv474z8WnM40Pfnilo6QtaCNs.DhWLaK_G8FWUGuti__TZr_UBph-aoiaWyEpd2mIDbJItJbBSq8fNIooI4w" |
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 {#197 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#199 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#200 …} -namespace: Closure() {#202 …} } |
data | "62fb8145257.amf6BMiQtHjOXaYEq5Dv474z8WnM40Pfnilo6QtaCNs.DhWLaK_G8FWUGuti__TZr_UBph-aoiaWyEpd2mIDbJItJbBSq8fNIooI4w" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1494 …} } |
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() {#1747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1553 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1744 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_message_form__token" ] |
cache_key | "_message_form__token_hidden" |
compound | false |
data | "62fb8145257.amf6BMiQtHjOXaYEq5Dv474z8WnM40Pfnilo6QtaCNs.DhWLaK_G8FWUGuti__TZr_UBph-aoiaWyEpd2mIDbJItJbBSq8fNIooI4w" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1757 -form: Symfony\Component\Form\Form {#1753 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1748 …5} |
full_name | "message_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "message_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 | "_message_form__token" |
valid | true |
value | "62fb8145257.amf6BMiQtHjOXaYEq5Dv474z8WnM40Pfnilo6QtaCNs.DhWLaK_G8FWUGuti__TZr_UBph-aoiaWyEpd2mIDbJItJbBSq8fNIooI4w" |