Forms
-
registration
-
name
-
email
-
phone
-
password
-
first
-
second
-
-
conditions
-
gdpr
-
_token
-
registration
Form type:
"App\Form\RegistrationType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| 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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | "App\Entity\Erpuser" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#672 class: "Symfony\Component\Form\Extension\Core\Type\FormType" use: { $class: "App\Entity\Erpuser" } } |
| 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() {#680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#708 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "registration" "_registration" ] |
| cache_key | "_registration_registration" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1400 -form: Symfony\Component\Form\Form {#1391 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#710 …5} |
| full_name | "registration" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "registration" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration" |
| valid | true |
| value | null |
name
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 256 ] |
[ "maxlength" => 256 ] |
| label | "registration.name" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 256 ] |
| 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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1450 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 | "registration.name" |
| 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() {#1453 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#1448 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 256 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_name" ] |
| cache_key | "_registration_name_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#883 -form: Symfony\Component\Form\Form {#1388 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#876 …5} |
| full_name | "registration[name]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_name" |
| label | "registration.name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "name" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_name" |
| valid | true |
| value | "" |
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
| label | "registration.email" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 ] |
| 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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1451 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 | "registration.email" |
| 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() {#1461 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#976 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_registration_email" ] |
| cache_key | "_registration_email_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1440 -form: Symfony\Component\Form\Form {#1385 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#861 …5} |
| full_name | "registration[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_email" |
| label | "registration.email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_email" |
| valid | true |
| value | "" |
phone
Form type:
"Misd\PhoneNumberBundle\Form\Type\PhoneNumberType"
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 |
|---|---|---|
| country_choices | [ "system.country.at" => "AT" "system.country.be" => "BE" "system.country.bg" => "BG" "system.country.ba" => "BA" "system.country.by" => "BY" "system.country.ch" => "CH" "system.country.cy" => "CY" "system.country.cz" => "CZ" "system.country.de" => "DE" "system.country.dk" => "DK" "system.country.ee" => "EE" "system.country.es" => "ES" "system.country.fi" => "FI" "system.country.fr" => "FR" "system.country.gr" => "GR" "system.country.hr" => "HR" "system.country.hu" => "HU" "system.country.is" => "IS" "system.country.ie" => "IE" "system.country.it" => "IT" "system.country.li" => "LI" "system.country.lt" => "LT" "system.country.lu" => "LU" "system.country.lv" => "LV" "system.country.mc" => "MC" "system.country.md" => "MD" "system.country.me" => "ME" "system.country.mk" => "MK" "system.country.mt" => "MT" "system.country.nl" => "NL" "system.country.no" => "NO" "system.country.pl" => "PL" "system.country.pt" => "PT" "system.country.ro" => "RO" "system.country.rs" => "RS" "system.country.ru" => "RU" "system.country.se" => "SE" "system.country.si" => "SI" "system.country.sk" => "SK" "system.country.sm" => "SM" "system.country.ua" => "UA" "system.country.uk" => "UK" ] |
[ "system.country.at" => "AT" "system.country.be" => "BE" "system.country.bg" => "BG" "system.country.ba" => "BA" "system.country.by" => "BY" "system.country.ch" => "CH" "system.country.cy" => "CY" "system.country.cz" => "CZ" "system.country.de" => "DE" "system.country.dk" => "DK" "system.country.ee" => "EE" "system.country.es" => "ES" "system.country.fi" => "FI" "system.country.fr" => "FR" "system.country.gr" => "GR" "system.country.hr" => "HR" "system.country.hu" => "HU" "system.country.is" => "IS" "system.country.ie" => "IE" "system.country.it" => "IT" "system.country.li" => "LI" "system.country.lt" => "LT" "system.country.lu" => "LU" "system.country.lv" => "LV" "system.country.mc" => "MC" "system.country.md" => "MD" "system.country.me" => "ME" "system.country.mk" => "MK" "system.country.mt" => "MT" "system.country.nl" => "NL" "system.country.no" => "NO" "system.country.pl" => "PL" "system.country.pt" => "PT" "system.country.ro" => "RO" "system.country.rs" => "RS" "system.country.ru" => "RU" "system.country.se" => "SE" "system.country.si" => "SI" "system.country.sk" => "SK" "system.country.sm" => "SM" "system.country.ua" => "UA" "system.country.uk" => "UK" ] |
| default_region | "CZ" |
same as passed value |
| label | "registration.phone" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | false |
| compound | false |
| constraints | [] |
| country_choices | [ "system.country.at" => "AT" "system.country.be" => "BE" "system.country.bg" => "BG" "system.country.ba" => "BA" "system.country.by" => "BY" "system.country.ch" => "CH" "system.country.cy" => "CY" "system.country.cz" => "CZ" "system.country.de" => "DE" "system.country.dk" => "DK" "system.country.ee" => "EE" "system.country.es" => "ES" "system.country.fi" => "FI" "system.country.fr" => "FR" "system.country.gr" => "GR" "system.country.hr" => "HR" "system.country.hu" => "HU" "system.country.is" => "IS" "system.country.ie" => "IE" "system.country.it" => "IT" "system.country.li" => "LI" "system.country.lt" => "LT" "system.country.lu" => "LU" "system.country.lv" => "LV" "system.country.mc" => "MC" "system.country.md" => "MD" "system.country.me" => "ME" "system.country.mk" => "MK" "system.country.mt" => "MT" "system.country.nl" => "NL" "system.country.no" => "NO" "system.country.pl" => "PL" "system.country.pt" => "PT" "system.country.ro" => "RO" "system.country.rs" => "RS" "system.country.ru" => "RU" "system.country.se" => "SE" "system.country.si" => "SI" "system.country.sk" => "SK" "system.country.sm" => "SM" "system.country.ua" => "UA" "system.country.uk" => "UK" ] |
| country_display_emoji_flag | false |
| country_display_type | "display_country_full" |
| country_options | [] |
| country_placeholder | false |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| default_region | "CZ" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1441 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 |
| format | 1 |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not a valid phone number." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "registration.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| number_options | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_country_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1439 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#1438 …} $translationDomain: "validators" } } |
| validation_groups | null |
| widget | "single_text" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "phone_number" "_registration_phone" ] |
| cache_key | "_registration_phone_phone_number" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1454 -form: Symfony\Component\Form\Form {#1382 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#937 …5} |
| full_name | "registration[phone]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_phone" |
| label | "registration.phone" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "phone" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| type | "tel" |
| unique_block_prefix | "_registration_phone" |
| valid | true |
| value | "" |
| widget | "single_text" |
password
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" => "registration.password" ] |
[ "label" => "registration.password" ] |
| invalid_message | "registration.password_mismatch" |
same as passed value |
| mapped | false |
same as passed value |
| options | [ "attr" => [ "autocomplete" => "new-password" ] ] |
[ "attr" => [ "autocomplete" => "new-password" ] ] |
| required | true |
same as passed value |
| second_options | [ "label" => "registration.password_confirmation" ] |
[ "label" => "registration.password_confirmation" ] |
| 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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1430 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" => "registration.password" ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "registration.password_mismatch" |
| 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 | [ "attr" => [ "autocomplete" => "new-password" ] ] |
| 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" => "registration.password_confirmation" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1426 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#1425 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_registration_password" ] |
| cache_key | "_registration_password_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#927 -form: Symfony\Component\Form\Form {#875 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#926 …5} |
| full_name | "registration[password]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_password" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "password" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_password" |
| 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 |
|---|---|---|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
same as passed value |
| label | "registration.password" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| 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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#898 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 | "registration.password" |
| 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 | false |
| upload_max_size_message | Closure() {#911 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#910 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_password_first" ] |
| cache_key | "_registration_password_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#763 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1176 …5} |
| full_name | "registration[password][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_password_first" |
| label | "registration.password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_password_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 |
|---|---|---|
| attr | [ "autocomplete" => "new-password" ] |
[ "autocomplete" => "new-password" ] |
| error_bubbling | false |
same as passed value |
| label | "registration.password_confirmation" |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "autocomplete" => "new-password" ] |
| 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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#849 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 | "registration.password_confirmation" |
| 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 | false |
| upload_max_size_message | Closure() {#889 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#890 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_registration_password_second" ] |
| cache_key | "_registration_password_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#810 -form: Symfony\Component\Form\Form {#908 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1182 …5} |
| full_name | "registration[password][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_password_second" |
| label | "registration.password_confirmation" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_password_second" |
| valid | true |
| value | "" |
conditions
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 |
|---|---|---|
| form_attr | "aaa" |
same as passed value |
| label | "registration.conditions" |
same as passed value |
| mapped | false |
same as passed value |
| required | true |
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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1412 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 | "aaa" |
| 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 {#1415 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "registration.conditions" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1408 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#1406 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "form" => "registration" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_conditions" ] |
| cache_key | "_registration_conditions_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#925 -form: Symfony\Component\Form\Form {#904 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#938 …5} |
| full_name | "registration[conditions]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_conditions" |
| label | "registration.conditions" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "conditions" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_conditions" |
| valid | true |
| value | "1" |
gdpr
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 | "registration.gdpr" |
same as passed value |
| mapped | false |
same as passed value |
| required | true |
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 {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1412 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 {#1415 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "registration.gdpr" |
| 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 | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1399 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#1398 …} $translationDomain: "validators" } } |
| validation_groups | null |
| value | "1" |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "_registration_gdpr" ] |
| cache_key | "_registration_gdpr_checkbox" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1181 -form: Symfony\Component\Form\Form {#929 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1179 …5} |
| full_name | "registration[gdpr]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration_gdpr" |
| label | "registration.gdpr" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "gdpr" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration_gdpr" |
| valid | true |
| value | "1" |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "3530e0829042747ac1372302daf517f.fvAig6in7-FzK90XurAm__6JnC_Zt3BiLkXvUSv6asI.RsNl6Z_St7ZERuQn4IERmo2x33yf_gkmbz27P0nKLrAOoGrSmPiF0xpJsg" |
| 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 | "3530e0829042747ac1372302daf517f.fvAig6in7-FzK90XurAm__6JnC_Zt3BiLkXvUSv6asI.RsNl6Z_St7ZERuQn4IERmo2x33yf_gkmbz27P0nKLrAOoGrSmPiF0xpJsg" |
same as passed value |
| mapped | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | "csrf_token" |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#87 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#86 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#85 …} -namespace: Closure() {#83 …} } |
| data | "3530e0829042747ac1372302daf517f.fvAig6in7-FzK90XurAm__6JnC_Zt3BiLkXvUSv6asI.RsNl6Z_St7ZERuQn4IERmo2x33yf_gkmbz27P0nKLrAOoGrSmPiF0xpJsg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1185 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() {#1186 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#279 …} $message: Closure() {#1184 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_registration__token" ] |
| cache_key | "_registration__token_hidden" |
| compound | false |
| data | "3530e0829042747ac1372302daf517f.fvAig6in7-FzK90XurAm__6JnC_Zt3BiLkXvUSv6asI.RsNl6Z_St7ZERuQn4IERmo2x33yf_gkmbz27P0nKLrAOoGrSmPiF0xpJsg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1198 -form: Symfony\Component\Form\Form {#1194 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1188 …5} |
| full_name | "registration[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "registration__token" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "_token" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_registration__token" |
| valid | true |
| value | "3530e0829042747ac1372302daf517f.fvAig6in7-FzK90XurAm__6JnC_Zt3BiLkXvUSv6asI.RsNl6Z_St7ZERuQn4IERmo2x33yf_gkmbz27P0nKLrAOoGrSmPiF0xpJsg" |