- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 6
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- E-mails
- Debug
- E-mails
- 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
participant_form
"App\Form\Type\ParticipantFormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Participant {#633 -id: null -competition: null -name: null -teamName: null -email: null -phoneNumber: null -message: null -downPaymentAmount: null -hash: "LXH9whPyWw" -paymentStatus: "pending" -paymentMessage: null -chargeId: null -createdAt: DateTime @1731665664 {#651 date: 2024-11-15 10:14:24.369812 UTC (+00:00) } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Participant {#633 -id: null -competition: null -name: null -teamName: null -email: null -phoneNumber: null -message: null -downPaymentAmount: null -hash: "LXH9whPyWw" -paymentStatus: "pending" -paymentMessage: null -chargeId: null -createdAt: DateTime @1731665664 {#651 date: 2024-11-15 10:14:24.369812 UTC (+00:00) } } |
same as passed value |
minimum_down_payment | 100 |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | true |
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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data | App\Entity\Participant {#633 -id: null -competition: null -name: null -teamName: null -email: null -phoneNumber: null -message: null -downPaymentAmount: null -hash: "LXH9whPyWw" -paymentStatus: "pending" -paymentMessage: null -chargeId: null -createdAt: DateTime @1731665664 {#651 date: 2024-11-15 10:14:24.369812 UTC (+00:00) } } |
data_class | "App\Entity\Participant" |
disabled | false |
empty_data | Closure(FormInterface $form) {#843 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} use: { $class: "App\Entity\Participant" } } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
mapped | true |
method | "POST" |
minimum_down_payment | 100 |
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() {#841 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#842 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "participant_form" "_participant_form" ] |
cache_key | "_participant_form_participant_form" |
compound | true |
data | App\Entity\Participant {#633 -id: null -competition: null -name: null -teamName: null -email: null -phoneNumber: null -message: null -downPaymentAmount: null -hash: "LXH9whPyWw" -paymentStatus: "pending" -paymentMessage: null -chargeId: null -createdAt: DateTime @1731665664 {#651 date: 2024-11-15 10:14:24.369812 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#952 -form: Symfony\Component\Form\Form {#914 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#840 …5} |
full_name | "participant_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "participant_form" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form" |
valid | true |
value | App\Entity\Participant {#633 -id: null -competition: null -name: null -teamName: null -email: null -phoneNumber: null -message: null -downPaymentAmount: null -hash: "LXH9whPyWw" -paymentStatus: "pending" -paymentMessage: null -chargeId: null -createdAt: DateTime @1731665664 {#651 date: 2024-11-15 10:14:24.369812 UTC (+00:00) } } |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#860 +message: "Please enter your name" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#860 +message: "Please enter your name" +allowNull: false +normalizer: null +payload: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#860 +message: "Please enter your name" +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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#823 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
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() {#821 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#897 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_participant_form_name" ] |
cache_key | "_participant_form_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#965 -form: Symfony\Component\Form\Form {#953 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#966 …5} |
full_name | "participant_form[name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form_name" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form_name" |
valid | true |
value | "" |
teamName
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#888 +message: "Please enter your team's name" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#888 +message: "Please enter your team's name" +allowNull: false +normalizer: null +payload: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#888 +message: "Please enter your team's name" +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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
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() {#829 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#830 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_participant_form_teamName" ] |
cache_key | "_participant_form_teamName_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#964 -form: Symfony\Component\Form\Form {#954 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#963 …5} |
full_name | "participant_form[teamName]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form_teamName" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "teamName" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form_teamName" |
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#859 +message: "Please enter your email" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#859 +message: "Please enter your email" +allowNull: false +normalizer: null +payload: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#859 +message: "Please enter your email" +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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#838 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
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() {#864 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#837 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_participant_form_email" ] |
cache_key | "_participant_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#962 -form: Symfony\Component\Form\Form {#957 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#960 …5} |
full_name | "participant_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form_email" |
valid | true |
value | "" |
phoneNumber
"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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#858 +message: "Please enter your phone number" +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#858 +message: "Please enter your phone number" +allowNull: false +normalizer: null +payload: null } ] |
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 | [ Symfony\Component\Validator\Constraints\NotBlank {#858 +message: "Please enter your phone number" +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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#871 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
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() {#873 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#872 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_participant_form_phoneNumber" ] |
cache_key | "_participant_form_phoneNumber_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#828 -form: Symfony\Component\Form\Form {#917 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#825 …5} |
full_name | "participant_form[phoneNumber]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form_phoneNumber" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phoneNumber" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form_phoneNumber" |
valid | true |
value | "" |
downPaymentAmount
"Symfony\Component\Form\Extension\Core\Type\NumberType"
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 | [ "min" => 100 "step" => 1 ] |
[ "min" => 100 "step" => 1 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#857 +message: "Please enter your down payment amount" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#856 +message: "The minimum down payment amount is 100" +value: 100 +propertyPath: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#857 +message: "Please enter your down payment amount" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#856 +message: "The minimum down payment amount is 100" +value: 100 +propertyPath: null +payload: null } ] |
html5 | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "min" => 100 "step" => 1 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#857 +message: "Please enter your down payment amount" +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\GreaterThanOrEqual {#856 +message: "The minimum down payment amount is 100" +value: 100 +propertyPath: 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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#891 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | true |
inherit_data | false |
input | "number" |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
label | null |
label_attr | [] |
label_format | null |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#890 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "min" => 100 "step" => 1 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_participant_form_downPaymentAmount" ] |
cache_key | "_participant_form_downPaymentAmount_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#886 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#936 …5} |
full_name | "participant_form[downPaymentAmount]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form_downPaymentAmount" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "downPaymentAmount" |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
type | "number" |
unique_block_prefix | "_participant_form_downPaymentAmount" |
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 |
---|---|---|
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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
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() {#908 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#902 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_participant_form_message" ] |
cache_key | "_participant_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#937 -form: Symfony\Component\Form\Form {#923 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#938 …5} |
full_name | "participant_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form_message" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "message" |
pattern | null |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form_message" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "ET-XtFZcclpMy_jPn3SkwDzUOnmzlrQBSN2tElk_d8o" |
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 | "ET-XtFZcclpMy_jPn3SkwDzUOnmzlrQBSN2tElk_d8o" |
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 {#571 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#810 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#812 …} -namespace: Closure() {#786 …} } |
data | "ET-XtFZcclpMy_jPn3SkwDzUOnmzlrQBSN2tElk_d8o" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#934 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#785 …} } |
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 | [] |
label | null |
label_attr | [] |
label_format | null |
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() {#968 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#573 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#792 …} $translationDomain: "validators" $message: Closure() {#874 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_participant_form__token" ] |
cache_key | "_participant_form__token_hidden" |
compound | false |
data | "ET-XtFZcclpMy_jPn3SkwDzUOnmzlrQBSN2tElk_d8o" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#975 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#970 …5} |
full_name | "participant_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "participant_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_participant_form__token" |
valid | true |
value | "ET-XtFZcclpMy_jPn3SkwDzUOnmzlrQBSN2tElk_d8o" |