Forms
-
fos_user_registration_form
-
email_or_phone
-
plainPassword
-
terms
-
currency
-
_token
-
-
(no name)
-
_username
-
_password
-
_remember_me
-
_csrf_token
-
fos_user_registration_form
Form type:
"App\Form\Type\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
| Option | Passed Value | Resolved Value |
|---|---|---|
| country | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| country | 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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| currency | null |
| data_class | "App\Form\Dto\UserRegistration" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4604 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Form\Dto\UserRegistration" } } |
| 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4602 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4605 …} $translationDomain: "validators" } } |
| validation_groups | Closure(FormInterface $form): array {#4606 returnType: "array" class: "App\Form\Type\RegistrationType" this: App\Form\Type\RegistrationType {#5238 …} } |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user_registration" "_fos_user_registration_form" ] |
| cache_key | "_fos_user_registration_form_user_registration" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4421 -form: Symfony\Component\Form\Form {#4524 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4422 …5} |
| full_name | "fos_user_registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "fos_user_registration_form" |
| label | null |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "fos_user_registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form" |
| valid | true |
| value | null |
email_or_phone
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 |
|---|---|---|
| property_path | "emailOrPhone" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4585 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 | "emailOrPhone" |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4583 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4584 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_fos_user_registration_form_email_or_phone" ] |
| cache_key | "_fos_user_registration_form_email_or_phone_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4426 -form: Symfony\Component\Form\Form {#4521 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4420 …5} |
| full_name | "fos_user_registration_form[email_or_phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "fos_user_registration_form_email_or_phone" |
| label | null |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email_or_phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form_email_or_phone" |
| 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 |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "form.password" |
same as passed value |
| property_path | "password" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4570 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 | "password" |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4568 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4569 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_fos_user_registration_form_plainPassword" ] |
| cache_key | "_fos_user_registration_form_plainPassword_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4413 -form: Symfony\Component\Form\Form {#4518 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4396 …5} |
| full_name | "fos_user_registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "fos_user_registration_form_plainPassword" |
| label | "form.password" |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "plainPassword" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form_plainPassword" |
| valid | true |
| value | "" |
terms
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | true |
| View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | Symfony\Component\Validator\Constraints\IsTrue {#4596 +payload: null +groups: ? +message: "fos_user.terms.blank" } |
[ Symfony\Component\Validator\Constraints\IsTrue {#4596 +payload: null +groups: ? +message: "fos_user.terms.blank" } ] |
| data | true |
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 | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\IsTrue {#4596 +payload: null +groups: ? +message: "fos_user.terms.blank" } ] |
| 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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data | true |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#4558 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4557 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4555 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4553 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_fos_user_registration_form_terms" ] |
| cache_key | "_fos_user_registration_form_terms_checkbox" |
| checked | true |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4395 -form: Symfony\Component\Form\Form {#4515 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4380 …5} |
| full_name | "fos_user_registration_form[terms]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "fos_user_registration_form_terms" |
| label | null |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "terms" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form_terms" |
| valid | true |
| value | "1" |
currency
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" => "js-currency-select" ] |
[ "class" => "js-currency-select" ] |
| choice_label | Closure(Currency $currency): string {#4593 returnType: "string" class: "App\Form\Type\RegistrationType" } |
same as passed value |
| choice_loader | Symfony\Component\Form\ChoiceList\Loader\CallbackChoiceLoader {#4595 -choices: [ App\Currency\Currency {#4398 …} App\Currency\Currency {#4412 …} App\Currency\Currency {#4408 …} App\Currency\Currency {#4400 …} App\Currency\Currency {#4397 …} App\Currency\Currency {#4399 …} App\Currency\Currency {#4407 …} App\Currency\Currency {#4394 …} App\Currency\Currency {#4388 …} App\Currency\Currency {#4387 …} App\Currency\Currency {#4382 …} App\Currency\Currency {#4384 …} App\Currency\Currency {#4383 …} App\Currency\Currency {#4386 …} App\Currency\Currency {#4389 …} App\Currency\Currency {#4390 …} App\Currency\Currency {#4391 …} App\Currency\Currency {#4392 …} App\Currency\Currency {#4378 …} App\Currency\Currency {#4379 …} App\Currency\Currency {#4377 …} App\Currency\Currency {#4376 …} ] -callback: Closure(): array {#4594 …} } |
same as passed value |
| choice_translation_domain | false |
same as passed value |
| choice_value | Closure(?Currency $currency): ?string {#4592 returnType: "?string" class: "App\Form\Type\RegistrationType" } |
same as passed value |
| data | null |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "js-currency-select" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Currency $currency): string {#4593 returnType: "string" class: "App\Form\Type\RegistrationType" } |
| choice_loader | Symfony\Component\Form\ChoiceList\Loader\CallbackChoiceLoader {#4595 -choices: [ App\Currency\Currency {#4398 …} App\Currency\Currency {#4412 …} App\Currency\Currency {#4408 …} App\Currency\Currency {#4400 …} App\Currency\Currency {#4397 …} App\Currency\Currency {#4399 …} App\Currency\Currency {#4407 …} App\Currency\Currency {#4394 …} App\Currency\Currency {#4388 …} App\Currency\Currency {#4387 …} App\Currency\Currency {#4382 …} App\Currency\Currency {#4384 …} App\Currency\Currency {#4383 …} App\Currency\Currency {#4386 …} App\Currency\Currency {#4389 …} App\Currency\Currency {#4390 …} App\Currency\Currency {#4391 …} App\Currency\Currency {#4392 …} App\Currency\Currency {#4378 …} App\Currency\Currency {#4379 …} App\Currency\Currency {#4377 …} App\Currency\Currency {#4376 …} ] -callback: Closure(): array {#4594 …} } |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Closure(?Currency $currency): ?string {#4592 returnType: "?string" class: "App\Form\Type\RegistrationType" } |
| choices | [] |
| 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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data | null |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4534 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "js-currency-select" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_fos_user_registration_form_currency" ] |
| cache_key | "_fos_user_registration_form_currency_choice" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4405 +label: "USD" +value: "USD" +data: App\Currency\Currency {#4398 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4375 +label: "EUR" +value: "EUR" +data: App\Currency\Currency {#4412 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4374 +label: "RUB" +value: "RUB" +data: App\Currency\Currency {#4408 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +label: "UAH" +value: "UAH" +data: App\Currency\Currency {#4400 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4372 +label: "KZT" +value: "KZT" +data: App\Currency\Currency {#4397 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +label: "BRL" +value: "BRL" +data: App\Currency\Currency {#4399 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4370 +label: "TRY" +value: "TRY" +data: App\Currency\Currency {#4407 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4369 +label: "MXN" +value: "MXN" +data: App\Currency\Currency {#4394 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4368 +label: "SEK" +value: "SEK" +data: App\Currency\Currency {#4388 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4367 +label: "HUF" +value: "HUF" +data: App\Currency\Currency {#4387 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4366 +label: "BGN" +value: "BGN" +data: App\Currency\Currency {#4382 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4365 +label: "PLN" +value: "PLN" +data: App\Currency\Currency {#4384 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +label: "JPY" +value: "JPY" +data: App\Currency\Currency {#4383 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +label: "KRW" +value: "KRW" +data: App\Currency\Currency {#4386 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4362 +label: "AUD" +value: "AUD" +data: App\Currency\Currency {#4389 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4361 +label: "NOK" +value: "NOK" +data: App\Currency\Currency {#4390 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +label: "RON" +value: "RON" +data: App\Currency\Currency {#4391 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4359 +label: "BYN" +value: "BYN" +data: App\Currency\Currency {#4392 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +label: "CAD" +value: "CAD" +data: App\Currency\Currency {#4378 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4357 +label: "UZS" +value: "UZS" +data: App\Currency\Currency {#4379 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4356 +label: "AZN" +value: "AZN" +data: App\Currency\Currency {#4377 …} +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4355 +label: "INR" +value: "INR" +data: App\Currency\Currency {#4376 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4415 -form: Symfony\Component\Form\Form {#4512 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#4385 …5} |
| full_name | "fos_user_registration_form[currency]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "fos_user_registration_form_currency" |
| is_selected | Closure($choice, $value) {#4353 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | null |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "currency" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| sortable | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form_currency" |
| valid | true |
| value | "" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3e59afa215bc16db8a.sdpGbtdlIOWHhuYqgl0GTkklhvxbuCCQNDWZcx2Cl0A.6aw0We5dcrfO4L9h1RY1DBN165Q4j1Tqf33sGnXQzjDYrSJbpgEWjv3E3g" |
| 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 | "3e59afa215bc16db8a.sdpGbtdlIOWHhuYqgl0GTkklhvxbuCCQNDWZcx2Cl0A.6aw0We5dcrfO4L9h1RY1DBN165Q4j1Tqf33sGnXQzjDYrSJbpgEWjv3E3g" |
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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data | "3e59afa215bc16db8a.sdpGbtdlIOWHhuYqgl0GTkklhvxbuCCQNDWZcx2Cl0A.6aw0We5dcrfO4L9h1RY1DBN165Q4j1Tqf33sGnXQzjDYrSJbpgEWjv3E3g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4350 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4348 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4349 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_fos_user_registration_form__token" ] |
| cache_key | "_fos_user_registration_form__token_hidden" |
| compound | false |
| data | "3e59afa215bc16db8a.sdpGbtdlIOWHhuYqgl0GTkklhvxbuCCQNDWZcx2Cl0A.6aw0We5dcrfO4L9h1RY1DBN165Q4j1Tqf33sGnXQzjDYrSJbpgEWjv3E3g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4338 -form: Symfony\Component\Form\Form {#4342 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4347 …5} |
| full_name | "fos_user_registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "fos_user_registration_form__token" |
| label | null |
| label_attr | [] |
| label_format | "form.%name%" |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_fos_user_registration_form__token" |
| valid | true |
| value | "3e59afa215bc16db8a.sdpGbtdlIOWHhuYqgl0GTkklhvxbuCCQNDWZcx2Cl0A.6aw0We5dcrfO4L9h1RY1DBN165Q4j1Tqf33sGnXQzjDYrSJbpgEWjv3E3g" |
(no name)
Form type:
"App\Form\Type\LoginType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "_username" => null ] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [ "_username" => null ] |
[ "_username" => null ] |
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 | "_csrf_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | "authenticate" |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data | [ "_username" => null ] |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4077 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4075 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4076 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "" "_" ] |
| cache_key | "__" |
| compound | true |
| data | [ "_username" => null ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4047 -form: Symfony\Component\Form\Form {#4041 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4074 …5} |
| full_name | "" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_" |
| valid | true |
| value | [ "_username" => 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 |
|---|---|---|
| label | "security.login.email_or_phone" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| 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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4066 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "security.login.email_or_phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4065 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "__username" ] |
| cache_key | "__username_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4026 -form: Symfony\Component\Form\Form {#4038 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4028 …5} |
| full_name | "_username" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "_username" |
| label | "security.login.email_or_phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__username" |
| valid | true |
| value | "" |
_password
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "security.login.password" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4057 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "security.login.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#4055 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4056 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "__password" ] |
| cache_key | "__password_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4025 -form: Symfony\Component\Form\Form {#4035 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4024 …5} |
| full_name | "_password" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "_password" |
| label | "security.login.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__password" |
| valid | true |
| value | "" |
_remember_me
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 |
|---|---|---|
| label | "security.login.remember_me" |
same as passed value |
| required | 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 | 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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#4558 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#4557 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "security.login.remember_me" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_render | true |
| 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 | false |
| row_attr | [] |
| setter | null |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4048 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4049 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "__remember_me" ] |
| cache_key | "__remember_me_checkbox" |
| checked | false |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4023 -form: Symfony\Component\Form\Form {#4032 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4014 …5} |
| full_name | "_remember_me" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "_remember_me" |
| label | "security.login.remember_me" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_remember_me" |
| priority | 0 |
| required | false |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__remember_me" |
| valid | true |
| value | "1" |
_csrf_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "0c5adadf84691c.DXPc88TqLAb9dwgjS7f_Gcev8861FGLKiXUsmIfGDqY.TxWRorKHXDeRG0ZuBM-pQ4P9tv3zXwmo7Dx18MKeeZJFA62cs7p7MY0Ubw" |
| 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 | "0c5adadf84691c.DXPc88TqLAb9dwgjS7f_Gcev8861FGLKiXUsmIfGDqY.TxWRorKHXDeRG0ZuBM-pQ4P9tv3zXwmo7Dx18MKeeZJFA62cs7p7MY0Ubw" |
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 {#4632 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#4631 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#4630 …} -namespace: Closure() {#4628 …} } |
| data | "0c5adadf84691c.DXPc88TqLAb9dwgjS7f_Gcev8861FGLKiXUsmIfGDqY.TxWRorKHXDeRG0ZuBM-pQ4P9tv3zXwmo7Dx18MKeeZJFA62cs7p7MY0Ubw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#4054 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 | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| 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_render | true |
| 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 |
| sonata_admin | null |
| sonata_field_description | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4012 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#6296 …} $message: Closure() {#4011 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "__csrf_token" ] |
| cache_key | "__csrf_token_hidden" |
| compound | false |
| data | "0c5adadf84691c.DXPc88TqLAb9dwgjS7f_Gcev8861FGLKiXUsmIfGDqY.TxWRorKHXDeRG0ZuBM-pQ4P9tv3zXwmo7Dx18MKeeZJFA62cs7p7MY0Ubw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4001 -form: Symfony\Component\Form\Form {#4005 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4010 …5} |
| full_name | "_csrf_token" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| horizontal_input_wrapper_class | "" |
| horizontal_label_class | "" |
| horizontal_label_offset_class | "" |
| id | "_csrf_token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_csrf_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "logo_content" => "text" "html5_validate" => true "sort_admins" => false "confirm_exit" => true "js_debug" => false "skin" => "skin-black" "use_select2" => true "use_icheck" => true "use_bootlint" => false "use_stickyforms" => true "pager_links" => null "form_type" => "standard" "default_admin_route" => "show" "default_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "list_action_button_content" => "all" "lock_protection" => false "mosaic_background" => "bundles/sonataadmin/images/default_mosaic_image.png" "javascripts" => [ "bundles/sonataadmin/app.js" "bundles/sonataform/app.js" ] "stylesheets" => [ "bundles/sonataadmin/app.css" "bundles/sonataform/app.css" "bundles/sonataadmin/admin-lte-skins/skin-black.min.css" ] "role_admin" => "ROLE_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
| sonata_admin_enabled | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "__csrf_token" |
| valid | true |
| value | "0c5adadf84691c.DXPc88TqLAb9dwgjS7f_Gcev8861FGLKiXUsmIfGDqY.TxWRorKHXDeRG0ZuBM-pQ4P9tv3zXwmo7Dx18MKeeZJFA62cs7p7MY0Ubw" |