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 {#931 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#952 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#961 …} -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 {#931 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#952 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#961 …} -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 {#931 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#952 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#961 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1061 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() {#1063 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1062 …} $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 {#931 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#952 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#961 …} -phoneNumber: ? ?string -address: null #id: ? int #createdAt: null #updatedAt: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1056 -form: Symfony\Component\Form\Form {#1156 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1064 …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 {#931 -email: ? ?string -roles: [] -password: ? string -firstName: ? ?string -lastName: ? ?string -members: Doctrine\Common\Collections\ArrayCollection {#952 …} -isVerified: false -eventSubscriptions: Doctrine\Common\Collections\ArrayCollection {#961 …} -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 {#1112 +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 {#1112 +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 {#1112 +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) {#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 |
| 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() {#1040 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1039 …} $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 {#1236 -form: Symfony\Component\Form\Form {#1209 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1244 …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 {#1120 +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 {#1120 +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 {#1120 +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) {#1053 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() {#1055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1054 …} $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 {#1234 -form: Symfony\Component\Form\Form {#1206 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1232 …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 {#1118 +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 {#1118 +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 {#1118 +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) {#1067 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() {#1084 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1068 …} $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 {#1195 -form: Symfony\Component\Form\Form {#1203 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1190 …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 {#1078 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1081 +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 {#1082 +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 {#1078 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1081 +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 {#1082 +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 {#1078 +payload: null +groups: ? +message: "Veuillez saisir un mot de passe" +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#1081 +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 {#1082 +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() {#1092 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1093 …} $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 {#1157 -form: Symfony\Component\Form\Form {#1173 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1154 …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) {#1213 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() {#1220 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1219 …} $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 {#1222 -form: Symfony\Component\Form\Form {#1170 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1177 …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) {#1180 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() {#1178 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1179 …} $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 {#1085 -form: Symfony\Component\Form\Form {#1167 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1186 …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) {#1135 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() {#1137 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1136 …} $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 {#1138 -form: Symfony\Component\Form\Form {#1164 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1097 …5} |
| full_name | "registration_form[captcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_captcha" |
| image_id | "captcha_6a6bf79011366" |
| 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 {#1246 …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 {#1042 …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 | "862cb12f860cb0a.7i5QYyXo3LlSt3JBLg-Z50kOYPlMlSD7m1jOucx0Ulo.iGZgDmrZk90LxioKF0quvwdcUawV-Bmz1RO62qccIym3TB4UULC56CPBHQ" |
| 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 | "862cb12f860cb0a.7i5QYyXo3LlSt3JBLg-Z50kOYPlMlSD7m1jOucx0Ulo.iGZgDmrZk90LxioKF0quvwdcUawV-Bmz1RO62qccIym3TB4UULC56CPBHQ" |
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 | "862cb12f860cb0a.7i5QYyXo3LlSt3JBLg-Z50kOYPlMlSD7m1jOucx0Ulo.iGZgDmrZk90LxioKF0quvwdcUawV-Bmz1RO62qccIym3TB4UULC56CPBHQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1248 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() {#1252 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#79 …} $message: Closure() {#1249 …} $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 | "862cb12f860cb0a.7i5QYyXo3LlSt3JBLg-Z50kOYPlMlSD7m1jOucx0Ulo.iGZgDmrZk90LxioKF0quvwdcUawV-Bmz1RO62qccIym3TB4UULC56CPBHQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1262 -form: Symfony\Component\Form\Form {#1258 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1253 …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 | "862cb12f860cb0a.7i5QYyXo3LlSt3JBLg-Z50kOYPlMlSD7m1jOucx0Ulo.iGZgDmrZk90LxioKF0quvwdcUawV-Bmz1RO62qccIym3TB4UULC56CPBHQ" |