- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 52
- Events
- Routing
- Cache
- Translation 17
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Serializer
- 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 |
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 {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#709 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#587 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
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() {#711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#710 …} } } |
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 {#802 -form: Symfony\Component\Form\Form {#811 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#712 …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 | [ "placeholder" => "Enter your name" ] |
[ "placeholder" => "Enter your name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#717 +payload: null +message: "Please enter your name" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#718 +payload: null +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: "Name must be at least {{ limit }} characters long" +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: null +min: 2 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#717 +payload: null +message: "Please enter your name" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#718 +payload: null +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: "Name must be at least {{ limit }} characters long" +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: null +min: 2 +charset: "UTF-8" +normalizer: null } ] |
label | "Your name" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Enter your name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#717 +payload: null +message: "Please enter your name" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#718 +payload: null +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: "Name must be at least {{ limit }} characters long" +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: null +min: 2 +charset: "UTF-8" +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 {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#587 …} } |
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 | "Your name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#731 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Enter your name" ] |
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 {#746 -form: Symfony\Component\Form\Form {#814 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#766 …5} |
full_name | "form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_name" |
label | "Your name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_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 | [ "placeholder" => "Enter your email" ] |
[ "placeholder" => "Enter your email" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#719 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#720 +payload: null +message: "Please enter a valid email address" +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#719 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#720 +payload: null +message: "Please enter a valid email address" +mode: null +normalizer: null } ] |
label | "Email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Enter your email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#719 +payload: null +message: "Please enter your email" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#720 +payload: null +message: "Please enter a valid email address" +mode: null +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#587 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#745 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#744 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Enter your email" ] |
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 {#733 -form: Symfony\Component\Form\Form {#817 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#833 …5} |
full_name | "form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_email" |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_email" |
valid | true |
value | "" |
subject
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "General issues of the website" => "General issues of the website" "Questions about the KYC procedure" => "Questions about the KYC procedure" "Financial issues" => "Financial issues" "Offers of cooperation" => "Offers of cooperation" "Issues related to collision detection" => "Issues related to collision detection" "Issues of computing power lease" => "Issues of computing power lease" "Other issues" => "Other issues" ] |
[ "General issues of the website" => "General issues of the website" "Questions about the KYC procedure" => "Questions about the KYC procedure" "Financial issues" => "Financial issues" "Offers of cooperation" => "Offers of cooperation" "Issues related to collision detection" => "Issues related to collision detection" "Issues of computing power lease" => "Issues of computing power lease" "Other issues" => "Other issues" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#721 +payload: null +message: "Please select a subject" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#721 +payload: null +message: "Please select a subject" +allowNull: false +normalizer: null } ] |
label | "Subject" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "General issues of the website" => "General issues of the website" "Questions about the KYC procedure" => "Questions about the KYC procedure" "Financial issues" => "Financial issues" "Offers of cooperation" => "Offers of cooperation" "Issues related to collision detection" => "Issues related to collision detection" "Issues of computing power lease" => "Issues of computing power lease" "Other issues" => "Other issues" ] |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#721 +payload: null +message: "Please select a subject" +allowNull: false +normalizer: null } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Subject" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#763 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_subject" ] |
cache_key | "_form_subject_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#837 +label: "General issues of the website" +value: "General issues of the website" +data: "General issues of the website" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#838 +label: "Questions about the KYC procedure" +value: "Questions about the KYC procedure" +data: "Questions about the KYC procedure" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#850 +label: "Financial issues" +value: "Financial issues" +data: "Financial issues" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#852 +label: "Offers of cooperation" +value: "Offers of cooperation" +data: "Offers of cooperation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#853 +label: "Issues related to collision detection" +value: "Issues related to collision detection" +data: "Issues related to collision detection" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#854 +label: "Issues of computing power lease" +value: "Issues of computing power lease" +data: "Issues of computing power lease" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#855 +label: "Other issues" +value: "Other issues" +data: "Other issues" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#835 -form: Symfony\Component\Form\Form {#820 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#836 …5} |
full_name | "form[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_subject" |
is_selected | Closure($choice, $value) {#857 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#751 …} } |
label | "Subject" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "subject" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_subject" |
valid | true |
value | "" |
customSubject
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Please specify your subject" ] |
[ "placeholder" => "Please specify your subject" ] |
label | "Custom Subject" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Please specify your subject" ] |
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 {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#775 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#587 …} } |
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 | "Custom Subject" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#777 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#776 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Please specify your subject" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_customSubject" ] |
cache_key | "_form_customSubject_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#858 -form: Symfony\Component\Form\Form {#823 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#859 …5} |
full_name | "form[customSubject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_customSubject" |
label | "Custom Subject" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "customSubject" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_customSubject" |
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" => 5 "placeholder" => "Enter your message" ] |
[ "rows" => 5 "placeholder" => "Enter your message" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#722 +payload: null +message: "Please enter a message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#723 +payload: null +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: "Message must be at least {{ limit }} characters long" +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: null +min: 10 +charset: "UTF-8" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#722 +payload: null +message: "Please enter a message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#723 +payload: null +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: "Message must be at least {{ limit }} characters long" +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: null +min: 10 +charset: "UTF-8" +normalizer: null } ] |
label | "Message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "rows" => 5 "placeholder" => "Enter your message" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#722 +payload: null +message: "Please enter a message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#723 +payload: null +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: "Message must be at least {{ limit }} characters long" +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: null +min: 10 +charset: "UTF-8" +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 {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#587 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#790 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#789 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "rows" => 5 "placeholder" => "Enter your message" ] |
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 {#860 -form: Symfony\Component\Form\Form {#826 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#861 …5} |
full_name | "form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_message" |
label | "Message" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_message" |
valid | true |
value | "" |
captcha
"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\IsTrue {#724 +payload: null +message: "Please confirm you are not a robot." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#724 +payload: null +message: "Please confirm you are not a robot." } ] |
label | "I am not a robot" |
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 | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#724 +payload: null +message: "Please confirm you are not a robot." } ] |
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 {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#800 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#796 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#801 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "I am not a robot" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#805 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_form_captcha" ] |
cache_key | "_form_captcha_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#862 -form: Symfony\Component\Form\Form {#829 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#863 …5} |
full_name | "form[captcha]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_captcha" |
label | "I am not a robot" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_captcha" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "bb475727.B4G6xOaa2dVUyk79OOzq0mLOp2mKUCNXd1Jlz2WoI40.SfXjodTWq741swazcKiivwulwznYFUwIQWotnlbxSNxW2eiUtcqfn2ylAw" |
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 | "bb475727.B4G6xOaa2dVUyk79OOzq0mLOp2mKUCNXd1Jlz2WoI40.SfXjodTWq741swazcKiivwulwznYFUwIQWotnlbxSNxW2eiUtcqfn2ylAw" |
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 {#690 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#691 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#692 …} -namespace: Closure() {#694 …} } |
data | "bb475727.B4G6xOaa2dVUyk79OOzq0mLOp2mKUCNXd1Jlz2WoI40.SfXjodTWq741swazcKiivwulwznYFUwIQWotnlbxSNxW2eiUtcqfn2ylAw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#880 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#587 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
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() {#882 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#696 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#599 …} $translationDomain: "validators" $message: Closure() {#881 …} } } |
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 | "bb475727.B4G6xOaa2dVUyk79OOzq0mLOp2mKUCNXd1Jlz2WoI40.SfXjodTWq741swazcKiivwulwznYFUwIQWotnlbxSNxW2eiUtcqfn2ylAw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#892 -form: Symfony\Component\Form\Form {#888 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#883 …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 | "bb475727.B4G6xOaa2dVUyk79OOzq0mLOp2mKUCNXd1Jlz2WoI40.SfXjodTWq741swazcKiivwulwznYFUwIQWotnlbxSNxW2eiUtcqfn2ylAw" |