- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 196
- Events
- Routing
- Cache
- Translation 16
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- EasyAdmin
- VichUploader
- Configuration
Configuration Settings
Theme
Default theme. Improves readability.
Reduces eye fatigue. Ideal for low light conditions.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
mail_list_form
"App\Form\Type\MailListFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\MailingList {#1754 -id: null -fullName: null -email: null -mobile: null -companyName: null -designation: null -region: null -isSubscribed: null -modified: null -created: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/subscribe/thank-you" |
same as passed value |
data | App\Entity\MailingList {#1754 -id: null -fullName: null -email: null -mobile: null -companyName: null -designation: null -region: null -isSubscribed: null -modified: null -created: null } |
same as passed value |
method | "POST" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "/subscribe/thank-you" |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data | App\Entity\MailingList {#1754 -id: null -fullName: null -email: null -mobile: null -companyName: null -designation: null -region: null -isSubscribed: null -modified: null -created: null } |
data_class | "App\Entity\MailingList" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1824 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} use: { $class: "App\Entity\MailingList" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1822 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1823 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "/subscribe/thank-you" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "mail_list_form" "_mail_list_form" ] |
cache_key | "_mail_list_form_mail_list_form" |
compound | true |
data | App\Entity\MailingList {#1754 -id: null -fullName: null -email: null -mobile: null -companyName: null -designation: null -region: null -isSubscribed: null -modified: null -created: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2013 -form: Symfony\Component\Form\Form {#1947 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1790 …5} |
full_name | "mail_list_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mail_list_form" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form" |
valid | true |
value | App\Entity\MailingList {#1754 -id: null -fullName: null -email: null -mobile: null -companyName: null -designation: null -region: null -isSubscribed: null -modified: null -created: null } |
fullName
"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 |
---|---|---|
label | "Full Name" |
same as passed value |
required | true |
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 |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | "Full 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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1875 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1866 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mail_list_form_fullName" ] |
cache_key | "_mail_list_form_fullName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2029 -form: Symfony\Component\Form\Form {#1954 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2030 …5} |
full_name | "mail_list_form[fullName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_fullName" |
label | "Full Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fullName" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_fullName" |
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 |
---|---|---|
label | "Email Address" |
same as passed value |
required | true |
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 |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 Address" |
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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1835 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_mail_list_form_email" ] |
cache_key | "_mail_list_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2028 -form: Symfony\Component\Form\Form {#1956 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2027 …5} |
full_name | "mail_list_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_email" |
label | "Email Address" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_email" |
valid | true |
value | "" |
mobile
"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 |
---|---|---|
label | "Mobile" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1807 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | "Mobile" |
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." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1809 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1808 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mail_list_form_mobile" ] |
cache_key | "_mail_list_form_mobile_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2026 -form: Symfony\Component\Form\Form {#1959 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2025 …5} |
full_name | "mail_list_form[mobile]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_mobile" |
label | "Mobile" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "mobile" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_mobile" |
valid | true |
value | "" |
companyName
"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 |
---|---|---|
label | "Last Name" |
same as passed value |
required | true |
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 |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | "Last 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." |
property_path | null |
required | true |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1817 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mail_list_form_companyName" ] |
cache_key | "_mail_list_form_companyName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2024 -form: Symfony\Component\Form\Form {#1919 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2023 …5} |
full_name | "mail_list_form[companyName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_companyName" |
label | "Last Name" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "companyName" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_companyName" |
valid | true |
value | "" |
designation
"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 |
---|---|---|
label | "Designation" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | 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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1844 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | "Designation" |
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." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1845 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_mail_list_form_designation" ] |
cache_key | "_mail_list_form_designation_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2022 -form: Symfony\Component\Form\Form {#1922 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2021 …5} |
full_name | "mail_list_form[designation]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_designation" |
label | "Designation" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "designation" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_designation" |
valid | true |
value | "" |
region
"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 | [ "Eastern Cape" => "Eastern Cape" "Free State" => "Free State" "Gauteng" => "Gauteng" "KwaZulu Natal" => "KwaZulu Natal" "Limpopo" => "Limpopo" "Mpumalanga" => "Mpumalanga" "Northern Cape" => "Northern Cape" "North West" => "North West" "Western Cape" => "Western Cape" ] |
[ "Eastern Cape" => "Eastern Cape" "Free State" => "Free State" "Gauteng" => "Gauteng" "KwaZulu Natal" => "KwaZulu Natal" "Limpopo" => "Limpopo" "Mpumalanga" => "Mpumalanga" "Northern Cape" => "Northern Cape" "North West" => "North West" "Western Cape" => "Western Cape" ] |
multiple | false |
false
|
placeholder | "Province" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_value | null |
choices | [ "Eastern Cape" => "Eastern Cape" "Free State" => "Free State" "Gauteng" => "Gauteng" "KwaZulu Natal" => "KwaZulu Natal" "Limpopo" => "Limpopo" "Mpumalanga" => "Mpumalanga" "Northern Cape" => "Northern Cape" "North West" => "North West" "Western Cape" => "Western Cape" ] |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
group_by | 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" |
multiple | false |
placeholder | "Province" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1885 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1864 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_mail_list_form_region" ] |
cache_key | "_mail_list_form_region_choice" |
choice_translation_domain | null |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2018 +label: "Eastern Cape" +value: "Eastern Cape" +data: "Eastern Cape" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2017 +label: "Free State" +value: "Free State" +data: "Free State" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2016 +label: "Gauteng" +value: "Gauteng" +data: "Gauteng" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +label: "KwaZulu Natal" +value: "KwaZulu Natal" +data: "KwaZulu Natal" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2014 +label: "Limpopo" +value: "Limpopo" +data: "Limpopo" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +label: "Mpumalanga" +value: "Mpumalanga" +data: "Mpumalanga" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +label: "Northern Cape" +value: "Northern Cape" +data: "Northern Cape" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +label: "North West" +value: "North West" +data: "North West" +attr: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +label: "Western Cape" +value: "Western Cape" +data: "Western Cape" +attr: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2020 -form: Symfony\Component\Form\Form {#1925 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2019 …5} |
full_name | "mail_list_form[region]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_region" |
is_selected | Closure($choice, $value) {#2039 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1852 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "region" |
placeholder | "Province" |
placeholder_in_choices | false |
preferred_choices | [] |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_region" |
valid | true |
value | "" |
modified
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "" |
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 |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data | "" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1894 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1901 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1891 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_mail_list_form_modified" ] |
cache_key | "_mail_list_form_modified_hidden" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2038 -form: Symfony\Component\Form\Form {#1928 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2040 …5} |
full_name | "mail_list_form[modified]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_modified" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "modified" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_modified" |
valid | true |
value | "" |
created
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "2024-05-26" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | "2024-05-26" |
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 |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data | "2024-05-26" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#1910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#1909 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "_mail_list_form_created" ] |
cache_key | "_mail_list_form_created_hidden" |
compound | false |
data | "2024-05-26" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2041 -form: Symfony\Component\Form\Form {#1931 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2042 …5} |
full_name | "mail_list_form[created]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form_created" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "created" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form_created" |
valid | true |
value | "2024-05-26" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Vq8V6iUyo00x4WPRUZzBTtNAYix8Lkm8KW2ZI4PCOBU" |
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 | "Vq8V6iUyo00x4WPRUZzBTtNAYix8Lkm8KW2ZI4PCOBU" |
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 {#250 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#260 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#251 …} -namespace: Closure() {#277 …} } |
data | "Vq8V6iUyo00x4WPRUZzBTtNAYix8Lkm8KW2ZI4PCOBU" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2045 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1759 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
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 | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
property_path | null |
required | false |
row_attr | [] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2044 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1785 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#152 …} $translationDomain: "validators" $message: Closure() {#2043 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_mail_list_form__token" ] |
cache_key | "_mail_list_form__token_hidden" |
compound | false |
data | "Vq8V6iUyo00x4WPRUZzBTtNAYix8Lkm8KW2ZI4PCOBU" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2054 -form: Symfony\Component\Form\Form {#2050 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2033 …5} |
full_name | "mail_list_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "mail_list_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_mail_list_form__token" |
valid | true |
value | "Vq8V6iUyo00x4WPRUZzBTtNAYix8Lkm8KW2ZI4PCOBU" |