- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 999
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Httplug 0/0
- Messages
- E-mails
- Notifications
- Guzzle
-
Features 12
- VichUploader
- JMS Serializer 0
- 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
contactbundle_contact
"App\Form\ContactType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Contact {#10133 -id: null -firstName: null -lastName: null -company: null -phone: null -email: null -remark: null -createdAt: DateTime @1740153071 {#10174 date: 2025-02-21 16:51:11.583865 Europe/Amsterdam (+01:00) } -locale: "nl" #origin: null #contactedCompany: null -address: null -zipCode: null -city: null #anonymized: false -site: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Contact {#10133 -id: null -firstName: null -lastName: null -company: null -phone: null -email: null -remark: null -createdAt: DateTime @1740153071 {#10174 date: 2025-02-21 16:51:11.583865 Europe/Amsterdam (+01:00) } -locale: "nl" #origin: null #contactedCompany: null -address: null -zipCode: null -city: null #anonymized: false -site: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "recaptcha-form" ] |
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 {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data | App\Entity\Contact {#10133 -id: null -firstName: null -lastName: null -company: null -phone: null -email: null -remark: null -createdAt: DateTime @1740153071 {#10174 date: 2025-02-21 16:51:11.583865 Europe/Amsterdam (+01:00) } -locale: "nl" #origin: null #contactedCompany: null -address: null -zipCode: null -city: null #anonymized: false -site: null } |
data_class | "App\Entity\Contact" |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#10189 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} use: { $class: "App\Entity\Contact" } } |
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 | [] |
send_to_meta | null |
setter | null |
translation_domain | "contact" |
trim | true |
upload_max_size_message | Closure() {#10196 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#10195 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "recaptcha-form" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contactbundle_contact" "_contactbundle_contact" ] |
cache_key | "_contactbundle_contact_contactbundle_contact" |
compound | true |
data | App\Entity\Contact {#10133 -id: null -firstName: null -lastName: null -company: null -phone: null -email: null -remark: null -createdAt: DateTime @1740153071 {#10174 date: 2025-02-21 16:51:11.583865 Europe/Amsterdam (+01:00) } -locale: "nl" #origin: null #contactedCompany: null -address: null -zipCode: null -city: null #anonymized: false -site: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9656 -form: Symfony\Component\Form\Form {#9897 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9718 …5} |
full_name | "contactbundle_contact" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contactbundle_contact" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact" |
valid | true |
value | App\Entity\Contact {#10133 -id: null -firstName: null -lastName: null -company: null -phone: null -email: null -remark: null -createdAt: DateTime @1740153071 {#10174 date: 2025-02-21 16:51:11.583865 Europe/Amsterdam (+01:00) } -locale: "nl" #origin: null #contactedCompany: null -address: null -zipCode: null -city: null #anonymized: false -site: null } |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 170 ] |
[ "maxlength" => 170 ] |
constraints | [ App\Constraints\UrlNotAllowed {#10304 +payload: null } ] |
[ App\Constraints\UrlNotAllowed {#10304 +payload: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 170 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ App\Constraints\UrlNotAllowed {#10304 +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#10249 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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() {#9796 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9798 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 170 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contactbundle_contact_firstName" ] |
cache_key | "_contactbundle_contact_firstName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9728 -form: Symfony\Component\Form\Form {#9908 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9963 …5} |
full_name | "contactbundle_contact[firstName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact_firstName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstName" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact_firstName" |
valid | true |
value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 170 ] |
[ "maxlength" => 170 ] |
constraints | [ App\Constraints\UrlNotAllowed {#10221 +payload: null } ] |
[ App\Constraints\UrlNotAllowed {#10221 +payload: null } ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 170 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ App\Constraints\UrlNotAllowed {#10221 +payload: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9762 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9832 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9836 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 170 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contactbundle_contact_lastName" ] |
cache_key | "_contactbundle_contact_lastName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9729 -form: Symfony\Component\Form\Form {#9931 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9727 …5} |
full_name | "contactbundle_contact[lastName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact_lastName" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastName" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact_lastName" |
valid | true |
value | "" |
phone
"App\Form\PhoneNumberType"
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 |
---|---|---|
required | 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 | null |
by_reference | true |
compound | false |
constraints | [ Misd\PhoneNumberBundle\Validator\Constraints\PhoneNumber {#9840 +payload: null +message: null +type: "any" +defaultRegion: null +regionPath: null +format: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9861 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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 | [] |
html5 | true |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9847 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9851 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "tel" "phone" "_contactbundle_contact_phone" ] |
cache_key | "_contactbundle_contact_phone_phone" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9717 -form: Symfony\Component\Form\Form {#9934 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9712 …5} |
full_name | "contactbundle_contact[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact_phone" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact_phone" |
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 {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9849 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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() {#9830 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9857 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contactbundle_contact_email" ] |
cache_key | "_contactbundle_contact_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9704 -form: Symfony\Component\Form\Form {#9883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9722 …5} |
full_name | "contactbundle_contact[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact_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 | "contact" |
unique_block_prefix | "_contactbundle_contact_email" |
valid | true |
value | "" |
remark
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
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 {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9850 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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 | "Message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9818 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contactbundle_contact_remark" ] |
cache_key | "_contactbundle_contact_remark_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9720 -form: Symfony\Component\Form\Form {#9900 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9723 …5} |
full_name | "contactbundle_contact[remark]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact_remark" |
label | "Message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "remark" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact_remark" |
valid | true |
value | "" |
captcha
"App\Component\Captcha\Form\CaptchaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#9878 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#9893 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#9892 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "recaptcha" "_contactbundle_contact_captcha" ] |
cache_key | "_contactbundle_contact_captcha_recaptcha" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9724 -form: Symfony\Component\Form\Form {#9903 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9725 …5} |
full_name | "contactbundle_contact[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact_captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact_captcha" |
valid | true |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "88ddc42dc15cf6f0e3b57ecc0.OC9CPpNlSdb3OZZ9wn255AevgUbn6KJx6XJPGY-7mNo.cU4AWucsEe7BbNI4khjSrWv-tAG3nfhEuycZa8Lp15NoTCha1wAMsMJJrg" |
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 | "88ddc42dc15cf6f0e3b57ecc0.OC9CPpNlSdb3OZZ9wn255AevgUbn6KJx6XJPGY-7mNo.cU4AWucsEe7BbNI4khjSrWv-tAG3nfhEuycZa8Lp15NoTCha1wAMsMJJrg" |
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 {#10159 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#10158 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#10157 …} -namespace: Closure() {#10155 …} } |
data | "88ddc42dc15cf6f0e3b57ecc0.OC9CPpNlSdb3OZZ9wn255AevgUbn6KJx6XJPGY-7mNo.cU4AWucsEe7BbNI4khjSrWv-tAG3nfhEuycZa8Lp15NoTCha1wAMsMJJrg" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#10254 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#10172 …} } |
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() {#2829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#10123 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1827 …} $translationDomain: "validators" $message: Closure() {#10030 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contactbundle_contact__token" ] |
cache_key | "_contactbundle_contact__token_hidden" |
compound | false |
data | "88ddc42dc15cf6f0e3b57ecc0.OC9CPpNlSdb3OZZ9wn255AevgUbn6KJx6XJPGY-7mNo.cU4AWucsEe7BbNI4khjSrWv-tAG3nfhEuycZa8Lp15NoTCha1wAMsMJJrg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9743 -form: Symfony\Component\Form\Form {#9738 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9966 …5} |
full_name | "contactbundle_contact[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contactbundle_contact__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "contact" |
unique_block_prefix | "_contactbundle_contact__token" |
valid | true |
value | "88ddc42dc15cf6f0e3b57ecc0.OC9CPpNlSdb3OZZ9wn255AevgUbn6KJx6XJPGY-7mNo.cU4AWucsEe7BbNI4khjSrWv-tAG3nfhEuycZa8Lp15NoTCha1wAMsMJJrg" |