Forms
-
contact_form
-
lastname
-
firstname
-
email
-
subject
-
message
-
_token
-
contact_form
Form type:
"App\Form\ContactFormType"
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
No options were passed when constructing this form.
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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | "App\Entity\Contact" |
disabled | false |
empty_data | Closure(FormInterface $form) {#969 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Contact" } } |
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() {#971 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#970 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "contact_form" "_contact_form" ] |
cache_key | "_contact_form_contact_form" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1049 -errors: [] -form: Symfony\Component\Form\Form {#1054 …} } |
form | Symfony\Component\Form\FormView {#972 …5} |
full_name | "contact_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "contact_form" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form" |
valid | true |
value | null |
lastname
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" => "DOE" "class" => "form-control" "autocomplete" => "family-name" ] |
[ "placeholder" => "DOE" "class" => "form-control" "autocomplete" => "family-name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#977 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#979 +payload: null +groups: ? ?array +maxMessage: "Le nom ne doit pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#977 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#979 +payload: null +groups: ? ?array +maxMessage: "Le nom ne doit pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Votre nom :" |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "DOE" "class" => "form-control" "autocomplete" => "family-name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#977 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#979 +payload: null +groups: ? ?array +maxMessage: "Le nom ne doit pas dépasser {{ limit }} caractères." +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: 50 +min: null +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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1002 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 | "Votre 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() {#1004 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#1003 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "DOE" "class" => "form-control" "autocomplete" => "family-name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_form_lastname" ] |
cache_key | "_contact_form_lastname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1005 -errors: [] -form: Symfony\Component\Form\Form {#1057 …} } |
form | Symfony\Component\Form\FormView {#1014 …5} |
full_name | "contact_form[lastname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_lastname" |
label | "Votre nom :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "lastname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_lastname" |
valid | true |
value | "" |
firstname
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" => "John" "class" => "form-control" "autocomplete" => "given-name" ] |
[ "placeholder" => "John" "class" => "form-control" "autocomplete" => "given-name" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#981 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "Le prénom ne doit pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#981 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "Le prénom ne doit pas dépasser {{ limit }} caractères." +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: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Votre prénom :" |
same as passed value |
trim | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "John" "class" => "form-control" "autocomplete" => "given-name" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#981 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "Le prénom ne doit pas dépasser {{ limit }} caractères." +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: 50 +min: null +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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1011 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 | "Votre pré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() {#1013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#1012 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "John" "class" => "form-control" "autocomplete" => "given-name" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_form_firstname" ] |
cache_key | "_contact_form_firstname_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1073 -errors: [] -form: Symfony\Component\Form\Form {#1060 …} } |
form | Symfony\Component\Form\FormView {#1075 …5} |
full_name | "contact_form[firstname]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_firstname" |
label | "Votre prénom :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "firstname" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_firstname" |
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" => "john.doe@domaine.com" "class" => "form-control" "autocomplete" => "email" ] |
[ "placeholder" => "john.doe@domaine.com" "class" => "form-control" "autocomplete" => "email" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "L'email est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#987 +payload: null +groups: ? ?array +message: "L'email "{{ value }}" n'est pas valide." +mode: "strict" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "L'email est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#987 +payload: null +groups: ? ?array +message: "L'email "{{ value }}" n'est pas valide." +mode: "strict" +normalizer: null } ] |
label | "Votre email :" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "john.doe@domaine.com" "class" => "form-control" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "L'email est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#987 +payload: null +groups: ? ?array +message: "L'email "{{ value }}" n'est pas valide." +mode: "strict" +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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1024 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 | "Votre 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() {#1026 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#1025 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "john.doe@domaine.com" "class" => "form-control" "autocomplete" => "email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_contact_form_email" ] |
cache_key | "_contact_form_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1076 -errors: [] -form: Symfony\Component\Form\Form {#1063 …} } |
form | Symfony\Component\Form\FormView {#1077 …5} |
full_name | "contact_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_email" |
label | "Votre 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 | "_contact_form_email" |
valid | true |
value | "" |
subject
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" => "Demande d'information" "class" => "form-control" ] |
[ "placeholder" => "Demande d'information" "class" => "form-control" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#989 +payload: null +groups: ? ?array +message: "Le sujet est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#991 +payload: null +groups: ? ?array +maxMessage: "Le sujet ne doit pas dépasser {{ limit }} caractères." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#989 +payload: null +groups: ? ?array +message: "Le sujet est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#991 +payload: null +groups: ? ?array +maxMessage: "Le sujet ne doit pas dépasser {{ limit }} caractères." +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Sujet du message :" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Demande d'information" "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 {#989 +payload: null +groups: ? ?array +message: "Le sujet est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#991 +payload: null +groups: ? ?array +maxMessage: "Le sujet ne doit pas dépasser {{ limit }} caractères." +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: 100 +min: null +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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1033 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 du 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() {#1035 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#1034 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Demande d'information" "class" => "form-control" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_contact_form_subject" ] |
cache_key | "_contact_form_subject_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1078 -errors: [] -form: Symfony\Component\Form\Form {#1066 …} } |
form | Symfony\Component\Form\FormView {#1088 …5} |
full_name | "contact_form[subject]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_subject" |
label | "Sujet du message :" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "subject" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_contact_form_subject" |
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 | [ "class" => "form-control tinymce" "rows" => 5 ] |
[ "class" => "form-control tinymce" "rows" => 5 ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#993 +payload: null +groups: ? ?array +message: "Le message ne peut pas être vide." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#995 +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: "Le message doit contenir 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: 10000 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#993 +payload: null +groups: ? ?array +message: "Le message ne peut pas être vide." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#995 +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: "Le message doit contenir 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: 10000 +min: 5 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
label | "Votre message (max 10000)" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "form-control tinymce" "rows" => 5 ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#993 +payload: null +groups: ? ?array +message: "Le message ne peut pas être vide." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#995 +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: "Le message doit contenir 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: 10000 +min: 5 +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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1046 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 | "Votre message (max 10000)" |
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() {#1048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#1047 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "form-control tinymce" "rows" => 5 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "textarea" "_contact_form_message" ] |
cache_key | "_contact_form_message_textarea" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1090 -errors: [] -form: Symfony\Component\Form\Form {#1069 …} } |
form | Symfony\Component\Form\FormView {#1091 …5} |
full_name | "contact_form[message]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form_message" |
label | "Votre message (max 10000)" |
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 | "_contact_form_message" |
valid | true |
value | "" |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "csrf-token" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-controller" => "csrf-protection" ] |
[ "data-controller" => "csrf-protection" ] |
block_prefix | "csrf_token" |
same as passed value |
data | "csrf-token" |
same as passed value |
mapped | false |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-controller" => "csrf-protection" ] |
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\SameOriginCsrfTokenManager {#545 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#105 …} -logger: Monolog\Logger {#157 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#544 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
data | "csrf-token" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1095 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() {#1097 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#231 …} $message: Closure() {#1096 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "data-controller" => "csrf-protection" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_contact_form__token" ] |
cache_key | "_contact_form__token_hidden" |
compound | false |
data | "csrf-token" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1107 -errors: [] -form: Symfony\Component\Form\Form {#1103 …} } |
form | Symfony\Component\Form\FormView {#1098 …5} |
full_name | "contact_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "contact_form__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 | "_contact_form__token" |
valid | true |
value | "csrf-token" |