- 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 @1737165741 {#10174 date: 2025-01-18 03:02:21.884492 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 @1737165741 {#10174 date: 2025-01-18 03:02:21.884492 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 @1737165741 {#10174 date: 2025-01-18 03:02:21.884492 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 @1737165741 {#10174 date: 2025-01-18 03:02:21.884492 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 {#9735 -form: Symfony\Component\Form\Form {#9914 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9738 …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 @1737165741 {#10174 date: 2025-01-18 03:02:21.884492 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) {#10246 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() {#9828 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() {#9827 …} } } |
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 {#9748 -form: Symfony\Component\Form\Form {#9954 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9994 …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) {#9854 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() {#9843 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() {#9845 …} } } |
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 {#9753 -form: Symfony\Component\Form\Form {#9963 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9750 …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 {#9850 +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) {#9879 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() {#9891 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() {#9864 …} } } |
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 {#9737 -form: Symfony\Component\Form\Form {#9966 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9746 …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) {#9873 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() {#9878 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() {#9874 …} } } |
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 {#9741 -form: Symfony\Component\Form\Form {#9912 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9754 …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) {#9632 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() {#9899 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() {#9887 …} } } |
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 {#9752 -form: Symfony\Component\Form\Form {#9922 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9755 …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) {#9918 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() {#9925 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() {#9919 …} } } |
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 {#9756 -form: Symfony\Component\Form\Form {#9884 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#9757 …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 | "b45d474e2cd99d1ab83.EhTMN-fVA13vT_wf6yg47weXSI9KqG_FEYmMkSs2B30.W265XqOkexzCPZFIjHlNqFDHB-ofwlePIdvnzhtxc0RlRI90qfhwGp8Lkw" |
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 | "b45d474e2cd99d1ab83.EhTMN-fVA13vT_wf6yg47weXSI9KqG_FEYmMkSs2B30.W265XqOkexzCPZFIjHlNqFDHB-ofwlePIdvnzhtxc0RlRI90qfhwGp8Lkw" |
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 | "b45d474e2cd99d1ab83.EhTMN-fVA13vT_wf6yg47weXSI9KqG_FEYmMkSs2B30.W265XqOkexzCPZFIjHlNqFDHB-ofwlePIdvnzhtxc0RlRI90qfhwGp8Lkw" |
data_class | null |
disabled | false |
documentation | [] |
empty_data | Closure(FormInterface $form) {#10245 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() {#10243 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() {#10058 …} } } |
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 | "b45d474e2cd99d1ab83.EhTMN-fVA13vT_wf6yg47weXSI9KqG_FEYmMkSs2B30.W265XqOkexzCPZFIjHlNqFDHB-ofwlePIdvnzhtxc0RlRI90qfhwGp8Lkw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#9765 -form: Symfony\Component\Form\Form {#9772 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#10003 …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 | "b45d474e2cd99d1ab83.EhTMN-fVA13vT_wf6yg47weXSI9KqG_FEYmMkSs2B30.W265XqOkexzCPZFIjHlNqFDHB-ofwlePIdvnzhtxc0RlRI90qfhwGp8Lkw" |