- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 325
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- Doctrine 6
- E-mails
- 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
sample_order
"App\Form\Type\SampleOrderType"
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 {#2832 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2833 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1628 …} -namespace: Closure() {#2835 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2855 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2728 …} } |
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 |
locale | "pl" |
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 | "store" |
trim | true |
upload_max_size_message | Closure() {#2857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2838 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $translationDomain: "validators" $message: Closure() {#2856 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "sample_order" "_sample_order" ] |
cache_key | "_sample_order_sample_order" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2928 -form: Symfony\Component\Form\Form {#2909 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2873 …5} |
full_name | "sample_order" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sample_order" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "sample_order" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_sample_order" |
valid | true |
value | null |
"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" => "input" ] |
[ "class" => "input" ] |
label | "email" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "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 {#2832 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2833 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1628 …} -namespace: Closure() {#2835 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2870 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2728 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "email" |
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() {#2872 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2838 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $translationDomain: "validators" $message: Closure() {#2871 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sample_order_email" ] |
cache_key | "_sample_order_email_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2989 -form: Symfony\Component\Form\Form {#2912 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2993 …5} |
full_name | "sample_order[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sample_order_email" |
label | "email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_sample_order_email" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "input" ] |
[ "class" => "input" ] |
label | "phone" |
same as passed value |
required | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "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 {#2832 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2833 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1628 …} -namespace: Closure() {#2835 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2879 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2728 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "phone" |
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() {#2881 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2838 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $translationDomain: "validators" $message: Closure() {#2880 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "input" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_sample_order_phone" ] |
cache_key | "_sample_order_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2994 -form: Symfony\Component\Form\Form {#2915 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2995 …5} |
full_name | "sample_order[phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sample_order_phone" |
label | "phone" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_sample_order_phone" |
valid | true |
value | "" |
fullAddress
"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" => "textarea" "help" => "imię, nazwisko, ulica, kod pocztowy, miejscowość" ] |
[ "class" => "textarea" "help" => "imię, nazwisko, ulica, kod pocztowy, miejscowość" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2863 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2863 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
label | "fullAddress" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "textarea" "help" => "imię, nazwisko, ulica, kod pocztowy, miejscowość" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2863 +message: "This value should not be blank." +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 {#2832 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2833 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1628 …} -namespace: Closure() {#2835 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2892 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2728 …} } |
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 | "fullAddress" |
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() {#2889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2838 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $translationDomain: "validators" $message: Closure() {#2888 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "textarea" "help" => "imię, nazwisko, ulica, kod pocztowy, miejscowość" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_sample_order_fullAddress" ] |
cache_key | "_sample_order_fullAddress_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2996 -form: Symfony\Component\Form\Form {#2918 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2997 …5} |
full_name | "sample_order[fullAddress]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sample_order_fullAddress" |
label | "fullAddress" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fullAddress" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_sample_order_fullAddress" |
valid | true |
value | "" |
colours
"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" => "textarea" ] |
[ "class" => "textarea" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2864 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2864 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
label | "colours" |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "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 {#2864 +message: "This value should not be blank." +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 {#2832 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2833 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1628 …} -namespace: Closure() {#2835 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2901 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2728 …} } |
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 | "colours" |
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() {#2903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2838 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $translationDomain: "validators" $message: Closure() {#2902 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "textarea" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_sample_order_colours" ] |
cache_key | "_sample_order_colours_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2998 -form: Symfony\Component\Form\Form {#2921 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2999 …5} |
full_name | "sample_order[colours]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sample_order_colours" |
label | "colours" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "colours" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | "store" |
unique_block_prefix | "_sample_order_colours" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "cf4.IgnPla71SCXbWHAJ6vFbegvSdMigVIO9Bwouy88UHzk.Q0j50dS5PV-TOxE_q7YIHWGATK-RYbbrYEdE_q19dV0VObjhz5oYS7JtOQ" |
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 | "cf4.IgnPla71SCXbWHAJ6vFbegvSdMigVIO9Bwouy88UHzk.Q0j50dS5PV-TOxE_q7YIHWGATK-RYbbrYEdE_q19dV0VObjhz5oYS7JtOQ" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | "csrf_token" |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2832 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2833 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1628 …} -namespace: Closure() {#2835 …} } |
data | "cf4.IgnPla71SCXbWHAJ6vFbegvSdMigVIO9Bwouy88UHzk.Q0j50dS5PV-TOxE_q7YIHWGATK-RYbbrYEdE_q19dV0VObjhz5oYS7JtOQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#3002 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2728 …} } |
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() {#3006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2838 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#342 …} $translationDomain: "validators" $message: Closure() {#3000 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_sample_order__token" ] |
cache_key | "_sample_order__token_hidden" |
compound | false |
data | "cf4.IgnPla71SCXbWHAJ6vFbegvSdMigVIO9Bwouy88UHzk.Q0j50dS5PV-TOxE_q7YIHWGATK-RYbbrYEdE_q19dV0VObjhz5oYS7JtOQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#3016 -form: Symfony\Component\Form\Form {#3012 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#3007 …5} |
full_name | "sample_order[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "sample_order__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 | "store" |
unique_block_prefix | "_sample_order__token" |
valid | true |
value | "cf4.IgnPla71SCXbWHAJ6vFbegvSdMigVIO9Bwouy88UHzk.Q0j50dS5PV-TOxE_q7YIHWGATK-RYbbrYEdE_q19dV0VObjhz5oYS7JtOQ" |