- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 35
- Events
- Routing
- Cache
- Translation 1
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 24
- Debug
- Messages
- 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_us
"App\HomeBundle\Form\ContactUsType"
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 |
|---|---|---|
| method | "POST" |
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 {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1933 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1935 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#1934 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_us" "_contact_us" ] |
| cache_key | "_contact_us_contact_us" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2059 -form: Symfony\Component\Form\Form {#2004 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2073 …5} |
| full_name | "contact_us" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_us" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_us" |
| valid | true |
| value | null |
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 |
|---|---|---|
| attr | [ "placeholder" => "subject_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "subject" "data-validate-input" => "subject" "data-form-validate-input-rules" => "required" ] |
[ "placeholder" => "subject_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "subject" "data-validate-input" => "subject" "data-form-validate-input-rules" => "required" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1941 +payload: null +message: "Please provide the subject" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1941 +payload: null +message: "Please provide the subject" +allowNull: false +normalizer: null } ] |
| label | "subject_txt" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "subject_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "subject" "data-validate-input" => "subject" "data-form-validate-input-rules" => "required" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1941 +payload: null +message: "Please provide the subject" +allowNull: false +normalizer: 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 {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1951 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| 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 | "subject_txt" |
| 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() {#1953 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#1952 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "subject_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "subject" "data-validate-input" => "subject" "data-form-validate-input-rules" => "required" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_us_subject" ] |
| cache_key | "_contact_us_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2043 -form: Symfony\Component\Form\Form {#2007 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2044 …5} |
| full_name | "contact_us[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us_subject" |
| label | "subject_txt" |
| 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 | null |
| unique_block_prefix | "_contact_us_subject" |
| valid | true |
| value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "name_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "name" "data-validate-input" => "name" "data-form-validate-input-rules" => "required" ] |
[ "placeholder" => "name_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "name" "data-validate-input" => "name" "data-form-validate-input-rules" => "required" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1942 +payload: null +message: "Please provide your name" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1942 +payload: null +message: "Please provide your name" +allowNull: false +normalizer: null } ] |
| label | "name_txt" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "name_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "name" "data-validate-input" => "name" "data-form-validate-input-rules" => "required" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1942 +payload: null +message: "Please provide your name" +allowNull: false +normalizer: 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 {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1960 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| 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 | "name_txt" |
| 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() {#1962 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#1961 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "name_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "name" "data-validate-input" => "name" "data-form-validate-input-rules" => "required" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_us_name" ] |
| cache_key | "_contact_us_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2042 -form: Symfony\Component\Form\Form {#2010 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2041 …5} |
| full_name | "contact_us[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us_name" |
| label | "name_txt" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_us_name" |
| 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 |
|---|---|---|
| attr | [ "placeholder" => "email_txt" "class" => "input" "autocomplete" => "email" "data-stack-input-input" => "true" "data-validate-input" => "email" "data-form-validate-input-rules" => "required|email" ] |
[ "placeholder" => "email_txt" "class" => "input" "autocomplete" => "email" "data-stack-input-input" => "true" "data-validate-input" => "email" "data-form-validate-input-rules" => "required|email" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1943 +payload: null +message: "Please provide a valid email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1944 +payload: null +message: "Your email doesn't seems to be valid" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1943 +payload: null +message: "Please provide a valid email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1944 +payload: null +message: "Your email doesn't seems to be valid" +mode: null +normalizer: null } ] |
| label | "email_txt" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "email_txt" "class" => "input" "autocomplete" => "email" "data-stack-input-input" => "true" "data-validate-input" => "email" "data-form-validate-input-rules" => "required|email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1943 +payload: null +message: "Please provide a valid email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1944 +payload: null +message: "Your email doesn't seems to be valid" +mode: null +normalizer: 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 {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1974 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| 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 | "email_txt" |
| 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() {#1976 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#1973 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "email_txt" "class" => "input" "autocomplete" => "email" "data-stack-input-input" => "true" "data-validate-input" => "email" "data-form-validate-input-rules" => "required|email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_us_email" ] |
| cache_key | "_contact_us_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2027 -form: Symfony\Component\Form\Form {#2013 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2040 …5} |
| full_name | "contact_us[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us_email" |
| label | "email_txt" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_us_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 |
|---|---|---|
| attr | [ "placeholder" => "phone_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "tel" "data-validate-input" => "phone" "data-form-validate-input-rules" => "required|phone" ] |
[ "placeholder" => "phone_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "tel" "data-validate-input" => "phone" "data-form-validate-input-rules" => "required|phone" ] |
| label | "phone_txt" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "phone_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "tel" "data-validate-input" => "phone" "data-form-validate-input-rules" => "required|phone" ] |
| 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 {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1983 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| 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 | "phone_txt" |
| 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() {#1985 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#1984 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "phone_txt" "class" => "input" "data-stack-input-input" => "true" "autocomplete" => "tel" "data-validate-input" => "phone" "data-form-validate-input-rules" => "required|phone" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_us_phone" ] |
| cache_key | "_contact_us_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2038 -form: Symfony\Component\Form\Form {#2016 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2026 …5} |
| full_name | "contact_us[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us_phone" |
| label | "phone_txt" |
| 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 | null |
| unique_block_prefix | "_contact_us_phone" |
| 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 |
|---|---|---|
| attr | [ "placeholder" => "message_txt" "rows" => 8 "class" => "input" "data-stack-input-input" => "true" "data-validate-input" => "message" "data-form-validate-input-rules" => "required" ] |
[ "placeholder" => "message_txt" "rows" => 8 "class" => "input" "data-stack-input-input" => "true" "data-validate-input" => "message" "data-form-validate-input-rules" => "required" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1945 +payload: null +message: "Please provide your message" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1945 +payload: null +message: "Please provide your message" +allowNull: false +normalizer: null } ] |
| label | "message_txt" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "message_txt" "rows" => 8 "class" => "input" "data-stack-input-input" => "true" "data-validate-input" => "message" "data-form-validate-input-rules" => "required" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1945 +payload: null +message: "Please provide your message" +allowNull: false +normalizer: 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 {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1996 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| 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_txt" |
| 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() {#1998 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#1997 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "message_txt" "rows" => 8 "class" => "input" "data-stack-input-input" => "true" "data-validate-input" => "message" "data-form-validate-input-rules" => "required" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_us_message" ] |
| cache_key | "_contact_us_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2028 -form: Symfony\Component\Form\Form {#2019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2072 …5} |
| full_name | "contact_us[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us_message" |
| label | "message_txt" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_us_message" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "220a30c21b6794.bfKjsiXwSKyLbAFwJpo9QTfMy0YgOooCCqWp_tcsyAw.F5X03Gy5OMrmKkNBVuxpbAaaiCcSA-Q6J_KQrbF1i3wYosLkc8g7_tskbg" |
| 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 | "220a30c21b6794.bfKjsiXwSKyLbAFwJpo9QTfMy0YgOooCCqWp_tcsyAw.F5X03Gy5OMrmKkNBVuxpbAaaiCcSA-Q6J_KQrbF1i3wYosLkc8g7_tskbg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1884 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1885 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1886 …} -namespace: Closure() {#1888 …} } |
| data | "220a30c21b6794.bfKjsiXwSKyLbAFwJpo9QTfMy0YgOooCCqWp_tcsyAw.F5X03Gy5OMrmKkNBVuxpbAaaiCcSA-Q6J_KQrbF1i3wYosLkc8g7_tskbg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1809 …} } |
| 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() {#2122 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1916 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#840 …} $translationDomain: "validators" $message: Closure() {#2277 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_us__token" ] |
| cache_key | "_contact_us__token_hidden" |
| compound | false |
| data | "220a30c21b6794.bfKjsiXwSKyLbAFwJpo9QTfMy0YgOooCCqWp_tcsyAw.F5X03Gy5OMrmKkNBVuxpbAaaiCcSA-Q6J_KQrbF1i3wYosLkc8g7_tskbg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2090 -form: Symfony\Component\Form\Form {#2094 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2134 …5} |
| full_name | "contact_us[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_us__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_us__token" |
| valid | true |
| value | "220a30c21b6794.bfKjsiXwSKyLbAFwJpo9QTfMy0YgOooCCqWp_tcsyAw.F5X03Gy5OMrmKkNBVuxpbAaaiCcSA-Q6J_KQrbF1i3wYosLkc8g7_tskbg" |