Forms
-
contact_message
-
firstName
-
lastName
-
email
-
phone
-
subject
-
message
-
_token
-
contact_message
Form type:
"App\Form\ContactMessageType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\ContactMessage {#1198 -id: null -uuid: Symfony\Component\Uid\UuidV7 {#1209 …} -createdAt: null -updatedAt: null -firstName: null -lastName: null -email: null -phone: null -subject: null -message: null -isRead: false -replies: Doctrine\Common\Collections\ArrayCollection {#1208 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\ContactMessage {#1198 -id: null -uuid: Symfony\Component\Uid\UuidV7 {#1209 …} -createdAt: null -updatedAt: null -firstName: null -lastName: null -email: null -phone: null -subject: null -message: null -isRead: false -replies: Doctrine\Common\Collections\ArrayCollection {#1208 …} } |
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 {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data | App\Entity\ContactMessage {#1198 -id: null -uuid: Symfony\Component\Uid\UuidV7 {#1209 …} -createdAt: null -updatedAt: null -firstName: null -lastName: null -email: null -phone: null -subject: null -message: null -isRead: false -replies: Doctrine\Common\Collections\ArrayCollection {#1208 …} } |
| data_class | "App\Entity\ContactMessage" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1265 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\ContactMessage" } } |
| 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() {#1263 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1264 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "contact_message" "_contact_message" ] |
| cache_key | "_contact_message_contact_message" |
| compound | true |
| data | App\Entity\ContactMessage {#1198 -id: null -uuid: Symfony\Component\Uid\UuidV7 {#1209 …} -createdAt: null -updatedAt: null -firstName: null -lastName: null -email: null -phone: null -subject: null -message: null -isRead: false -replies: Doctrine\Common\Collections\ArrayCollection {#1208 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1371 -errors: [] -form: Symfony\Component\Form\Form {#1349 …} } |
| form | Symfony\Component\Form\FormView {#1262 …5} |
| full_name | "contact_message" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "contact_message" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message" |
| valid | true |
| value | App\Entity\ContactMessage {#1198 -id: null -uuid: Symfony\Component\Uid\UuidV7 {#1209 …} -createdAt: null -updatedAt: null -firstName: null -lastName: null -email: null -phone: null -subject: null -message: null -isRead: false -replies: Doctrine\Common\Collections\ArrayCollection {#1208 …} } |
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" => "Votre prénom" "maxlength" => 100 ] |
[ "placeholder" => "Votre prénom" "maxlength" => 100 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1306 +payload: null +groups: ? ?array +message: "Veuillez saisir votre prénom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1233 +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1306 +payload: null +groups: ? ?array +message: "Veuillez saisir votre prénom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1233 +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Prénom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre prénom" "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1306 +payload: null +groups: ? ?array +message: "Veuillez saisir votre prénom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1233 +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: 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\CsrfTokenManager {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1279 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 | "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() {#1274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1276 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre prénom" "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_message_firstName" ] |
| cache_key | "_contact_message_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1406 -errors: [] -form: Symfony\Component\Form\Form {#1387 …} } |
| form | Symfony\Component\Form\FormView {#1408 …5} |
| full_name | "contact_message[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message_firstName" |
| label | "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_message_firstName" |
| valid | true |
| value | "" |
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" => "Votre nom" "maxlength" => 100 ] |
[ "placeholder" => "Votre nom" "maxlength" => 100 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1253 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1250 +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1253 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1250 +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: 100 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Nom" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Votre nom" "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1253 +payload: null +groups: ? ?array +message: "Veuillez saisir votre nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1250 +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: 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\CsrfTokenManager {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1286 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() {#1288 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1287 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre nom" "maxlength" => 100 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_message_lastName" ] |
| cache_key | "_contact_message_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1405 -errors: [] -form: Symfony\Component\Form\Form {#1390 …} } |
| form | Symfony\Component\Form\FormView {#1404 …5} |
| full_name | "contact_message[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message_lastName" |
| label | "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_message_lastName" |
| 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" => "votre@email.com" "maxlength" => 180 ] |
[ "placeholder" => "votre@email.com" "maxlength" => 180 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1247 +payload: null +groups: ? ?array +message: "Veuillez saisir votre email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1246 +payload: null +groups: ? ?array +message: "Veuillez saisir un email valide." +mode: null +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1247 +payload: null +groups: ? ?array +message: "Veuillez saisir votre email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1246 +payload: null +groups: ? ?array +message: "Veuillez saisir un email valide." +mode: null +normalizer: null } ] |
| label | "Email" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "votre@email.com" "maxlength" => 180 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1247 +payload: null +groups: ? ?array +message: "Veuillez saisir votre email." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1246 +payload: null +groups: ? ?array +message: "Veuillez saisir un email valide." +mode: null +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 {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1296 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() {#1301 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1295 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "votre@email.com" "maxlength" => 180 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_contact_message_email" ] |
| cache_key | "_contact_message_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1403 -errors: [] -form: Symfony\Component\Form\Form {#1393 …} } |
| form | Symfony\Component\Form\FormView {#1402 …5} |
| full_name | "contact_message[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message_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 | "_contact_message_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
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" => "+33 6 00 00 00 00" "maxlength" => 30 ] |
[ "placeholder" => "+33 6 00 00 00 00" "maxlength" => 30 ] |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1257 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide." +pattern: "/^[\d\s\+\-\(\)\.]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\Regex {#1257 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide." +pattern: "/^[\d\s\+\-\(\)\.]*$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Téléphone" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "+33 6 00 00 00 00" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Regex {#1257 +payload: null +groups: ? ?array +message: "Numéro de téléphone invalide." +pattern: "/^[\d\s\+\-\(\)\.]*$/" +htmlPattern: null +match: true +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 {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1311 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 provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1321 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1310 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "+33 6 00 00 00 00" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_contact_message_phone" ] |
| cache_key | "_contact_message_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1337 -errors: [] -form: Symfony\Component\Form\Form {#1351 …} } |
| form | Symfony\Component\Form\FormView {#1331 …5} |
| full_name | "contact_message[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message_phone" |
| label | "Téléphone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_contact_message_phone" |
| 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" => "Objet de votre message" "maxlength" => 255 ] |
[ "placeholder" => "Objet de votre message" "maxlength" => 255 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1244 +payload: null +groups: ? ?array +message: "Veuillez saisir un sujet." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1230 +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1244 +payload: null +groups: ? ?array +message: "Veuillez saisir un sujet." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1230 +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: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Sujet" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Objet de votre message" "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1244 +payload: null +groups: ? ?array +message: "Veuillez saisir un sujet." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1230 +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: 255 +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\CsrfTokenManager {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1328 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Sujet" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1330 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1329 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Objet de votre message" "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_contact_message_subject" ] |
| cache_key | "_contact_message_subject_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1322 -errors: [] -form: Symfony\Component\Form\Form {#1354 …} } |
| form | Symfony\Component\Form\FormView {#1302 …5} |
| full_name | "contact_message[subject]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message_subject" |
| label | "Sujet" |
| 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_message_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 | [ "placeholder" => "Votre message…" "rows" => 6 ] |
[ "placeholder" => "Votre message…" "rows" => 6 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1241 +payload: null +groups: ? ?array +message: "Veuillez saisir votre message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1236 +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: 5000 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1241 +payload: null +groups: ? ?array +message: "Veuillez saisir votre message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1236 +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: 5000 +min: null +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" => "Votre message…" "rows" => 6 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1241 +payload: null +groups: ? ?array +message: "Veuillez saisir votre message." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1236 +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: 5000 +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\CsrfTokenManager {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1340 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() {#1338 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1339 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Votre message…" "rows" => 6 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "textarea" "_contact_message_message" ] |
| cache_key | "_contact_message_message_textarea" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1289 -errors: [] -form: Symfony\Component\Form\Form {#1357 …} } |
| form | Symfony\Component\Form\FormView {#1277 …5} |
| full_name | "contact_message[message]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message_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 | "_contact_message_message" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "cbf.ApWbHTRHgm6_tr7O4y9Zys5qyj6TLkQZ7qEVt9HIJa4.TMLXf0MfxjbM9eeCrlg9j4ddog2jbC1To-9i5eixddRRxPpEUSXzKMnfjg" |
| 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 | "cbf.ApWbHTRHgm6_tr7O4y9Zys5qyj6TLkQZ7qEVt9HIJa4.TMLXf0MfxjbM9eeCrlg9j4ddog2jbC1To-9i5eixddRRxPpEUSXzKMnfjg" |
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\CsrfTokenManager {#1053 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1141 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1140 …} -namespace: Closure() {#1138 …} } |
| data | "cbf.ApWbHTRHgm6_tr7O4y9Zys5qyj6TLkQZ7qEVt9HIJa4.TMLXf0MfxjbM9eeCrlg9j4ddog2jbC1To-9i5eixddRRxPpEUSXzKMnfjg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1364 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() {#1410 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#107 …} $message: Closure() {#1400 …} $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_message__token" ] |
| cache_key | "_contact_message__token_hidden" |
| compound | false |
| data | "cbf.ApWbHTRHgm6_tr7O4y9Zys5qyj6TLkQZ7qEVt9HIJa4.TMLXf0MfxjbM9eeCrlg9j4ddog2jbC1To-9i5eixddRRxPpEUSXzKMnfjg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1420 -errors: [] -form: Symfony\Component\Form\Form {#1416 …} } |
| form | Symfony\Component\Form\FormView {#1411 …5} |
| full_name | "contact_message[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "contact_message__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_message__token" |
| valid | true |
| value | "cbf.ApWbHTRHgm6_tr7O4y9Zys5qyj6TLkQZ7qEVt9HIJa4.TMLXf0MfxjbM9eeCrlg9j4ddog2jbC1To-9i5eixddRRxPpEUSXzKMnfjg" |