- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 14
- 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 {#1173 -location: App\Entity\Location {#879 …} -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?location=seattle" |
same as passed value |
data | App\Entity\Message {#1173 -location: App\Entity\Location {#879 …} -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?location=seattle" |
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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data | App\Entity\Message {#1173 -location: App\Entity\Location {#879 …} -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) {#1253 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1180 …} 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() {#1255 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1254 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/contact?location=seattle" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "message_form" "_message_form" ] |
cache_key | "_message_form_message_form" |
compound | true |
data | App\Entity\Message {#1173 -location: App\Entity\Location {#879 …} -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 {#1360 -form: Symfony\Component\Form\Form {#1361 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1256 …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 {#1173 -location: App\Entity\Location {#879 …} -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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
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() {#1275 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1274 …} } } |
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 {#1293 +label: "Customer service" +value: "customer_service" +data: "customer_service" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +label: "General inquiry" +value: "general_inquiry" +data: "general_inquiry" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1302 -form: Symfony\Component\Form\Form {#1364 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1316 …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) {#1387 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1261 …} } |
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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1290 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1180 …} } |
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() {#1292 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1291 …} } } |
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 {#1388 -form: Symfony\Component\Form\Form {#1367 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1389 …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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1299 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1180 …} } |
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() {#1301 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1300 …} } } |
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 {#1390 -form: Symfony\Component\Form\Form {#1370 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1414 …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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1313 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1180 …} } |
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() {#1315 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1312 …} } } |
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 {#1416 -form: Symfony\Component\Form\Form {#1373 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1417 …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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1326 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1180 …} } |
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() {#1328 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1327 …} } } |
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 {#1418 -form: Symfony\Component\Form\Form {#1376 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1419 …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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1338 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1334 …} } |
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 {#1340 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() {#1344 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1342 …} } } |
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 {#1420 -form: Symfony\Component\Form\Form {#1379 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1421 …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 {#1423 …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 | "fea7f358bd4e57.rSSzt0fbJuu5Wa9bk3mHyzD-1RVapQIQIeSnUQQfunM.nXye1nK6fJuBDZkD6wD0uV-Jh2UX6VFGSpXEY0Bs3ATJQPGEBL9sgf1gxA" |
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 | "fea7f358bd4e57.rSSzt0fbJuu5Wa9bk3mHyzD-1RVapQIQIeSnUQQfunM.nXye1nK6fJuBDZkD6wD0uV-Jh2UX6VFGSpXEY0Bs3ATJQPGEBL9sgf1gxA" |
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 {#199 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#201 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#202 …} -namespace: Closure() {#204 …} } |
data | "fea7f358bd4e57.rSSzt0fbJuu5Wa9bk3mHyzD-1RVapQIQIeSnUQQfunM.nXye1nK6fJuBDZkD6wD0uV-Jh2UX6VFGSpXEY0Bs3ATJQPGEBL9sgf1gxA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1427 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1180 …} } |
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() {#1429 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1235 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#49 …} $translationDomain: "validators" $message: Closure() {#1426 …} } } |
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 | "fea7f358bd4e57.rSSzt0fbJuu5Wa9bk3mHyzD-1RVapQIQIeSnUQQfunM.nXye1nK6fJuBDZkD6wD0uV-Jh2UX6VFGSpXEY0Bs3ATJQPGEBL9sgf1gxA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1439 -form: Symfony\Component\Form\Form {#1435 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1430 …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 | "fea7f358bd4e57.rSSzt0fbJuu5Wa9bk3mHyzD-1RVapQIQIeSnUQQfunM.nXye1nK6fJuBDZkD6wD0uV-Jh2UX6VFGSpXEY0Bs3ATJQPGEBL9sgf1gxA" |