Forms
tickets
"App\Form\TicketsType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } |
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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data | App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } |
| data_class | "App\Entity\Ticket" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1724 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Ticket" } } |
| 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 | [] |
| 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() {#1722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1723 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "tickets" "_tickets" ] |
| cache_key | "_tickets_tickets" |
| compound | true |
| data | App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1697 -form: Symfony\Component\Form\Form {#1793 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1721 …5} |
| full_name | "tickets" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tickets" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets" |
| valid | true |
| value | App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } |
sujet
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1767 +payload: null +message: "Entrez le titre de votre ticket" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1775 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Vous devez avoir au moins {{ limit }} caractères." +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: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1767 +payload: null +message: "Entrez le titre de votre ticket" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1775 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Vous devez avoir au moins {{ limit }} caractères." +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: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Sujet" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1767 +payload: null +message: "Entrez le titre de votre ticket" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1775 +payload: null +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Vous devez avoir au moins {{ limit }} caractères." +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: 100 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1706 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Sujet" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1708 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1707 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tickets_sujet" ] |
| cache_key | "_tickets_sujet_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2033 -form: Symfony\Component\Form\Form {#1882 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2041 …5} |
| full_name | "tickets[sujet]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_sujet" |
| label | "Sujet" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "sujet" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_sujet" |
| valid | true |
| value | "" |
niveau
Errors
This form has no errors.
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" => "form-control" ] |
[ "class" => "form-control" ] |
| empty_data | "Normal" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | "Normal" |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1736 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1737 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_tickets_niveau" ] |
| cache_key | "_tickets_niveau_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1971 -form: Symfony\Component\Form\Form {#1885 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1992 …5} |
| full_name | "tickets[niveau]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_niveau" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "niveau" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_niveau" |
| valid | true |
| value | "" |
niveauClass
Errors
This form has no errors.
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" => "form-control" ] |
[ "class" => "form-control" ] |
| empty_data | "Normal" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | "Normal" |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1716 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "_tickets_niveauClass" ] |
| cache_key | "_tickets_niveauClass_hidden" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1965 -form: Symfony\Component\Form\Form {#1875 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1944 …5} |
| full_name | "tickets[niveauClass]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_niveauClass" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "niveauClass" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_niveauClass" |
| valid | true |
| value | "" |
choix
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "question" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control" ] |
[ "class" => "form-control" ] |
| choices | [ "Une question" => "question" "Un bug" => "bug" ] |
[ "Une question" => "question" "Un bug" => "bug" ] |
| data | "question" |
same as passed value |
| expanded | true |
same as passed value |
| label | "Mon problème concerne..." |
same as passed value |
| multiple | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 | [ "Une question" => "question" "Un bug" => "bug" ] |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data | "question" |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mon problème concerne..." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| 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() {#1753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1751 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_tickets_choix" ] |
| cache_key | "_tickets_choix_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1765 +label: "Une question" +value: "question" +data: "question" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1768 +label: "Un bug" +value: "bug" +data: "bug" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | "question" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1780 -form: Symfony\Component\Form\Form {#1922 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#1835 …5} |
| full_name | "tickets[choix]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_choix" |
| is_selected | Closure($choice, $value) {#1762 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Mon problème concerne..." |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "choix" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_choix" |
| valid | true |
| value | "question" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"question"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Une question" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "question" |
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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1866 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1863 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Une question" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1862 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1860 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "question" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tickets_choix_entry" ] |
| cache_key | "_tickets_choix_entry_radio" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1718 -form: Symfony\Component\Form\Form {#1925 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1906 …5} |
| full_name | "tickets[choix]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_choix_0" |
| label | "Une question" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_choix_entry" |
| valid | true |
| value | "question" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Errors
This form has no errors.
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 | "Un bug" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "bug" |
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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1866 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| 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 | "Please select a valid option." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1863 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Un bug" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1914 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1915 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "bug" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_tickets_choix_entry" ] |
| cache_key | "_tickets_choix_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1941 -form: Symfony\Component\Form\Form {#1928 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1942 …5} |
| full_name | "tickets[choix]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_choix_1" |
| label | "Un bug" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_choix_entry" |
| valid | true |
| value | "bug" |
annuler
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Annuler" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Annuler" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "_tickets_annuler" ] |
| cache_key | "_tickets_annuler_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1754 …5} |
| full_name | "tickets[annuler]" |
| id | "tickets_annuler" |
| label | "Annuler" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "annuler" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_tickets_annuler" |
| value | null |
soumettre
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Créer ma demande" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Créer ma demande" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_tickets_soumettre" ] |
| cache_key | "_tickets_soumettre_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1913 …5} |
| full_name | "tickets[soumettre]" |
| id | "tickets_soumettre" |
| label | "Créer ma demande" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "soumettre" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_tickets_soumettre" |
| value | null |
messages
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#1948 -elements: [ App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } ] } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "class" => "row" ] |
[ "class" => "row" ] |
| by_reference | false |
false
|
| entry_type | "App\Form\TicketsMessagesType" |
same as passed value |
| label | false |
false
|
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "row" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "App\Form\TicketsMessagesType" |
| 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 | "The collection is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| prototype_options | [] |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1781 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1815 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "class" => "row" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_tickets_messages" ] |
| cache_key | "_tickets_messages_collection" |
| compound | true |
| data | Doctrine\Common\Collections\ArrayCollection {#1948 -elements: [ App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } ] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1939 -form: Symfony\Component\Form\Form {#1935 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1709 …5} |
| full_name | "tickets[messages]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_messages" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "messages" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#2053 …5} |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_messages" |
| valid | true |
| value | Doctrine\Common\Collections\ArrayCollection {#1948 -elements: [ App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } ] } |
0
"App\Form\TicketsMessagesType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
false
|
| block_name | "entry" |
same as passed value |
| property_path | "[0]" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | "entry" |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | "App\Entity\TicketMessages" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1968 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\TicketMessages" } } |
| 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 | [] |
| ifPopup | false |
| 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 | [] |
| linkBackForm | null |
| 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 | "[0]" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1970 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1969 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection_entry" "tickets_messages" "_tickets_messages_entry" ] |
| cache_key | "_tickets_messages_entry_tickets_messages" |
| compound | true |
| data | App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2091 -form: Symfony\Component\Form\Form {#2001 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2087 …5} |
| full_name | "tickets[messages][0]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_messages_0" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_messages_entry" |
| valid | true |
| value | App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } |
message
Errors
This form has no errors.
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" => "form-control" ] |
[ "class" => "form-control" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1977 +payload: null +message: "Entrez un texte" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1977 +payload: null +message: "Entrez un texte" +allowNull: false +normalizer: null } ] |
| label | "Décrivez votre problématique" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1977 +payload: null +message: "Entrez un texte" +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1980 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Décrivez votre problématique" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#1982 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1981 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_tickets_messages_entry_message" ] |
| cache_key | "_tickets_messages_entry_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2098 -form: Symfony\Component\Form\Form {#2025 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2097 …5} |
| full_name | "tickets[messages][0][message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_messages_0_message" |
| label | "Décrivez votre problématique" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "message" |
| pattern | null |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_messages_entry_message" |
| valid | true |
| value | "" |
images
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#2047 -elements: [ App\Entity\TicketImages {#1611 -id: null -message: App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1779367506 {#1620 date: 2026-05-21 12:45:06.194643 UTC (+00:00) } } ] } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| allow_add | true |
same as passed value |
| allow_delete | true |
same as passed value |
| attr | [ "class" => "row" ] |
[ "class" => "row" ] |
| by_reference | false |
false
|
| entry_type | "App\Form\TicketsImagesType" |
same as passed value |
| label | "Pour plus d'efficacité, merci de déposer vos captures d'écran ci-dessous:" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "row" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| delete_empty | false |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1989 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| entry_options | [ "block_name" => "entry" ] |
| entry_type | "App\Form\TicketsImagesType" |
| 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 | "The collection is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Pour plus d'efficacité, merci de déposer vos captures d'écran ci-dessous:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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 |
| prototype | true |
| prototype_data | null |
| prototype_name | "__name__" |
| prototype_options | [] |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1991 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#1990 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| allow_add | true |
| allow_delete | true |
| attr | [ "class" => "row" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection" "_tickets_messages_entry_images" ] |
| cache_key | "_tickets_messages_entry_images_collection" |
| compound | true |
| data | Doctrine\Common\Collections\ArrayCollection {#2047 -elements: [ App\Entity\TicketImages {#1611 -id: null -message: App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1779367506 {#1620 date: 2026-05-21 12:45:06.194643 UTC (+00:00) } } ] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2099 -form: Symfony\Component\Form\Form {#2029 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2100 …5} |
| full_name | "tickets[messages][0][images]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_messages_0_images" |
| label | "Pour plus d'efficacité, merci de déposer vos captures d'écran ci-dessous:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "images" |
| priority | 0 |
| prototype | Symfony\Component\Form\FormView {#2101 …5} |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_messages_entry_images" |
| valid | true |
| value | Doctrine\Common\Collections\ArrayCollection {#2047 -elements: [ App\Entity\TicketImages {#1611 -id: null -message: App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1779367506 {#1620 date: 2026-05-21 12:45:06.194643 UTC (+00:00) } } ] } |
0
"App\Form\TicketsImagesType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\TicketImages {#1611 -id: null -message: App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1779367506 {#1620 date: 2026-05-21 12:45:06.194643 UTC (+00:00) } } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| auto_initialize | false |
false
|
| block_name | "entry" |
same as passed value |
| property_path | "[0]" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | "entry" |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | "App\Entity\TicketImages" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2055 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\TicketImages" } } |
| 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 | [] |
| 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 | "[0]" |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2057 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#2056 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "collection_entry" "tickets_images" "_tickets_messages_entry_images_entry" ] |
| cache_key | "_tickets_messages_entry_images_entry_tickets_images" |
| compound | true |
| data | App\Entity\TicketImages {#1611 -id: null -message: App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1779367506 {#1620 date: 2026-05-21 12:45:06.194643 UTC (+00:00) } } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2107 -form: Symfony\Component\Form\Form {#2073 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2108 …5} |
| full_name | "tickets[messages][0][images][0]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_messages_0_images_0" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_messages_entry_images_entry" |
| valid | true |
| value | App\Entity\TicketImages {#1611 -id: null -message: App\Entity\TicketMessages {#1622 -id: null -ticket: App\Entity\Ticket {#1603 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1623 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1779367506 {#1624 date: 2026-05-21 12:45:06.194531 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1609 …} -message: null -user: null #datecreation: DateTime @1779367506 {#1610 date: 2026-05-21 12:45:06.194599 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1779367506 {#1620 date: 2026-05-21 12:45:06.194643 UTC (+00:00) } } |
url
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
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" => "form-control" ] |
[ "class" => "form-control" ] |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" ] |
| 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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2065 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2067 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#2066 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_tickets_messages_entry_images_entry_url" ] |
| cache_key | "_tickets_messages_entry_images_entry_url_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2112 -form: Symfony\Component\Form\Form {#2076 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2111 …5} |
| full_name | "tickets[messages][0][images][0][url]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets_messages_0_images_0_url" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "url" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets_messages_entry_images_entry_url" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "68cb.o7AlpzQOypguT1Hogr2aLnpg5QQdr4rIxGiS_yIV5ig.mthkxlVnj6waeiWDsvPCSy1Vv1FwnPCnrDDKi0E4lHjqgELMGUGpzF4jYQ" |
| 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 | "68cb.o7AlpzQOypguT1Hogr2aLnpg5QQdr4rIxGiS_yIV5ig.mthkxlVnj6waeiWDsvPCSy1Vv1FwnPCnrDDKi0E4lHjqgELMGUGpzF4jYQ" |
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 {#1669 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1672 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1678 …} -namespace: Closure() {#1686 …} } |
| data | "68cb.o7AlpzQOypguT1Hogr2aLnpg5QQdr4rIxGiS_yIV5ig.mthkxlVnj6waeiWDsvPCSy1Vv1FwnPCnrDDKi0E4lHjqgELMGUGpzF4jYQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2095 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| 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() {#2058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#219 …} $message: Closure() {#2068 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_tickets__token" ] |
| cache_key | "_tickets__token_hidden" |
| compound | false |
| data | "68cb.o7AlpzQOypguT1Hogr2aLnpg5QQdr4rIxGiS_yIV5ig.mthkxlVnj6waeiWDsvPCSy1Vv1FwnPCnrDDKi0E4lHjqgELMGUGpzF4jYQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2116 -form: Symfony\Component\Form\Form {#2109 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2038 …5} |
| full_name | "tickets[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "tickets__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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_tickets__token" |
| valid | true |
| value | "68cb.o7AlpzQOypguT1Hogr2aLnpg5QQdr4rIxGiS_yIV5ig.mthkxlVnj6waeiWDsvPCSy1Vv1FwnPCnrDDKi0E4lHjqgELMGUGpzF4jYQ" |