- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 117
- Events
- Routing
- Cache
- Translation 2
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- 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
-
-
email
-
-
0
-
1
-
-
first_name
-
last_name
-
payment_amount
-
payment_processor
-
cancel
-
proceed
-
_token
-
payment
"FMT\Application\FormType\PaymentType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | FMT\Domain\Type\Payment\Donation {#1631 -student: FMT\Data\Entity\User {#2183 …} -donor: null -anonymous: true -paymentAmount: null -paymentProcessor: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/payment/donate/238" |
same as passed value |
| attr | [ "data-checkout" => false "data-token" => "pk_test_lxIzb1vJE6j9BqnEjdCejcO7" ] |
[ "data-checkout" => false "data-token" => "pk_test_lxIzb1vJE6j9BqnEjdCejcO7" ] |
| data | FMT\Domain\Type\Payment\Donation {#1631 -student: FMT\Data\Entity\User {#2183 …} -donor: null -anonymous: true -paymentAmount: null -paymentProcessor: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "/payment/donate/238" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "data-checkout" => false "data-token" => "pk_test_lxIzb1vJE6j9BqnEjdCejcO7" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data | FMT\Domain\Type\Payment\Donation {#1631 -student: FMT\Data\Entity\User {#2183 …} -donor: null -anonymous: true -paymentAmount: null -paymentProcessor: null } |
| data_class | "FMT\Domain\Type\Payment\Donation" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1544 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2146 …} use: { $class: "FMT\Domain\Type\Payment\Donation" } } |
| 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 | 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() {#1542 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1543 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/payment/donate/238" |
| attr | [ "data-checkout" => false "data-token" => "pk_test_lxIzb1vJE6j9BqnEjdCejcO7" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "payment" "_payment" ] |
| cache_key | "_payment_payment" |
| column_size | "" |
| compound | true |
| data | FMT\Domain\Type\Payment\Donation {#1631 -student: FMT\Data\Entity\User {#2183 …} -donor: null -anonymous: true -paymentAmount: null -paymentProcessor: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1475 -form: Symfony\Component\Form\Form {#1474 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1540 …5} |
| full_name | "payment" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "payment" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment" |
| valid | true |
| value | FMT\Domain\Type\Payment\Donation {#1631 -student: FMT\Data\Entity\User {#2183 …} -donor: null -anonymous: true -paymentAmount: null -paymentProcessor: null } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "E-mail" ] |
[ "placeholder" => "E-mail" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1536 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1535 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1536 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1535 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| label | false |
false
|
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "E-mail" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1536 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1535 +payload: null +message: "This value is not a valid email address." +mode: null +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1567 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2146 …} } |
| 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 | false |
| 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() {#1565 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1568 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "E-mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_payment_email" ] |
| cache_key | "_payment_email_email" |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1485 -form: Symfony\Component\Form\Form {#1495 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1489 …5} |
| full_name | "payment[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_email" |
| label | false |
| 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 | null |
| unique_block_prefix | "_payment_email" |
| valid | true |
| value | "" |
anonymous
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | 1 |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "fmt.payment_form.fields.anonymous" => 1 "fmt.payment_form.fields.named" => 0 ] |
[ "fmt.payment_form.fields.anonymous" => 1 "fmt.payment_form.fields.named" => 0 ] |
| data | 1 |
same as passed value |
| expanded | true |
same as passed value |
| label | false |
false
|
| multiple | 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_translation_parameters | [] |
| choice_value | null |
| choices | [ "fmt.payment_form.fields.anonymous" => 1 "fmt.payment_form.fields.named" => 0 ] |
| column_size | "" |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data | 1 |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1793 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_payment_anonymous" ] |
| cache_key | "_payment_anonymous_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1726 +label: "fmt.payment_form.fields.anonymous" +value: "1" +data: 1 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1725 +label: "fmt.payment_form.fields.named" +value: "0" +data: 0 +attr: [] +labelTranslationParameters: [] } ] |
| column_size | "" |
| compound | true |
| data | 1 |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1483 -form: Symfony\Component\Form\Form {#1440 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1482 …5} |
| full_name | "payment[anonymous]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_anonymous" |
| is_selected | Closure($choice, $value) {#1484 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1559 …} } |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "anonymous" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_anonymous" |
| valid | true |
| value | "1" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "fmt.payment_form.fields.anonymous" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "1" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1458 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1504 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1461 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "fmt.payment_form.fields.anonymous" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1455 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1463 …} } } |
| validation_groups | null |
| value | "1" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_anonymous_entry" ] |
| cache_key | "_payment_anonymous_entry_radio" |
| checked | true |
| column_size | "" |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1452 -form: Symfony\Component\Form\Form {#1422 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1773 …5} |
| full_name | "payment[anonymous]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_anonymous_0" |
| label | "fmt.payment_form.fields.anonymous" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_anonymous_entry" |
| valid | true |
| value | "1" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "fmt.payment_form.fields.named" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "0" |
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 | "entry" |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1458 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1504 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1461 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "fmt.payment_form.fields.named" |
| 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() {#1430 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1446 …} } } |
| validation_groups | null |
| value | "0" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_payment_anonymous_entry" ] |
| cache_key | "_payment_anonymous_entry_radio" |
| checked | false |
| column_size | "" |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1456 -form: Symfony\Component\Form\Form {#1428 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1564 …5} |
| full_name | "payment[anonymous]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_anonymous_1" |
| label | "fmt.payment_form.fields.named" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_anonymous_entry" |
| valid | true |
| value | "0" |
first_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "fmt.payment_form.fields.first_name" ] |
[ "placeholder" => "fmt.payment_form.fields.first_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1534 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1533 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1534 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1533 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "fmt.payment_form.fields.first_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1534 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1533 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1519 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2146 …} } |
| 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 | false |
| 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() {#1506 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1511 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "fmt.payment_form.fields.first_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_payment_first_name" ] |
| cache_key | "_payment_first_name_text" |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1508 -form: Symfony\Component\Form\Form {#1437 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1502 …5} |
| full_name | "payment[first_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_first_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_first_name" |
| valid | true |
| value | "" |
last_name
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "fmt.payment_form.fields.last_name" ] |
[ "placeholder" => "fmt.payment_form.fields.last_name" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1532 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1531 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1532 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1531 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "fmt.payment_form.fields.last_name" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1532 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1531 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1503 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2146 …} } |
| 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 | false |
| 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() {#1501 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1505 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "fmt.payment_form.fields.last_name" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_payment_last_name" ] |
| cache_key | "_payment_last_name_text" |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1431 -form: Symfony\Component\Form\Form {#1434 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1400 …5} |
| full_name | "payment[last_name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_last_name" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "last_name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_last_name" |
| valid | true |
| value | "" |
payment_amount
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 |
|---|---|---|
| action | "" |
same as passed value |
| allow_extra_fields | false |
false
|
| allow_file_upload | false |
false
|
| attr | [] |
[] |
| attr_translation_parameters | [] |
[] |
| auto_initialize | false |
false
|
| block_name | null |
null
|
| block_prefix | null |
null
|
| by_reference | true |
same as passed value |
| column_size | "" |
same as passed value |
| compound | false |
false
|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1530 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\LessThanOrEqual {#1403 +payload: null +message: "You're very generous, but the amount to donate can't be more than the funding need of {amount}" +value: 2737.71 +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1530 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\LessThanOrEqual {#1403 +payload: null +message: "You're very generous, but the amount to donate can't be more than the funding need of {amount}" +value: 2737.71 +propertyPath: null } ] |
| csrf_field_name | "_token" |
same as passed value |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
same as passed value |
| csrf_protection | true |
same as passed value |
| csrf_token_id | null |
null
|
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
same as passed value |
| data_class | null |
null
|
| disabled | false |
false
|
| empty_data | 0 |
same as passed value |
| error_bubbling | false |
false
|
| error_mapping | [] |
[] |
| extra_fields_message | "This form should not contain extra fields." |
same as passed value |
| form_attr | false |
false
|
| getter | null |
null
|
| help | null |
null
|
| help_attr | [] |
[] |
| help_html | false |
false
|
| help_translation_parameters | [] |
[] |
| inherit_data | false |
false
|
| invalid_message | "This value is not valid." |
same as passed value |
| invalid_message_parameters | [] |
[] |
| is_empty_callback | null |
null
|
| label | null |
null
|
| label_attr | [] |
[] |
| label_format | null |
null
|
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| legacy_error_messages | true |
same as passed value |
| mapped | true |
same as passed value |
| method | "POST" |
same as passed value |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
same as passed value |
| priority | 0 |
same as passed value |
| property_path | null |
null
|
| required | false |
false
|
| row_attr | [] |
[] |
| setter | null |
null
|
| translation_domain | null |
null
|
| trim | true |
same as passed value |
| upload_max_size_message | Closure() {#1487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1467 …} } } |
Closure() {#1297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1467 …} } } } } |
| validation_groups | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| column_size | "" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1530 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\LessThanOrEqual {#1403 +payload: null +message: "You're very generous, but the amount to donate can't be more than the funding need of {amount}" +value: 2737.71 +propertyPath: 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | 0 |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1297 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1487 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1467 …} } } } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_payment_payment_amount" ] |
| cache_key | "_payment_payment_amount_hidden" |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1423 -form: Symfony\Component\Form\Form {#1304 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1316 …5} |
| full_name | "payment[payment_amount]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_payment_amount" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "payment_amount" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_payment_amount" |
| valid | true |
| value | "" |
payment_processor
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
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 {#1529 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1529 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
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 |
| column_size | "" |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1529 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1522 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2146 …} } |
| 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 | 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() {#1583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1523 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_payment_payment_processor" ] |
| cache_key | "_payment_payment_processor_hidden" |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1358 -form: Symfony\Component\Form\Form {#1421 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1323 …5} |
| full_name | "payment[payment_processor]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment_payment_processor" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "payment_processor" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment_payment_processor" |
| valid | true |
| value | "" |
cancel
"Symfony\Component\Form\Extension\Core\Type\ButtonType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "fmt.payment_form.buttons.cancel" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "fmt.payment_form.buttons.cancel" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "_payment_cancel" ] |
| cache_key | "_payment_cancel_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#2842 …5} |
| full_name | "payment[cancel]" |
| id | "payment_cancel" |
| label | "fmt.payment_form.buttons.cancel" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "cancel" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_payment_cancel" |
| value | null |
proceed
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "fmt.payment_form.buttons.donate" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| label | "fmt.payment_form.buttons.donate" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_payment_proceed" ] |
| cache_key | "_payment_proceed_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1324 …5} |
| full_name | "payment[proceed]" |
| id | "payment_proceed" |
| label | "fmt.payment_form.buttons.donate" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "proceed" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_payment_proceed" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "bb6149af7dc4f.rKSzS0ILRj8tvcCS-MwSjPQ9vlLSI6TEbFJyJ6ChBQY.9JzhJgxoLVpo-4z3lp1eyq1Y8B65b-GDWGYnFfXDRDbaicMDDGp1VFXSow" |
| 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 | "bb6149af7dc4f.rKSzS0ILRj8tvcCS-MwSjPQ9vlLSI6TEbFJyJ6ChBQY.9JzhJgxoLVpo-4z3lp1eyq1Y8B65b-GDWGYnFfXDRDbaicMDDGp1VFXSow" |
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 |
| column_size | "" |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data | "bb6149af7dc4f.rKSzS0ILRj8tvcCS-MwSjPQ9vlLSI6TEbFJyJ6ChBQY.9JzhJgxoLVpo-4z3lp1eyq1Y8B65b-GDWGYnFfXDRDbaicMDDGp1VFXSow" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1491 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2146 …} } |
| 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() {#1295 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2140 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1293 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_payment__token" ] |
| cache_key | "_payment__token_hidden" |
| column_size | "" |
| compound | false |
| data | "bb6149af7dc4f.rKSzS0ILRj8tvcCS-MwSjPQ9vlLSI6TEbFJyJ6ChBQY.9JzhJgxoLVpo-4z3lp1eyq1Y8B65b-GDWGYnFfXDRDbaicMDDGp1VFXSow" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1283 -form: Symfony\Component\Form\Form {#1287 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1298 …5} |
| full_name | "payment[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "payment__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_payment__token" |
| valid | true |
| value | "bb6149af7dc4f.rKSzS0ILRj8tvcCS-MwSjPQ9vlLSI6TEbFJyJ6ChBQY.9JzhJgxoLVpo-4z3lp1eyq1Y8B65b-GDWGYnFfXDRDbaicMDDGp1VFXSow" |