- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 27
- Events
- Routing
- Cache
- Translation 5
- 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) {#1749 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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() {#1751 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1750 …} } } |
| 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 {#1821 -form: Symfony\Component\Form\Form {#1826 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1752 …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 {#1757 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#1758 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } Symfony\Component\Validator\Constraints\Choice {#1759 +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 {#1757 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#1758 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } Symfony\Component\Validator\Constraints\Choice {#1759 +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 {#1757 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\Positive {#1758 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } Symfony\Component\Validator\Constraints\Choice {#1759 +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() {#1778 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1777 …} } } |
| 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 {#1787 +label: "3" +value: "3" +data: 3 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1788 +label: "5" +value: "5" +data: 5 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1789 +label: "10" +value: "10" +data: 10 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1790 +label: "25" +value: "25" +data: 25 +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | "3" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1871 -form: Symfony\Component\Form\Form {#1877 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1780 …5} |
| full_name | "donate[price]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "donate_price" |
| is_selected | Closure($choice, $value) {#1862 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1764 …} } |
| 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) {#1836 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1830 …} } |
| 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 {#1838 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() {#1842 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1839 …} } } |
| 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 {#1904 -form: Symfony\Component\Form\Form {#1880 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1902 …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) {#1836 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1830 …} } |
| 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 {#1838 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() {#1852 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1851 …} } } |
| 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 {#1905 -form: Symfony\Component\Form\Form {#1883 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1906 …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) {#1836 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1830 …} } |
| 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 {#1838 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() {#1861 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1860 …} } } |
| 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 {#1907 -form: Symfony\Component\Form\Form {#1886 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1922 …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) {#1836 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1830 …} } |
| 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 {#1838 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() {#1870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1869 …} } } |
| 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 {#1925 -form: Symfony\Component\Form\Form {#1889 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1926 …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 {#1760 +message: "This value should be positive." +value: 0 +propertyPath: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Positive {#1760 +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 {#1760 +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) {#1800 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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() {#1802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1801 …} } } |
| 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 {#1844 -form: Symfony\Component\Form\Form {#1892 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1853 …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 {#1761 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1761 +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 {#1761 +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) {#1809 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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() {#1811 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1810 …} } } |
| 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 {#1928 -form: Symfony\Component\Form\Form {#1895 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1927 …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 {#1762 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1763 +message: "This value should not be blank." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Email {#1762 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1763 +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 {#1762 +message: "This value is not a valid email address." +mode: null +normalizer: null +payload: null } Symfony\Component\Validator\Constraints\NotBlank {#1763 +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) {#1818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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() {#1820 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1819 …} } } |
| 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 {#1929 -form: Symfony\Component\Form\Form {#1898 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1930 …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 | "2160635ea16c6c7c.L9mNKhmNiBuUkidP1kRN8kCWEfAU6NYdS4ADRaOUxak.SOn4B3Xq12P513I_giccpAn-Vb99vbl0KsFNJtHm6O9KjN16c-DvYePrbg" |
| 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 | "2160635ea16c6c7c.L9mNKhmNiBuUkidP1kRN8kCWEfAU6NYdS4ADRaOUxak.SOn4B3Xq12P513I_giccpAn-Vb99vbl0KsFNJtHm6O9KjN16c-DvYePrbg" |
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 | "2160635ea16c6c7c.L9mNKhmNiBuUkidP1kRN8kCWEfAU6NYdS4ADRaOUxak.SOn4B3Xq12P513I_giccpAn-Vb99vbl0KsFNJtHm6O9KjN16c-DvYePrbg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1944 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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() {#1946 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#1943 …} } } |
| 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 | "2160635ea16c6c7c.L9mNKhmNiBuUkidP1kRN8kCWEfAU6NYdS4ADRaOUxak.SOn4B3Xq12P513I_giccpAn-Vb99vbl0KsFNJtHm6O9KjN16c-DvYePrbg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1956 -form: Symfony\Component\Form\Form {#1952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1947 …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 | "2160635ea16c6c7c.L9mNKhmNiBuUkidP1kRN8kCWEfAU6NYdS4ADRaOUxak.SOn4B3Xq12P513I_giccpAn-Vb99vbl0KsFNJtHm6O9KjN16c-DvYePrbg" |
comment
"App\Form\CommentType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Comment {#2716 -id: null -createdAt: DateTime @1769107964 {#2717 date: 2026-01-22 19:52:44.677574 Europe/Paris (+01:00) } -content: null -isEnabled: false -masjid: null -Author: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Comment {#2716 -id: null -createdAt: DateTime @1769107964 {#2717 date: 2026-01-22 19:52:44.677574 Europe/Paris (+01:00) } -content: null -isEnabled: false -masjid: null -Author: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | 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 {#202 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#332 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#331 …} -namespace: Closure() {#334 …} } |
| data | App\Entity\Comment {#2716 -id: null -createdAt: DateTime @1769107964 {#2717 date: 2026-01-22 19:52:44.677574 Europe/Paris (+01:00) } -content: null -isEnabled: false -masjid: null -Author: null } |
| data_class | "App\Entity\Comment" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2726 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} use: { $class: "App\Entity\Comment" } } |
| 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() {#2728 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#2727 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "comment" "_comment" ] |
| cache_key | "_comment_comment" |
| compound | true |
| data | App\Entity\Comment {#2716 -id: null -createdAt: DateTime @1769107964 {#2717 date: 2026-01-22 19:52:44.677574 Europe/Paris (+01:00) } -content: null -isEnabled: false -masjid: null -Author: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2742 -form: Symfony\Component\Form\Form {#2747 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2729 …5} |
| full_name | "comment" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "comment" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "comment" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_comment" |
| valid | true |
| value | App\Entity\Comment {#2716 -id: null -createdAt: DateTime @1769107964 {#2717 date: 2026-01-22 19:52:44.677574 Europe/Paris (+01:00) } -content: null -isEnabled: false -masjid: null -Author: null } |
content
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
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 | 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) {#2739 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2741 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#2740 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_comment_content" ] |
| cache_key | "_comment_content_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2758 -form: Symfony\Component\Form\Form {#2750 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2757 …5} |
| full_name | "comment[content]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "comment_content" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "content" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_comment_content" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2ae0b9fe9afd4e4034d3b5263a.2ZPAHrS403l5XpuOsDFc_EFCxoe4ktu4ioPvaiN-Eyc.r-CjJoWPizMjBNrE2Ag9mgpzo-PapYOP_dy2B0wncRG--oVW8dO2QBtu-A" |
| 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 | "2ae0b9fe9afd4e4034d3b5263a.2ZPAHrS403l5XpuOsDFc_EFCxoe4ktu4ioPvaiN-Eyc.r-CjJoWPizMjBNrE2Ag9mgpzo-PapYOP_dy2B0wncRG--oVW8dO2QBtu-A" |
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 | "2ae0b9fe9afd4e4034d3b5263a.2ZPAHrS403l5XpuOsDFc_EFCxoe4ktu4ioPvaiN-Eyc.r-CjJoWPizMjBNrE2Ag9mgpzo-PapYOP_dy2B0wncRG--oVW8dO2QBtu-A" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2754 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1687 …} } |
| 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() {#2759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1732 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#646 …} $translationDomain: "validators" $message: Closure() {#2763 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_comment__token" ] |
| cache_key | "_comment__token_hidden" |
| compound | false |
| data | "2ae0b9fe9afd4e4034d3b5263a.2ZPAHrS403l5XpuOsDFc_EFCxoe4ktu4ioPvaiN-Eyc.r-CjJoWPizMjBNrE2Ag9mgpzo-PapYOP_dy2B0wncRG--oVW8dO2QBtu-A" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2774 -form: Symfony\Component\Form\Form {#2770 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2765 …5} |
| full_name | "comment[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "comment__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 | "_comment__token" |
| valid | true |
| value | "2ae0b9fe9afd4e4034d3b5263a.2ZPAHrS403l5XpuOsDFc_EFCxoe4ktu4ioPvaiN-Eyc.r-CjJoWPizMjBNrE2Ag9mgpzo-PapYOP_dy2B0wncRG--oVW8dO2QBtu-A" |