Forms
-
registration
-
username
-
email
-
plainPassword
-
first
-
second
-
-
firstName
-
lastName
-
toc
-
_token
-
registration
Form type:
"App\Form\RegistrationType"
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
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form w-100 fv-plugins-bootstrap5 fv-plugins-framework" ] |
| 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 | "registration" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | "App\Entity\Account\Customer" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1042 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Account\Customer" } } |
| 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_edit | false |
| 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() {#1044 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1043 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form w-100 fv-plugins-bootstrap5 fv-plugins-framework" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration" "_registration" ] |
| cache_key | "_registration_registration" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1121 -form: Symfony\Component\Form\Form {#931 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1226 …5} |
| full_name | "registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration" |
| valid | true |
| value | null |
username
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 | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| label | "Username" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1340 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Username" |
| 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 | [ "class" => "fv-row mb-7" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1117 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#936 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_username" ] |
| cache_key | "_registration_username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1021 -form: Symfony\Component\Form\Form {#1061 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1014 …5} |
| full_name | "registration[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_username" |
| label | "Username" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "fv-row mb-7" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_username" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| label | "Email" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1303 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Email" |
| 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 | [ "class" => "fv-row mb-7" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1296 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1286 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_email" ] |
| cache_key | "_registration_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1015 -form: Symfony\Component\Form\Form {#1066 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1016 …5} |
| full_name | "registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_email" |
| label | "Email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "fv-row mb-7" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_email" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
plainPassword
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 |
|---|---|---|
| first_options | [ "label" => "Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
[ "label" => "Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
| invalid_message | "The password fields must match." |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "Confirm Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
[ "label" => "Confirm Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
| 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 | [] |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1037 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" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password fields must match." |
| 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" => "Confirm Password" "required" => true "always_empty" => false "toggle" => true "hidden_label" => null "visible_label" => null "button_classes" => [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] "hidden_icon" => "<i class="bi bi-eye fs-2"></i>" "visible_icon" => "<i class="bi bi-eye-slash fs-2"></i>" "row_attr" => [ "class" => "fv-row mb-7" ] "attr" => [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1027 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_plainPassword" ] |
| cache_key | "_registration_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#982 -form: Symfony\Component\Form\Form {#1092 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1051 …5} |
| full_name | "registration[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_plainPassword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_plainPassword" |
| 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 |
|---|---|---|
| always_empty | false |
false
|
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
[ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
| error_bubbling | false |
false
|
| hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
same as passed value |
| hidden_label | null |
null
|
| label | "Password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
| toggle | true |
same as passed value |
| visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
same as passed value |
| visible_label | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| always_empty | false |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1068 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
| hidden_label | null |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Password" |
| 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 | [ "class" => "fv-row mb-7" ] |
| setter | null |
| toggle | true |
| toggle_container_classes | [
"toggle-password-container"
] |
| toggle_translation_domain | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1069 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1070 …} $translationDomain: "validators" } } |
| use_toggle_form_theme | true |
| validation_groups | null |
| visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
| visible_label | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" "data-controller" => "symfony--ux-toggle-password--toggle-password" "data-symfony--ux-toggle-password--toggle-password-hidden-label-value" => null "data-symfony--ux-toggle-password--toggle-password-visible-label-value" => null "data-symfony--ux-toggle-password--toggle-password-hidden-icon-value" => "<i class="bi bi-eye fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-visible-icon-value" => "<i class="bi bi-eye-slash fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-button-classes-value" => "["btn","btn-sm","btn-icon","position-absolute","translate-middle","top-50","end-0","me-n2"]" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "ux_toggle_password" "_registration_plainPassword_first" ] |
| cache_key | "_registration_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1028 -form: Symfony\Component\Form\Form {#1086 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1030 …5} |
| full_name | "registration[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_plainPassword_first" |
| label | "Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "fv-row mb-7" ] |
| submitted | false |
| toggle | true |
| toggle_container_classes | [
"toggle-password-container"
] |
| translation_domain | null |
| unique_block_prefix | "_registration_plainPassword_first" |
| uses_autocomplete | false |
| 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 |
|---|---|---|
| always_empty | false |
false
|
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
[ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
| error_bubbling | false |
false
|
| hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
same as passed value |
| hidden_label | null |
null
|
| label | "Confirm Password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
| toggle | true |
same as passed value |
| visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
same as passed value |
| visible_label | null |
null
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| always_empty | false |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| block_name | null |
| block_prefix | null |
| button_classes | [ "btn" "btn-sm" "btn-icon" "position-absolute" "translate-middle" "top-50" "end-0" "me-n2" ] |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1090 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| hidden_icon | "<i class="bi bi-eye fs-2"></i>" |
| hidden_label | null |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Confirm Password" |
| 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 | [ "class" => "fv-row mb-7" ] |
| setter | null |
| toggle | true |
| toggle_container_classes | [
"toggle-password-container"
] |
| toggle_translation_domain | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1096 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1089 …} $translationDomain: "validators" } } |
| use_toggle_form_theme | true |
| validation_groups | null |
| visible_icon | "<i class="bi bi-eye-slash fs-2"></i>" |
| visible_label | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" "data-controller" => "symfony--ux-toggle-password--toggle-password" "data-symfony--ux-toggle-password--toggle-password-hidden-label-value" => null "data-symfony--ux-toggle-password--toggle-password-visible-label-value" => null "data-symfony--ux-toggle-password--toggle-password-hidden-icon-value" => "<i class="bi bi-eye fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-visible-icon-value" => "<i class="bi bi-eye-slash fs-2"></i>" "data-symfony--ux-toggle-password--toggle-password-button-classes-value" => "["btn","btn-sm","btn-icon","position-absolute","translate-middle","top-50","end-0","me-n2"]" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "ux_toggle_password" "_registration_plainPassword_second" ] |
| cache_key | "_registration_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1098 -form: Symfony\Component\Form\Form {#1084 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1052 …5} |
| full_name | "registration[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_plainPassword_second" |
| label | "Confirm Password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "fv-row mb-7" ] |
| submitted | false |
| toggle | true |
| toggle_container_classes | [
"toggle-password-container"
] |
| translation_domain | null |
| unique_block_prefix | "_registration_plainPassword_second" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
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 | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| label | "First Name" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "fv-row mb-7" ] |
[ "class" => "fv-row mb-7" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1024 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "First Name" |
| 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 | [ "class" => "fv-row mb-7" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#895 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#925 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_firstName" ] |
| cache_key | "_registration_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1114 -form: Symfony\Component\Form\Form {#1088 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1102 …5} |
| full_name | "registration[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_firstName" |
| label | "First Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "fv-row mb-7" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_firstName" |
| uses_autocomplete | false |
| 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 | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
[ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| label | "Last Name" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "fv-row" ] |
[ "class" => "fv-row" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| allow_options_create | false |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| autocomplete | false |
| autocomplete_url | null |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1076 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| extra_options | [] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Last Name" |
| 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 | [ "class" => "fv-row" ] |
| setter | null |
| tom_select_options | [] |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1106 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1075 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-transparent" "autocomplete" => "off" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_lastName" ] |
| cache_key | "_registration_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1022 -form: Symfony\Component\Form\Form {#1083 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1285 …5} |
| full_name | "registration[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_lastName" |
| label | "Last Name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "fv-row" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_lastName" |
| uses_autocomplete | false |
| valid | true |
| value | "" |
toc
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-check-input" ] |
[ "class" => "form-check-input" ] |
| compound | false |
false
|
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1101 +payload: null +groups: ? +message: "You must accept terms." } ] |
[ Symfony\Component\Validator\Constraints\IsTrue {#1101 +payload: null +groups: ? +message: "You must accept terms." } ] |
| label | "I Accept the Terms" |
same as passed value |
| label_attr | [ "class" => "required" ] |
[ "class" => "required" ] |
| mapped | false |
false
|
| required | false |
false
|
| row_attr | [ "class" => "fv-row mt-8 mb-8" ] |
[ "class" => "fv-row mt-8 mb-8" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#1101 +payload: null +groups: ? +message: "You must accept terms." } ] |
| 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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1111 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 | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#1109 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "I Accept the Terms" |
| label_attr | [ "class" => "required" ] |
| 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 | [ "class" => "fv-row mt-8 mb-8" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1112 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1119 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-check-input" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_toc" ] |
| cache_key | "_registration_toc_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1058 -form: Symfony\Component\Form\Form {#1045 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#972 …5} |
| full_name | "registration[toc]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_toc" |
| label | "I Accept the Terms" |
| label_attr | [ "class" => "required" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "toc" |
| priority | 0 |
| required | false |
| row_attr | [ "class" => "fv-row mt-8 mb-8" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_toc" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "d7edd0dbd92de42b6d39678.ttQbFcFUb7e-YDPDyebnzu7NRSZgJ24RUkeRX0tgQhI.-a5DfYIdOPmLBmy0joqN97T6MX4CRQIgZinfDCcNe1_luGxMoHkl-doRRA" |
| 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 | "d7edd0dbd92de42b6d39678.ttQbFcFUb7e-YDPDyebnzu7NRSZgJ24RUkeRX0tgQhI.-a5DfYIdOPmLBmy0joqN97T6MX4CRQIgZinfDCcNe1_luGxMoHkl-doRRA" |
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 {#1295 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1278 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1288 …} -namespace: Closure() {#1327 …} } |
| data | "d7edd0dbd92de42b6d39678.ttQbFcFUb7e-YDPDyebnzu7NRSZgJ24RUkeRX0tgQhI.-a5DfYIdOPmLBmy0joqN97T6MX4CRQIgZinfDCcNe1_luGxMoHkl-doRRA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1020 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() {#1012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#649 …} $message: Closure() {#1017 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
| cache_key | "_registration__token_hidden" |
| compound | false |
| data | "d7edd0dbd92de42b6d39678.ttQbFcFUb7e-YDPDyebnzu7NRSZgJ24RUkeRX0tgQhI.-a5DfYIdOPmLBmy0joqN97T6MX4CRQIgZinfDCcNe1_luGxMoHkl-doRRA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1000 -form: Symfony\Component\Form\Form {#1005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1010 …5} |
| full_name | "registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration__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__token" |
| valid | true |
| value | "d7edd0dbd92de42b6d39678.ttQbFcFUb7e-YDPDyebnzu7NRSZgJ24RUkeRX0tgQhI.-a5DfYIdOPmLBmy0joqN97T6MX4CRQIgZinfDCcNe1_luGxMoHkl-doRRA" |