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_6866c9e74dbc8" |
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 | "" |