Forms
-
login_request
-
companyName
-
companyMail
-
companyTel
-
userFirstName
-
userLastName
-
civility
-
birthDate
-
userMail
-
userTel
-
_token
-
login_request
Form type:
"App\Form\CompanyForms\LoginRequestType"
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\CsrfTokenManager {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1200 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 | "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() {#1198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1199 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "login_request" "_login_request" ] |
| cache_key | "_login_request_login_request" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1327 -form: Symfony\Component\Form\Form {#1304 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1380 …5} |
| full_name | "login_request" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login_request" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request" |
| valid | true |
| value | null |
companyName
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 de l'entreprise *" "maxlength" => 250 ] |
[ "placeholder" => "Nom de l'entreprise *" "maxlength" => 250 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1243 +payload: null +groups: ? +message: "Veuillez saisir votre nom d'entreprise." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1213 +payload: null +groups: ? +maxMessage: "Le nom d'entreprise ne doit pas dépasser 250 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: 250 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1243 +payload: null +groups: ? +message: "Veuillez saisir votre nom d'entreprise." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1213 +payload: null +groups: ? +maxMessage: "Le nom d'entreprise ne doit pas dépasser 250 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: 250 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nom de l'entreprise *" "maxlength" => 250 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1243 +payload: null +groups: ? +message: "Veuillez saisir votre nom d'entreprise." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1213 +payload: null +groups: ? +maxMessage: "Le nom d'entreprise ne doit pas dépasser 250 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: 250 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1212 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 | 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() {#1171 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1170 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nom de l'entreprise *" "maxlength" => 250 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_request_companyName" ] |
| cache_key | "_login_request_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1413 -form: Symfony\Component\Form\Form {#1342 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1411 …5} |
| full_name | "login_request[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_companyName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_companyName" |
| valid | true |
| value | "" |
companyMail
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" => "Mail de l'entreprise *" "maxlength" => 250 ] |
[ "placeholder" => "Mail de l'entreprise *" "maxlength" => 250 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1189 +payload: null +groups: ? +message: "Veuillez saisir une adresse mail." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1188 +payload: null +groups: ? +maxMessage: "L'adresse mail ne doit pas dépasser 250 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: 250 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1189 +payload: null +groups: ? +message: "Veuillez saisir une adresse mail." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1188 +payload: null +groups: ? +maxMessage: "L'adresse mail ne doit pas dépasser 250 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: 250 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Mail de l'entreprise *" "maxlength" => 250 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1189 +payload: null +groups: ? +message: "Veuillez saisir une adresse mail." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1188 +payload: null +groups: ? +maxMessage: "L'adresse mail ne doit pas dépasser 250 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: 250 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1193 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 | 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() {#1214 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1192 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mail de l'entreprise *" "maxlength" => 250 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_login_request_companyMail" ] |
| cache_key | "_login_request_companyMail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1414 -form: Symfony\Component\Form\Form {#1345 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1415 …5} |
| full_name | "login_request[companyMail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_companyMail" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyMail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_companyMail" |
| valid | true |
| value | "" |
companyTel
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" => "Téléphone de l'entreprise *" "maxlength" => 30 ] |
[ "placeholder" => "Téléphone de l'entreprise *" "maxlength" => 30 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1187 +payload: null +groups: ? +message: "Veuillez saisir un numéro de téléphone." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1186 +payload: null +groups: ? +maxMessage: "Le numéro de téléphone ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1187 +payload: null +groups: ? +message: "Veuillez saisir un numéro de téléphone." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1186 +payload: null +groups: ? +maxMessage: "Le numéro de téléphone ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Téléphone de l'entreprise *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1187 +payload: null +groups: ? +message: "Veuillez saisir un numéro de téléphone." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1186 +payload: null +groups: ? +maxMessage: "Le numéro de téléphone ne doit pas dépasser 30 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: 30 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1221 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 | 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() {#1223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1222 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Téléphone de l'entreprise *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_request_companyTel" ] |
| cache_key | "_login_request_companyTel_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1416 -form: Symfony\Component\Form\Form {#1348 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1417 …5} |
| full_name | "login_request[companyTel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_companyTel" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyTel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_companyTel" |
| valid | true |
| value | "" |
userFirstName
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" => "Prénom *" "maxlength" => 30 ] |
[ "placeholder" => "Prénom *" "maxlength" => 30 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1185 +payload: null +groups: ? +message: "Veuillez saisir un prénom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1184 +payload: null +groups: ? +maxMessage: "Le prénom ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1185 +payload: null +groups: ? +message: "Veuillez saisir un prénom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1184 +payload: null +groups: ? +maxMessage: "Le prénom ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Prénom *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1185 +payload: null +groups: ? +message: "Veuillez saisir un prénom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1184 +payload: null +groups: ? +maxMessage: "Le prénom ne doit pas dépasser 30 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: 30 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1230 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 | 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() {#1232 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1231 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Prénom *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_request_userFirstName" ] |
| cache_key | "_login_request_userFirstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1431 -form: Symfony\Component\Form\Form {#1306 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1432 …5} |
| full_name | "login_request[userFirstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_userFirstName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "userFirstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_userFirstName" |
| valid | true |
| value | "" |
userLastName
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 *" "maxlength" => 30 ] |
[ "placeholder" => "Nom *" "maxlength" => 30 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1183 +payload: null +groups: ? +message: "Veuillez saisir un nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1182 +payload: null +groups: ? +maxMessage: "Le nom ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1183 +payload: null +groups: ? +message: "Veuillez saisir un nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1182 +payload: null +groups: ? +maxMessage: "Le nom ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nom *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1183 +payload: null +groups: ? +message: "Veuillez saisir un nom." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1182 +payload: null +groups: ? +maxMessage: "Le nom ne doit pas dépasser 30 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: 30 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1239 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 | 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() {#1241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1240 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nom *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_request_userLastName" ] |
| cache_key | "_login_request_userLastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1524 -form: Symfony\Component\Form\Form {#1309 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1379 …5} |
| full_name | "login_request[userLastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_userLastName" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "userLastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_userLastName" |
| valid | true |
| value | "" |
civility
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" => "Civilité" ] |
[ "placeholder" => "Civilité" ] |
| choices | [ "Mme" => "Mme" "Mr" => "Mr" ] |
[ "Mme" => "Mme" "Mr" => "Mr" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Civilité" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "Mme" => "Mme" "Mr" => "Mr" ] |
| 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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1268 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1266 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Civilité" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_login_request_civility" ] |
| cache_key | "_login_request_civility_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1393 +label: "Mme" +value: "Mme" +data: "Mme" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1408 +label: "Mr" +value: "Mr" +data: "Mr" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1361 -form: Symfony\Component\Form\Form {#1312 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1387 …5} |
| full_name | "login_request[civility]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_civility" |
| is_selected | Closure($choice, $value) {#1418 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "civility" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_civility" |
| valid | true |
| value | "" |
birthDate
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 | [ "class" => "form-control" "placeholder" => "Date de naissance *" ] |
[ "class" => "form-control" "placeholder" => "Date de naissance *" ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control" "placeholder" => "Date de naissance *" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| 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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1274 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 | 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() {#1278 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1277 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control" "placeholder" => "Date de naissance *" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_request_birthDate" ] |
| cache_key | "_login_request_birthDate_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1358 -form: Symfony\Component\Form\Form {#1315 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1420 …5} |
| full_name | "login_request[birthDate]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_birthDate" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "birthDate" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_birthDate" |
| valid | true |
| value | "" |
userMail
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" => "Mail *" "maxlength" => 250 ] |
[ "placeholder" => "Mail *" "maxlength" => 250 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1181 +payload: null +groups: ? +message: "Veuillez saisir une adresse mail." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1180 +payload: null +groups: ? +maxMessage: "L'adresse mail ne doit pas dépasser 250 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: 250 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1181 +payload: null +groups: ? +message: "Veuillez saisir une adresse mail." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1180 +payload: null +groups: ? +maxMessage: "L'adresse mail ne doit pas dépasser 250 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: 250 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Mail *" "maxlength" => 250 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1181 +payload: null +groups: ? +message: "Veuillez saisir une adresse mail." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1180 +payload: null +groups: ? +maxMessage: "L'adresse mail ne doit pas dépasser 250 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: 250 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1287 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 | 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() {#1289 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1288 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mail *" "maxlength" => 250 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_login_request_userMail" ] |
| cache_key | "_login_request_userMail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1419 -form: Symfony\Component\Form\Form {#1318 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1407 …5} |
| full_name | "login_request[userMail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_userMail" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "userMail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_userMail" |
| valid | true |
| value | "" |
userTel
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" => "Téléphone *" "maxlength" => 30 ] |
[ "placeholder" => "Téléphone *" "maxlength" => 30 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1167 +payload: null +groups: ? +message: "Veuillez saisir un numéro de téléphone." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1168 +payload: null +groups: ? +maxMessage: "Le numéro de téléphone ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1167 +payload: null +groups: ? +message: "Veuillez saisir un numéro de téléphone." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1168 +payload: null +groups: ? +maxMessage: "Le numéro de téléphone ne doit pas dépasser 30 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: 30 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Téléphone *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1167 +payload: null +groups: ? +message: "Veuillez saisir un numéro de téléphone." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1168 +payload: null +groups: ? +maxMessage: "Le numéro de téléphone ne doit pas dépasser 30 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: 30 +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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| 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 | "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() {#1298 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1297 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Téléphone *" "maxlength" => 30 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_login_request_userTel" ] |
| cache_key | "_login_request_userTel_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1406 -form: Symfony\Component\Form\Form {#1321 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1405 …5} |
| full_name | "login_request[userTel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request_userTel" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "userTel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_login_request_userTel" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "f914.Y8gwl1jj6L-xKXK1Cqitb6EIwmnk8GJ0gHjhhSq7OLg.VbpD_RPW2ezZSyXMTt_3CdV4pVuRsjJMwTOQzUDKc4lajVX7O4ee7NVsKw" |
| 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 | "f914.Y8gwl1jj6L-xKXK1Cqitb6EIwmnk8GJ0gHjhhSq7OLg.VbpD_RPW2ezZSyXMTt_3CdV4pVuRsjJMwTOQzUDKc4lajVX7O4ee7NVsKw" |
same as passed value |
| mapped | false |
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 | "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 {#1153 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1154 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1155 …} -namespace: Closure() {#1157 …} } |
| data | "f914.Y8gwl1jj6L-xKXK1Cqitb6EIwmnk8GJ0gHjhhSq7OLg.VbpD_RPW2ezZSyXMTt_3CdV4pVuRsjJMwTOQzUDKc4lajVX7O4ee7NVsKw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1383 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() {#1396 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#114 …} $message: Closure() {#1397 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_login_request__token" ] |
| cache_key | "_login_request__token_hidden" |
| compound | false |
| data | "f914.Y8gwl1jj6L-xKXK1Cqitb6EIwmnk8GJ0gHjhhSq7OLg.VbpD_RPW2ezZSyXMTt_3CdV4pVuRsjJMwTOQzUDKc4lajVX7O4ee7NVsKw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1509 -form: Symfony\Component\Form\Form {#1404 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1392 …5} |
| full_name | "login_request[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "login_request__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 | "_login_request__token" |
| valid | true |
| value | "f914.Y8gwl1jj6L-xKXK1Cqitb6EIwmnk8GJ0gHjhhSq7OLg.VbpD_RPW2ezZSyXMTt_3CdV4pVuRsjJMwTOQzUDKc4lajVX7O4ee7NVsKw" |