Forms
-
(no name)
-
username
-
password
-
captcha
-
submit
-
_token
-
(no name)
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 | "baushop.authentication_form" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#2116 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2117 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2118 …} -namespace: Closure() {#2120 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2176 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() {#2190 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#378 …} $message: Closure() {#2189 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "" "_" ] |
cache_key | "__" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2279 -form: Symfony\Component\Form\Form {#2242 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2191 …5} |
full_name | "" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "" |
priority | 0 |
required | true |
row_attr | [] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_" |
valid | true |
value | null |
username
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 | [ "placeholder" => "Username" ] |
[ "placeholder" => "Username" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2252 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2219 +payload: null +groups: ? +message: "Please enter a valid username" +mode: "strict" +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2252 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2219 +payload: null +groups: ? +message: "Please enter a valid username" +mode: "strict" +normalizer: null } ] |
label | "Username" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-2 mt-4" ] |
[ "class" => "form-floating mb-2 mt-4" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "placeholder" => "Username" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2252 +payload: null +groups: ? +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#2219 +payload: null +groups: ? +message: "Please enter a valid username" +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 {#2116 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2117 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2118 …} -namespace: Closure() {#2120 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2212 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 | "Username" |
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" => "form-floating mb-2 mt-4" ] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2214 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#378 …} $message: Closure() {#2213 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Username" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_username" ] |
cache_key | "_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2264 -form: Symfony\Component\Form\Form {#2311 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2257 …5} |
full_name | "username" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "username" |
label | "Username" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-2 mt-4" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_username" |
valid | true |
value | "" |
password
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 | [ "placeholder" => "Username" ] |
[ "placeholder" => "Username" ] |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2206 +payload: null +groups: ? +message: "Please enter a password" +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2206 +payload: null +groups: ? +message: "Please enter a password" +allowNull: false +normalizer: null } ] |
label | "Password" |
same as passed value |
required | true |
same as passed value |
row_attr | [ "class" => "form-floating mb-2" ] |
[ "class" => "form-floating mb-2" ] |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [ "placeholder" => "Username" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2206 +payload: null +groups: ? +message: "Please enter a password" +allowNull: false +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 {#2116 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2117 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2118 …} -namespace: Closure() {#2120 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2205 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 | "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 | [ "class" => "form-floating mb-2" ] |
sanitize_html | false |
sanitizer | null |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2198 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#378 …} $message: Closure() {#2199 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [ "placeholder" => "Username" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_password" ] |
cache_key | "_password_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2265 -form: Symfony\Component\Form\Form {#2308 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2266 …5} |
full_name | "password" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "password" |
label | "Password" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "password" |
priority | 0 |
required | true |
row_attr | [ "class" => "form-floating mb-2" ] |
submitted | false |
translation_domain | null |
unique_block_prefix | "_password" |
valid | true |
value | "" |
captcha
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 |
---|---|---|
appearance | "always" |
same as passed value |
constraints | [ Abcpremium\BaushopFrontendBundle\Validator\Constraints\CloudflareCaptcha {#2216 +payload: null +groups: ? +message: "Captcha is not valid." } ] |
[ Abcpremium\BaushopFrontendBundle\Validator\Constraints\CloudflareCaptcha {#2216 +payload: null +groups: ? +message: "Captcha is not valid." } ] |
size | "normal" |
same as passed value |
theme | "light" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
appearance | "always" |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [ Abcpremium\BaushopFrontendBundle\Validator\Constraints\CloudflareCaptcha {#2216 +payload: null +groups: ? +message: "Captcha is not valid." } ] |
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 {#2116 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2117 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2118 …} -namespace: Closure() {#2120 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2234 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 | 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 | false |
row_attr | [] |
setter | null |
size | "normal" |
theme | "light" |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2232 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#378 …} $message: Closure() {#2233 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
appearance | "always" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "cloudflare_captcha" "_captcha" ] |
cache_key | "_captcha_cloudflare_captcha" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2267 -form: Symfony\Component\Form\Form {#2305 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2268 …5} |
full_name | "captcha" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "captcha" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "captcha" |
priority | 0 |
required | false |
row_attr | [] |
size | "normal" |
submitted | false |
theme | "light" |
translation_domain | null |
unique_block_prefix | "_captcha" |
valid | true |
value | "" |
submit
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 |
---|---|---|
label | "Login" |
same as passed value |
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | "Login" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Vars
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_submit" ] |
cache_key | "_submit_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#2231 …5} |
full_name | "submit" |
id | "submit" |
label | "Login" |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "submit" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_submit" |
value | null |
_token
Errors
This form has no errors.
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "113f9a213767a4e89bdf2d.VSD2y8ZXU-EDgzdbm8k5VY5yN7y0gJ4l9tpRZ_9lJgk.DFiciYwBFKdS5V4U4_4LGPwbWurhtqZEwYVjPYYLFm8nd8T-pRg4pXXUWA" |
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 | "113f9a213767a4e89bdf2d.VSD2y8ZXU-EDgzdbm8k5VY5yN7y0gJ4l9tpRZ_9lJgk.DFiciYwBFKdS5V4U4_4LGPwbWurhtqZEwYVjPYYLFm8nd8T-pRg4pXXUWA" |
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 {#2116 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#2117 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#2118 …} -namespace: Closure() {#2120 …} } |
data | "113f9a213767a4e89bdf2d.VSD2y8ZXU-EDgzdbm8k5VY5yN7y0gJ4l9tpRZ_9lJgk.DFiciYwBFKdS5V4U4_4LGPwbWurhtqZEwYVjPYYLFm8nd8T-pRg4pXXUWA" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2280 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() {#2274 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Pimcore\Translation\Translator {#378 …} $message: Closure() {#2273 …} $translationDomain: "validators" } } |
validation_groups | null |
View Vars
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "__token" ] |
cache_key | "__token_hidden" |
compound | false |
data | "113f9a213767a4e89bdf2d.VSD2y8ZXU-EDgzdbm8k5VY5yN7y0gJ4l9tpRZ_9lJgk.DFiciYwBFKdS5V4U4_4LGPwbWurhtqZEwYVjPYYLFm8nd8T-pRg4pXXUWA" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2248 -form: Symfony\Component\Form\Form {#2254 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2271 …5} |
full_name | "_token" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "_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 | "__token" |
valid | true |
value | "113f9a213767a4e89bdf2d.VSD2y8ZXU-EDgzdbm8k5VY5yN7y0gJ4l9tpRZ_9lJgk.DFiciYwBFKdS5V4U4_4LGPwbWurhtqZEwYVjPYYLFm8nd8T-pRg4pXXUWA" |