- 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 {#448 +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 {#448 +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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data | App\Entity\Subscriber {#448 +subscriberName: null +emailAddress: null } |
| data_class | "App\Entity\Subscriber" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#532 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} 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() {#534 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#533 …} } } |
| 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 {#448 +subscriberName: null +emailAddress: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#643 -form: Symfony\Component\Form\Form {#576 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#601 …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 {#448 +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 {#540 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#540 +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 {#540 +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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#548 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#550 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#549 …} } } |
| 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 {#659 -form: Symfony\Component\Form\Form {#579 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#616 …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 {#541 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#542 +message: "Email is in wrong format" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#541 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#542 +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 {#541 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#542 +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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#557 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#558 …} } } |
| 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 {#661 -form: Symfony\Component\Form\Form {#582 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#662 …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 {#664 …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 | "60ee46aa659dfb2a1840b1c8a4.ec8sHHlMQnFwgSjQt-IOfSIuhpQPR2KIS_Ynn0YT1NI.CogdcVQtdiARwH2p5pFeGEpo9sF1Fj3fDJ9g6yxkjLkSoEtROwgLQhnsHA" |
| 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 | "60ee46aa659dfb2a1840b1c8a4.ec8sHHlMQnFwgSjQt-IOfSIuhpQPR2KIS_Ynn0YT1NI.CogdcVQtdiARwH2p5pFeGEpo9sF1Fj3fDJ9g6yxkjLkSoEtROwgLQhnsHA" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data | "60ee46aa659dfb2a1840b1c8a4.ec8sHHlMQnFwgSjQt-IOfSIuhpQPR2KIS_Ynn0YT1NI.CogdcVQtdiARwH2p5pFeGEpo9sF1Fj3fDJ9g6yxkjLkSoEtROwgLQhnsHA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#692 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#694 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#691 …} } } |
| 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 | "60ee46aa659dfb2a1840b1c8a4.ec8sHHlMQnFwgSjQt-IOfSIuhpQPR2KIS_Ynn0YT1NI.CogdcVQtdiARwH2p5pFeGEpo9sF1Fj3fDJ9g6yxkjLkSoEtROwgLQhnsHA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#704 -form: Symfony\Component\Form\Form {#700 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#695 …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 | "60ee46aa659dfb2a1840b1c8a4.ec8sHHlMQnFwgSjQt-IOfSIuhpQPR2KIS_Ynn0YT1NI.CogdcVQtdiARwH2p5pFeGEpo9sF1Fj3fDJ9g6yxkjLkSoEtROwgLQhnsHA" |
contact_form
"App\Form\Type\ContactForm"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ContactFormSubmission {#535} |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ContactFormSubmission {#535} |
App\Entity\ContactFormSubmission {#535} |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data | App\Entity\ContactFormSubmission {#535} |
| data_class | "App\Entity\ContactFormSubmission" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#591 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} 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() {#593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#592 …} } } |
| 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 {#535} |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#706 -form: Symfony\Component\Form\Form {#644 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#707 …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 {#535} |
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 {#607 +message: "Name is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#607 +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 {#607 +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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#613 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#615 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#614 …} } } |
| 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 {#711 -form: Symfony\Component\Form\Form {#647 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#710 …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 {#608 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#609 +message: "Email is in wrong format" +mode: null +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#608 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#609 +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 {#608 +message: "Email is a required field and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Email {#609 +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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#622 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#624 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#623 …} } } |
| 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 {#712 -form: Symfony\Component\Form\Form {#650 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#713 …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 {#610 +message: "Message text is a required and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#611 +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 {#610 +message: "Message text is a required and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#611 +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 {#610 +message: "Message text is a required and can't be empty" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Length {#611 +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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#635 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#637 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#636 …} } } |
| 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 {#714 -form: Symfony\Component\Form\Form {#653 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#715 …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 {#717 …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 | "dec604477e048154af357527.t9hVsVS5-WWb6jBXIZQcjuGgFAEUCdTzUuD8fuqocGE.gZ8i4mTyrDLPs3MlEfEvtpTNcWhfRLedI4PMTZ_ANjHiiBr1GMqdCcSMRw" |
| 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 | "dec604477e048154af357527.t9hVsVS5-WWb6jBXIZQcjuGgFAEUCdTzUuD8fuqocGE.gZ8i4mTyrDLPs3MlEfEvtpTNcWhfRLedI4PMTZ_ANjHiiBr1GMqdCcSMRw" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#510 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#511 …} -namespace: Closure() {#513 …} } |
| data | "dec604477e048154af357527.t9hVsVS5-WWb6jBXIZQcjuGgFAEUCdTzUuD8fuqocGE.gZ8i4mTyrDLPs3MlEfEvtpTNcWhfRLedI4PMTZ_ANjHiiBr1GMqdCcSMRw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#708 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#466 …} } |
| 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() {#718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#515 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#261 …} $translationDomain: "validators" $message: Closure() {#716 …} } } |
| 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 | "dec604477e048154af357527.t9hVsVS5-WWb6jBXIZQcjuGgFAEUCdTzUuD8fuqocGE.gZ8i4mTyrDLPs3MlEfEvtpTNcWhfRLedI4PMTZ_ANjHiiBr1GMqdCcSMRw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#728 -form: Symfony\Component\Form\Form {#724 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#719 …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 | "dec604477e048154af357527.t9hVsVS5-WWb6jBXIZQcjuGgFAEUCdTzUuD8fuqocGE.gZ8i4mTyrDLPs3MlEfEvtpTNcWhfRLedI4PMTZ_ANjHiiBr1GMqdCcSMRw" |