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 {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 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 {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data | App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } |
data_class | "App\Entity\Ticket" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1725 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() {#1723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1724 …} $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 {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1698 -form: Symfony\Component\Form\Form {#1794 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1722 …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 {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 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 {#1768 +payload: null +message: "Entrez le titre de votre ticket" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1776 +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 {#1768 +payload: null +message: "Entrez le titre de votre ticket" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1776 +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 {#1768 +payload: null +message: "Entrez le titre de votre ticket" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1776 +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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1711 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() {#1712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1713 …} $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 {#2034 -form: Symfony\Component\Form\Form {#1883 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2042 …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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
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() {#1737 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1738 …} $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 {#1972 -form: Symfony\Component\Form\Form {#1886 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1993 …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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
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() {#1718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1717 …} $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 {#1966 -form: Symfony\Component\Form\Form {#1876 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1945 …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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
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() {#1754 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1752 …} $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 {#1766 +label: "Une question" +value: "question" +data: "question" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1769 +label: "Un bug" +value: "bug" +data: "bug" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | "question" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1781 -form: Symfony\Component\Form\Form {#1923 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1836 …5} |
full_name | "tickets[choix]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "tickets_choix" |
is_selected | Closure($choice, $value) {#1763 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1867 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 {#1864 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() {#1863 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1861 …} $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 {#1719 -form: Symfony\Component\Form\Form {#1926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1907 …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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#1867 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 {#1864 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() {#1915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1916 …} $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 {#1942 -form: Symfony\Component\Form\Form {#1929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1943 …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 {#1755 …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 {#1914 …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 {#1949 -elements: [ App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#1854 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() {#1782 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1816 …} $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 {#1949 -elements: [ App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } ] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1940 -form: Symfony\Component\Form\Form {#1936 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1710 …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 {#2054 …5} |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_tickets_messages" |
valid | true |
value | Doctrine\Common\Collections\ArrayCollection {#1949 -elements: [ App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 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 {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | "App\Entity\TicketMessages" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1969 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() {#1971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1970 …} $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 {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2092 -form: Symfony\Component\Form\Form {#2002 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2088 …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 {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 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 {#1978 +payload: null +message: "Entrez un texte" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1978 +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 {#1978 +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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1981 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() {#1983 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1982 …} $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 {#2099 -form: Symfony\Component\Form\Form {#2026 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2098 …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 {#2048 -elements: [ App\Entity\TicketImages {#1612 -id: null -message: App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1760086706 {#1621 date: 2025-10-10 08:58:26.419305 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
delete_empty | false |
disabled | false |
empty_data | Closure(FormInterface $form) {#1990 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() {#1992 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#1991 …} $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 {#2048 -elements: [ App\Entity\TicketImages {#1612 -id: null -message: App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1760086706 {#1621 date: 2025-10-10 08:58:26.419305 UTC (+00:00) } } ] } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2100 -form: Symfony\Component\Form\Form {#2030 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2101 …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 {#2102 …5} |
required | false |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_tickets_messages_entry_images" |
valid | true |
value | Doctrine\Common\Collections\ArrayCollection {#2048 -elements: [ App\Entity\TicketImages {#1612 -id: null -message: App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1760086706 {#1621 date: 2025-10-10 08:58:26.419305 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 {#1612 -id: null -message: App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1760086706 {#1621 date: 2025-10-10 08:58:26.419305 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | "App\Entity\TicketImages" |
disabled | false |
empty_data | Closure(FormInterface $form) {#2056 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() {#2058 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#2057 …} $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 {#1612 -id: null -message: App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1760086706 {#1621 date: 2025-10-10 08:58:26.419305 UTC (+00:00) } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2108 -form: Symfony\Component\Form\Form {#2074 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2109 …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 {#1612 -id: null -message: App\Entity\TicketMessages {#1623 -id: null -ticket: App\Entity\Ticket {#1604 -id: null -sujet: null -choix: null -messages: Doctrine\Common\Collections\ArrayCollection {#1624 …} -niveau: null -niveauClass: null -etatTicket: null -userEmetteur: null -userRecepteur: null #datecreation: DateTime @1760086706 {#1625 date: 2025-10-10 08:58:26.419215 UTC (+00:00) } } -images: Doctrine\Common\Collections\ArrayCollection {#1610 …} -message: null -user: null #datecreation: DateTime @1760086706 {#1611 date: 2025-10-10 08:58:26.419270 UTC (+00:00) } } -url: null -type: null #datecreation: DateTime @1760086706 {#1621 date: 2025-10-10 08:58:26.419305 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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2066 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() {#2068 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#2067 …} $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 {#2113 -form: Symfony\Component\Form\Form {#2077 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2112 …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 | "e5e7f92e5dc3d48491ca7a85.9y-62GR4RAq1fcYhv0Ho1MTBdVjP7oafVe9BhluxzqI.jkb3ticwd1_hO7FT4CungaW2IhX4nPz0Fo4o_gHJncPBXuyeMi80WNAasQ" |
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 | "e5e7f92e5dc3d48491ca7a85.9y-62GR4RAq1fcYhv0Ho1MTBdVjP7oafVe9BhluxzqI.jkb3ticwd1_hO7FT4CungaW2IhX4nPz0Fo4o_gHJncPBXuyeMi80WNAasQ" |
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 {#1670 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1673 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1679 …} -namespace: Closure() {#1687 …} } |
data | "e5e7f92e5dc3d48491ca7a85.9y-62GR4RAq1fcYhv0Ho1MTBdVjP7oafVe9BhluxzqI.jkb3ticwd1_hO7FT4CungaW2IhX4nPz0Fo4o_gHJncPBXuyeMi80WNAasQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2096 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() {#2059 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#216 …} $message: Closure() {#2069 …} $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 | "e5e7f92e5dc3d48491ca7a85.9y-62GR4RAq1fcYhv0Ho1MTBdVjP7oafVe9BhluxzqI.jkb3ticwd1_hO7FT4CungaW2IhX4nPz0Fo4o_gHJncPBXuyeMi80WNAasQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2117 -form: Symfony\Component\Form\Form {#2110 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2039 …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 | "e5e7f92e5dc3d48491ca7a85.9y-62GR4RAq1fcYhv0Ho1MTBdVjP7oafVe9BhluxzqI.jkb3ticwd1_hO7FT4CungaW2IhX4nPz0Fo4o_gHJncPBXuyeMi80WNAasQ" |