- 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 {#607 -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 {#607 -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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#764 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#765 …} -namespace: Closure() {#767 …} } |
data | App\Entity\Ticket {#607 -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) {#786 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#658 …} 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() {#788 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#769 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#670 …} $translationDomain: "validators" $message: Closure() {#787 …} } } |
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 {#607 -id: null -Nom: null -Mail: null -sujet: null -Commentaire: null -Traiter: null -IDModo: null -Response: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#857 -form: Symfony\Component\Form\Form {#862 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#789 …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 {#607 -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 {#794 +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 {#794 +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 {#794 +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#764 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#765 …} -namespace: Closure() {#767 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#803 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#658 …} } |
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() {#805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#769 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#670 …} $translationDomain: "validators" $message: Closure() {#804 …} } } |
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 {#878 -form: Symfony\Component\Form\Form {#865 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#806 …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 {#795 +payload: null +message: "Merci de saisir une adresse mail." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#795 +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 {#795 +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#764 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#765 …} -namespace: Closure() {#767 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#817 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#658 …} } |
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() {#819 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#769 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#670 …} $translationDomain: "validators" $message: Closure() {#816 …} } } |
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 {#880 -form: Symfony\Component\Form\Form {#868 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#881 …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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#764 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#765 …} -namespace: Closure() {#767 …} } |
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() {#839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#769 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#670 …} $translationDomain: "validators" $message: Closure() {#838 …} } } |
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 {#899 +label: "Problème connexion authentification" +value: "Probleme_connexion_authentification" +data: "Probleme_connexion_authentification" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#901 +label: "Modération" +value: "Moderation" +data: "Moderation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#902 +label: "Suggestion" +value: "Suggestion" +data: "Suggestion" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#903 +label: "Problème de recommandation" +value: "Probleme_de_recommandation" +data: "Probleme_de_recommandation" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#904 +label: "Fonctionnalités" +value: "Fonctionnalites" +data: "Fonctionnalites" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#905 +label: "Autres" +value: "Autres" +data: "Autres" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#882 -form: Symfony\Component\Form\Form {#871 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#883 …5} |
full_name | "ticket[sujet]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "ticket_sujet" |
is_selected | Closure($choice, $value) {#907 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#825 …} } |
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 {#796 +payload: null +message: "Merci d'expliquer votre problème." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#797 +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 {#796 +payload: null +message: "Merci d'expliquer votre problème." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#797 +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 {#796 +payload: null +message: "Merci d'expliquer votre problème." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#797 +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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#764 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#765 …} -namespace: Closure() {#767 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#854 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#658 …} } |
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() {#856 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#769 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#670 …} $translationDomain: "validators" $message: Closure() {#855 …} } } |
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 {#908 -form: Symfony\Component\Form\Form {#874 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#909 …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 | "2ed0e7350c9d.S3NhfsVb_FAnNkpaKHoIbKsgFHI2KW-MiYnWmfTcbZU.FBsQTo4yn2dhTCALZhRkKeFXU0BdfQLqw-GM0ce_GvR9JTQdgCvOY3FPCw" |
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 | "2ed0e7350c9d.S3NhfsVb_FAnNkpaKHoIbKsgFHI2KW-MiYnWmfTcbZU.FBsQTo4yn2dhTCALZhRkKeFXU0BdfQLqw-GM0ce_GvR9JTQdgCvOY3FPCw" |
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 {#763 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#764 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#765 …} -namespace: Closure() {#767 …} } |
data | "2ed0e7350c9d.S3NhfsVb_FAnNkpaKHoIbKsgFHI2KW-MiYnWmfTcbZU.FBsQTo4yn2dhTCALZhRkKeFXU0BdfQLqw-GM0ce_GvR9JTQdgCvOY3FPCw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#915 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#658 …} } |
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() {#917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#769 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#670 …} $translationDomain: "validators" $message: Closure() {#914 …} } } |
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 | "2ed0e7350c9d.S3NhfsVb_FAnNkpaKHoIbKsgFHI2KW-MiYnWmfTcbZU.FBsQTo4yn2dhTCALZhRkKeFXU0BdfQLqw-GM0ce_GvR9JTQdgCvOY3FPCw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#927 -form: Symfony\Component\Form\Form {#923 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#918 …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 | "2ed0e7350c9d.S3NhfsVb_FAnNkpaKHoIbKsgFHI2KW-MiYnWmfTcbZU.FBsQTo4yn2dhTCALZhRkKeFXU0BdfQLqw-GM0ce_GvR9JTQdgCvOY3FPCw" |