Forms
-
-
login
-
-
first
-
second
-
-
email
-
phone
-
companyName
-
companyInn
-
files
-
agreement
-
_token
-
registration_form
Form type:
"App\Form\RegistrationFormType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#541 -id: null -login: null -password: null -email: null -phone: null -companyName: null -companyInn: null -files: Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } -warrantlies: Doctrine\Common\Collections\ArrayCollection {#543 …} -created: null -roles: [] -verified: false -certificates: Doctrine\Common\Collections\ArrayCollection {#544 …} } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#541 -id: null -login: null -password: null -email: null -phone: null -companyName: null -companyInn: null -files: Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } -warrantlies: Doctrine\Common\Collections\ArrayCollection {#543 …} -created: null -roles: [] -verified: false -certificates: Doctrine\Common\Collections\ArrayCollection {#544 …} } |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data | App\Entity\User {#541 -id: null -login: null -password: null -email: null -phone: null -companyName: null -companyInn: null -files: Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } -warrantlies: Doctrine\Common\Collections\ArrayCollection {#543 …} -created: null -roles: [] -verified: false -certificates: Doctrine\Common\Collections\ArrayCollection {#544 …} } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#703 class: "Symfony\Component\Form\Extension\Core\Type\FormType" 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 | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| 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() {#705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#704 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration_form" "_registration_form" ] |
| cache_key | "_registration_form_registration_form" |
| compound | true |
| data | App\Entity\User {#541 -id: null -login: null -password: null -email: null -phone: null -companyName: null -companyInn: null -files: Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } -warrantlies: Doctrine\Common\Collections\ArrayCollection {#543 …} -created: null -roles: [] -verified: false -certificates: Doctrine\Common\Collections\ArrayCollection {#544 …} } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#770 -form: Symfony\Component\Form\Form {#910 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#901 …5} |
| full_name | "registration_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form" |
| valid | true |
| value | App\Entity\User {#541 -id: null -login: null -password: null -email: null -phone: null -companyName: null -companyInn: null -files: Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } -warrantlies: Doctrine\Common\Collections\ArrayCollection {#543 …} -created: null -roles: [] -verified: false -certificates: Doctrine\Common\Collections\ArrayCollection {#544 …} } |
login
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Логин" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--2" ] |
[ "class" => "custom-input--2" ] |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#716 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Логин" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#717 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_login" ] |
| cache_key | "_registration_form_login_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#913 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#734 …5} |
| full_name | "registration_form[login]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_login" |
| label | "Логин" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "login" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_login" |
| valid | true |
| value | "" |
plainPassword
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "Пароль" "row_attr" => [ "class" => "custom-input--2" ] ] |
[ "label" => "Пароль" "row_attr" => [ "class" => "custom-input--2" ] ] |
| mapped | false |
false
|
| required | true |
same as passed value |
| second_options | [ "label" => "Повтор пароля" "row_attr" => [ "class" => "custom-input--2" ] ] |
[ "label" => "Повтор пароля" "row_attr" => [ "class" => "custom-input--2" ] ] |
| 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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#730 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Пароль" "row_attr" => [ "class" => "custom-input--2" ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The values do not match." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| 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" => "Повтор пароля" "row_attr" => [ "class" => "custom-input--2" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#733 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#732 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_form_plainPassword" ] |
| cache_key | "_registration_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#748 -form: Symfony\Component\Form\Form {#937 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#761 …5} |
| full_name | "registration_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
false
|
| label | "Пароль" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--2" ] |
[ "class" => "custom-input--2" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#922 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Пароль" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#924 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#923 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_first" ] |
| cache_key | "_registration_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#965 -form: Symfony\Component\Form\Form {#940 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#719 …5} |
| full_name | "registration_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_first" |
| label | "Пароль" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword_first" |
| valid | true |
| value | "" |
second
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
false
|
| label | "Повтор пароля" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--2" ] |
[ "class" => "custom-input--2" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#930 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| hash_property_path | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The password is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Повтор пароля" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#932 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#931 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_form_plainPassword_second" ] |
| cache_key | "_registration_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#967 -form: Symfony\Component\Form\Form {#943 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#968 …5} |
| full_name | "registration_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_plainPassword_second" |
| label | "Повтор пароля" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_plainPassword_second" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Электронная почта" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--2" ] |
[ "class" => "custom-input--2" ] |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#745 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please enter a valid email address." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Электронная почта" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#747 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#746 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_registration_form_email" ] |
| cache_key | "_registration_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#933 -form: Symfony\Component\Form\Form {#946 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#925 …5} |
| full_name | "registration_form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_email" |
| label | "Электронная почта" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_email" |
| valid | true |
| value | "" |
phone
Form type:
"Symfony\Component\Form\Extension\Core\Type\TelType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Телефон для связи" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--2" ] |
[ "class" => "custom-input--2" ] |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#758 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "Please provide a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Телефон для связи" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#760 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#759 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "tel" "_registration_form_phone" ] |
| cache_key | "_registration_form_phone_tel" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#970 -form: Symfony\Component\Form\Form {#949 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#969 …5} |
| full_name | "registration_form[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_phone" |
| label | "Телефон для связи" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--2" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_phone" |
| valid | true |
| value | "" |
companyName
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Наименование компании" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--3" ] |
[ "class" => "custom-input--3" ] |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#767 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Наименование компании" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "custom-input--3" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#769 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#768 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_form_companyName" ] |
| cache_key | "_registration_form_companyName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1004 -form: Symfony\Component\Form\Form {#952 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1006 …5} |
| full_name | "registration_form[companyName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_companyName" |
| label | "Наименование компании" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyName" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_companyName" |
| valid | true |
| value | "" |
companyInn
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "ИНН" |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "custom-input--1" ] |
[ "class" => "custom-input--1" ] |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#781 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| grouping | false |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| html5 | false |
| inherit_data | false |
| input | "number" |
| invalid_message | "Please enter a number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "ИНН" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| rounding_mode | 6 |
| row_attr | [ "class" => "custom-input--1" ] |
| scale | null |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#782 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "inputmode" => "decimal" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "number" "_registration_form_companyInn" ] |
| cache_key | "_registration_form_companyInn_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1007 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1008 …5} |
| full_name | "registration_form[companyInn]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_companyInn" |
| label | "ИНН" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "companyInn" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "custom-input--1" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_companyInn" |
| valid | true |
| value | "" |
files
Form type:
"App\Form\Type\MultifileType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| crop | true |
same as passed value |
| label | "Подтверждающие документы: <div class="question" aria-label="Формат файлов: PDF" data-balloon-pos="up"></div>" |
same as passed value |
| label_html | true |
same as passed value |
| maxFiles | 10 |
same as passed value |
| mimeTypes | [
"application/pdf"
] |
[
"application/pdf"
]
|
| mimeTypesName | "pdf" |
same as passed value |
| multiple | true |
same as passed value |
| required | true |
same as passed value |
| uploadDir | "/uploaded" |
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 |
| choice_attr | null |
| choice_filter | null |
| choice_label | "name" |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#878 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#817 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#879 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#880 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#882 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#881 …} } |
| choices | null |
| class | "App\Entity\File" |
| compound | false |
| constraints | [] |
| crop | true |
| 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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| em | ContainerFwZhXqj\EntityManagerGhostEbeb667 {#259 …12} |
| empty_data | [] |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#820 -om: ContainerFwZhXqj\EntityManagerGhostEbeb667 {#259 …12} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#823 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Подтверждающие документы: <div class="question" aria-label="Формат файлов: PDF" data-balloon-pos="up"></div>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| maxFiles | 10 |
| maxHeight | 1000 |
| maxSize | 104857600 |
| maxWidth | 1000 |
| method | "POST" |
| mimeTypes | [
"application/pdf"
] |
| mimeTypesName | "pdf" |
| multiple | true |
| placeholder | null |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | null |
| required | true |
| row_attr | [ "class" => "multifile" ] |
| setter | null |
| thumbHeight | 100 |
| thumbWidth | 100 |
| translation_domain | null |
| trim | false |
| uploadDir | "/uploaded" |
| upload_max_size_message | Closure() {#816 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#812 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "multifile" "_registration_form_files" ] |
| cache_key | "_registration_form_files_multifile" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1013 +label: "primer.pdf" +value: "1" +data: App\Entity\File {#1036 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1026 +label: "primer.pdf" +value: "2" +data: App\Entity\File {#1039 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1015 +label: "4eae10bf98dde4f7356ebef161d365d5.pdf" +value: "3" +data: App\Entity\File {#1041 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1035 +label: "4eae10bf98dde4f7356ebef161d365d5 (1).pdf" +value: "4" +data: App\Entity\File {#1043 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1014 +label: "4eae10bf98dde4f7356ebef161d365d5 (3).pdf" +value: "5" +data: App\Entity\File {#1045 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1033 +label: "4eae10bf98dde4f7356ebef161d365d5 (2).pdf" +value: "6" +data: App\Entity\File {#1047 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1021 +label: "4eae10bf98dde4f7356ebef161d365d5 (2).pdf" +value: "7" +data: App\Entity\File {#1049 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1022 +label: "Windows_5555555555_11112-22222-33333-44444-55555.zip" +value: "8" +data: App\Entity\File {#1051 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1016 +label: "Windows.zip" +value: "10" +data: App\Entity\File {#1053 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1032 +label: "Акт_об_оказании_услуг_№_84_от_13_сентября_2023_г.pdf" +value: "11" +data: App\Entity\File {#1055 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1198 +label: "primer.pdf" +value: "14" +data: App\Entity\File {#1057 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1199 +label: "primer.pdf" +value: "16" +data: App\Entity\File {#1059 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1200 +label: "test.zip" +value: "21" +data: App\Entity\File {#1061 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1201 +label: "primer.pdf" +value: "23" +data: App\Entity\File {#1063 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1202 +label: "testFile.rar" +value: "24" +data: App\Entity\File {#1065 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1203 +label: "favicon_io (3).zip" +value: "25" +data: App\Entity\File {#1067 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1204 +label: "lambda.pdf" +value: "26" +data: App\Entity\File {#1069 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1205 +label: "lambda.pdf" +value: "27" +data: App\Entity\File {#1071 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1206 +label: "lambda.pdf" +value: "28" +data: App\Entity\File {#1073 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1207 +label: "lambda.pdf" +value: "30" +data: App\Entity\File {#1075 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1208 +label: "lambda.pdf" +value: "31" +data: App\Entity\File {#1077 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1209 +label: "primer.pdf" +value: "33" +data: App\Entity\File {#1079 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1210 +label: "test.zip" +value: "34" +data: App\Entity\File {#1081 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1211 +label: "test.zip" +value: "35" +data: App\Entity\File {#1083 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1212 +label: "testFile.rar" +value: "36" +data: App\Entity\File {#1085 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1213 +label: "Donovan_-_Yazyk_programmirovania_Go.pdf" +value: "37" +data: App\Entity\File {#1087 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1214 +label: "primer.pdf" +value: "38" +data: App\Entity\File {#1089 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1215 +label: "test.zip" +value: "39" +data: App\Entity\File {#1091 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1216 +label: "income_receipt_158467040_285742084.pdf" +value: "40" +data: App\Entity\File {#1093 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1217 +label: "test.zip" +value: "42" +data: App\Entity\File {#1095 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1218 +label: "testFile.rar" +value: "43" +data: App\Entity\File {#1097 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1219 +label: "testFile.rar" +value: "44" +data: App\Entity\File {#1099 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1220 +label: "favicon_io (3).zip" +value: "45" +data: App\Entity\File {#1101 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1221 +label: "favicon_io (3).zip" +value: "46" +data: App\Entity\File {#1103 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1222 +label: "testFile.rar" +value: "47" +data: App\Entity\File {#1105 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1223 +label: "test.zip" +value: "50" +data: App\Entity\File {#1107 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1224 +label: "Passwork_UserManual_RU_5.0.pdf" +value: "53" +data: App\Entity\File {#1109 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1225 +label: "test.zip" +value: "55" +data: App\Entity\File {#1111 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1226 +label: "test.zip" +value: "56" +data: App\Entity\File {#1113 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1227 +label: "test.zip" +value: "57" +data: App\Entity\File {#1115 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1228 +label: "primer.pdf" +value: "58" +data: App\Entity\File {#1117 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1229 +label: "test.zip" +value: "59" +data: App\Entity\File {#1119 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1230 +label: "files_empty.rar" +value: "63" +data: App\Entity\File {#1121 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1231 +label: "primer.pdf" +value: "68" +data: App\Entity\File {#1123 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1232 +label: "Passwork_UserManual_RU_5.0.pdf" +value: "69" +data: App\Entity\File {#1125 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1233 +label: "Passwork_UserManual_RU_5.0.pdf" +value: "74" +data: App\Entity\File {#1127 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1234 +label: "test.zip" +value: "76" +data: App\Entity\File {#1129 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1235 +label: "primer.zip" +value: "77" +data: App\Entity\File {#1131 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1236 +label: "lambda.pdf" +value: "79" +data: App\Entity\File {#1133 …} +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1237 +label: "lambda.pdf" +value: "80" +data: App\Entity\File {#1135 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1238 +label: "lambda.pdf" +value: "81" +data: App\Entity\File {#1137 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1239 +label: "lambda3.pdf" +value: "85" +data: App\Entity\File {#1139 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1240 +label: "Passwork_UserManual_RU_5.0.pdf" +value: "86" +data: App\Entity\File {#1141 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1241 +label: "primer1.pdf" +value: "88" +data: App\Entity\File {#1143 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1242 +label: "lambda2.pdf" +value: "89" +data: App\Entity\File {#1145 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1243 +label: "Windows.zip" +value: "90" +data: App\Entity\File {#1147 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1244 +label: "Windows.zip" +value: "91" +data: App\Entity\File {#1149 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1245 +label: "test.zip" +value: "92" +data: App\Entity\File {#1151 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1246 +label: "test.zip" +value: "93" +data: App\Entity\File {#1153 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1247 +label: "test.zip" +value: "94" +data: App\Entity\File {#1155 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1248 +label: "test.zip" +value: "95" +data: App\Entity\File {#1157 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1249 +label: "test.zip" +value: "96" +data: App\Entity\File {#1159 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1250 +label: "primer1RAR.rar" +value: "111" +data: App\Entity\File {#1161 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1251 +label: "testZIP.zip" +value: "112" +data: App\Entity\File {#1163 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1252 +label: "files.rar" +value: "120" +data: App\Entity\File {#1165 …} +attr: [] +labelTranslationParameters: [] } 122 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1253 +label: "primer1RAR.rar" +value: "122" +data: App\Entity\File {#1167 …} +attr: [] +labelTranslationParameters: [] } 123 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1254 +label: "primer1RAR.rar" +value: "123" +data: App\Entity\File {#1169 …} +attr: [] +labelTranslationParameters: [] } 124 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1255 +label: "favicon_io (3).zip" +value: "124" +data: App\Entity\File {#1171 …} +attr: [] +labelTranslationParameters: [] } 125 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1256 +label: "favicon_io (3).zip" +value: "125" +data: App\Entity\File {#1173 …} +attr: [] +labelTranslationParameters: [] } 126 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1257 +label: "favicon_io (3).zip" +value: "126" +data: App\Entity\File {#1175 …} +attr: [] +labelTranslationParameters: [] } 127 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1258 +label: "favicon_io (3).zip" +value: "127" +data: App\Entity\File {#1177 …} +attr: [] +labelTranslationParameters: [] } 129 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1259 +label: "primer17Z.7z" +value: "129" +data: App\Entity\File {#1179 …} +attr: [] +labelTranslationParameters: [] } 130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1260 +label: "primer1RAR.rar" +value: "130" +data: App\Entity\File {#1181 …} +attr: [] +labelTranslationParameters: [] } 131 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1261 +label: "archive.tgz" +value: "131" +data: App\Entity\File {#1183 …} +attr: [] +labelTranslationParameters: [] } 132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1262 +label: "1.tgz" +value: "132" +data: App\Entity\File {#1185 …} +attr: [] +labelTranslationParameters: [] } 133 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1263 +label: "1.tgz" +value: "133" +data: App\Entity\File {#1187 …} +attr: [] +labelTranslationParameters: [] } 134 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "testZIP.zip" +value: "134" +data: App\Entity\File {#1189 …} +attr: [] +labelTranslationParameters: [] } 135 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "primer17Z.7z" +value: "135" +data: App\Entity\File {#1191 …} +attr: [] +labelTranslationParameters: [] } 136 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1266 +label: "primer1RAR.rar" +value: "136" +data: App\Entity\File {#1193 …} +attr: [] +labelTranslationParameters: [] } 138 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1267 +label: "I2022 ТС.pdf" +value: "138" +data: App\Entity\File {#1195 …} +attr: [] +labelTranslationParameters: [] } 139 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1268 +label: "Windows.zip" +value: "139" +data: App\Entity\File {#1197 …} +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| crop | true |
| data | Doctrine\Common\Collections\ArrayCollection {#542 -elements: [] } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1009 -form: Symfony\Component\Form\Form {#958 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1010 …5} |
| full_name | "registration_form[files][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_files" |
| is_selected | Closure($choice, array $values) {#1012 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Подтверждающие документы: <div class="question" aria-label="Формат файлов: PDF" data-balloon-pos="up"></div>" |
| label_attr | [] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| maxFiles | 10 |
| maxHeight | 1000 |
| maxSize | 104857600 |
| maxWidth | 1000 |
| method | "POST" |
| mimeTypes | "["application\/pdf"]" |
| mimeTypesName | ""pdf"" |
| multipart | false |
| multiple | true |
| name | "files" |
| placeholder | null |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "multifile" ] |
| separator | "-------------------" |
| submitted | false |
| thumbHeight | 100 |
| thumbWidth | 100 |
| translation_domain | null |
| unique_block_prefix | "_registration_form_files" |
| uploadDir | "/uploaded" |
| valid | true |
| value | [] |
agreement
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| label | "Даю <a href="/page/agreement" target="_blank">согласие на обработку персональных данных</a>" |
same as passed value |
| mapped | false |
false
|
| required | true |
same as passed value |
| row_attr | [ "class" => "main-form__checkbox" ] |
[ "class" => "main-form__checkbox" ] |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#899 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The checkbox has an invalid value." |
| invalid_message_parameters | [] |
| is_empty_callback | Closure($modelData): bool {#900 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Даю <a href="/page/agreement" target="_blank">согласие на обработку персональных данных</a>" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "main-form__checkbox" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#902 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#904 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_form_agreement" ] |
| cache_key | "_registration_form_agreement_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1269 -form: Symfony\Component\Form\Form {#961 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1011 …5} |
| full_name | "registration_form[agreement]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_form_agreement" |
| label | "Даю <a href="/page/agreement" target="_blank">согласие на обработку персональных данных</a>" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "agreement" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "main-form__checkbox" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form_agreement" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "fbe9861b1077920444aa9f33817f.u83v55grClLQfEbozVnJCiB20cr7FYEdvrmFaCYxctI.-f6Wne5FcwSjKGukrBj9exdbkPLLJblk9uvwMV4FNKXIgd2m2Uo5YqMkKQ" |
| 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 | "fbe9861b1077920444aa9f33817f.u83v55grClLQfEbozVnJCiB20cr7FYEdvrmFaCYxctI.-f6Wne5FcwSjKGukrBj9exdbkPLLJblk9uvwMV4FNKXIgd2m2Uo5YqMkKQ" |
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 {#679 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#680 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#681 …} -namespace: Closure() {#683 …} } |
| data | "fbe9861b1077920444aa9f33817f.u83v55grClLQfEbozVnJCiB20cr7FYEdvrmFaCYxctI.-f6Wne5FcwSjKGukrBj9exdbkPLLJblk9uvwMV4FNKXIgd2m2Uo5YqMkKQ" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1274 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "The hidden field is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1276 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#572 …} $message: Closure() {#1275 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration_form__token" ] |
| cache_key | "_registration_form__token_hidden" |
| compound | false |
| data | "fbe9861b1077920444aa9f33817f.u83v55grClLQfEbozVnJCiB20cr7FYEdvrmFaCYxctI.-f6Wne5FcwSjKGukrBj9exdbkPLLJblk9uvwMV4FNKXIgd2m2Uo5YqMkKQ" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1286 -form: Symfony\Component\Form\Form {#1282 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1277 …5} |
| full_name | "registration_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_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 | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_form__token" |
| valid | true |
| value | "fbe9861b1077920444aa9f33817f.u83v55grClLQfEbozVnJCiB20cr7FYEdvrmFaCYxctI.-f6Wne5FcwSjKGukrBj9exdbkPLLJblk9uvwMV4FNKXIgd2m2Uo5YqMkKQ" |