Forms
-
register
-
email
-
password
-
first
-
second
-
-
generatePassword
-
consentPrivacyPolicy
-
privacyPolicyLink
-
recaptcha_response
-
submit
-
_token
-
register
Form type:
"App\Form\Authentication\RegistrationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Request\WebRequest\RegistrationDTO {#5776 +email: "" +password: null +consentPrivacyPolicy: null +consentPersonalData: null +consentPromo: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| anotherInstance | App\Enumeration\Instance {#2408 +name: "US1" +value: "us1" } |
same as passed value |
| data | App\Request\WebRequest\RegistrationDTO {#5776 +email: "" +password: null +consentPrivacyPolicy: null +consentPersonalData: null +consentPromo: null } |
same as passed value |
| passwordRecoverUrl | "/en/user/auth/password-recover/" |
same as passed value |
| predefinedEmail | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| anotherInstance | App\Enumeration\Instance {#2408 +name: "US1" +value: "us1" } |
| attr | [ "novalidate" => "novalidate" "class" => "uk-child-width-1-1" "data-action" => "live#action:prevent" "data-live-action-param" => "debounce(300)|register" "data-disable-onbeforeunload" => true ] |
| 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 {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data | App\Request\WebRequest\RegistrationDTO {#5776 +email: "" +password: null +consentPrivacyPolicy: null +consentPersonalData: null +consentPromo: null } |
| data_class | "App\Request\WebRequest\RegistrationDTO" |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5918 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Request\WebRequest\RegistrationDTO" } } |
| 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 | [] |
| hint | "" |
| 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" |
| passwordRecoverUrl | "/en/user/auth/password-recover/" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| predefinedEmail | null |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5920 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#5919 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "novalidate" => "novalidate" "class" => "uk-child-width-1-1" "data-action" => "live#action:prevent" "data-live-action-param" => "debounce(300)|register" "data-disable-onbeforeunload" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register" "_register" ] |
| cache_key | "_register_register" |
| compound | true |
| data | App\Request\WebRequest\RegistrationDTO {#5776 +email: "" +password: null +consentPrivacyPolicy: null +consentPersonalData: null +consentPromo: null } |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6018 -form: Symfony\Component\Form\Form {#6019 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5921 …5} |
| full_name | "register" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register" |
| valid | true |
| value | App\Request\WebRequest\RegistrationDTO {#5776 +email: "" +password: null +consentPrivacyPolicy: null +consentPersonalData: null +consentPromo: null } |
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 | "" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "type_email" "autofocus" => "" ] |
[ "placeholder" => "type_email" "autofocus" => "" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5926 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Domain {#5927 +payload: null +groups: ? +message: "email_domain_not_exist" +checkEmailDomain: true } App\Validator\AllowedEmailDomain {#5934 +payload: null +groups: ? +message: "registration_domain_is_not_allowed" +skipIfEmpty: true } App\Validator\EmailNotExists {#5937 +payload: null +groups: ? +message: "The entered email address is already registered. Try to log in or you can use <a href='/en/user/auth/password-recover/'>password recovery</a> if you forgot the password." +checkSharedLocation: true +invertCheck: false +ignoreCurrentUser: false } App\Validator\EmailNotExistsOnAnotherInstance {#5938 +payload: null +groups: ? +message: "The entered email address is already registered on the site "us1.unione.io", please use another email." } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5926 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Domain {#5927 +payload: null +groups: ? +message: "email_domain_not_exist" +checkEmailDomain: true } App\Validator\AllowedEmailDomain {#5934 +payload: null +groups: ? +message: "registration_domain_is_not_allowed" +skipIfEmpty: true } App\Validator\EmailNotExists {#5937 +payload: null +groups: ? +message: "The entered email address is already registered. Try to log in or you can use <a href='/en/user/auth/password-recover/'>password recovery</a> if you forgot the password." +checkSharedLocation: true +invertCheck: false +ignoreCurrentUser: false } App\Validator\EmailNotExistsOnAnotherInstance {#5938 +payload: null +groups: ? +message: "The entered email address is already registered on the site "us1.unione.io", please use another email." } ] |
| disabled | false |
same as passed value |
| label | "form_register_email_label" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "placeholder" => "type_email" "autofocus" => "" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5926 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } App\Validator\Domain {#5927 +payload: null +groups: ? +message: "email_domain_not_exist" +checkEmailDomain: true } App\Validator\AllowedEmailDomain {#5934 +payload: null +groups: ? +message: "registration_domain_is_not_allowed" +skipIfEmpty: true } App\Validator\EmailNotExists {#5937 +payload: null +groups: ? +message: "The entered email address is already registered. Try to log in or you can use <a href='/en/user/auth/password-recover/'>password recovery</a> if you forgot the password." +checkSharedLocation: true +invertCheck: false +ignoreCurrentUser: false } App\Validator\EmailNotExistsOnAnotherInstance {#5938 +payload: null +groups: ? +message: "The entered email address is already registered on the site "us1.unione.io", please use another email." } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5935 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_register_email_label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#5941 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "type_email" "autofocus" => "" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_email" ] |
| cache_key | "_register_email_email" |
| compound | false |
| data | "" |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5977 -form: Symfony\Component\Form\Form {#6022 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#5985 …5} |
| full_name | "register[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register_email" |
| label | "form_register_email_label" |
| 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 | "_register_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
same as passed value |
| first_options | [ "label" => "password_creation" "displayStrength" => true "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#5932 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5931 +payload: null +groups: ? +maxMessage: "form_register_password_too_long" +minMessage: "form_register_password_too_short" +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: 72 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#5956 +payload: null +groups: ? +message: "form_register_password_must_contain_letter" +pattern: "/[A-Za-z]/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#5928 +payload: null +groups: ? +message: "form_register_password_must_contain_number" +pattern: "/\d/" +htmlPattern: null +match: true +normalizer: null } ] "attr" => [ "label_class" => "label-password" ] ] |
[ "label" => "password_creation" "displayStrength" => true "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#5932 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5931 +payload: null +groups: ? +maxMessage: "form_register_password_too_long" +minMessage: "form_register_password_too_short" +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: 72 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#5956 +payload: null +groups: ? +message: "form_register_password_must_contain_letter" +pattern: "/[A-Za-z]/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#5928 +payload: null +groups: ? +message: "form_register_password_must_contain_number" +pattern: "/\d/" +htmlPattern: null +match: true +normalizer: null } ] "attr" => [ "label_class" => "label-password" ] ] |
| invalid_message | "user_pass_is_not_equal" |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "repeat_password_label" "attr" => [ "label_class" => "label-password" ] ] |
[ "label" => "repeat_password_label" "attr" => [ "label_class" => "label-password" ] ] |
| type | "App\Form\Type\PasswordTextType" |
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 {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#5961 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" => "password_creation" "displayStrength" => true "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#5932 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5931 +payload: null +groups: ? +maxMessage: "form_register_password_too_long" +minMessage: "form_register_password_too_short" +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: 72 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#5956 +payload: null +groups: ? +message: "form_register_password_must_contain_letter" +pattern: "/[A-Za-z]/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#5928 +payload: null +groups: ? +message: "form_register_password_must_contain_number" +pattern: "/\d/" +htmlPattern: null +match: true +normalizer: null } ] "attr" => [ "label_class" => "label-password" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "user_pass_is_not_equal" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| 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" => "repeat_password_label" "attr" => [ "label_class" => "label-password" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "App\Form\Type\PasswordTextType" |
| upload_max_size_message | Closure() {#5963 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#5964 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_password" ] |
| cache_key | "_register_password_repeated" |
| compound | true |
| data | null |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#5960 -form: Symfony\Component\Form\Form {#6047 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6042 …5} |
| full_name | "register[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register_password" |
| label | null |
| 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 | "_register_password" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
Form type:
"App\Form\Type\PasswordTextType"
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 | [ "label_class" => "label-password" ] |
[ "label_class" => "label-password" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5932 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5931 +payload: null +groups: ? +maxMessage: "form_register_password_too_long" +minMessage: "form_register_password_too_short" +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: 72 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#5956 +payload: null +groups: ? +message: "form_register_password_must_contain_letter" +pattern: "/[A-Za-z]/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#5928 +payload: null +groups: ? +message: "form_register_password_must_contain_number" +pattern: "/\d/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5932 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5931 +payload: null +groups: ? +maxMessage: "form_register_password_too_long" +minMessage: "form_register_password_too_short" +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: 72 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#5956 +payload: null +groups: ? +message: "form_register_password_must_contain_letter" +pattern: "/[A-Za-z]/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#5928 +payload: null +groups: ? +message: "form_register_password_must_contain_number" +pattern: "/\d/" +htmlPattern: null +match: true +normalizer: null } ] |
| displayStrength | true |
same as passed value |
| error_bubbling | false |
same as passed value |
| label | "password_creation" |
same as passed value |
| 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 |
| allow_options_create | false |
| attr | [ "label_class" => "label-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5932 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#5931 +payload: null +groups: ? +maxMessage: "form_register_password_too_long" +minMessage: "form_register_password_too_short" +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: 72 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } Symfony\Component\Validator\Constraints\Regex {#5956 +payload: null +groups: ? +message: "form_register_password_must_contain_letter" +pattern: "/[A-Za-z]/" +htmlPattern: null +match: true +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#5928 +payload: null +groups: ? +message: "form_register_password_must_contain_number" +pattern: "/\d/" +htmlPattern: null +match: true +normalizer: null } ] |
| create_option_text | "Add %placeholder%..." |
| 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 {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| displayCopy | false |
| displayStrength | true |
| empty_data | Closure(FormInterface $form) {#6030 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "Please enter valid password." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "password_creation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6032 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#6031 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "label_class" => "label-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password_text" "_register_password_first" ] |
| cache_key | "_register_password_first_password_text" |
| compound | false |
| data | null |
| description | "" |
| disabled | false |
| displayCopy | false |
| displayStrength | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6071 -form: Symfony\Component\Form\Form {#6050 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6069 …5} |
| full_name | "register[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register_password_first" |
| label | "password_creation" |
| 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 | "_register_password_first" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
second
Form type:
"App\Form\Type\PasswordTextType"
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 | [ "label_class" => "label-password" ] |
[ "label_class" => "label-password" ] |
| error_bubbling | false |
same as passed value |
| label | "repeat_password_label" |
same as passed value |
| 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 |
| allow_options_create | false |
| attr | [ "label_class" => "label-password" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| create_option_text | "Add %placeholder%..." |
| 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 {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| displayCopy | false |
| displayStrength | false |
| empty_data | Closure(FormInterface $form) {#6039 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "Please enter valid password." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "repeat_password_label" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| loading_more_text | "Loading more results..." |
| mapped | true |
| max_results | 10 |
| method | "POST" |
| min_characters | null |
| no_more_results_text | "No more results" |
| no_results_found_text | "No results found" |
| options_as_html | false |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preload | "focus" |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#6040 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "label_class" => "label-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password_text" "_register_password_second" ] |
| cache_key | "_register_password_second_password_text" |
| compound | false |
| data | null |
| description | "" |
| disabled | false |
| displayCopy | false |
| displayStrength | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6072 -form: Symfony\Component\Form\Form {#6053 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6073 …5} |
| full_name | "register[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register_password_second" |
| label | "repeat_password_label" |
| 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 | "_register_password_second" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
generatePassword
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 | [ "class" => "uk-button uk-button-link uk-position-right uk-button-secondary uk-text-small" "data-action" => "click->live#action:prevent" "data-live-action-param" => "debounce(300)|generatePassword" ] |
[ "class" => "uk-button uk-button-link uk-position-right uk-button-secondary uk-text-small" "data-action" => "click->live#action:prevent" "data-live-action-param" => "debounce(300)|generatePassword" ] |
| label | "generate_strong_password" |
same as passed value |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-1 uk-position-relative uk-margin-medium-bottom" ] |
[ "class" => "uk-margin-small-top uk-width-1-1 uk-position-relative uk-margin-medium-bottom" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "uk-button uk-button-link uk-position-right uk-button-secondary uk-text-small" "data-action" => "click->live#action:prevent" "data-live-action-param" => "debounce(300)|generatePassword" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "generate_strong_password" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-1 uk-position-relative uk-margin-medium-bottom" ] |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "uk-button uk-button-link uk-position-right uk-button-secondary uk-text-small" "data-action" => "click->live#action:prevent" "data-live-action-param" => "debounce(300)|generatePassword" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "_register_generatePassword" ] |
| cache_key | "_register_generatePassword_button" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#5940 …5} |
| full_name | "register[generatePassword]" |
| id | "register_generatePassword" |
| label | "generate_strong_password" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "generatePassword" |
| priority | 0 |
| row_attr | [ "class" => "uk-margin-small-top uk-width-1-1 uk-position-relative uk-margin-medium-bottom" ] |
| translation_domain | null |
| unique_block_prefix | "_register_generatePassword" |
| value | null |
consentPrivacyPolicy
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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5955 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#5955 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| label | "footer_privacy_policy_checkbox_label" |
same as passed value |
| label_attr | [ "class" => "uk-text-small" ] |
[ "class" => "uk-text-small" ] |
| required | true |
same as passed value |
| row_attr | [ "class" => "uk-margin-small-top" ] |
[ "class" => "uk-margin-small-top" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#5955 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#5983 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#5984 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "footer_privacy_policy_checkbox_label" |
| label_attr | [ "class" => "uk-text-small" ] |
| 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 | [ "class" => "uk-margin-small-top" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#5986 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#5988 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_register_consentPrivacyPolicy" ] |
| cache_key | "_register_consentPrivacyPolicy_checkbox" |
| checked | false |
| compound | false |
| data | null |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6093 -form: Symfony\Component\Form\Form {#6058 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6033 …5} |
| full_name | "register[consentPrivacyPolicy]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register_consentPrivacyPolicy" |
| label | "footer_privacy_policy_checkbox_label" |
| label_attr | [ "class" => "uk-text-small" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "consentPrivacyPolicy" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "uk-margin-small-top" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_consentPrivacyPolicy" |
| valid | true |
| value | "1" |
privacyPolicyLink
Form type:
"App\Form\Type\Component\LinkType"
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 | [ "class" => "uk-text-primary uk-text-small" ] |
[ "class" => "uk-text-primary uk-text-small" ] |
| icon | "uni:file-question-02" |
same as passed value |
| label | "footer_privacy_policy" |
same as passed value |
| link | "https://unione.io/privacy-notice" |
same as passed value |
| row_attr | [ "class" => "uk-margin-remove-top uk-width-1-1" ] |
[ "class" => "uk-margin-remove-top uk-width-1-1" ] |
| target | "_blank" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "uk-text-primary uk-text-small" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| icon | "uni:file-question-02" |
| label | "footer_privacy_policy" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| link | "https://unione.io/privacy-notice" |
| mapped | false |
| multipart | false |
| priority | 0 |
| required | false |
| route | null |
| route_params | [] |
| row_attr | [ "class" => "uk-margin-remove-top uk-width-1-1" ] |
| target | "_blank" |
| translation_domain | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "uk-text-primary uk-text-small" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "link" "_register_privacyPolicyLink" ] |
| cache_key | "_register_privacyPolicyLink_link" |
| disabled | false |
| form | Symfony\Component\Form\FormView {#6096 …5} |
| full_name | "register[privacyPolicyLink]" |
| icon | "uni:file-question-02" |
| id | "register_privacyPolicyLink" |
| label | "footer_privacy_policy" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| link | "https://unione.io/privacy-notice" |
| multipart | false |
| name | "privacyPolicyLink" |
| priority | 0 |
| row_attr | [ "class" => "uk-margin-remove-top uk-width-1-1" ] |
| target | "_blank" |
| translation_domain | null |
| unique_block_prefix | "_register_privacyPolicyLink" |
| value | null |
recaptcha_response
Form type:
"App\Form\Type\Component\RecaptchaType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ App\Validator\ReCaptcha {#5954 +payload: null +groups: ? +messageCaptchaLowScore: "captcha_low_score" +messageCaptchaFailure: "captcha_failure" } ] |
[ App\Validator\ReCaptcha {#5954 +payload: null +groups: ? +messageCaptchaLowScore: "captcha_low_score" +messageCaptchaFailure: "captcha_failure" } ] |
| mapped | false |
same as passed value |
| recaptchaAction | "registration" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "googleReCaptchaPublicKey" => "6Leor8UUAAAAAOXiTsF4ds3S_WFNo58179F2PicO" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Validator\ReCaptcha {#5954 +payload: null +groups: ? +messageCaptchaLowScore: "captcha_low_score" +messageCaptchaFailure: "captcha_failure" } ] |
| 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 {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6004 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 | [] |
| hint | "" |
| 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 |
| recaptchaAction | "registration" |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#6006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#6005 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "googleReCaptchaPublicKey" => "6Leor8UUAAAAAOXiTsF4ds3S_WFNo58179F2PicO" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "recaptcha" "_register_recaptcha_response" ] |
| cache_key | "_register_recaptcha_response_recaptcha" |
| compound | false |
| data | null |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6097 -form: Symfony\Component\Form\Form {#6063 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6074 …5} |
| full_name | "register[recaptcha_response]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register_recaptcha_response" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "recaptcha_response" |
| priority | 0 |
| recaptchaAction | "registration" |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_recaptcha_response" |
| 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 | [ "class" => "uk-button uk-button-primary uk-width-1-1" ] |
[ "class" => "uk-button uk-button-primary uk-width-1-1" ] |
| label | "create_account" |
same as passed value |
| row_attr | [ "class" => "uk-margin-medium-top" ] |
[ "class" => "uk-margin-medium-top" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "uk-button uk-button-primary uk-width-1-1" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "create_account" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "uk-margin-medium-top" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "uk-button uk-button-primary uk-width-1-1" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_submit" ] |
| cache_key | "_register_submit_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#6099 …5} |
| full_name | "register[submit]" |
| id | "register_submit" |
| label | "create_account" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "submit" |
| priority | 0 |
| row_attr | [ "class" => "uk-margin-medium-top" ] |
| translation_domain | null |
| unique_block_prefix | "_register_submit" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "da3838612b455ea38.8NPpUrT_4KbbKiJO8Oy9DfCVDhoBrdaKQGonuMCkCPo.hJC2J9-61_yVWG4onNvSRZnsbEJn74PnKy1O9YyUV6W-h44B87XNx7VlQQ" |
| 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 | "da3838612b455ea38.8NPpUrT_4KbbKiJO8Oy9DfCVDhoBrdaKQGonuMCkCPo.hJC2J9-61_yVWG4onNvSRZnsbEJn74PnKy1O9YyUV6W-h44B87XNx7VlQQ" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4638 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4639 …} -storage: App\Security\Csrf\TokenStorage {#4640 …} -namespace: Closure() {#4642 …} } |
| data | "da3838612b455ea38.8NPpUrT_4KbbKiJO8Oy9DfCVDhoBrdaKQGonuMCkCPo.hJC2J9-61_yVWG4onNvSRZnsbEJn74PnKy1O9YyUV6W-h44B87XNx7VlQQ" |
| data_class | null |
| description | "" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#6102 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 | [] |
| hint | "" |
| 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() {#6104 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#2528 …} $message: Closure() {#6103 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register__token" ] |
| cache_key | "_register__token_hidden" |
| compound | false |
| data | "da3838612b455ea38.8NPpUrT_4KbbKiJO8Oy9DfCVDhoBrdaKQGonuMCkCPo.hJC2J9-61_yVWG4onNvSRZnsbEJn74PnKy1O9YyUV6W-h44B87XNx7VlQQ" |
| description | "" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6114 -form: Symfony\Component\Form\Form {#6110 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#6105 …5} |
| full_name | "register[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hint | "" |
| id | "register__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 | "_register__token" |
| valid | true |
| value | "da3838612b455ea38.8NPpUrT_4KbbKiJO8Oy9DfCVDhoBrdaKQGonuMCkCPo.hJC2J9-61_yVWG4onNvSRZnsbEJn74PnKy1O9YyUV6W-h44B87XNx7VlQQ" |