- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 5
- Events
- Routing
- Cache
- Translation 13
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- E-mails
- Notifications
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
ticket
"App\Form\TicketType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Ticket {#606 -id: null -Nom: null -Mail: null -sujet: null -Commentaire: null -Traiter: null -IDModo: null -Response: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Ticket {#606 -id: null -Nom: null -Mail: null -sujet: null -Commentaire: null -Traiter: null -IDModo: null -Response: null } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#762 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …} -namespace: Closure() {#766 …} } |
data | App\Entity\Ticket {#606 -id: null -Nom: null -Mail: null -sujet: null -Commentaire: null -Traiter: null -IDModo: null -Response: null } |
data_class | "App\Entity\Ticket" |
disabled | false |
empty_data | Closure(FormInterface $form) {#785 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#657 …} 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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#787 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#768 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#786 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "ticket" "_ticket" ] |
cache_key | "_ticket_ticket" |
compound | true |
data | App\Entity\Ticket {#606 -id: null -Nom: null -Mail: null -sujet: null -Commentaire: null -Traiter: null -IDModo: null -Response: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#856 -form: Symfony\Component\Form\Form {#861 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#788 …5} |
full_name | "ticket" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "ticket" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ticket" |
valid | true |
value | App\Entity\Ticket {#606 -id: null -Nom: null -Mail: null -sujet: null -Commentaire: null -Traiter: null -IDModo: null -Response: null } |
Nom
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Veuillez saisir votre nom." "class" => "form-control" ] |
[ "placeholder" => "Veuillez saisir votre nom." "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\Length {#793 +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: "Votre nom doit contenir au moins 2 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: null +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\Length {#793 +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: "Votre nom doit contenir au moins 2 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: null +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Veuillez saisir votre nom." "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\Length {#793 +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: "Votre nom doit contenir au moins 2 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: null +min: 2 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#762 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …} -namespace: Closure() {#766 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#802 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#657 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#804 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#768 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#803 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Veuillez saisir votre nom." "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_ticket_Nom" ] |
cache_key | "_ticket_Nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#877 -form: Symfony\Component\Form\Form {#864 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#805 …5} |
full_name | "ticket[Nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket_Nom" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "Nom" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ticket_Nom" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "placeholder" => "Veuillez saisir votre adresse mail." "class" => "form-control" ] |
[ "placeholder" => "Veuillez saisir votre adresse mail." "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +message: "Merci de saisir une adresse mail." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +message: "Merci de saisir une adresse mail." +allowNull: false +normalizer: null } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Veuillez saisir votre adresse mail." "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 {#794 +payload: null +message: "Merci de saisir une adresse mail." +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 {#762 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …} -namespace: Closure() {#766 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#816 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#657 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#818 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#768 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#815 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Veuillez saisir votre adresse mail." "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_ticket_Mail" ] |
cache_key | "_ticket_Mail_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#879 -form: Symfony\Component\Form\Form {#867 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#880 …5} |
full_name | "ticket[Mail]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket_Mail" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "Mail" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ticket_Mail" |
valid | true |
value | "" |
sujet
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Problème connexion authentification" => "Probleme_connexion_authentification" "Modération" => "Moderation" "Suggestion" => "Suggestion" "Problème de recommandation" => "Probleme_de_recommandation" "Fonctionnalités" => "Fonctionnalites" "Autres" => "Autres" ] |
[ "Problème connexion authentification" => "Probleme_connexion_authentification" "Modération" => "Moderation" "Suggestion" => "Suggestion" "Problème de recommandation" => "Probleme_de_recommandation" "Fonctionnalités" => "Fonctionnalites" "Autres" => "Autres" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "Problème connexion authentification" => "Probleme_connexion_authentification" "Modération" => "Moderation" "Suggestion" => "Suggestion" "Problème de recommandation" => "Probleme_de_recommandation" "Fonctionnalités" => "Fonctionnalites" "Autres" => "Autres" ] |
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 {#762 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …} -namespace: Closure() {#766 …} } |
data_class | null |
disabled | false |
empty_data | "" |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#838 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#768 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#837 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_ticket_sujet" ] |
cache_key | "_ticket_sujet_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#898 +label: "Problème connexion authentification" +value: "Probleme_connexion_authentification" +data: "Probleme_connexion_authentification" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#900 +label: "Modération" +value: "Moderation" +data: "Moderation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#901 +label: "Suggestion" +value: "Suggestion" +data: "Suggestion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#902 +label: "Problème de recommandation" +value: "Probleme_de_recommandation" +data: "Probleme_de_recommandation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#903 +label: "Fonctionnalités" +value: "Fonctionnalites" +data: "Fonctionnalites" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#904 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#881 -form: Symfony\Component\Form\Form {#870 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#882 …5} |
full_name | "ticket[sujet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket_sujet" |
is_selected | Closure($choice, $value) {#906 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#824 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sujet" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | true |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ticket_sujet" |
valid | true |
value | "" |
Commentaire
"Symfony\Component\Form\Extension\Core\Type\TextareaType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "placeholder" => "Veuillez expliquer votre problème." "class" => "form-control" ] |
[ "placeholder" => "Veuillez expliquer votre problème." "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#795 +payload: null +message: "Merci d'expliquer votre problème." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#796 +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#795 +payload: null +message: "Merci d'expliquer votre problème." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#796 +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Veuillez expliquer votre problème." "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 {#795 +payload: null +message: "Merci d'expliquer votre problème." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#796 +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: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: null +charset: "UTF-8" +normalizer: null +allowEmptyString: false } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#762 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …} -namespace: Closure() {#766 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#853 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#657 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#855 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#768 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#854 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Veuillez expliquer votre problème." "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_ticket_Commentaire" ] |
cache_key | "_ticket_Commentaire_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#907 -form: Symfony\Component\Form\Form {#873 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#908 …5} |
full_name | "ticket[Commentaire]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket_Commentaire" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "Commentaire" |
pattern | null |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ticket_Commentaire" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "6b1df42ede4101d.jun5VyVHIeS7fCwrTIzuKuKAzAMpqtHrj7fTrrHak-E.vazAAXMfcb3dRWBjIuKdbI3Nq00RyeKs-NHq7dyr-6D6pa4NYn5CnfwQGA" |
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 | "6b1df42ede4101d.jun5VyVHIeS7fCwrTIzuKuKAzAMpqtHrj7fTrrHak-E.vazAAXMfcb3dRWBjIuKdbI3Nq00RyeKs-NHq7dyr-6D6pa4NYn5CnfwQGA" |
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 {#762 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#763 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#764 …} -namespace: Closure() {#766 …} } |
data | "6b1df42ede4101d.jun5VyVHIeS7fCwrTIzuKuKAzAMpqtHrj7fTrrHak-E.vazAAXMfcb3dRWBjIuKdbI3Nq00RyeKs-NHq7dyr-6D6pa4NYn5CnfwQGA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#914 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#657 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | false |
method | "POST" |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#916 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#768 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#669 …} $translationDomain: "validators" $message: Closure() {#913 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_ticket__token" ] |
cache_key | "_ticket__token_hidden" |
compound | false |
data | "6b1df42ede4101d.jun5VyVHIeS7fCwrTIzuKuKAzAMpqtHrj7fTrrHak-E.vazAAXMfcb3dRWBjIuKdbI3Nq00RyeKs-NHq7dyr-6D6pa4NYn5CnfwQGA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#926 -form: Symfony\Component\Form\Form {#922 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#917 …5} |
full_name | "ticket[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_ticket__token" |
valid | true |
value | "6b1df42ede4101d.jun5VyVHIeS7fCwrTIzuKuKAzAMpqtHrj7fTrrHak-E.vazAAXMfcb3dRWBjIuKdbI3Nq00RyeKs-NHq7dyr-6D6pa4NYn5CnfwQGA" |