- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine 1
- Debug
- E-mails
- 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
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| 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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1453 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1454 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1726 -form: Symfony\Component\Form\Form {#1550 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1593 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
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" => "text-input" ] |
[ "class" => "text-input" ] |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1461 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1461 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "labels.contact.name" |
same as passed value |
| label_attr | [ "class" => "label" ] |
[ "class" => "label" ] |
| required | true |
same as passed value |
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "class" => "text-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1461 +payload: null +message: "This value should not be blank." +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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1470 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "labels.contact.name" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1472 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1471 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_name" ] |
| cache_key | "_form_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1591 -form: Symfony\Component\Form\Form {#1553 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1668 …5} |
| full_name | "form[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_name" |
| label | "labels.contact.name" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| unique_block_prefix | "_form_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 | [ "class" => "text-input" ] |
[ "class" => "text-input" ] |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1462 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1462 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "labels.contact.email" |
same as passed value |
| label_attr | [ "class" => "label" ] |
[ "class" => "label" ] |
| required | true |
same as passed value |
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "class" => "text-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1462 +payload: null +message: "This value should not be blank." +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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1484 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "labels.contact.email" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1486 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1483 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1864 -form: Symfony\Component\Form\Form {#1556 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1727 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "labels.contact.email" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| unique_block_prefix | "_form_email" |
| valid | true |
| value | "" |
club
"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" => "text-input" ] |
[ "class" => "text-input" ] |
| label | "labels.contact.club" |
same as passed value |
| label_attr | [ "class" => "label" ] |
[ "class" => "label" ] |
| required | false |
false
|
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "class" => "text-input" ] |
| 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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1493 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "labels.contact.club" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1495 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1494 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_club" ] |
| cache_key | "_form_club_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1456 -form: Symfony\Component\Form\Form {#1559 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1549 …5} |
| full_name | "form[club]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_club" |
| label | "labels.contact.club" |
| label_attr | [ "class" => "label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "club" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "FrontendBundle" |
| unique_block_prefix | "_form_club" |
| valid | true |
| value | "" |
license
"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" => "text-input" ] |
[ "class" => "text-input" ] |
| label | "labels.contact.license" |
same as passed value |
| label_attr | [ "class" => "label" ] |
[ "class" => "label" ] |
| required | false |
false
|
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "class" => "text-input" ] |
| 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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1502 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "labels.contact.license" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1503 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "text-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_form_license" ] |
| cache_key | "_form_license_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1577 -form: Symfony\Component\Form\Form {#1562 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1574 …5} |
| full_name | "form[license]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_license" |
| label | "labels.contact.license" |
| label_attr | [ "class" => "label" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "license" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "FrontendBundle" |
| unique_block_prefix | "_form_license" |
| 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 | [ "rows" => 4 "cols" => 50 "class" => "textarea" ] |
[ "rows" => 4 "cols" => 50 "class" => "textarea" ] |
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1463 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1463 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "labels.contact.message" |
same as passed value |
| label_attr | [ "class" => "label" ] |
[ "class" => "label" ] |
| required | true |
same as passed value |
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [ "rows" => 4 "cols" => 50 "class" => "textarea" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1463 +payload: null +message: "This value should not be blank." +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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1515 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | "labels.contact.message" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1517 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1516 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "rows" => 4 "cols" => 50 "class" => "textarea" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_form_message" ] |
| cache_key | "_form_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1473 -form: Symfony\Component\Form\Form {#1565 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1579 …5} |
| full_name | "form[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_message" |
| label | "labels.contact.message" |
| label_attr | [ "class" => "label" ] |
| 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 | "FrontendBundle" |
| unique_block_prefix | "_form_message" |
| valid | true |
| value | "" |
privacyPolicy
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | Symfony\Component\Validator\Constraints\NotBlank {#1464 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } |
[ Symfony\Component\Validator\Constraints\NotBlank {#1464 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | false |
false
|
| label_attr | [ "class" => "label-check" ] |
[ "class" => "label-check" ] |
| required | true |
same as passed value |
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1464 +payload: null +message: "This value should not be blank." +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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form, $viewData) {#1527 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1523 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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 | Closure($modelData): bool {#1529 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | false |
| label_attr | [ "class" => "label-check" ] |
| 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 | "FrontendBundle" |
| trim | true |
| upload_max_size_message | Closure() {#1533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1531 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_form_privacyPolicy" ] |
| cache_key | "_form_privacyPolicy_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1578 -form: Symfony\Component\Form\Form {#1568 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1487 …5} |
| full_name | "form[privacyPolicy]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_privacyPolicy" |
| label | false |
| label_attr | [ "class" => "label-check" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "privacyPolicy" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "FrontendBundle" |
| unique_block_prefix | "_form_privacyPolicy" |
| valid | true |
| value | "1" |
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" => "button enviar" ] |
[ "class" => "button enviar" ] |
| label | "labels.contact.send" |
same as passed value |
| translation_domain | "FrontendBundle" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "button enviar" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "labels.contact.send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | "FrontendBundle" |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "button enviar" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_send" ] |
| cache_key | "_form_send_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1505 …5} |
| full_name | "form[send]" |
| id | "form_send" |
| label | "labels.contact.send" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "send" |
| priority | 0 |
| row_attr | [] |
| translation_domain | "FrontendBundle" |
| unique_block_prefix | "_form_send" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d37a932e39044a47773484e6c9f.2jfLVQuKe_aYDC_xY8raH9i0psbUW6QophwqeisSSmc.r3WkIkDTQ6_iYx-9Lq-qXoHZx7STLdRpl35nPxxbOwvufLwaQsI4vfNWRA" |
| 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 | "d37a932e39044a47773484e6c9f.2jfLVQuKe_aYDC_xY8raH9i0psbUW6QophwqeisSSmc.r3WkIkDTQ6_iYx-9Lq-qXoHZx7STLdRpl35nPxxbOwvufLwaQsI4vfNWRA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| apply_filter | null |
| 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 {#1430 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1431 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1432 …} -namespace: Closure() {#1434 …} } |
| data | "d37a932e39044a47773484e6c9f.2jfLVQuKe_aYDC_xY8raH9i0psbUW6QophwqeisSSmc.r3WkIkDTQ6_iYx-9Lq-qXoHZx7STLdRpl35nPxxbOwvufLwaQsI4vfNWRA" |
| data_class | null |
| data_extraction_method | "default" |
| disabled | false |
| documentation | [] |
| empty_data | Closure(FormInterface $form) {#1698 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1417 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| filter_condition_builder | null |
| filter_field_name | null |
| filter_shared_name | null |
| 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() {#1660 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1437 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#619 …} $translationDomain: "validators" $message: Closure() {#1596 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "d37a932e39044a47773484e6c9f.2jfLVQuKe_aYDC_xY8raH9i0psbUW6QophwqeisSSmc.r3WkIkDTQ6_iYx-9Lq-qXoHZx7STLdRpl35nPxxbOwvufLwaQsI4vfNWRA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1695 -form: Symfony\Component\Form\Form {#1690 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1680 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "_form__token" |
| valid | true |
| value | "d37a932e39044a47773484e6c9f.2jfLVQuKe_aYDC_xY8raH9i0psbUW6QophwqeisSSmc.r3WkIkDTQ6_iYx-9Lq-qXoHZx7STLdRpl35nPxxbOwvufLwaQsI4vfNWRA" |