- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 4
- Events
- Routing
- Cache
- Translation 7
- Security
- Twig
- HTTP Client
- Doctrine 1
- Migrations
- Debug
- E-mails
- Notifications
- 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
forum_comment
"App\Form\ForumCommentType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ForumComment {#1099 -id: null -createdAt: DateTime @1765218661 {#1101 date: 2025-12-08 19:31:01.399302 Europe/Paris (+01:00) } -commentReplies: Doctrine\Common\Collections\ArrayCollection {#1100 …} -notificationSubscribers: Doctrine\Common\Collections\ArrayCollection {#1102 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ForumComment {#1099 -id: null -createdAt: DateTime @1765218661 {#1101 date: 2025-12-08 19:31:01.399302 Europe/Paris (+01:00) } -commentReplies: Doctrine\Common\Collections\ArrayCollection {#1100 …} -notificationSubscribers: Doctrine\Common\Collections\ArrayCollection {#1102 …} } |
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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data | App\Entity\ForumComment {#1099 -id: null -createdAt: DateTime @1765218661 {#1101 date: 2025-12-08 19:31:01.399302 Europe/Paris (+01:00) } -commentReplies: Doctrine\Common\Collections\ArrayCollection {#1100 …} -notificationSubscribers: Doctrine\Common\Collections\ArrayCollection {#1102 …} } |
| data_class | "App\Entity\ForumComment" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1458 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} use: { $class: "App\Entity\ForumComment" } } |
| 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() {#1460 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1459 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "forum_comment" "_forum_comment" ] |
| cache_key | "_forum_comment_forum_comment" |
| compound | true |
| data | App\Entity\ForumComment {#1099 -id: null -createdAt: DateTime @1765218661 {#1101 date: 2025-12-08 19:31:01.399302 Europe/Paris (+01:00) } -commentReplies: Doctrine\Common\Collections\ArrayCollection {#1100 …} -notificationSubscribers: Doctrine\Common\Collections\ArrayCollection {#1102 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1507 -form: Symfony\Component\Form\Form {#1483 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1505 …5} |
| full_name | "forum_comment" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_comment" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "forum_comment" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forum_comment" |
| valid | true |
| value | App\Entity\ForumComment {#1099 -id: null -createdAt: DateTime @1765218661 {#1101 date: 2025-12-08 19:31:01.399302 Europe/Paris (+01:00) } -commentReplies: Doctrine\Common\Collections\ArrayCollection {#1100 …} -notificationSubscribers: Doctrine\Common\Collections\ArrayCollection {#1102 …} } |
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
| Option | Passed Value | Resolved Value |
|---|---|---|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1475 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} } |
| 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() {#1477 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1476 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_forum_comment_content" ] |
| cache_key | "_forum_comment_content_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1497 -form: Symfony\Component\Form\Form {#1486 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1503 …5} |
| full_name | "forum_comment[content]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_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 | "_forum_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 | "94f3230bc554efa9.78gSHH6Ly8uHjGBRDYCWGYIpvqgs69D9UXUjrWAcxh8.hKlifknC_fPt1k09SffCKcVF5_l0mKeINxdEngpfhVa2kH1YCt-cpsm_Dw" |
| 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 | "94f3230bc554efa9.78gSHH6Ly8uHjGBRDYCWGYIpvqgs69D9UXUjrWAcxh8.hKlifknC_fPt1k09SffCKcVF5_l0mKeINxdEngpfhVa2kH1YCt-cpsm_Dw" |
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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data | "94f3230bc554efa9.78gSHH6Ly8uHjGBRDYCWGYIpvqgs69D9UXUjrWAcxh8.hKlifknC_fPt1k09SffCKcVF5_l0mKeINxdEngpfhVa2kH1YCt-cpsm_Dw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1511 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} } |
| 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() {#1513 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1510 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_forum_comment__token" ] |
| cache_key | "_forum_comment__token_hidden" |
| compound | false |
| data | "94f3230bc554efa9.78gSHH6Ly8uHjGBRDYCWGYIpvqgs69D9UXUjrWAcxh8.hKlifknC_fPt1k09SffCKcVF5_l0mKeINxdEngpfhVa2kH1YCt-cpsm_Dw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1523 -form: Symfony\Component\Form\Form {#1519 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1514 …5} |
| full_name | "forum_comment[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_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 | "_forum_comment__token" |
| valid | true |
| value | "94f3230bc554efa9.78gSHH6Ly8uHjGBRDYCWGYIpvqgs69D9UXUjrWAcxh8.hKlifknC_fPt1k09SffCKcVF5_l0mKeINxdEngpfhVa2kH1YCt-cpsm_Dw" |
forum_report
"App\Form\ForumReportType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ForumReport {#1526 -createdAt: DateTime @1765218661 {#1525 date: 2025-12-08 19:31:01.407028 Europe/Paris (+01:00) } -forumUser: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ForumReport {#1526 -createdAt: DateTime @1765218661 {#1525 date: 2025-12-08 19:31:01.407028 Europe/Paris (+01:00) } -forumUser: 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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data | App\Entity\ForumReport {#1526 -createdAt: DateTime @1765218661 {#1525 date: 2025-12-08 19:31:01.407028 Europe/Paris (+01:00) } -forumUser: null } |
| data_class | "App\Entity\ForumReport" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1532 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} use: { $class: "App\Entity\ForumReport" } } |
| 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() {#1534 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1533 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "forum_report" "_forum_report" ] |
| cache_key | "_forum_report_forum_report" |
| compound | true |
| data | App\Entity\ForumReport {#1526 -createdAt: DateTime @1765218661 {#1525 date: 2025-12-08 19:31:01.407028 Europe/Paris (+01:00) } -forumUser: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1587 -form: Symfony\Component\Form\Form {#1592 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1535 …5} |
| full_name | "forum_report" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_report" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "forum_report" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forum_report" |
| valid | true |
| value | App\Entity\ForumReport {#1526 -createdAt: DateTime @1765218661 {#1525 date: 2025-12-08 19:31:01.407028 Europe/Paris (+01:00) } -forumUser: null } |
type
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "with-border selectpicker" ] |
[ "class" => "with-border selectpicker" ] |
| choices | [ "Inappropriate or offensive content" => "Inappropriate or offensive content" "Spam or unwanted content" => "Spam or unwanted content" "Misleading or false information" => "Misleading or false information" "Identity or impersonation" => "Identity or impersonation" "Plagiarism or copyright violation" => "Plagiarism or copyright violation" "Other" => "Other" ] |
[ "Inappropriate or offensive content" => "Inappropriate or offensive content" "Spam or unwanted content" => "Spam or unwanted content" "Misleading or false information" => "Misleading or false information" "Identity or impersonation" => "Identity or impersonation" "Plagiarism or copyright violation" => "Plagiarism or copyright violation" "Other" => "Other" ] |
| expanded | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "with-border selectpicker" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Inappropriate or offensive content" => "Inappropriate or offensive content" "Spam or unwanted content" => "Spam or unwanted content" "Misleading or false information" => "Misleading or false information" "Identity or impersonation" => "Identity or impersonation" "Plagiarism or copyright violation" => "Plagiarism or copyright violation" "Other" => "Other" ] |
| 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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1555 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1554 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "with-border selectpicker" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_forum_report_type" ] |
| cache_key | "_forum_report_type_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1610 +label: "Inappropriate or offensive content" +value: "Inappropriate or offensive content" +data: "Inappropriate or offensive content" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1611 +label: "Spam or unwanted content" +value: "Spam or unwanted content" +data: "Spam or unwanted content" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1612 +label: "Misleading or false information" +value: "Misleading or false information" +data: "Misleading or false information" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1613 +label: "Identity or impersonation" +value: "Identity or impersonation" +data: "Identity or impersonation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1625 +label: "Plagiarism or copyright violation" +value: "Plagiarism or copyright violation" +data: "Plagiarism or copyright violation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1627 +label: "Other" +value: "Other" +data: "Other" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1608 -form: Symfony\Component\Form\Form {#1595 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1557 …5} |
| full_name | "forum_report[type]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_report_type" |
| is_selected | Closure($choice, $value) {#1629 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1541 …} } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forum_report_type" |
| valid | true |
| value | "" |
remarque
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "with-border selectpicker" "placeholder" => "Message" ] |
[ "class" => "with-border selectpicker" "placeholder" => "Message" ] |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1540 +payload: null +maxMessage: "Only { limit } characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 300 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#1540 +payload: null +maxMessage: "Only { limit } characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 300 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "with-border selectpicker" "placeholder" => "Message" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1540 +payload: null +maxMessage: "Only { limit } characters" +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 300 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1566 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} } |
| 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() {#1568 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1567 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "with-border selectpicker" "placeholder" => "Message" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_forum_report_remarque" ] |
| cache_key | "_forum_report_remarque_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1630 -form: Symfony\Component\Form\Form {#1598 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1631 …5} |
| full_name | "forum_report[remarque]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_report_remarque" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "remarque" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forum_report_remarque" |
| valid | true |
| value | "" |
report_entity
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 | 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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1575 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} } |
| 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() {#1577 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1576 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_forum_report_report_entity" ] |
| cache_key | "_forum_report_report_entity_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1632 -form: Symfony\Component\Form\Form {#1601 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1633 …5} |
| full_name | "forum_report[report_entity]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_report_report_entity" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "report_entity" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forum_report_report_entity" |
| valid | true |
| value | "" |
rubrique_id
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| 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 | 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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1584 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} } |
| 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() {#1586 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1585 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_forum_report_rubrique_id" ] |
| cache_key | "_forum_report_rubrique_id_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1634 -form: Symfony\Component\Form\Form {#1604 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1635 …5} |
| full_name | "forum_report[rubrique_id]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_report_rubrique_id" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "rubrique_id" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_forum_report_rubrique_id" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "12d.QuB_nnm2k2e6uY3yFyC5Nnr5oxRZpNcdgxaNuR4WMu8.CZAuyBfExy7r1eiGXRPqXgmyjmU18oIt2XK_-3R8AJcM1UvKC4X6C-v8xA" |
| 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 | "12d.QuB_nnm2k2e6uY3yFyC5Nnr5oxRZpNcdgxaNuR4WMu8.CZAuyBfExy7r1eiGXRPqXgmyjmU18oIt2XK_-3R8AJcM1UvKC4X6C-v8xA" |
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 {#1312 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1313 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1314 …} -namespace: Closure() {#1316 …} } |
| data | "12d.QuB_nnm2k2e6uY3yFyC5Nnr5oxRZpNcdgxaNuR4WMu8.CZAuyBfExy7r1eiGXRPqXgmyjmU18oIt2XK_-3R8AJcM1UvKC4X6C-v8xA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1578 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1120 …} } |
| 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() {#1636 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1318 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1132 …} $translationDomain: "validators" $message: Closure() {#1637 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_forum_report__token" ] |
| cache_key | "_forum_report__token_hidden" |
| compound | false |
| data | "12d.QuB_nnm2k2e6uY3yFyC5Nnr5oxRZpNcdgxaNuR4WMu8.CZAuyBfExy7r1eiGXRPqXgmyjmU18oIt2XK_-3R8AJcM1UvKC4X6C-v8xA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1647 -form: Symfony\Component\Form\Form {#1643 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1638 …5} |
| full_name | "forum_report[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "forum_report__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 | "_forum_report__token" |
| valid | true |
| value | "12d.QuB_nnm2k2e6uY3yFyC5Nnr5oxRZpNcdgxaNuR4WMu8.CZAuyBfExy7r1eiGXRPqXgmyjmU18oIt2XK_-3R8AJcM1UvKC4X6C-v8xA" |