- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 62
- Events
- Routing
- Cache
- Translation 9
- Security
- Twig
- HTTP Client
- Doctrine
- Debug
- Messages
- E-mails
- Notifications
- Doctrine MongoDB 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
-
email
-
inn
-
phone
-
quality_control_phone
-
name
-
-
first
-
second
-
-
-
terms
-
_token
-
registration
"App\Form\Type\RegistrationType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Form\Model\Registration {#462} |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Form\Model\Registration {#462} |
App\Form\Model\Registration {#462} |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data | App\Form\Model\Registration {#462} |
data_class | "App\Form\Model\Registration" |
disabled | false |
empty_data | Closure(FormInterface $form) {#649 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} use: { $class: "App\Form\Model\Registration" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#651 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#650 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "registration" "_registration" ] |
cache_key | "_registration_registration" |
compound | true |
data | App\Form\Model\Registration {#462} |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#665 -form: Symfony\Component\Form\Form {#687 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#652 …5} |
full_name | "registration" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "registration" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration" |
valid | true |
value | App\Form\Model\Registration {#462} |
user
"App\Form\Type\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | "App\Document\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} use: { $class: "App\Document\User" } } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#663 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_registration_user" ] |
cache_key | "_registration_user_user" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#754 -form: Symfony\Component\Form\Form {#776 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#806 …5} |
full_name | "registration[user]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "user" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user" |
valid | true |
value | null |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "uk-input" "placeholder" => "Название компании" ] |
[ "class" => "uk-input" "placeholder" => "Название компании" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-input" "placeholder" => "Название компании" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#695 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#697 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#696 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "Название компании" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_user_username" ] |
cache_key | "_registration_user_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#712 -form: Symfony\Component\Form\Form {#779 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#726 …5} |
full_name | "registration[user][username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_username" |
label | false |
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 |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_username" |
valid | true |
value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
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" => "uk-input" "placeholder" => "Email компании" ] |
[ "class" => "uk-input" "placeholder" => "Email компании" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-input" "placeholder" => "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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#709 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#711 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#708 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "Email компании" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_registration_user_email" ] |
cache_key | "_registration_user_email_email" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#698 -form: Symfony\Component\Form\Form {#782 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#836 …5} |
full_name | "registration[user][email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_email" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_email" |
valid | true |
value | "" |
inn
"Symfony\Component\Form\Extension\Core\Type\IntegerType"
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" => "uk-input" "placeholder" => "ИНН компании" ] |
[ "class" => "uk-input" "placeholder" => "ИНН компании" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-input" "placeholder" => "ИНН компании" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#723 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
grouping | false |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
rounding_mode | 2 |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#725 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#722 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "ИНН компании" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "integer" "_registration_user_inn" ] |
cache_key | "_registration_user_inn_integer" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#863 -form: Symfony\Component\Form\Form {#785 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#864 …5} |
full_name | "registration[user][inn]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_inn" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "inn" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_inn" |
valid | true |
value | "" |
phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "uk-input" "placeholder" => "Телефон ответственного" ] |
[ "class" => "uk-input" "placeholder" => "Телефон ответственного" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-input" "placeholder" => "Телефон ответственного" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#733 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#735 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#734 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "Телефон ответственного" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_user_phone" ] |
cache_key | "_registration_user_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#865 -form: Symfony\Component\Form\Form {#788 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#866 …5} |
full_name | "registration[user][phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_phone" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_phone" |
valid | true |
value | "" |
quality_control_phone
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "uk-input" "placeholder" => "Телефон службы контроля качества" ] |
[ "class" => "uk-input" "placeholder" => "Телефон службы контроля качества" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-input" "placeholder" => "Телефон службы контроля качества" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#742 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#744 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#743 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "Телефон службы контроля качества" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_user_quality_control_phone" ] |
cache_key | "_registration_user_quality_control_phone_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#872 -form: Symfony\Component\Form\Form {#791 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#874 …5} |
full_name | "registration[user][quality_control_phone]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_quality_control_phone" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "quality_control_phone" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_quality_control_phone" |
valid | true |
value | "" |
name
"Symfony\Component\Form\Extension\Core\Type\TextType"
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" => "uk-input" "placeholder" => "ФИО ответственного" ] |
[ "class" => "uk-input" "placeholder" => "ФИО ответственного" ] |
label | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "uk-input" "placeholder" => "ФИО ответственного" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#751 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#753 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#752 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "ФИО ответственного" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_registration_user_name" ] |
cache_key | "_registration_user_name_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#875 -form: Symfony\Component\Form\Form {#794 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#876 …5} |
full_name | "registration[user][name]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_name" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "name" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_name" |
valid | true |
value | "" |
password
"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" => false "attr" => [ "class" => "uk-input" "placeholder" => "Пароль" ] ] |
[ "label" => false "attr" => [ "class" => "uk-input" "placeholder" => "Пароль" ] ] |
label | false |
false
|
second_options | [ "label" => false "attr" => [ "class" => "uk-input" "placeholder" => "Повторите пароль" ] ] |
[ "label" => false "attr" => [ "class" => "uk-input" "placeholder" => "Повторите пароль" ] ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#766 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => false "attr" => [ "class" => "uk-input" "placeholder" => "Пароль" ] ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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" => false "attr" => [ "class" => "uk-input" "placeholder" => "Повторите пароль" ] ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#768 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_registration_user_password" ] |
cache_key | "_registration_user_password_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#877 -form: Symfony\Component\Form\Form {#818 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#878 …5} |
full_name | "registration[user][password]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_password" |
label | false |
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 |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_password" |
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 | [ "class" => "uk-input" "placeholder" => "Пароль" ] |
[ "class" => "uk-input" "placeholder" => "Пароль" ] |
error_bubbling | false |
false
|
label | false |
false
|
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "uk-input" "placeholder" => "Пароль" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#803 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#805 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#802 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "Пароль" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_user_password_first" ] |
cache_key | "_registration_user_password_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#882 -form: Symfony\Component\Form\Form {#821 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#881 …5} |
full_name | "registration[user][password][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_password_first" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "first" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_password_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 | [ "class" => "uk-input" "placeholder" => "Повторите пароль" ] |
[ "class" => "uk-input" "placeholder" => "Повторите пароль" ] |
error_bubbling | false |
false
|
label | false |
false
|
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "class" => "uk-input" "placeholder" => "Повторите пароль" ] |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#811 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#813 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#812 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "uk-input" "placeholder" => "Повторите пароль" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_registration_user_password_second" ] |
cache_key | "_registration_user_password_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#824 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#884 …5} |
full_name | "registration[user][password][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_user_password_second" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "second" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_user_password_second" |
valid | true |
value | "" |
terms
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Согласие на обработку" |
same as passed value |
property_path | "termsAccepted" |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#674 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#670 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#676 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Согласие на обработку" |
label_attr | [] |
label_format | null |
label_html | false |
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 | "termsAccepted" |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#678 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_registration_terms" ] |
cache_key | "_registration_terms_checkbox" |
checked | false |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#745 -form: Symfony\Component\Form\Form {#827 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#736 …5} |
full_name | "registration[terms]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration_terms" |
label | "Согласие на обработку" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "terms" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration_terms" |
valid | true |
value | "1" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "de2d503acc.SaVHM7hRfF3mVod28f5jgBbiMRaVMA3gmWdfKhatJ_4.L-13YNoTDTiLOcEkvbNO0EeyfSfdSUCP6TBteHfoao4d0Axw3D8_GYgnzg" |
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 | "de2d503acc.SaVHM7hRfF3mVod28f5jgBbiMRaVMA3gmWdfKhatJ_4.L-13YNoTDTiLOcEkvbNO0EeyfSfdSUCP6TBteHfoao4d0Axw3D8_GYgnzg" |
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 {#311 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#309 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#366 …} -namespace: Closure() {#368 …} } |
data | "de2d503acc.SaVHM7hRfF3mVod28f5jgBbiMRaVMA3gmWdfKhatJ_4.L-13YNoTDTiLOcEkvbNO0EeyfSfdSUCP6TBteHfoao4d0Axw3D8_GYgnzg" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#895 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#480 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#632 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#492 …} $translationDomain: "validators" $message: Closure() {#894 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
cache_key | "_registration__token_hidden" |
compound | false |
data | "de2d503acc.SaVHM7hRfF3mVod28f5jgBbiMRaVMA3gmWdfKhatJ_4.L-13YNoTDTiLOcEkvbNO0EeyfSfdSUCP6TBteHfoao4d0Axw3D8_GYgnzg" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#907 -form: Symfony\Component\Form\Form {#903 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#898 …5} |
full_name | "registration[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "registration__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_registration__token" |
valid | true |
value | "de2d503acc.SaVHM7hRfF3mVod28f5jgBbiMRaVMA3gmWdfKhatJ_4.L-13YNoTDTiLOcEkvbNO0EeyfSfdSUCP6TBteHfoao4d0Axw3D8_GYgnzg" |