- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 15
- 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 {#781 -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 {#781 -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 {#781 -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) {#865 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} 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() {#867 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#866 …} } } |
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 {#781 -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 {#972 -form: Symfony\Component\Form\Form {#973 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#868 …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 {#781 -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 | [ "Ügyfélszolgálat" => "customer_service" "Általános érdeklődés" => "general_inquiry" ] |
[ "Ügyfélszolgálat" => "customer_service" "Általános érdeklődés" => "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 | [ "Ügyfélszolgálat" => "customer_service" "Általános érdeklődés" => "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() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#886 …} } } |
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 {#905 +label: "Ügyfélszolgálat" +value: "customer_service" +data: "customer_service" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#889 +label: "Általános érdeklődés" +value: "general_inquiry" +data: "general_inquiry" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#914 -form: Symfony\Component\Form\Form {#976 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#928 …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) {#999 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#873 …} } |
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) {#902 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#904 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#903 …} } } |
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 {#1000 -form: Symfony\Component\Form\Form {#979 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1001 …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) {#911 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#913 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#912 …} } } |
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 {#1002 -form: Symfony\Component\Form\Form {#982 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1026 …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) {#925 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#927 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#924 …} } } |
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 {#1028 -form: Symfony\Component\Form\Form {#985 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1029 …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) {#938 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#940 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#939 …} } } |
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 {#1030 -form: Symfony\Component\Form\Form {#988 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1031 …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) {#950 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#946 …} } |
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 {#952 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() {#956 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#954 …} } } |
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 {#1032 -form: Symfony\Component\Form\Form {#991 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1033 …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 {#1035 …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 | "dfad43663c4ea5f799f2c1.NTci94CTzZUpBSc1IsdyCDtSugQ_7A8VYgRE6OsqDaE.fXMQlufD_PxudApkZJIFXhY_4H4K1T9RUlMPr7F8VfVkTU2VzfiJwEJdQA" |
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 | "dfad43663c4ea5f799f2c1.NTci94CTzZUpBSc1IsdyCDtSugQ_7A8VYgRE6OsqDaE.fXMQlufD_PxudApkZJIFXhY_4H4K1T9RUlMPr7F8VfVkTU2VzfiJwEJdQA" |
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 | "dfad43663c4ea5f799f2c1.NTci94CTzZUpBSc1IsdyCDtSugQ_7A8VYgRE6OsqDaE.fXMQlufD_PxudApkZJIFXhY_4H4K1T9RUlMPr7F8VfVkTU2VzfiJwEJdQA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1039 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#775 …} } |
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() {#1041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#847 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#50 …} $translationDomain: "validators" $message: Closure() {#1038 …} } } |
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 | "dfad43663c4ea5f799f2c1.NTci94CTzZUpBSc1IsdyCDtSugQ_7A8VYgRE6OsqDaE.fXMQlufD_PxudApkZJIFXhY_4H4K1T9RUlMPr7F8VfVkTU2VzfiJwEJdQA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1051 -form: Symfony\Component\Form\Form {#1047 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1042 …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 | "dfad43663c4ea5f799f2c1.NTci94CTzZUpBSc1IsdyCDtSugQ_7A8VYgRE6OsqDaE.fXMQlufD_PxudApkZJIFXhY_4H4K1T9RUlMPr7F8VfVkTU2VzfiJwEJdQA" |