Forms
-
form
-
email
-
plainPassword
-
first
-
second
-
-
register_btn
-
_token
-
form
Form type:
"Symfony\Component\Form\Extension\Core\Type\FormType"
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 {#1460 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1461 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1462 …} -namespace: Closure() {#1464 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1504 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 | "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() {#1502 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#85 …} $message: Closure() {#1503 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "_form" ] |
| cache_key | "_form_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1589 -form: Symfony\Component\Form\Form {#1476 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1501 …5} |
| full_name | "form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form" |
| valid | true |
| value | null |
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 |
|---|---|---|
| attr | [ "autocomplete" => "email" "autofocus" => false "class" => "no-blur" "placeholder" => "E-Mail" ] |
[ "autocomplete" => "email" "autofocus" => false "class" => "no-blur" "placeholder" => "E-Mail" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1545 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1479 +payload: null +groups: ? +message: "Die E-Mail {{ value }} ist keine gültige E-Mail-Adresse." +mode: "strict" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1545 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1479 +payload: null +groups: ? +message: "Die E-Mail {{ value }} ist keine gültige E-Mail-Adresse." +mode: "strict" +normalizer: null } ] |
| label | "E-Mail" |
same as passed value |
| label_attr | [ "class" => "ms-1" ] |
[ "class" => "ms-1" ] |
| label_html | true |
same as passed value |
| row_attr | [ "class" => "form-floating col-12" ] |
[ "class" => "form-floating col-12" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "autocomplete" => "email" "autofocus" => false "class" => "no-blur" "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1545 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#1479 +payload: null +groups: ? +message: "Die E-Mail {{ value }} ist keine gültige E-Mail-Adresse." +mode: "strict" +normalizer: null } ] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1460 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1461 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1462 …} -namespace: Closure() {#1464 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1521 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 | "E-Mail" |
| label_attr | [ "class" => "ms-1" ] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating col-12" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1527 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#85 …} $message: Closure() {#1525 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "autocomplete" => "email" "autofocus" => false "class" => "no-blur" "placeholder" => "E-Mail" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_form_email" ] |
| cache_key | "_form_email_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1607 -form: Symfony\Component\Form\Form {#1598 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1612 …5} |
| full_name | "form[email]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_email" |
| label | "E-Mail" |
| label_attr | [ "class" => "ms-1" ] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "email" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating col-12" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_email" |
| 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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#1485 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1534 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Das Passwort muss mindestens {{ limit }} Zeichen lang sein" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#1485 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1534 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Das Passwort muss mindestens {{ limit }} Zeichen lang sein" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| first_options | [ "label" => "Passwort <sup class="small-lg">(min 8)</sup>" "label_html" => true "label_attr" => [ "class" => "ms-1" ] "row_attr" => [ "class" => "form-floating col-xl-6 col-12" ] "attr" => [ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "autocomplete" => "new-password" ] ] |
[ "label" => "Passwort <sup class="small-lg">(min 8)</sup>" "label_html" => true "label_attr" => [ "class" => "ms-1" ] "row_attr" => [ "class" => "form-floating col-xl-6 col-12" ] "attr" => [ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "autocomplete" => "new-password" ] ] |
| mapped | false |
false
|
| required | true |
same as passed value |
| second_options | [ "label" => "Passwort wiederholen <sup class="small-lg">(min 8)</sup>" "label_html" => true "label_attr" => [ "class" => "ms-1" ] "row_attr" => [ "class" => "form-floating col-xl-6 col-12 mb-3" ] "attr" => [ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "autocomplete" => "new-password" ] ] |
[ "label" => "Passwort wiederholen <sup class="small-lg">(min 8)</sup>" "label_html" => true "label_attr" => [ "class" => "ms-1" ] "row_attr" => [ "class" => "form-floating col-xl-6 col-12 mb-3" ] "attr" => [ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "autocomplete" => "new-password" ] ] |
| 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 | [ Symfony\Component\Validator\Constraints\NotBlank {#1485 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#1534 +payload: null +groups: ? +maxMessage: "This value is too long. It should have {{ limit }} character or less.|This value is too long. It should have {{ limit }} characters or less." +minMessage: "Das Passwort muss mindestens {{ limit }} Zeichen lang sein" +exactMessage: "This value should have exactly {{ limit }} character.|This value should have exactly {{ limit }} characters." +charsetMessage: "This value does not match the expected {{ charset }} charset." +max: 4096 +min: 8 +charset: "UTF-8" +normalizer: null +countUnit: "codepoints" } ] |
| 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 {#1460 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1461 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1462 …} -namespace: Closure() {#1464 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1499 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" => "Passwort <sup class="small-lg">(min 8)</sup>" "label_html" => true "label_attr" => [ "class" => "ms-1" ] "row_attr" => [ "class" => "form-floating col-xl-6 col-12" ] "attr" => [ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "autocomplete" => "new-password" ] ] |
| 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" => "Passwort wiederholen <sup class="small-lg">(min 8)</sup>" "label_html" => true "label_attr" => [ "class" => "ms-1" ] "row_attr" => [ "class" => "form-floating col-xl-6 col-12 mb-3" ] "attr" => [ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "autocomplete" => "new-password" ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#1532 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#85 …} $message: Closure() {#1531 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_form_plainPassword" ] |
| cache_key | "_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1569 -form: Symfony\Component\Form\Form {#1558 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1583 …5} |
| full_name | "form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "_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 |
|---|---|---|
| attr | [ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "autocomplete" => "new-password" ] |
[ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "Passwort <sup class="small-lg">(min 8)</sup>" |
same as passed value |
| label_attr | [ "class" => "ms-1" ] |
[ "class" => "ms-1" ] |
| label_html | true |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating col-xl-6 col-12" ] |
[ "class" => "form-floating col-xl-6 col-12" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "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 {#1460 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1461 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1462 …} -namespace: Closure() {#1464 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1594 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 | "Passwort <sup class="small-lg">(min 8)</sup>" |
| label_attr | [ "class" => "ms-1" ] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating col-xl-6 col-12" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1603 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#85 …} $message: Closure() {#1602 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "no-blur" "placeholder" => "Passwort" "min" => 8 "max" => 4096 "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_plainPassword_first" ] |
| cache_key | "_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1512 -form: Symfony\Component\Form\Form {#1550 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1516 …5} |
| full_name | "form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_plainPassword_first" |
| label | "Passwort <sup class="small-lg">(min 8)</sup>" |
| label_attr | [ "class" => "ms-1" ] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating col-xl-6 col-12" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_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 |
|---|---|---|
| attr | [ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "autocomplete" => "new-password" ] |
[ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "autocomplete" => "new-password" ] |
| error_bubbling | false |
false
|
| label | "Passwort wiederholen <sup class="small-lg">(min 8)</sup>" |
same as passed value |
| label_attr | [ "class" => "ms-1" ] |
[ "class" => "ms-1" ] |
| label_html | true |
same as passed value |
| mapped | true |
same as passed value |
| required | true |
same as passed value |
| row_attr | [ "class" => "form-floating col-xl-6 col-12 mb-3" ] |
[ "class" => "form-floating col-xl-6 col-12 mb-3" ] |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "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 {#1460 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1461 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1462 …} -namespace: Closure() {#1464 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1565 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 | "Passwort wiederholen <sup class="small-lg">(min 8)</sup>" |
| label_attr | [ "class" => "ms-1" ] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [ "class" => "form-floating col-xl-6 col-12 mb-3" ] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1563 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#85 …} $message: Closure() {#1564 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "no-blur" "placeholder" => "Passwort wiederholen" "autocomplete" => "new-password" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_form_plainPassword_second" ] |
| cache_key | "_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1562 -form: Symfony\Component\Form\Form {#1547 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1604 …5} |
| full_name | "form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "form_plainPassword_second" |
| label | "Passwort wiederholen <sup class="small-lg">(min 8)</sup>" |
| label_attr | [ "class" => "ms-1" ] |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [ "class" => "form-floating col-xl-6 col-12 mb-3" ] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_form_plainPassword_second" |
| valid | true |
| value | "" |
register_btn
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "btn-secondary dark no-blur" ] |
[ "class" => "btn-secondary dark no-blur" ] |
| label | "<i class="bi bi-person-add me-2"></i>Registrieren" |
same as passed value |
| label_html | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "btn-secondary dark no-blur" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "<i class="bi bi-person-add me-2"></i>Registrieren" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| attr | [ "class" => "btn-secondary dark no-blur" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_form_register_btn" ] |
| cache_key | "_form_register_btn_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#1584 …5} |
| full_name | "form[register_btn]" |
| id | "form_register_btn" |
| label | "<i class="bi bi-person-add me-2"></i>Registrieren" |
| label_format | null |
| label_html | true |
| label_translation_parameters | [] |
| multipart | false |
| name | "register_btn" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_form_register_btn" |
| value | null |
_token
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "31a0b1.5Qp1e3EKiFRDnTnpCubl58PavsrGbyAoS6sPnsUmYPQ.llwbTDRFwyYXzWHRTqDSso2_552qAFRQHvw7wYNfU4HWRUQ1IFrbIy_OTg" |
| 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 | "31a0b1.5Qp1e3EKiFRDnTnpCubl58PavsrGbyAoS6sPnsUmYPQ.llwbTDRFwyYXzWHRTqDSso2_552qAFRQHvw7wYNfU4HWRUQ1IFrbIy_OTg" |
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 {#1460 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1461 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1462 …} -namespace: Closure() {#1464 …} } |
| data | "31a0b1.5Qp1e3EKiFRDnTnpCubl58PavsrGbyAoS6sPnsUmYPQ.llwbTDRFwyYXzWHRTqDSso2_552qAFRQHvw7wYNfU4HWRUQ1IFrbIy_OTg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1482 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() {#1480 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#85 …} $message: Closure() {#1536 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_form__token" ] |
| cache_key | "_form__token_hidden" |
| compound | false |
| data | "31a0b1.5Qp1e3EKiFRDnTnpCubl58PavsrGbyAoS6sPnsUmYPQ.llwbTDRFwyYXzWHRTqDSso2_552qAFRQHvw7wYNfU4HWRUQ1IFrbIy_OTg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1610 -form: Symfony\Component\Form\Form {#1578 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#1483 …5} |
| full_name | "form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "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 | "_form__token" |
| valid | true |
| value | "31a0b1.5Qp1e3EKiFRDnTnpCubl58PavsrGbyAoS6sPnsUmYPQ.llwbTDRFwyYXzWHRTqDSso2_552qAFRQHvw7wYNfU4HWRUQ1IFrbIy_OTg" |