- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 23
- Events
- Routing
- Cache
- Translation 3
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- E-mails
- Notifications
- VichUploader
- Payum
- 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
donate
"App\Form\DonateType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| 0 | "error_bubbling" |
| 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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2550 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2488 …} } |
| 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() {#2552 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2551 …} } } |
| validation_groups | null |
| 1 | true |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "donate" "_donate" ] |
| cache_key | "_donate_donate" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2622 -form: Symfony\Component\Form\Form {#2627 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2553 …5} |
| full_name | "donate" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "donate" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_donate" |
| valid | true |
| value | null |
price
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_attr | [ "class" => "cssClassName" ] |
[ "class" => "cssClassName" ] |
| choices | [ 3 => 3 5 => 5 10 => 10 25 => 25 ] |
[ 3 => 3 5 => 5 10 => 10 25 => 25 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2558 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#2559 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } Symfony\Component\Validator\Constraints\Choice {#2560 +choices: [ 3 5 10 25 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2558 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#2559 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } Symfony\Component\Validator\Constraints\Choice {#2560 +choices: [ 3 5 10 25 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +payload: null } ] |
| data | "3" |
same as passed value |
| error_bubbling | true |
same as passed value |
| expanded | true |
same as passed value |
| label | "Montant" |
same as passed value |
| multiple | false |
false
|
| row_attr | [ "class" => "text-editor" "id" => "..." ] |
[ "class" => "text-editor" "id" => "..." ] |
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | [ "class" => "cssClassName" ] |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ 3 => 3 5 => 5 10 => 10 25 => 25 ] |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2558 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#2559 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } Symfony\Component\Validator\Constraints\Choice {#2560 +choices: [ 3 5 10 25 ] +callback: null +multiple: false +strict: true +min: null +max: null +message: "The value you selected is not a valid choice." +multipleMessage: "One or more of the given values is invalid." +minMessage: "You must select at least {{ limit }} choice.|You must select at least {{ limit }} choices." +maxMessage: "You must select at most {{ limit }} choice.|You must select at most {{ limit }} choices." +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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data | "3" |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | true |
| 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 | "Montant" |
| 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 | [ "class" => "text-editor" "id" => "..." ] |
| setter | null |
| translation_domain | "messages" |
| trim | false |
| upload_max_size_message | Closure() {#2579 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2578 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_donate_price" ] |
| cache_key | "_donate_price_choice" |
| choice_translation_domain | "messages" |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2588 +label: "3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2589 +label: "5" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2591 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | "3" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2672 -form: Symfony\Component\Form\Form {#2678 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2581 …5} |
| full_name | "donate[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_price" |
| is_selected | Closure($choice, $value) {#2663 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2565 …} } |
| label | "Montant" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "price" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "text-editor" "id" => "..." ] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_donate_price" |
| valid | true |
| value | "3" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"3"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "3" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | "messages" |
same as passed value |
| value | "3" |
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 |
| 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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2637 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| 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 {#2639 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "3" |
| 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 | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2643 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2640 …} } } |
| validation_groups | null |
| value | "3" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_donate_price_entry" ] |
| cache_key | "_donate_price_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2705 -form: Symfony\Component\Form\Form {#2681 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2703 …5} |
| full_name | "donate[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_price_0" |
| label | "3" |
| 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 | "messages" |
| unique_block_prefix | "_donate_price_entry" |
| valid | true |
| value | "3" |
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 | "5" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | "messages" |
same as passed value |
| value | "5" |
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 |
| 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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2637 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| 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 {#2639 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "5" |
| 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 | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2652 …} } } |
| validation_groups | null |
| value | "5" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_donate_price_entry" ] |
| cache_key | "_donate_price_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2706 -form: Symfony\Component\Form\Form {#2684 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2707 …5} |
| full_name | "donate[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_price_1" |
| label | "5" |
| 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 | "messages" |
| unique_block_prefix | "_donate_price_entry" |
| valid | true |
| value | "5" |
2
"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 | "10" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | "messages" |
same as passed value |
| value | "10" |
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 |
| 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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2637 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| 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 {#2639 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "10" |
| 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 | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2662 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2661 …} } } |
| validation_groups | null |
| value | "10" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_donate_price_entry" ] |
| cache_key | "_donate_price_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2708 -form: Symfony\Component\Form\Form {#2687 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2723 …5} |
| full_name | "donate[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_price_2" |
| label | "10" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "2" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_donate_price_entry" |
| valid | true |
| value | "10" |
3
"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 | "25" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | "messages" |
same as passed value |
| value | "25" |
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 |
| 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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2637 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2631 …} } |
| 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 {#2639 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "25" |
| 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 | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2671 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2670 …} } } |
| validation_groups | null |
| value | "25" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_donate_price_entry" ] |
| cache_key | "_donate_price_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2726 -form: Symfony\Component\Form\Form {#2690 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2727 …5} |
| full_name | "donate[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_price_3" |
| label | "25" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "3" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_donate_price_entry" |
| valid | true |
| value | "25" |
other
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-text" "placeholder" => "header.donate.otheramount" "translation_domain" => "messages" ] |
[ "class" => "input-text" "placeholder" => "header.donate.otheramount" "translation_domain" => "messages" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Positive {#2561 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Positive {#2561 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } ] |
| error_bubbling | true |
same as passed value |
| label | "donate.otheramount" |
same as passed value |
| required | false |
false
|
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text" "placeholder" => "header.donate.otheramount" "translation_domain" => "messages" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Positive {#2561 +message: "This value should be positive." +value: 0 +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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2601 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2488 …} } |
| 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 | "donate.otheramount" |
| 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 | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2602 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text" "placeholder" => "header.donate.otheramount" "translation_domain" => "messages" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_donate_other" ] |
| cache_key | "_donate_other_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2645 -form: Symfony\Component\Form\Form {#2693 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2654 …5} |
| full_name | "donate[other]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_other" |
| label | "donate.otheramount" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "other" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_donate_other" |
| valid | true |
| value | "" |
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 | [ "class" => "input-text" ] |
[ "class" => "input-text" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2562 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2562 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| error_bubbling | true |
same as passed value |
| label | "Name" |
same as passed value |
| required | false |
false
|
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2562 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2610 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2488 …} } |
| 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 | "Name" |
| 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 | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2611 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_donate_name" ] |
| cache_key | "_donate_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2729 -form: Symfony\Component\Form\Form {#2696 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2728 …5} |
| full_name | "donate[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_name" |
| label | "Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_donate_name" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "input-text" ] |
[ "class" => "input-text" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#2563 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2564 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#2563 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2564 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| error_bubbling | true |
same as passed value |
| label | "Email" |
same as passed value |
| required | false |
false
|
| translation_domain | "messages" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "input-text" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Email {#2563 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#2564 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2619 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2488 …} } |
| 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 | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | "messages" |
| trim | true |
| upload_max_size_message | Closure() {#2621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2620 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "input-text" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_donate_email" ] |
| cache_key | "_donate_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2730 -form: Symfony\Component\Form\Form {#2699 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2731 …5} |
| full_name | "donate[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | "messages" |
| unique_block_prefix | "_donate_email" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "8d94c0b6ea69fe7d7c35d4.tcDX7Ml4JAadfNMnEqNM7ww4S6CitAa9hEGs-szvIwY.2YniqJxASG6oN4JjVMcEoF5bG-bogSvU03WYzq-XYGnGuq2l-g9FTqgjsA" |
| 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 | "8d94c0b6ea69fe7d7c35d4.tcDX7Ml4JAadfNMnEqNM7ww4S6CitAa9hEGs-szvIwY.2YniqJxASG6oN4JjVMcEoF5bG-bogSvU03WYzq-XYGnGuq2l-g9FTqgjsA" |
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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data | "8d94c0b6ea69fe7d7c35d4.tcDX7Ml4JAadfNMnEqNM7ww4S6CitAa9hEGs-szvIwY.2YniqJxASG6oN4JjVMcEoF5bG-bogSvU03WYzq-XYGnGuq2l-g9FTqgjsA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2488 …} } |
| 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() {#2747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2533 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#595 …} $translationDomain: "validators" $message: Closure() {#2744 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_donate__token" ] |
| cache_key | "_donate__token_hidden" |
| compound | false |
| data | "8d94c0b6ea69fe7d7c35d4.tcDX7Ml4JAadfNMnEqNM7ww4S6CitAa9hEGs-szvIwY.2YniqJxASG6oN4JjVMcEoF5bG-bogSvU03WYzq-XYGnGuq2l-g9FTqgjsA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2757 -form: Symfony\Component\Form\Form {#2753 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2748 …5} |
| full_name | "donate[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate__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 | "_donate__token" |
| valid | true |
| value | "8d94c0b6ea69fe7d7c35d4.tcDX7Ml4JAadfNMnEqNM7ww4S6CitAa9hEGs-szvIwY.2YniqJxASG6oN4JjVMcEoF5bG-bogSvU03WYzq-XYGnGuq2l-g9FTqgjsA" |