- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 6
- Events
- Routing
- Cache
- Translation 22
- Security
- Twig
- Doctrine
- HTTP Client
- Migrations 5
- Debug
- Messages
- Requests 0
- Quote -
- Cache callback 4
- E-mails
- Blocks 0
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
username
-
password
-
submit
-
_token
-
-
-
email
-
username
-
-
first
-
second
-
-
submit
-
_token
-
login_form
"App\Form\User\LoginForm"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [
"username" => ""
] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | [
"username" => ""
] |
[
"username" => ""
]
|
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 | "login_form" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data | [
"username" => ""
] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1487 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1464 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1522 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "login_form" "_login_form" ] |
cache_key | "_login_form_login_form" |
compound | true |
data | [
"username" => ""
] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1674 -form: Symfony\Component\Form\Form {#1683 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1465 …5} |
full_name | "login_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "login_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form" |
valid | true |
value | [
"username" => ""
] |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "aria-label" => "Login / Username" ] |
[ "aria-label" => "Login / Username" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "aria-label" => "Login / Username" ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1715 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1713 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Login / Username" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_login_form_username" ] |
cache_key | "_login_form_username_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1690 -form: Symfony\Component\Form\Form {#1700 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1697 …5} |
full_name | "login_form[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login_form_username" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form_username" |
valid | true |
value | "" |
password
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 | [ "aria-label" => "Login / Password" ] |
[ "aria-label" => "Login / Password" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotCompromisedPassword {#1748 +payload: null +message: "This password has been leaked in a data breach, it must not be used. Please use another password." +threshold: 1 +skipOnError: false } ] |
[ Symfony\Component\Validator\Constraints\NotCompromisedPassword {#1748 +payload: null +message: "This password has been leaked in a data breach, it must not be used. Please use another password." +threshold: 1 +skipOnError: false } ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "aria-label" => "Login / Password" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotCompromisedPassword {#1748 +payload: null +message: "This password has been leaked in a data breach, it must not be used. Please use another password." +threshold: 1 +skipOnError: false } ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1706 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1682 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1675 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Login / Password" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_login_form_password" ] |
cache_key | "_login_form_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1676 -form: Symfony\Component\Form\Form {#1695 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1704 …5} |
full_name | "login_form[password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login_form_password" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form_password" |
valid | true |
value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn btn-primary btn-block" ] |
[ "class" => "btn btn-primary btn-block" ] |
label | "Login" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn btn-primary btn-block" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Login" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn btn-primary btn-block" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_login_form_submit" ] |
cache_key | "_login_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1664 …5} |
full_name | "login_form[submit]" |
id | "login_form_submit" |
label | "Login" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_login_form_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "e697986bb77ff.LGbAz0Dw6P9H7l-VAA1aKDWJg79BftSGszFOPRmbbP0.Hx-SgnWgsMYprDn6bjp3EWHe5dUqTYP1i2QlU1j3GJhgAJeYNpOlnTe8Zw" |
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 | "e697986bb77ff.LGbAz0Dw6P9H7l-VAA1aKDWJg79BftSGszFOPRmbbP0.Hx-SgnWgsMYprDn6bjp3EWHe5dUqTYP1i2QlU1j3GJhgAJeYNpOlnTe8Zw" |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data | "e697986bb77ff.LGbAz0Dw6P9H7l-VAA1aKDWJg79BftSGszFOPRmbbP0.Hx-SgnWgsMYprDn6bjp3EWHe5dUqTYP1i2QlU1j3GJhgAJeYNpOlnTe8Zw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1669 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | [] |
legacy_error_messages | true |
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() {#1667 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1670 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_login_form__token" ] |
cache_key | "_login_form__token_hidden" |
compound | false |
data | "e697986bb77ff.LGbAz0Dw6P9H7l-VAA1aKDWJg79BftSGszFOPRmbbP0.Hx-SgnWgsMYprDn6bjp3EWHe5dUqTYP1i2QlU1j3GJhgAJeYNpOlnTe8Zw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1734 -form: Symfony\Component\Form\Form {#1733 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1711 …5} |
full_name | "login_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "login_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_login_form__token" |
valid | true |
value | "e697986bb77ff.LGbAz0Dw6P9H7l-VAA1aKDWJg79BftSGszFOPRmbbP0.Hx-SgnWgsMYprDn6bjp3EWHe5dUqTYP1i2QlU1j3GJhgAJeYNpOlnTe8Zw" |
register_form
"App\Form\User\RegisterForm"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#1805 #id: null #deleted: false #createdAt: null #updatedAt: null #deletedAt: null #lifeCycleEnabled: true -orders: Doctrine\Common\Collections\ArrayCollection {#1841 …} -shops: Doctrine\Common\Collections\ArrayCollection {#1916 …} -providers: Doctrine\Common\Collections\ArrayCollection {#2033 …} -orderPackageComments: Doctrine\Common\Collections\ArrayCollection {#2037 …} -crmId: "" -salesRep: "" -paymentMethod: "" -quotesAsInvoiceOwner: Doctrine\Common\Collections\ArrayCollection {#1792 …} -quotesAsSubscriptionOwner: Doctrine\Common\Collections\ArrayCollection {#2035 …} -qualifications: Doctrine\Common\Collections\ArrayCollection {#2057 …} -firstname: null -lastname: null -gender: "u" -locale: null -phone: null #username: "" #usernameCanonical: null #email: "" #emailCanonical: null #enabled: true #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_USER" ] -address: "" -zipcode: "" -city: "" -state: "" -country: "FR" } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "action" => "/myaccount/register" ] |
[ "action" => "/myaccount/register" ] |
data | App\Entity\User {#1805 #id: null #deleted: false #createdAt: null #updatedAt: null #deletedAt: null #lifeCycleEnabled: true -orders: Doctrine\Common\Collections\ArrayCollection {#1841 …} -shops: Doctrine\Common\Collections\ArrayCollection {#1916 …} -providers: Doctrine\Common\Collections\ArrayCollection {#2033 …} -orderPackageComments: Doctrine\Common\Collections\ArrayCollection {#2037 …} -crmId: "" -salesRep: "" -paymentMethod: "" -quotesAsInvoiceOwner: Doctrine\Common\Collections\ArrayCollection {#1792 …} -quotesAsSubscriptionOwner: Doctrine\Common\Collections\ArrayCollection {#2035 …} -qualifications: Doctrine\Common\Collections\ArrayCollection {#2057 …} -firstname: null -lastname: null -gender: "u" -locale: null -phone: null #username: "" #usernameCanonical: null #email: "" #emailCanonical: null #enabled: true #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_USER" ] -address: "" -zipcode: "" -city: "" -state: "" -country: "FR" } |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "action" => "/myaccount/register" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | true |
constraints | [ Symfony\Component\Validator\Constraints\Callback {#1561 +payload: null +callback: Closure(User $user, ExecutionContextInterface $context) {#1485 …} } ] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | "register_form" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data | App\Entity\User {#1805 #id: null #deleted: false #createdAt: null #updatedAt: null #deletedAt: null #lifeCycleEnabled: true -orders: Doctrine\Common\Collections\ArrayCollection {#1841 …} -shops: Doctrine\Common\Collections\ArrayCollection {#1916 …} -providers: Doctrine\Common\Collections\ArrayCollection {#2033 …} -orderPackageComments: Doctrine\Common\Collections\ArrayCollection {#2037 …} -crmId: "" -salesRep: "" -paymentMethod: "" -quotesAsInvoiceOwner: Doctrine\Common\Collections\ArrayCollection {#1792 …} -quotesAsSubscriptionOwner: Doctrine\Common\Collections\ArrayCollection {#2035 …} -qualifications: Doctrine\Common\Collections\ArrayCollection {#2057 …} -firstname: null -lastname: null -gender: "u" -locale: null -phone: null #username: "" #usernameCanonical: null #email: "" #emailCanonical: null #enabled: true #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_USER" ] -address: "" -zipcode: "" -city: "" -state: "" -country: "FR" } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#1525 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} use: { $class: "App\Entity\User" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
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 | [] |
legacy_error_messages | true |
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() {#1508 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1545 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "action" => "/myaccount/register" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "register_form" "_register_form" ] |
cache_key | "_register_form_register_form" |
compound | true |
data | App\Entity\User {#1805 #id: null #deleted: false #createdAt: null #updatedAt: null #deletedAt: null #lifeCycleEnabled: true -orders: Doctrine\Common\Collections\ArrayCollection {#1841 …} -shops: Doctrine\Common\Collections\ArrayCollection {#1916 …} -providers: Doctrine\Common\Collections\ArrayCollection {#2033 …} -orderPackageComments: Doctrine\Common\Collections\ArrayCollection {#2037 …} -crmId: "" -salesRep: "" -paymentMethod: "" -quotesAsInvoiceOwner: Doctrine\Common\Collections\ArrayCollection {#1792 …} -quotesAsSubscriptionOwner: Doctrine\Common\Collections\ArrayCollection {#2035 …} -qualifications: Doctrine\Common\Collections\ArrayCollection {#2057 …} -firstname: null -lastname: null -gender: "u" -locale: null -phone: null #username: "" #usernameCanonical: null #email: "" #emailCanonical: null #enabled: true #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_USER" ] -address: "" -zipcode: "" -city: "" -state: "" -country: "FR" } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1731 -form: Symfony\Component\Form\Form {#1855 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1740 …5} |
full_name | "register_form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "register_form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form" |
valid | true |
value | App\Entity\User {#1805 #id: null #deleted: false #createdAt: null #updatedAt: null #deletedAt: null #lifeCycleEnabled: true -orders: Doctrine\Common\Collections\ArrayCollection {#1841 …} -shops: Doctrine\Common\Collections\ArrayCollection {#1916 …} -providers: Doctrine\Common\Collections\ArrayCollection {#2033 …} -orderPackageComments: Doctrine\Common\Collections\ArrayCollection {#2037 …} -crmId: "" -salesRep: "" -paymentMethod: "" -quotesAsInvoiceOwner: Doctrine\Common\Collections\ArrayCollection {#1792 …} -quotesAsSubscriptionOwner: Doctrine\Common\Collections\ArrayCollection {#2035 …} -qualifications: Doctrine\Common\Collections\ArrayCollection {#2057 …} -firstname: null -lastname: null -gender: "u" -locale: null -phone: null #username: "" #usernameCanonical: null #email: "" #emailCanonical: null #enabled: true #salt: null #password: null #plainPassword: null #lastLogin: null #confirmationToken: null #passwordRequestedAt: null #roles: [ "ROLE_USER" ] -address: "" -zipcode: "" -city: "" -state: "" -country: "FR" } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "aria-label" => "Register / Email" ] |
[ "aria-label" => "Register / Email" ] |
empty_data | "" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "aria-label" => "Register / Email" ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | "" |
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 | [] |
legacy_error_messages | true |
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() {#1765 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1474 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Register / Email" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_register_form_email" ] |
cache_key | "_register_form_email_email" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1718 -form: Symfony\Component\Form\Form {#1846 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1732 …5} |
full_name | "register_form[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form_email" |
valid | true |
value | "" |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "aria-label" => "Register / Username" ] |
[ "aria-label" => "Register / Username" ] |
empty_data | "" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "aria-label" => "Register / Username" ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | "" |
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 | [] |
legacy_error_messages | true |
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() {#1486 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1446 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Register / Username" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_register_form_username" ] |
cache_key | "_register_form_username_text" |
compound | false |
data | "" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1737 -form: Symfony\Component\Form\Form {#1845 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1723 …5} |
full_name | "register_form[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form_username" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form_username" |
valid | true |
value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
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" "attr" => [ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] ] |
[ "label" => "Password" "attr" => [ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] ] |
second_options | [ "label" => "Repeat password" "attr" => [ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] ] |
[ "label" => "Repeat password" "attr" => [ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1864 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Password" "attr" => [ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] ] |
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 | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
options | [] |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
second_name | "second" |
second_options | [ "label" => "Repeat password" "attr" => [ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] ] |
setter | null |
sonata_admin | null |
sonata_field_description | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#1803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1759 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_register_form_plainPassword" ] |
cache_key | "_register_form_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1722 -form: Symfony\Component\Form\Form {#1436 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1724 …5} |
full_name | "register_form[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form_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 | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 | [ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
[ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
error_bubbling | false |
false
|
label | "Password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1784 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#1770 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1782 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Register / Password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_register_form_plainPassword_first" ] |
cache_key | "_register_form_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1729 -form: Symfony\Component\Form\Form {#1434 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1727 …5} |
full_name | "register_form[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form_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 | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form_plainPassword_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
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 | [ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
[ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
error_bubbling | false |
false
|
label | "Repeat password" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1794 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | "Repeat password" |
label_attr | [] |
label_format | null |
label_html | false |
label_render | true |
label_translation_parameters | [] |
legacy_error_messages | true |
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() {#1915 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1791 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "aria-label" => "Register / Repeat password" "pattern" => "^(?=.*[a-z])(?=.*[A-Z])(?=.*\d)(?=.*[_\W])(?!.*[&%$]).{12,}$" "title" => "Password must contain at least 12 characters consisting of at least 1 capital, 1 lowercase, 1 special character and 1 digit (&, % and $ are not allowed)." ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_register_form_plainPassword_second" ] |
cache_key | "_register_form_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1725 -form: Symfony\Component\Form\Form {#1488 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1653 …5} |
full_name | "register_form[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form_plainPassword_second" |
label | "Repeat password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form_plainPassword_second" |
valid | true |
value | "" |
submit
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "btn-dark" ] |
[ "class" => "btn-dark" ] |
label | "Register" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [ "class" => "btn-dark" ] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Register" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [ "class" => "btn-dark" ] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_register_form_submit" ] |
cache_key | "_register_form_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1728 …5} |
full_name | "register_form[submit]" |
id | "register_form_submit" |
label | "Register" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_register_form_submit" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "5312d80.5kEJ4Tu4G2t5isI18seSF9Jhc1GtJhHLhv2sTVm2mb4.lXckr3CAb1I06bR9xKalIKADMmGaTXib37LfLzDp_u3SCE6mC_1uEU_Pgw" |
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 | "5312d80.5kEJ4Tu4G2t5isI18seSF9Jhc1GtJhHLhv2sTVm2mb4.lXckr3CAb1I06bR9xKalIKADMmGaTXib37LfLzDp_u3SCE6mC_1uEU_Pgw" |
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 {#1478 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1521 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1491 …} -namespace: Closure() {#1543 …} } |
data | "5312d80.5kEJ4Tu4G2t5isI18seSF9Jhc1GtJhHLhv2sTVm2mb4.lXckr3CAb1I06bR9xKalIKADMmGaTXib37LfLzDp_u3SCE6mC_1uEU_Pgw" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1739 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1533 …} } |
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 | [] |
legacy_error_messages | true |
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() {#2195 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1441 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1226 …} $translationDomain: "validators" $message: Closure() {#1726 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_register_form__token" ] |
cache_key | "_register_form__token_hidden" |
compound | false |
data | "5312d80.5kEJ4Tu4G2t5isI18seSF9Jhc1GtJhHLhv2sTVm2mb4.lXckr3CAb1I06bR9xKalIKADMmGaTXib37LfLzDp_u3SCE6mC_1uEU_Pgw" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2196 -form: Symfony\Component\Form\Form {#2197 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1657 …5} |
full_name | "register_form[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
horizontal_input_wrapper_class | "" |
horizontal_label_class | "" |
horizontal_label_offset_class | "" |
id | "register_form__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
sonata_admin | [ "name" => false "admin" => false "value" => null "edit" => "standard" "inline" => "natural" "field_description" => null "block_name" => false "options" => [ "default_admin_route" => "edit" "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_group" => "default" "default_label_catalogue" => "SonataAdminBundle" "default_translation_domain" => null "default_icon" => "fas fa-folder" "dropdown_number_groups_per_colums" => 2 "logo_content" => "all" "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_SONATA_ADMIN" "role_super_admin" => "ROLE_SUPER_ADMIN" "search" => true ] ] |
sonata_admin_enabled | false |
submitted | false |
translation_domain | null |
unique_block_prefix | "_register_form__token" |
valid | true |
value | "5312d80.5kEJ4Tu4G2t5isI18seSF9Jhc1GtJhHLhv2sTVm2mb4.lXckr3CAb1I06bR9xKalIKADMmGaTXib37LfLzDp_u3SCE6mC_1uEU_Pgw" |