Forms
-
signin
-
nom
-
prenom
-
age
-
wilaya
-
type_etablissement
-
nom_etablissement
-
AnneDms
-
tel
-
email
-
password
-
captcha
-
signin
Form type:
"App\Form\SigninType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#917 -id: null -email: null -roles: [] -password: null -nom: null -prenom: null -age: null -type_etablissement: null -nometablissement: null -AnneDms: null -Tel: null -guid: null -Wilaya: null -ValidationToken: null -Validated: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#917 -id: null -email: null -roles: [] -password: null -nom: null -prenom: null -age: null -type_etablissement: null -nometablissement: null -AnneDms: null -Tel: null -guid: null -Wilaya: null -ValidationToken: null -Validated: null } |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data | App\Entity\User {#917 -id: null -email: null -roles: [] -password: null -nom: null -prenom: null -age: null -type_etablissement: null -nometablissement: null -AnneDms: null -Tel: null -guid: null -Wilaya: null -ValidationToken: null -Validated: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#975 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\User" } } |
| 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() {#977 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#976 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "signin" "_signin" ] |
| cache_key | "_signin_signin" |
| compound | true |
| data | App\Entity\User {#917 -id: null -email: null -roles: [] -password: null -nom: null -prenom: null -age: null -type_etablissement: null -nometablissement: null -AnneDms: null -Tel: null -guid: null -Wilaya: null -ValidationToken: null -Validated: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1165 -errors: [] -form: Symfony\Component\Form\Form {#1171 …} } |
| form | Symfony\Component\Form\FormView {#978 …5} |
| full_name | "signin" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "signin" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin" |
| valid | true |
| value | App\Entity\User {#917 -id: null -email: null -roles: [] -password: null -nom: null -prenom: null -age: null -type_etablissement: null -nometablissement: null -AnneDms: null -Tel: null -guid: null -Wilaya: null -ValidationToken: null -Validated: null } |
nom
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#982 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "Le nom ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#984 +payload: null +groups: ? ?array +message: "Le nom ne doit contenir que des lettres, des espaces, et des tirets." +pattern: "/^[\p{L}\p{M}\s\-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#982 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "Le nom ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#984 +payload: null +groups: ? ?array +message: "Le nom ne doit contenir que des lettres, des espaces, et des tirets." +pattern: "/^[\p{L}\p{M}\s\-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Nom:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#982 +payload: null +groups: ? ?array +message: "Le nom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#983 +payload: null +groups: ? ?array +maxMessage: "Le nom ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#984 +payload: null +groups: ? ?array +message: "Le nom ne doit contenir que des lettres, des espaces, et des tirets." +pattern: "/^[\p{L}\p{M}\s\-]+$/u" +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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1016 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1018 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1017 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_signin_nom" ] |
| cache_key | "_signin_nom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1095 -errors: [] -form: Symfony\Component\Form\Form {#1174 …} } |
| form | Symfony\Component\Form\FormView {#1109 …5} |
| full_name | "signin[nom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_nom" |
| label | "Nom:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_nom" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
prenom
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#986 +payload: null +groups: ? ?array +maxMessage: "Le prénom ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#987 +payload: null +groups: ? ?array +message: "Le prénom ne doit contenir que des lettres, des espaces, et des tirets." +pattern: "/^[\p{L}\p{M}\s\-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#986 +payload: null +groups: ? ?array +maxMessage: "Le prénom ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#987 +payload: null +groups: ? ?array +message: "Le prénom ne doit contenir que des lettres, des espaces, et des tirets." +pattern: "/^[\p{L}\p{M}\s\-]+$/u" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Prénom:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#985 +payload: null +groups: ? ?array +message: "Le prénom est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#986 +payload: null +groups: ? ?array +maxMessage: "Le prénom ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 50 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#987 +payload: null +groups: ? ?array +message: "Le prénom ne doit contenir que des lettres, des espaces, et des tirets." +pattern: "/^[\p{L}\p{M}\s\-]+$/u" +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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1025 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1027 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1026 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_signin_prenom" ] |
| cache_key | "_signin_prenom_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1086 -errors: [] -form: Symfony\Component\Form\Form {#1177 …} } |
| form | Symfony\Component\Form\FormView {#1074 …5} |
| full_name | "signin[prenom]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_prenom" |
| label | "Prénom:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "prenom" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_prenom" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
age
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#988 +payload: null +groups: ? ?array +message: "L'âge est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Positive {#989 +payload: null +groups: ? ?array +message: "L'âge doit être un nombre positif." +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#990 +payload: null +groups: ? ?array +message: "L'âge doit être inférieur à {{ compared_value }} ans." +value: 150 +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#988 +payload: null +groups: ? ?array +message: "L'âge est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Positive {#989 +payload: null +groups: ? ?array +message: "L'âge doit être un nombre positif." +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#990 +payload: null +groups: ? ?array +message: "L'âge doit être inférieur à {{ compared_value }} ans." +value: 150 +propertyPath: null } ] |
| label | "Âge:" |
same as passed value |
| required | true |
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 | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#988 +payload: null +groups: ? ?array +message: "L'âge est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Positive {#989 +payload: null +groups: ? ?array +message: "L'âge doit être un nombre positif." +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThan {#990 +payload: null +groups: ? ?array +message: "L'âge doit être inférieur à {{ compared_value }} ans." +value: 150 +propertyPath: 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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1038 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Âge:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1040 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1039 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_signin_age" ] |
| cache_key | "_signin_age_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1064 -errors: [] -form: Symfony\Component\Form\Form {#1180 …} } |
| form | Symfony\Component\Form\FormView {#1041 …5} |
| full_name | "signin[age]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_age" |
| label | "Âge:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "age" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_age" |
| valid | true |
| value | "" |
wilaya
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 |
|---|---|---|
| choice_label | Closure($choice, $key, $value) {#991 class: "App\Form\SigninType" this: App\Form\SigninType {#940 …} } |
same as passed value |
| choice_value | Closure($choice) {#992 class: "App\Form\SigninType" this: App\Form\SigninType {#940 …} } |
same as passed value |
| choices | [ "" => "" "Adrar" => 1 "Chlef" => 2 "Laghouat" => 3 "Oum El Bouaghi" => 4 "Batna" => 5 "Béjaïa" => 6 "Biskra" => 7 "Béchar" => 8 "Blida" => 9 "Bouira" => 10 "Tamanrasset" => 11 "Tébessa" => 12 "Tlemcen" => 13 "Tiaret" => 14 "Tizi Ouzou" => 15 "Alger" => 16 "Djelfa" => 17 "Jijel" => 18 "Sétif" => 19 "Saïda" => 20 "Skikda" => 21 "Sidi Bel Abbès" => 22 "Annaba" => 23 "Guelma" => 24 "Constantine" => 25 "Médéa" => 26 "Mostaganem" => 27 "M’Sila" => 28 "Mascara" => 29 "Ouargla" => 30 "Oran" => 31 "El Bayadh" => 32 "Illizi" => 33 "Bordj Bou Arréridj" => 34 "Boumerdès" => 35 "El Tarf" => 36 "Tindouf" => 37 "Tissemsilt" => 38 "El Oued" => 39 "Khenchela" => 40 "Souk Ahras" => 41 "Tipaza" => 42 "Mila" => 43 "Aïn Defla" => 44 "Naama" => 45 "Aïn Témouchent" => 46 "Ghardaïa" => 47 "Relizane" => 48 "Timimoun" => 49 "Bordj Badji Mokhtar" => 50 "Ouled Djellal" => 51 "Béni Abbès" => 52 "In Salah" => 53 "In Guezzam" => 54 "Touggourt" => 55 "Djanet" => 56 "El M’Ghair" => 57 "El Menia" => 58 ] |
[ "" => "" "Adrar" => 1 "Chlef" => 2 "Laghouat" => 3 "Oum El Bouaghi" => 4 "Batna" => 5 "Béjaïa" => 6 "Biskra" => 7 "Béchar" => 8 "Blida" => 9 "Bouira" => 10 "Tamanrasset" => 11 "Tébessa" => 12 "Tlemcen" => 13 "Tiaret" => 14 "Tizi Ouzou" => 15 "Alger" => 16 "Djelfa" => 17 "Jijel" => 18 "Sétif" => 19 "Saïda" => 20 "Skikda" => 21 "Sidi Bel Abbès" => 22 "Annaba" => 23 "Guelma" => 24 "Constantine" => 25 "Médéa" => 26 "Mostaganem" => 27 "M’Sila" => 28 "Mascara" => 29 "Ouargla" => 30 "Oran" => 31 "El Bayadh" => 32 "Illizi" => 33 "Bordj Bou Arréridj" => 34 "Boumerdès" => 35 "El Tarf" => 36 "Tindouf" => 37 "Tissemsilt" => 38 "El Oued" => 39 "Khenchela" => 40 "Souk Ahras" => 41 "Tipaza" => 42 "Mila" => 43 "Aïn Defla" => 44 "Naama" => 45 "Aïn Témouchent" => 46 "Ghardaïa" => 47 "Relizane" => 48 "Timimoun" => 49 "Bordj Badji Mokhtar" => 50 "Ouled Djellal" => 51 "Béni Abbès" => 52 "In Salah" => 53 "In Guezzam" => 54 "Touggourt" => 55 "Djanet" => 56 "El M’Ghair" => 57 "El Menia" => 58 ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#993 +payload: null +groups: ? ?array +message: "La wilaya est obligatoire." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#993 +payload: null +groups: ? ?array +message: "La wilaya est obligatoire." +allowNull: false +normalizer: null } ] |
| label | "Wilaya:" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure($choice, $key, $value) {#991 class: "App\Form\SigninType" this: App\Form\SigninType {#940 …} } |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | Closure($choice) {#992 class: "App\Form\SigninType" this: App\Form\SigninType {#940 …} } |
| choices | [ "" => "" "Adrar" => 1 "Chlef" => 2 "Laghouat" => 3 "Oum El Bouaghi" => 4 "Batna" => 5 "Béjaïa" => 6 "Biskra" => 7 "Béchar" => 8 "Blida" => 9 "Bouira" => 10 "Tamanrasset" => 11 "Tébessa" => 12 "Tlemcen" => 13 "Tiaret" => 14 "Tizi Ouzou" => 15 "Alger" => 16 "Djelfa" => 17 "Jijel" => 18 "Sétif" => 19 "Saïda" => 20 "Skikda" => 21 "Sidi Bel Abbès" => 22 "Annaba" => 23 "Guelma" => 24 "Constantine" => 25 "Médéa" => 26 "Mostaganem" => 27 "M’Sila" => 28 "Mascara" => 29 "Ouargla" => 30 "Oran" => 31 "El Bayadh" => 32 "Illizi" => 33 "Bordj Bou Arréridj" => 34 "Boumerdès" => 35 "El Tarf" => 36 "Tindouf" => 37 "Tissemsilt" => 38 "El Oued" => 39 "Khenchela" => 40 "Souk Ahras" => 41 "Tipaza" => 42 "Mila" => 43 "Aïn Defla" => 44 "Naama" => 45 "Aïn Témouchent" => 46 "Ghardaïa" => 47 "Relizane" => 48 "Timimoun" => 49 "Bordj Badji Mokhtar" => 50 "Ouled Djellal" => 51 "Béni Abbès" => 52 "In Salah" => 53 "In Guezzam" => 54 "Touggourt" => 55 "Djanet" => 56 "El M’Ghair" => 57 "El Menia" => 58 ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#993 +payload: null +groups: ? ?array +message: "La wilaya est obligatoire." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| 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." |
| extra_options | [] |
| 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 | "Wilaya:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1062 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_signin_wilaya" ] |
| cache_key | "_signin_wilaya_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +data: "" +value: "" +label: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +data: 1 +value: "1" +label: "Adrar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +data: 2 +value: "2" +label: "Chlef" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +data: 3 +value: "3" +label: "Laghouat" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +data: 4 +value: "4" +label: "Oum El Bouaghi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +data: 5 +value: "5" +label: "Batna" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +data: 6 +value: "6" +label: "Béjaïa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1258 +data: 7 +value: "7" +label: "Biskra" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +data: 8 +value: "8" +label: "Béchar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +data: 9 +value: "9" +label: "Blida" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1261 +data: 10 +value: "10" +label: "Bouira" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +data: 11 +value: "11" +label: "Tamanrasset" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +data: 12 +value: "12" +label: "Tébessa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +data: 13 +value: "13" +label: "Tlemcen" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +data: 14 +value: "14" +label: "Tiaret" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +data: 15 +value: "15" +label: "Tizi Ouzou" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +data: 16 +value: "16" +label: "Alger" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +data: 17 +value: "17" +label: "Djelfa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1269 +data: 18 +value: "18" +label: "Jijel" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +data: 19 +value: "19" +label: "Sétif" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +data: 20 +value: "20" +label: "Saïda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1272 +data: 21 +value: "21" +label: "Skikda" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1273 +data: 22 +value: "22" +label: "Sidi Bel Abbès" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1274 +data: 23 +value: "23" +label: "Annaba" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1275 +data: 24 +value: "24" +label: "Guelma" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +data: 25 +value: "25" +label: "Constantine" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1277 +data: 26 +value: "26" +label: "Médéa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +data: 27 +value: "27" +label: "Mostaganem" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +data: 28 +value: "28" +label: "M’Sila" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1280 +data: 29 +value: "29" +label: "Mascara" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +data: 30 +value: "30" +label: "Ouargla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1282 +data: 31 +value: "31" +label: "Oran" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +data: 32 +value: "32" +label: "El Bayadh" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1284 +data: 33 +value: "33" +label: "Illizi" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1285 +data: 34 +value: "34" +label: "Bordj Bou Arréridj" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1286 +data: 35 +value: "35" +label: "Boumerdès" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1287 +data: 36 +value: "36" +label: "El Tarf" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1288 +data: 37 +value: "37" +label: "Tindouf" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1289 +data: 38 +value: "38" +label: "Tissemsilt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1290 +data: 39 +value: "39" +label: "El Oued" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +data: 40 +value: "40" +label: "Khenchela" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1292 +data: 41 +value: "41" +label: "Souk Ahras" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1293 +data: 42 +value: "42" +label: "Tipaza" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1294 +data: 43 +value: "43" +label: "Mila" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1295 +data: 44 +value: "44" +label: "Aïn Defla" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1296 +data: 45 +value: "45" +label: "Naama" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1297 +data: 46 +value: "46" +label: "Aïn Témouchent" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1298 +data: 47 +value: "47" +label: "Ghardaïa" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1299 +data: 48 +value: "48" +label: "Relizane" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1300 +data: 49 +value: "49" +label: "Timimoun" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1301 +data: 50 +value: "50" +label: "Bordj Badji Mokhtar" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1302 +data: 51 +value: "51" +label: "Ouled Djellal" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1303 +data: 52 +value: "52" +label: "Béni Abbès" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1304 +data: 53 +value: "53" +label: "In Salah" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1305 +data: 54 +value: "54" +label: "In Guezzam" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1306 +data: 55 +value: "55" +label: "Touggourt" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1307 +data: 56 +value: "56" +label: "Djanet" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1308 +data: 57 +value: "57" +label: "El M’Ghair" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1309 +data: 58 +value: "58" +label: "El Menia" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1028 -errors: [] -form: Symfony\Component\Form\Form {#1183 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1019 …5} |
| full_name | "signin[wilaya]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_wilaya" |
| is_selected | Closure($choice, $value) {#1311 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Wilaya:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "wilaya" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_wilaya" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
type_etablissement
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 |
|---|---|---|
| choices | [ "" => "" "Hospitalo-universitaire " => "Hospitalo-universitaire " "Établissement public" => "Établissement public" "Établissement privé" => "Établissement privé" ] |
[ "" => "" "Hospitalo-universitaire " => "Hospitalo-universitaire " "Établissement public" => "Établissement public" "Établissement privé" => "Établissement privé" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#994 +payload: null +groups: ? ?array +message: "Le type d'établissement est obligatoire." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#994 +payload: null +groups: ? ?array +message: "Le type d'établissement est obligatoire." +allowNull: false +normalizer: null } ] |
| label | "Type d'établissements:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 | [ "" => "" "Hospitalo-universitaire " => "Hospitalo-universitaire " "Établissement public" => "Établissement public" "Établissement privé" => "Établissement privé" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#994 +payload: null +groups: ? ?array +message: "Le type d'établissement est obligatoire." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| 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." |
| extra_options | [] |
| 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 | "Type d'établissements:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| multiple | false |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1073 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1072 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_signin_type_etablissement" ] |
| cache_key | "_signin_type_etablissement_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1313 +data: "" +value: "" +label: "" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1314 +data: "Hospitalo-universitaire " +value: "Hospitalo-universitaire " +label: "Hospitalo-universitaire " +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1315 +data: "Établissement public" +value: "Établissement public" +label: "Établissement public" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1316 +data: "Établissement privé" +value: "Établissement privé" +label: "Établissement privé" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1310 -errors: [] -form: Symfony\Component\Form\Form {#1186 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1312 …5} |
| full_name | "signin[type_etablissement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_type_etablissement" |
| is_selected | Closure($choice, $value) {#1318 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Type d'établissements:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "type_etablissement" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | true |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_type_etablissement" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
nom_etablissement
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\Length {#995 +payload: null +groups: ? ?array +maxMessage: "Le nom de l'établissement ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 70 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\Length {#995 +payload: null +groups: ? ?array +maxMessage: "Le nom de l'établissement ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 70 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Établissement:" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#995 +payload: null +groups: ? ?array +maxMessage: "Le nom de l'établissement ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 70 +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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1083 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "Établissement:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1085 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1084 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_signin_nom_etablissement" ] |
| cache_key | "_signin_nom_etablissement_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1319 -errors: [] -form: Symfony\Component\Form\Form {#1189 …} } |
| form | Symfony\Component\Form\FormView {#1320 …5} |
| full_name | "signin[nom_etablissement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_nom_etablissement" |
| label | "Établissement:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nom_etablissement" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_nom_etablissement" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
AnneDms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#996 +payload: null +groups: ? ?array +message: "L'année DEMS est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Positive {#997 +payload: null +groups: ? ?array +message: "L'année DEMS doit être un nombre positif." +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThanOrEqual {#998 +payload: null +groups: ? ?array +message: "L'année DEMS doit être inférieure ou égale à {{ compared_value }}" +value: "2025" +propertyPath: null } Symfony\Component\Validator\Constraints\GreaterThan {#999 +payload: null +groups: ? ?array +message: "L'année DEMS doit être supérieure à {{ compared_value }}" +value: 1980 +propertyPath: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#996 +payload: null +groups: ? ?array +message: "L'année DEMS est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Positive {#997 +payload: null +groups: ? ?array +message: "L'année DEMS doit être un nombre positif." +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThanOrEqual {#998 +payload: null +groups: ? ?array +message: "L'année DEMS doit être inférieure ou égale à {{ compared_value }}" +value: "2025" +propertyPath: null } Symfony\Component\Validator\Constraints\GreaterThan {#999 +payload: null +groups: ? ?array +message: "L'année DEMS doit être supérieure à {{ compared_value }}" +value: 1980 +propertyPath: null } ] |
| label | "Année DEMS:" |
same as passed value |
| required | true |
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 | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#996 +payload: null +groups: ? ?array +message: "L'année DEMS est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Positive {#997 +payload: null +groups: ? ?array +message: "L'année DEMS doit être un nombre positif." +value: 0 +propertyPath: null } Symfony\Component\Validator\Constraints\LessThanOrEqual {#998 +payload: null +groups: ? ?array +message: "L'année DEMS doit être inférieure ou égale à {{ compared_value }}" +value: "2025" +propertyPath: null } Symfony\Component\Validator\Constraints\GreaterThan {#999 +payload: null +groups: ? ?array +message: "L'année DEMS doit être supérieure à {{ compared_value }}" +value: 1980 +propertyPath: 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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1092 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter an integer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Année DEMS:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 2 |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1094 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1093 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "integer" "_signin_AnneDms" ] |
| cache_key | "_signin_AnneDms_integer" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1321 -errors: [] -form: Symfony\Component\Form\Form {#1192 …} } |
| form | Symfony\Component\Form\FormView {#1322 …5} |
| full_name | "signin[AnneDms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_AnneDms" |
| label | "Année DEMS:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "AnneDms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_AnneDms" |
| valid | true |
| value | "" |
tel
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 | [ "pattern" => "[0-9]{10}" ] |
[ "pattern" => "[0-9]{10}" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1000 +payload: null +groups: ? ?array +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1001 +payload: null +groups: ? ?array +message: "Le numéro de téléphone doit contenir 10 chiffres." +pattern: "/^[0-9]{10}$/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1000 +payload: null +groups: ? ?array +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1001 +payload: null +groups: ? ?array +message: "Le numéro de téléphone doit contenir 10 chiffres." +pattern: "/^[0-9]{10}$/" +htmlPattern: null +match: true +normalizer: null } ] |
| label | "Téléphone:" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "pattern" => "[0-9]{10}" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1000 +payload: null +groups: ? ?array +message: "Le numéro de téléphone est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1001 +payload: null +groups: ? ?array +message: "Le numéro de téléphone doit contenir 10 chiffres." +pattern: "/^[0-9]{10}$/" +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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1106 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1108 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1107 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "pattern" => "[0-9]{10}" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_signin_tel" ] |
| cache_key | "_signin_tel_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1323 -errors: [] -form: Symfony\Component\Form\Form {#1195 …} } |
| form | Symfony\Component\Form\FormView {#1324 …5} |
| full_name | "signin[tel]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_tel" |
| label | "Téléphone:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "tel" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_tel" |
| uses_autocomplete | false |
| 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" => "Entrez votre adresse e-mail" ] |
[ "placeholder" => "Entrez votre adresse e-mail" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1002 +payload: null +groups: ? ?array +message: "L'adresse e-mail est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1003 +payload: null +groups: ? ?array +message: "L'adresse e-mail doit être valide." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1004 +payload: null +groups: ? ?array +maxMessage: "L'adresse e-mail ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1002 +payload: null +groups: ? ?array +message: "L'adresse e-mail est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1003 +payload: null +groups: ? ?array +message: "L'adresse e-mail doit être valide." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1004 +payload: null +groups: ? ?array +maxMessage: "L'adresse e-mail ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 255 +min: null +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "E-mail:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "Entrez votre adresse e-mail" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1002 +payload: null +groups: ? ?array +message: "L'adresse e-mail est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1003 +payload: null +groups: ? ?array +message: "L'adresse e-mail doit être valide." +mode: null +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1004 +payload: null +groups: ? ?array +maxMessage: "L'adresse e-mail ne peut pas dépasser {{ limit }} caractères." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1119 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| 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 | "E-mail:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1120 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Entrez votre adresse e-mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_signin_email" ] |
| cache_key | "_signin_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1325 -errors: [] -form: Symfony\Component\Form\Form {#1198 …} } |
| form | Symfony\Component\Form\FormView {#1326 …5} |
| full_name | "signin[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_email" |
| label | "E-mail:" |
| 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 | "_signin_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
password
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" => "Entrez votre mot de passe" ] |
[ "placeholder" => "Entrez votre mot de passe" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1005 +payload: null +groups: ? ?array +message: "Le mot de passe est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1006 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit contenir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1005 +payload: null +groups: ? ?array +message: "Le mot de passe est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1006 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit contenir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | "Mot de passe:" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| always_empty | true |
| attr | [ "placeholder" => "Entrez votre mot de passe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1005 +payload: null +groups: ? ?array +message: "Le mot de passe est obligatoire." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1006 +payload: null +groups: ? ?array +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Le mot de passe doit contenir au moins {{ limit }} caractères." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: null +min: 8 +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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1133 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de passe:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1135 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1134 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Entrez votre mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_signin_password" ] |
| cache_key | "_signin_password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1327 -errors: [] -form: Symfony\Component\Form\Form {#1201 …} } |
| form | Symfony\Component\Form\FormView {#1328 …5} |
| full_name | "signin[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_password" |
| label | "Mot de passe:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_password" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
captcha
Form type:
"Gregwar\CaptchaBundle\Type\CaptchaType"
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 |
|---|---|---|
| height | 35 |
same as passed value |
| invalid_message | "Captcha invalide, merci de réessayer." |
same as passed value |
| length | 4 |
same as passed value |
| quality | 100 |
same as passed value |
| width | 100 |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| as_file | false |
| as_url | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| background_color | [] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | null |
| charset | "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ123456789" |
| 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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#312 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#313 …} -namespace: Closure() {#315 …} } |
| data_class | null |
| disabled | false |
| distortion | true |
| empty_data | Closure(FormInterface $form) {#1162 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| expiration | 60 |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| font | "/var/www/html/al-cods/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 35 |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| humanity | 0 |
| ignore_all_effects | false |
| image_folder | "captcha" |
| inherit_data | false |
| interpolation | true |
| invalid_message | "Captcha invalide, merci de réessayer." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_value | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| length | 4 |
| loading_more_text | "Loading more results..." |
| mapped | false |
| max_behind_lines | null |
| max_front_lines | null |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| quality | 100 |
| reload | false |
| required | true |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| text_color | [] |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1164 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1163 …} $translationDomain: "validators" } } |
| validation_groups | null |
| web_path | "/var/www/html/al-cods/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 100 |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_signin_captcha" ] |
| cache_key | "_signin_captcha_captcha" |
| captcha_code | "data:image/jpeg;base64,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" |
| captcha_height | 35 |
| captcha_width | 100 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1329 -errors: [] -form: Symfony\Component\Form\Form {#1204 …} } |
| form | Symfony\Component\Form\FormView {#1330 …5} |
| full_name | "signin[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "signin_captcha" |
| image_id | "captcha_69060d9c1ffde" |
| is_human | false |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "captcha" |
| priority | 0 |
| reload | false |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_signin_captcha" |
| uses_autocomplete | false |
| valid | true |
| value | "" |