Forms
-
registration_form
-
firstName
-
lastName
-
email
-
password
-
first
-
second
-
-
captcha
-
submit
-
return
-
_token
-
registration_form
Form type:
"App\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#921 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#922 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#923 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: 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 {#921 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#922 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#923 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: 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 | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data | App\Entity\User {#921 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#922 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#923 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1047 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() {#1049 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1048 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\User {#921 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#922 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#923 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1160 -form: Symfony\Component\Form\Form {#1161 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1050 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\User {#921 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#922 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#923 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: null } |
firstName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Prénom" ] |
[ "placeholder" => "Prénom" ] |
| constraints | Symfony\Component\Validator\Constraints\Length {#1055 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } |
[ Symfony\Component\Validator\Constraints\Length {#1055 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Prénom" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1055 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1066 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| 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() {#1068 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1067 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Prénom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_firstName" ] |
| cache_key | "_registration_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1188 -form: Symfony\Component\Form\Form {#1162 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1098 …5} |
| full_name | "registration_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_firstName" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_firstName" |
| valid | true |
| value | "" |
lastName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Nom" ] |
[ "placeholder" => "Nom" ] |
| constraints | Symfony\Component\Validator\Constraints\Length {#1056 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } |
[ Symfony\Component\Validator\Constraints\Length {#1056 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Nom" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1056 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 30 +min: 2 +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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1075 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| 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() {#1077 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1076 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Nom" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_lastName" ] |
| cache_key | "_registration_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1180 -form: Symfony\Component\Form\Form {#1165 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1091 …5} |
| full_name | "registration_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_lastName" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_lastName" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Email" ] |
[ "placeholder" => "Email" ] |
| constraints | Symfony\Component\Validator\Constraints\Length {#1057 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } |
[ Symfony\Component\Validator\Constraints\Length {#1057 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| label | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Email" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Length {#1057 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "This value is too short. It should have {{ limit }} character or more.|This value is too short. It should have {{ limit }} characters or more." +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 60 +min: 2 +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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1088 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | false |
| 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() {#1090 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1089 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Email" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1078 -form: Symfony\Component\Form\Form {#1168 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1069 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | false |
| 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 | "_registration_form_email" |
| 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 |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Mot de passe" ] |
[ "placeholder" => "Mot de passe" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1058 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1059 +payload: null +groups: ? +message: "Votre mot de passe doit contenir au moins un de ces caractères spéciaux [#?!@$%^&*-]" +pattern: "/[#?!@$%^&*-]+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1060 +payload: null +groups: ? +message: "Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule et une minuscule." +pattern: "/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9]).{6,}/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1058 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1059 +payload: null +groups: ? +message: "Votre mot de passe doit contenir au moins un de ces caractères spéciaux [#?!@$%^&*-]" +pattern: "/[#?!@$%^&*-]+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1060 +payload: null +groups: ? +message: "Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule et une minuscule." +pattern: "/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9]).{6,}/" +htmlPattern: null +match: true +normalizer: null } ] |
| first_options | [ "label" => false "help" => """ Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule, une\n minuscule et au moins un de ces caractères spéciaux [#?!@$%^&*-], """ "attr" => [ "placeholder" => "Saisir votre mot de passe" ] ] |
[ "label" => false "help" => """ Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule, une\n minuscule et au moins un de ces caractères spéciaux [#?!@$%^&*-], """ "attr" => [ "placeholder" => "Saisir votre mot de passe" ] ] |
| invalid_message | "Le mot de passe et la confirmation doivent être identiques!" |
same as passed value |
| label | "Mot de Passe" |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => false "attr" => [ "placeholder" => "Saisir à nouveau votre mot de passe" ] ] |
[ "label" => false "attr" => [ "placeholder" => "Saisir à nouveau votre mot de passe" ] ] |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Mot de passe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1058 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1059 +payload: null +groups: ? +message: "Votre mot de passe doit contenir au moins un de ces caractères spéciaux [#?!@$%^&*-]" +pattern: "/[#?!@$%^&*-]+/i" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1060 +payload: null +groups: ? +message: "Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule et une minuscule." +pattern: "/(?=.*[A-Z])(?=.*[a-z])(?=.*[0-9]).{6,}/" +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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1099 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => false "help" => """ Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule, une\n minuscule et au moins un de ces caractères spéciaux [#?!@$%^&*-], """ "attr" => [ "placeholder" => "Saisir votre mot de passe" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Le mot de passe et la confirmation doivent être identiques!" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Mot de Passe" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| options | [] |
| 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 | [] |
| second_name | "second" |
| second_options | [ "label" => false "attr" => [ "placeholder" => "Saisir à nouveau votre mot de passe" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1102 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_password" ] |
| cache_key | "_registration_form_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1209 -form: Symfony\Component\Form\Form {#1192 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1211 …5} |
| full_name | "registration_form[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_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 | "_registration_form_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
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" => "Saisir votre mot de passe" ] |
[ "placeholder" => "Saisir votre mot de passe" ] |
| error_bubbling | false |
false
|
| help | """ Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule, une\n minuscule et au moins un de ces caractères spéciaux [#?!@$%^&*-], """ |
same as passed value |
| label | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Saisir votre mot de passe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1172 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 |
| hash_property_path | null |
| help | """ Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule, une\n minuscule et au moins un de ces caractères spéciaux [#?!@$%^&*-], """ |
| 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 | false |
| 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 | false |
| upload_max_size_message | Closure() {#1179 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1178 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Saisir votre mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password_first" ] |
| cache_key | "_registration_form_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1232 -form: Symfony\Component\Form\Form {#1195 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1214 …5} |
| full_name | "registration_form[password][first]" |
| help | """ Votre mot de passe doit contenir au moins 6 caractères, dont un chiffre, une majuscule, une\n minuscule et au moins un de ces caractères spéciaux [#?!@$%^&*-], """ |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password_first" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password_first" |
| valid | true |
| value | "" |
second
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" => "Saisir à nouveau votre mot de passe" ] |
[ "placeholder" => "Saisir à nouveau votre mot de passe" ] |
| error_bubbling | false |
false
|
| label | false |
false
|
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "placeholder" => "Saisir à nouveau votre mot de passe" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1185 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 |
| 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 | false |
| 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 | false |
| upload_max_size_message | Closure() {#1187 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1186 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Saisir à nouveau votre mot de passe" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_password_second" ] |
| cache_key | "_registration_form_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1234 -form: Symfony\Component\Form\Form {#1198 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1235 …5} |
| full_name | "registration_form[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_password_second" |
| label | false |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_password_second" |
| 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 |
|---|---|---|
| attr | [ "placeholder" => "Veuillez saisir les caractères suivants" "class" => "form-control mt-2" ] |
[ "placeholder" => "Veuillez saisir les caractères suivants" "class" => "form-control mt-2" ] |
| height | 55 |
same as passed value |
| invalid_message | "Le Captcha n'est pas correct" |
same as passed value |
| label | "Veuillez saisir les caractères suivants:" |
same as passed value |
| width | 200 |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| as_file | false |
| as_url | false |
| attr | [ "placeholder" => "Veuillez saisir les caractères suivants" "class" => "form-control mt-2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| background_color | [] |
| background_images | [] |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| bypass_code | null |
| charset | "abcdefhjkmnprstuvwxyz23456789" |
| 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 {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data_class | null |
| disabled | false |
| distortion | true |
| empty_data | Closure(FormInterface $form) {#1134 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." |
| font | "/home3/sc1cenacle/sites/tkkd-dev/tkkd/vendor/gregwar/captcha-bundle/DependencyInjection/../Generator/Font/captcha.ttf" |
| form_attr | false |
| gc_freq | 100 |
| getter | null |
| height | 55 |
| 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 | "Le Captcha n'est pas correct" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| keep_value | false |
| label | "Veuillez saisir les caractères suivants:" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| length | 5 |
| mapped | false |
| max_behind_lines | null |
| max_front_lines | null |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| quality | 50 |
| reload | false |
| required | true |
| row_attr | [] |
| session_key | "captcha" |
| setter | null |
| text_color | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1136 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1135 …} $translationDomain: "validators" } } |
| validation_groups | null |
| web_path | "/home3/sc1cenacle/sites/tkkd-dev/tkkd/public" |
| whitelist_key | "captcha_whitelist_key" |
| width | 200 |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Veuillez saisir les caractères suivants" "class" => "form-control mt-2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "captcha" "_registration_form_captcha" ] |
| cache_key | "_registration_form_captcha_captcha" |
| captcha_code | "data:image/jpeg;base64,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" |
| captcha_height | 55 |
| captcha_width | 200 |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1212 -form: Symfony\Component\Form\Form {#1201 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1213 …5} |
| full_name | "registration_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_captcha" |
| image_id | "captcha_6aaf33cde0956" |
| is_human | false |
| label | "Veuillez saisir les caractères suivants:" |
| 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 | "_registration_form_captcha" |
| valid | true |
| value | "" |
submit
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "S'inscrire" "class" => "btn-block btn-dark" ] |
[ "placeholder" => "S'inscrire" "class" => "btn-block btn-dark" ] |
| label | "S'inscrire" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "placeholder" => "S'inscrire" "class" => "btn-block btn-dark" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "S'inscrire" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "placeholder" => "S'inscrire" "class" => "btn-block btn-dark" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_registration_form_submit" ] |
| cache_key | "_registration_form_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1245 …5} |
| full_name | "registration_form[submit]" |
| id | "registration_form_submit" |
| label | "S'inscrire" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_registration_form_submit" |
| value | null |
return
Form type:
"Symfony\Component\Form\Extension\Core\Type\ResetType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Vider le formulaire" "class" => "btn btn-block btn-dark" ] |
[ "placeholder" => "Vider le formulaire" "class" => "btn btn-block btn-dark" ] |
| label | "Retour" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "placeholder" => "Vider le formulaire" "class" => "btn btn-block btn-dark" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "Retour" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "placeholder" => "Vider le formulaire" "class" => "btn btn-block btn-dark" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "reset" "_registration_form_return" ] |
| cache_key | "_registration_form_return_reset" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1244 …5} |
| full_name | "registration_form[return]" |
| id | "registration_form_return" |
| label | "Retour" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "return" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_registration_form_return" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "2.oEBHrjIdNiMOOWEGJjBfzVFT7rdiLLxFvXPVHt8YuJQ.6iYwnV0tTxRBXxFEXn8ogiQ1jPsbfuw_3ALnR7wvyO6NGhD9SlpDS0FtNA" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| block_prefix | "csrf_token" |
same as passed value |
| data | "2.oEBHrjIdNiMOOWEGJjBfzVFT7rdiLLxFvXPVHt8YuJQ.6iYwnV0tTxRBXxFEXn8ogiQ1jPsbfuw_3ALnR7wvyO6NGhD9SlpDS0FtNA" |
same as passed value |
| mapped | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#552 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#550 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#551 …} -namespace: Closure() {#554 …} } |
| data | "2.oEBHrjIdNiMOOWEGJjBfzVFT7rdiLLxFvXPVHt8YuJQ.6iYwnV0tTxRBXxFEXn8ogiQ1jPsbfuw_3ALnR7wvyO6NGhD9SlpDS0FtNA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1249 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1251 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1250 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "2.oEBHrjIdNiMOOWEGJjBfzVFT7rdiLLxFvXPVHt8YuJQ.6iYwnV0tTxRBXxFEXn8ogiQ1jPsbfuw_3ALnR7wvyO6NGhD9SlpDS0FtNA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1261 -form: Symfony\Component\Form\Form {#1257 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1252 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "2.oEBHrjIdNiMOOWEGJjBfzVFT7rdiLLxFvXPVHt8YuJQ.6iYwnV0tTxRBXxFEXn8ogiQ1jPsbfuw_3ALnR7wvyO6NGhD9SlpDS0FtNA" |