- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 3
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- 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
contact
"App\Form\Front\ContactType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ContactMessage {#1623 -id: null -type: null -status: null -civility: null -firstContactDate: null -answerType: null -workStatus: null -contactedFrom: null -visited: null -booked: null -leaseStartDate: null -answer: null -answerDate: null -supportUser: null -accommodation: null -room: null -subject: null -userType: null -firstname: null -lastname: null -phone: null -email: null -company: "" -nationality: "" -age: null -dateFrom: null -dateTo: null -message: null -nbBedrooms: null -address: null -internalComment: null -createdAt: null -updatedAt: null -archived: false -optin: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ContactMessage {#1623 -id: null -type: null -status: null -civility: null -firstContactDate: null -answerType: null -workStatus: null -contactedFrom: null -visited: null -booked: null -leaseStartDate: null -answer: null -answerDate: null -supportUser: null -accommodation: null -room: null -subject: null -userType: null -firstname: null -lastname: null -phone: null -email: null -company: "" -nationality: "" -age: null -dateFrom: null -dateTo: null -message: null -nbBedrooms: null -address: null -internalComment: null -createdAt: null -updatedAt: null -archived: false -optin: null } |
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 | 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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data | App\Entity\ContactMessage {#1623 -id: null -type: null -status: null -civility: null -firstContactDate: null -answerType: null -workStatus: null -contactedFrom: null -visited: null -booked: null -leaseStartDate: null -answer: null -answerDate: null -supportUser: null -accommodation: null -room: null -subject: null -userType: null -firstname: null -lastname: null -phone: null -email: null -company: "" -nationality: "" -age: null -dateFrom: null -dateTo: null -message: null -nbBedrooms: null -address: null -internalComment: null -createdAt: null -updatedAt: null -archived: false -optin: null } |
| data_class | "App\Entity\ContactMessage" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1706 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} use: { $class: "App\Entity\ContactMessage" } } |
| 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 | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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 | "front" |
| trim | true |
| type | "" |
| upload_max_size_message | Closure() {#1708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1707 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact" "_contact" ] |
| cache_key | "_contact_contact" |
| compound | true |
| data | App\Entity\ContactMessage {#1623 -id: null -type: null -status: null -civility: null -firstContactDate: null -answerType: null -workStatus: null -contactedFrom: null -visited: null -booked: null -leaseStartDate: null -answer: null -answerDate: null -supportUser: null -accommodation: null -room: null -subject: null -userType: null -firstname: null -lastname: null -phone: null -email: null -company: "" -nationality: "" -age: null -dateFrom: null -dateTo: null -message: null -nbBedrooms: null -address: null -internalComment: null -createdAt: null -updatedAt: null -archived: false -optin: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1822 -form: Symfony\Component\Form\Form {#1842 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1833 …5} |
| full_name | "contact" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact" |
| valid | true |
| value | App\Entity\ContactMessage {#1623 -id: null -type: null -status: null -civility: null -firstContactDate: null -answerType: null -workStatus: null -contactedFrom: null -visited: null -booked: null -leaseStartDate: null -answer: null -answerDate: null -supportUser: null -accommodation: null -room: null -subject: null -userType: null -firstname: null -lastname: null -phone: null -email: null -company: "" -nationality: "" -age: null -dateFrom: null -dateTo: null -message: null -nbBedrooms: null -address: null -internalComment: null -createdAt: null -updatedAt: null -archived: false -optin: null } |
recaptcha
"EWZ\Bundle\RecaptchaBundle\Form\Type\EWZRecaptchaType"
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 | [ "options" => [ "theme" => "light" "type" => "image" "size" => "small" ] ] |
[ "options" => [ "theme" => "light" "type" => "image" "size" => "small" ] ] |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#1714 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
[ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#1714 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "small" ] ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ EWZ\Bundle\RecaptchaBundle\Validator\Constraints\IsTrue {#1714 +payload: null +message: "This value is not a valid captcha." +invalidHostMessage: "The captcha was not resolved on the right domain." } ] |
| 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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1725 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | [] |
| language | "fr" |
| mapped | false |
| method | "POST" |
| model_transformer | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| public_key | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1726 …} } } |
| url_challenge | null |
| url_noscript | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "options" => [ "theme" => "light" "type" => "image" "size" => "small" ] ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "ewz_recaptcha" "_contact_recaptcha" ] |
| cache_key | "_contact_recaptcha_ewz_recaptcha" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1768 -form: Symfony\Component\Form\Form {#1845 …} -errors: [] } |
| ewz_recaptcha_ajax | false |
| ewz_recaptcha_api_host | "www.google.com" |
| ewz_recaptcha_api_uri | "https://www.google.com/recaptcha/api.js" |
| ewz_recaptcha_enabled | true |
| form | Symfony\Component\Form\FormView {#1777 …5} |
| full_name | "contact[recaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_recaptcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha" |
| priority | 0 |
| public_key | "6LeNZ5IfAAAAAM58lZsPNMPKMfgfp7sNCRdHmrVx" |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_recaptcha" |
| url_challenge | "https://www.google.com/recaptcha/api.js?hl=fr" |
| valid | true |
| value | "" |
subject
"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 |
|---|---|---|
| label | "label.subject" |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1734 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "label.subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1735 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_subject" ] |
| cache_key | "_contact_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1755 -form: Symfony\Component\Form\Form {#1848 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1746 …5} |
| full_name | "contact[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_subject" |
| label | "label.subject" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subject" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_subject" |
| valid | true |
| value | "" |
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 |
|---|---|---|
| label | "label.firstname" |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "label.firstname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1744 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_firstname" ] |
| cache_key | "_contact_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1737 -form: Symfony\Component\Form\Form {#1851 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1728 …5} |
| full_name | "contact[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_firstname" |
| label | "label.firstname" |
| 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 | "front" |
| unique_block_prefix | "_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 |
|---|---|---|
| label | "label.lastname" |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1752 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "label.lastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1753 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_lastname" ] |
| cache_key | "_contact_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1876 -form: Symfony\Component\Form\Form {#1854 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1878 …5} |
| full_name | "contact[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_lastname" |
| label | "label.lastname" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastname" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_lastname" |
| 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
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "label.email" |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1765 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "label.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1767 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1766 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_email" ] |
| cache_key | "_contact_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1879 -form: Symfony\Component\Form\Form {#1857 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1880 …5} |
| full_name | "contact[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_email" |
| label | "label.email" |
| 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 | "front" |
| unique_block_prefix | "_contact_email" |
| valid | true |
| value | "" |
phone
"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 |
|---|---|---|
| label | "label.phone" |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1774 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "label.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1775 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_phone" ] |
| cache_key | "_contact_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1881 -form: Symfony\Component\Form\Form {#1860 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1919 …5} |
| full_name | "contact[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_phone" |
| label | "label.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_phone" |
| valid | true |
| value | "" |
company
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "label.company" |
same as passed 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 | [] |
| 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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1783 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "label.company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1785 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1784 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_company" ] |
| cache_key | "_contact_company_text" |
| compound | false |
| data | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1921 -form: Symfony\Component\Form\Form {#1863 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1922 …5} |
| full_name | "contact[company]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_company" |
| label | "label.company" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "company" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_company" |
| valid | true |
| value | "" |
userType
"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 | [ "label.contact_user_type_list.future_tenant" => "future_tenant" "label.contact_user_type_list.investor" => "investor" "label.contact_user_type_list.real_estate" => "real_estate" "label.contact_user_type_list.institutional" => "institutional" "label.contact_user_type_list.journalist" => "journalist" "label.contact_user_type_list.other" => "other" ] |
[ "label.contact_user_type_list.future_tenant" => "future_tenant" "label.contact_user_type_list.investor" => "investor" "label.contact_user_type_list.real_estate" => "real_estate" "label.contact_user_type_list.institutional" => "institutional" "label.contact_user_type_list.journalist" => "journalist" "label.contact_user_type_list.other" => "other" ] |
| label | "label.userType" |
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 |
| 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 | [ "label.contact_user_type_list.future_tenant" => "future_tenant" "label.contact_user_type_list.investor" => "investor" "label.contact_user_type_list.real_estate" => "real_estate" "label.contact_user_type_list.institutional" => "institutional" "label.contact_user_type_list.journalist" => "journalist" "label.contact_user_type_list.other" => "other" ] |
| 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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| 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 | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "label.userType" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1803 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_contact_userType" ] |
| cache_key | "_contact_userType_choice" |
| choice_translation_domain | "front" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1925 +label: "label.contact_user_type_list.future_tenant" +value: "future_tenant" +data: "future_tenant" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1926 +label: "label.contact_user_type_list.investor" +value: "investor" +data: "investor" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1927 +label: "label.contact_user_type_list.real_estate" +value: "real_estate" +data: "real_estate" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1928 +label: "label.contact_user_type_list.institutional" +value: "institutional" +data: "institutional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1929 +label: "label.contact_user_type_list.journalist" +value: "journalist" +data: "journalist" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1930 +label: "label.contact_user_type_list.other" +value: "other" +data: "other" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1923 -form: Symfony\Component\Form\Form {#1866 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1924 …5} |
| full_name | "contact[userType]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_userType" |
| is_selected | Closure($choice, $value) {#1932 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1791 …} } |
| label | "label.userType" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "userType" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_userType" |
| 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
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1819 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "label.message" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1820 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message" ] |
| cache_key | "_contact_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1933 -form: Symfony\Component\Form\Form {#1869 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1934 …5} |
| full_name | "contact[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | "label.message" |
| 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 | "front" |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | "" |
optin
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "label.acceptOptin" |
same as passed value |
| required | true |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1831 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1827 …} } |
| 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 | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1832 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "label.acceptOptin" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| model_transformer | null |
| 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() {#1834 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1836 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_contact_optin" ] |
| cache_key | "_contact_optin_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1935 -form: Symfony\Component\Form\Form {#1872 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1936 …5} |
| full_name | "contact[optin]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_optin" |
| label | "label.acceptOptin" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "optin" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "front" |
| unique_block_prefix | "_contact_optin" |
| valid | true |
| value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "620ba8b105e45d5d2c4475bc22.WaJkGOBVPIo-CLzOB5vtN0BRbDWFtKWnlGpNN_wbry8.KpZWVboxVvIPMfKgXq3YZhUWX2zjwpXi8AkEZZlUzF4YxRZhiyxw7ks9hA" |
| 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 | "620ba8b105e45d5d2c4475bc22.WaJkGOBVPIo-CLzOB5vtN0BRbDWFtKWnlGpNN_wbry8.KpZWVboxVvIPMfKgXq3YZhUWX2zjwpXi8AkEZZlUzF4YxRZhiyxw7ks9hA" |
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 {#1684 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1685 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1686 …} -namespace: Closure() {#1688 …} } |
| data | "620ba8b105e45d5d2c4475bc22.WaJkGOBVPIo-CLzOB5vtN0BRbDWFtKWnlGpNN_wbry8.KpZWVboxVvIPMfKgXq3YZhUWX2zjwpXi8AkEZZlUzF4YxRZhiyxw7ks9hA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1941 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1643 …} } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| model_transformer | null |
| 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() {#1943 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1690 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#346 …} $translationDomain: "validators" $message: Closure() {#1942 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact__token" ] |
| cache_key | "_contact__token_hidden" |
| compound | false |
| data | "620ba8b105e45d5d2c4475bc22.WaJkGOBVPIo-CLzOB5vtN0BRbDWFtKWnlGpNN_wbry8.KpZWVboxVvIPMfKgXq3YZhUWX2zjwpXi8AkEZZlUzF4YxRZhiyxw7ks9hA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1953 -form: Symfony\Component\Form\Form {#1949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1944 …5} |
| full_name | "contact[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "front" |
| unique_block_prefix | "_contact__token" |
| valid | true |
| value | "620ba8b105e45d5d2c4475bc22.WaJkGOBVPIo-CLzOB5vtN0BRbDWFtKWnlGpNN_wbry8.KpZWVboxVvIPMfKgXq3YZhUWX2zjwpXi8AkEZZlUzF4YxRZhiyxw7ks9hA" |