Forms
-
commentaires
-
nom
-
email
-
titre
-
message
-
note
-
_token
-
commentaires
Form type:
"App\Form\CommentairesType"
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\Commentaires {#925 -id: null -nom: null -email: null -message: null -note: null -isValid: null -CreatedAt: null -titre: null } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\Commentaires {#925 -id: null -nom: null -email: null -message: null -note: null -isValid: null -CreatedAt: null -titre: 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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data | App\Entity\Commentaires {#925 -id: null -nom: null -email: null -message: null -note: null -isValid: null -CreatedAt: null -titre: null } |
data_class | "App\Entity\Commentaires" |
disabled | false |
empty_data | Closure(FormInterface $form) {#777 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Commentaires" } } |
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() {#775 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#776 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "commentaires" "_commentaires" ] |
cache_key | "_commentaires_commentaires" |
compound | true |
data | App\Entity\Commentaires {#925 -id: null -nom: null -email: null -message: null -note: null -isValid: null -CreatedAt: null -titre: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1047 -form: Symfony\Component\Form\Form {#720 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1015 …5} |
full_name | "commentaires" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "commentaires" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_commentaires" |
valid | true |
value | App\Entity\Commentaires {#925 -id: null -nom: null -email: null -message: null -note: null -isValid: null -CreatedAt: null -titre: null } |
nom
Form type:
"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 | [ "placeholder" => "Nom" ] |
[ "placeholder" => "Nom" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#726 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#726 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom" +allowNull: false +normalizer: null } ] |
label | "Nom" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#726 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom" +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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#757 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 | "Nom" |
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() {#715 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#760 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Nom" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_commentaires_nom" ] |
cache_key | "_commentaires_nom_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1083 -form: Symfony\Component\Form\Form {#956 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1046 …5} |
full_name | "commentaires[nom]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires_nom" |
label | "Nom" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nom" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_commentaires_nom" |
valid | true |
value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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 | [ "placeholder" => "Email" ] |
[ "placeholder" => "Email" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#791 +payload: null +groups: ? ?array +message: "Veuillez saisir votre email" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#791 +payload: null +groups: ? ?array +message: "Veuillez saisir votre email" +allowNull: false +normalizer: null } ] |
label | "Email" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#791 +payload: null +groups: ? ?array +message: "Veuillez saisir votre email" +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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#787 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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Email" |
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() {#789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#786 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_commentaires_email" ] |
cache_key | "_commentaires_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#978 -form: Symfony\Component\Form\Form {#959 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#974 …5} |
full_name | "commentaires[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires_email" |
label | "Email" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_commentaires_email" |
valid | true |
value | "" |
titre
Form type:
"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 | [ "placeholder" => "Titre" ] |
[ "placeholder" => "Titre" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +groups: ? ?array +message: "Veuillez saisir votre titre" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#794 +payload: null +groups: ? ?array +message: "Veuillez saisir votre titre" +allowNull: false +normalizer: null } ] |
label | "Titre" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Titre" ] |
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 +groups: ? ?array +message: "Veuillez saisir votre titre" +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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#755 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 | "Titre" |
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() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#754 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Titre" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_commentaires_titre" ] |
cache_key | "_commentaires_titre_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1075 -form: Symfony\Component\Form\Form {#962 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#975 …5} |
full_name | "commentaires[titre]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires_titre" |
label | "Titre" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "titre" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_commentaires_titre" |
valid | true |
value | "" |
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 | [ "placeholder" => "Message" ] |
[ "placeholder" => "Message" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#795 +payload: null +groups: ? ?array +message: "Veuillez saisir votre message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#796 +payload: null +groups: ? ?array +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: 200 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#795 +payload: null +groups: ? ?array +message: "Veuillez saisir votre message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#796 +payload: null +groups: ? ?array +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: 200 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Message" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Message" ] |
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 +groups: ? ?array +message: "Veuillez saisir votre message" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#796 +payload: null +groups: ? ?array +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: 200 +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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#745 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 | "Message" |
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() {#740 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#746 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Message" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_commentaires_message" ] |
cache_key | "_commentaires_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#993 -form: Symfony\Component\Form\Form {#946 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1087 …5} |
full_name | "commentaires[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires_message" |
label | "Message" |
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 | "_commentaires_message" |
valid | true |
value | "" |
note
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 |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#768 +payload: null +groups: ? ?array +message: "Veuillez saisir votre note" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Range {#780 +payload: null +groups: ? ?array +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 5 +maxPropertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#768 +payload: null +groups: ? ?array +message: "Veuillez saisir votre note" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Range {#780 +payload: null +groups: ? ?array +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 5 +maxPropertyPath: null } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#768 +payload: null +groups: ? ?array +message: "Veuillez saisir votre note" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Range {#780 +payload: null +groups: ? ?array +notInRangeMessage: "This value should be between {{ min }} and {{ max }}." +minMessage: "This value should be {{ limit }} or more." +maxMessage: "This value should be {{ limit }} or less." +invalidMessage: "This value should be a valid number." +invalidDateTimeMessage: "This value should be a valid datetime." +min: 1 +minPropertyPath: null +max: 5 +maxPropertyPath: 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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#733 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 |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
html5 | false |
inherit_data | false |
input | "number" |
invalid_message | "Please enter a number." |
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 |
rounding_mode | 6 |
row_attr | [] |
scale | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#723 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#725 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "inputmode" => "decimal" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "number" "_commentaires_note" ] |
cache_key | "_commentaires_note_number" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1012 -form: Symfony\Component\Form\Form {#684 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1011 …5} |
full_name | "commentaires[note]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires_note" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "note" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_commentaires_note" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "1396a1c41b234910c9c2e58.llaykgkZdZgZrW5eQlbs2OEpFVJCiSkG0zkQt8bXfP8.piDhw01LIMBrlF1tJwDcqIhxeygzw25WnAhj-KWYMLGmJIL6PEka9EPBWg" |
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 | "1396a1c41b234910c9c2e58.llaykgkZdZgZrW5eQlbs2OEpFVJCiSkG0zkQt8bXfP8.piDhw01LIMBrlF1tJwDcqIhxeygzw25WnAhj-KWYMLGmJIL6PEka9EPBWg" |
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 {#409 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#410 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#411 …} -namespace: Closure() {#413 …} } |
data | "1396a1c41b234910c9c2e58.llaykgkZdZgZrW5eQlbs2OEpFVJCiSkG0zkQt8bXfP8.piDhw01LIMBrlF1tJwDcqIhxeygzw25WnAhj-KWYMLGmJIL6PEka9EPBWg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1065 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() {#1066 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#232 …} $message: Closure() {#1049 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_commentaires__token" ] |
cache_key | "_commentaires__token_hidden" |
compound | false |
data | "1396a1c41b234910c9c2e58.llaykgkZdZgZrW5eQlbs2OEpFVJCiSkG0zkQt8bXfP8.piDhw01LIMBrlF1tJwDcqIhxeygzw25WnAhj-KWYMLGmJIL6PEka9EPBWg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#979 -form: Symfony\Component\Form\Form {#1019 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1016 …5} |
full_name | "commentaires[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "commentaires__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 | "_commentaires__token" |
valid | true |
value | "1396a1c41b234910c9c2e58.llaykgkZdZgZrW5eQlbs2OEpFVJCiSkG0zkQt8bXfP8.piDhw01LIMBrlF1tJwDcqIhxeygzw25WnAhj-KWYMLGmJIL6PEka9EPBWg" |