- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 1
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations 8
- 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
-
-
subscriberName
-
emailAddress
-
save
-
_token
-
-
-
name
-
emailAddress
-
message
-
send
-
_token
-
subscribe_form
"App\Form\Type\SubscribeForm"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Subscriber {#458 +subscriberName: null +emailAddress: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Subscriber {#458 +subscriberName: null +emailAddress: null } |
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 | 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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data | App\Entity\Subscriber {#458 +subscriberName: null +emailAddress: null } |
| data_class | "App\Entity\Subscriber" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#542 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} use: { $class: "App\Entity\Subscriber" } } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#544 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#543 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "subscribe_form" "_subscribe_form" ] |
| cache_key | "_subscribe_form_subscribe_form" |
| compound | true |
| data | App\Entity\Subscriber {#458 +subscriberName: null +emailAddress: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#653 -form: Symfony\Component\Form\Form {#586 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#611 …5} |
| full_name | "subscribe_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subscribe_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_form" |
| valid | true |
| value | App\Entity\Subscriber {#458 +subscriberName: null +emailAddress: null } |
subscriberName
"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 | [ "class" => "field-element" "placeholder" => "Name" ] |
[ "class" => "field-element" "placeholder" => "Name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#550 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#550 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "field-element" "placeholder" => "Name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#550 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#558 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#560 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#559 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "field-element" "placeholder" => "Name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_subscribe_form_subscriberName" ] |
| cache_key | "_subscribe_form_subscriberName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#669 -form: Symfony\Component\Form\Form {#589 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#626 …5} |
| full_name | "subscribe_form[subscriberName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_form_subscriberName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "subscriberName" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_form_subscriberName" |
| valid | true |
| value | "" |
emailAddress
"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 | [ "class" => "field-element" "placeholder" => "E-Mail" ] |
[ "class" => "field-element" "placeholder" => "E-Mail" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#551 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#552 +message: "Email is in wrong format" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#551 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#552 +message: "Email is in wrong format" +mode: null +normalizer: null +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "field-element" "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#551 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#552 +message: "Email is in wrong format" +mode: null +normalizer: null +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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#567 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#569 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#568 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "field-element" "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_subscribe_form_emailAddress" ] |
| cache_key | "_subscribe_form_emailAddress_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#671 -form: Symfony\Component\Form\Form {#592 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#672 …5} |
| full_name | "subscribe_form[emailAddress]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_form_emailAddress" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailAddress" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_form_emailAddress" |
| valid | true |
| value | "" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "primary-button-green" ] |
[ "class" => "primary-button-green" ] |
| label | "Subscribe" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "primary-button-green" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "Subscribe" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "primary-button-green" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_subscribe_form_save" ] |
| cache_key | "_subscribe_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#674 …5} |
| full_name | "subscribe_form[save]" |
| id | "subscribe_form_save" |
| label | "Subscribe" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_subscribe_form_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "cb38da02eddb65856bc73cd.NtBn1jT-KxqlVxWbG_15asa5Tpnj3JzhpgWPLBoNJSk.QeRVhVCfYlyTAUPxUbcbCY7YG7SFpt3X1E_pXXdBSRxymC--R6hyRck6VA" |
| 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 | "cb38da02eddb65856bc73cd.NtBn1jT-KxqlVxWbG_15asa5Tpnj3JzhpgWPLBoNJSk.QeRVhVCfYlyTAUPxUbcbCY7YG7SFpt3X1E_pXXdBSRxymC--R6hyRck6VA" |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data | "cb38da02eddb65856bc73cd.NtBn1jT-KxqlVxWbG_15asa5Tpnj3JzhpgWPLBoNJSk.QeRVhVCfYlyTAUPxUbcbCY7YG7SFpt3X1E_pXXdBSRxymC--R6hyRck6VA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#690 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#692 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#689 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_subscribe_form__token" ] |
| cache_key | "_subscribe_form__token_hidden" |
| compound | false |
| data | "cb38da02eddb65856bc73cd.NtBn1jT-KxqlVxWbG_15asa5Tpnj3JzhpgWPLBoNJSk.QeRVhVCfYlyTAUPxUbcbCY7YG7SFpt3X1E_pXXdBSRxymC--R6hyRck6VA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#702 -form: Symfony\Component\Form\Form {#698 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#693 …5} |
| full_name | "subscribe_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "subscribe_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_subscribe_form__token" |
| valid | true |
| value | "cb38da02eddb65856bc73cd.NtBn1jT-KxqlVxWbG_15asa5Tpnj3JzhpgWPLBoNJSk.QeRVhVCfYlyTAUPxUbcbCY7YG7SFpt3X1E_pXXdBSRxymC--R6hyRck6VA" |
contact_form
"App\Form\Type\ContactForm"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ContactFormSubmission {#545} |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ContactFormSubmission {#545} |
App\Entity\ContactFormSubmission {#545} |
| 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 | 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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data | App\Entity\ContactFormSubmission {#545} |
| data_class | "App\Entity\ContactFormSubmission" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#601 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} use: { $class: "App\Entity\ContactFormSubmission" } } |
| 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 | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#602 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_form" "_contact_form" ] |
| cache_key | "_contact_form_contact_form" |
| compound | true |
| data | App\Entity\ContactFormSubmission {#545} |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#704 -form: Symfony\Component\Form\Form {#654 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#705 …5} |
| full_name | "contact_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_form" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form" |
| valid | true |
| value | App\Entity\ContactFormSubmission {#545} |
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 | [ "class" => "field-element" "placeholder" => "Name" ] |
[ "class" => "field-element" "placeholder" => "Name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#617 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#617 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "field-element" "placeholder" => "Name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#617 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#623 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#625 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#624 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "field-element" "placeholder" => "Name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_name" ] |
| cache_key | "_contact_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#709 -form: Symfony\Component\Form\Form {#657 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#708 …5} |
| full_name | "contact_form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_name" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_name" |
| valid | true |
| value | "" |
emailAddress
"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 | [ "class" => "field-element" "placeholder" => "E-Mail" ] |
[ "class" => "field-element" "placeholder" => "E-Mail" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#618 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#619 +message: "Email is in wrong format" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#618 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#619 +message: "Email is in wrong format" +mode: null +normalizer: null +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "field-element" "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#618 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#619 +message: "Email is in wrong format" +mode: null +normalizer: null +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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#632 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#634 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#633 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "field-element" "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_form_emailAddress" ] |
| cache_key | "_contact_form_emailAddress_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#710 -form: Symfony\Component\Form\Form {#660 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#711 …5} |
| full_name | "contact_form[emailAddress]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_emailAddress" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "emailAddress" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_emailAddress" |
| 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 | [ "class" => "field-element" "placeholder" => "Enter your message text here" ] |
[ "class" => "field-element" "placeholder" => "Enter your message text here" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#620 +message: "Message text is a required and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#621 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1024 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#620 +message: "Message text is a required and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#621 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1024 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +payload: null } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "field-element" "placeholder" => "Enter your message text here" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#620 +message: "Message text is a required and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#621 +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 1024 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false +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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#645 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#647 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#646 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "field-element" "placeholder" => "Enter your message text here" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
| cache_key | "_contact_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#712 -form: Symfony\Component\Form\Form {#663 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#713 …5} |
| full_name | "contact_form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form_message" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form_message" |
| valid | true |
| value | "" |
send
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "primary-button-green" ] |
[ "class" => "primary-button-green" ] |
| label | "Send" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "primary-button-green" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "Send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "primary-button-green" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_contact_form_send" ] |
| cache_key | "_contact_form_send_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#715 …5} |
| full_name | "contact_form[send]" |
| id | "contact_form_send" |
| label | "Send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "send" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_contact_form_send" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "52fb.Q7It2WTxrGnPL75S7NyEQy54rx4iTFMVIjFzMykzOtg.KuVqsim6gRCLQeZrme-2JU0LwV1zKmFCdQEHamBZXooG5EGbDpidP6Z21Q" |
| 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 | "52fb.Q7It2WTxrGnPL75S7NyEQy54rx4iTFMVIjFzMykzOtg.KuVqsim6gRCLQeZrme-2JU0LwV1zKmFCdQEHamBZXooG5EGbDpidP6Z21Q" |
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 {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#520 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#521 …} -namespace: Closure() {#523 …} } |
| data | "52fb.Q7It2WTxrGnPL75S7NyEQy54rx4iTFMVIjFzMykzOtg.KuVqsim6gRCLQeZrme-2JU0LwV1zKmFCdQEHamBZXooG5EGbDpidP6Z21Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#706 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#476 …} } |
| 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() {#716 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#525 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#274 …} $translationDomain: "validators" $message: Closure() {#714 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
| cache_key | "_contact_form__token_hidden" |
| compound | false |
| data | "52fb.Q7It2WTxrGnPL75S7NyEQy54rx4iTFMVIjFzMykzOtg.KuVqsim6gRCLQeZrme-2JU0LwV1zKmFCdQEHamBZXooG5EGbDpidP6Z21Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#726 -form: Symfony\Component\Form\Form {#722 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#717 …5} |
| full_name | "contact_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_form__token" |
| valid | true |
| value | "52fb.Q7It2WTxrGnPL75S7NyEQy54rx4iTFMVIjFzMykzOtg.KuVqsim6gRCLQeZrme-2JU0LwV1zKmFCdQEHamBZXooG5EGbDpidP6Z21Q" |