- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 129
- Events
- Routing
- Cache
- Translation 83
- Security
- Twig
- HTTP Client
- Messages
- Redis
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
eMail
-
save
-
_token
-
-
-
firstName
-
lastName
-
eMail
-
group
-
vatId
-
-
first
-
second
-
-
save
-
frcaptcha
-
_token
-
request_password_form
"App\Module\Account\Form\Type\RequestPasswordFormType"
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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | "App\Module\Account\Form\Model\RequestPasswordModel" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} use: { $class: "App\Module\Account\Form\Model\RequestPasswordModel" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3637 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/account/request-password" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "request_password_form" "_request_password_form" ] |
| cache_key | "_request_password_form_request_password_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3680 -form: Symfony\Component\Form\Form {#3681 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3639 …5} |
| full_name | "request_password_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "request_password_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "request_password_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_form" |
| valid | true |
| value | null |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | Symfony\Component\Validator\Constraints\Sequentially {#3648 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3649 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3650 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3651 +payload: null +groups: [ "Default" ] +message: "request_password_no_customer" } ] } |
[ Symfony\Component\Validator\Constraints\Sequentially {#3648 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3649 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3650 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3651 +payload: null +groups: [ "Default" ] +message: "request_password_no_customer" } ] } ] |
| label | "form_placeholder_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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Sequentially {#3648 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3649 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3650 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3651 +payload: null +groups: [ "Default" ] +message: "request_password_no_customer" } ] } ] |
| 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3662 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3664 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3661 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_request_password_form_eMail" ] |
| cache_key | "_request_password_form_eMail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3693 -form: Symfony\Component\Form\Form {#3684 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3692 …5} |
| full_name | "request_password_form[eMail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "request_password_form_eMail" |
| label | "form_placeholder_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "eMail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_form_eMail" |
| valid | true |
| value | "" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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" => "button button--secondary button--loader" ] |
[ "class" => "button button--secondary button--loader" ] |
| label | "request_password_submit" |
same as passed value |
| row_attr | [ "class" => "form-row" ] |
[ "class" => "form-row" ] |
Resolved Options
| Option | Value |
|---|---|
| attr | [ "class" => "button button--secondary button--loader" ] |
| attr_translation_parameters | [] |
| auto_initialize | false |
| block_name | null |
| block_prefix | null |
| disabled | false |
| form_attr | false |
| label | "request_password_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [ "class" => "form-row" ] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [ "class" => "button button--secondary button--loader" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_request_password_form_save" ] |
| cache_key | "_request_password_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#3695 …5} |
| full_name | "request_password_form[save]" |
| id | "request_password_form_save" |
| label | "request_password_submit" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [ "class" => "form-row" ] |
| translation_domain | null |
| unique_block_prefix | "_request_password_form_save" |
| value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "499ab1a5fbf2031d1d23e0c6185bcb.vc94OsQZ3BC_gUqSxxI_Soj2ftVKsnzXrLpMdoq38MY.14VPb54trHnX0X-npGJWE-KSOuwm-DW-yIk1Gcj7g6ntpDFghlWuSezLeg" |
| 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 | "499ab1a5fbf2031d1d23e0c6185bcb.vc94OsQZ3BC_gUqSxxI_Soj2ftVKsnzXrLpMdoq38MY.14VPb54trHnX0X-npGJWE-KSOuwm-DW-yIk1Gcj7g6ntpDFghlWuSezLeg" |
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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data | "499ab1a5fbf2031d1d23e0c6185bcb.vc94OsQZ3BC_gUqSxxI_Soj2ftVKsnzXrLpMdoq38MY.14VPb54trHnX0X-npGJWE-KSOuwm-DW-yIk1Gcj7g6ntpDFghlWuSezLeg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3701 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3703 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3700 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_request_password_form__token" ] |
| cache_key | "_request_password_form__token_hidden" |
| compound | false |
| data | "499ab1a5fbf2031d1d23e0c6185bcb.vc94OsQZ3BC_gUqSxxI_Soj2ftVKsnzXrLpMdoq38MY.14VPb54trHnX0X-npGJWE-KSOuwm-DW-yIk1Gcj7g6ntpDFghlWuSezLeg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3713 -form: Symfony\Component\Form\Form {#3709 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3704 …5} |
| full_name | "request_password_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "request_password_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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_request_password_form__token" |
| valid | true |
| value | "499ab1a5fbf2031d1d23e0c6185bcb.vc94OsQZ3BC_gUqSxxI_Soj2ftVKsnzXrLpMdoq38MY.14VPb54trHnX0X-npGJWE-KSOuwm-DW-yIk1Gcj7g6ntpDFghlWuSezLeg" |
register_account_form
"App\Module\Account\Form\Type\RegisterAccountFormType"
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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | "App\Module\Account\Form\Model\RegisterAccountModel" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3576 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} use: { $class: "App\Module\Account\Form\Model\RegisterAccountModel" } } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3719 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3716 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "/account/register" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "register_account_form" "_register_account_form" ] |
| cache_key | "_register_account_form_register_account_form" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3918 -form: Symfony\Component\Form\Form {#3923 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3718 …5} |
| full_name | "register_account_form" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "register_account_form" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form" |
| valid | true |
| value | null |
firstName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3757 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3768 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3757 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3768 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
| label | "form_placeholder_first_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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3757 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3768 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3825 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3829 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_firstName" ] |
| cache_key | "_register_account_form_firstName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3950 -form: Symfony\Component\Form\Form {#3926 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3958 …5} |
| full_name | "register_account_form[firstName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_firstName" |
| label | "form_placeholder_first_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "firstName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_firstName" |
| valid | true |
| value | "" |
lastName
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3767 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3769 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3767 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3769 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
| label | "form_placeholder_last_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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3767 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3769 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3843 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3846 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3845 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_lastName" ] |
| cache_key | "_register_account_form_lastName_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3891 -form: Symfony\Component\Form\Form {#3929 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3879 …5} |
| full_name | "register_account_form[lastName]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_lastName" |
| label | "form_placeholder_last_name" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastName" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_lastName" |
| valid | true |
| value | "" |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | Symfony\Component\Validator\Constraints\Sequentially {#3781 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3782 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3780 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3785 +payload: null +groups: [ "Default" ] +message: "email_not_unique" +messageNotUniqueInAllStores: "email_not_unique_in_all_stores" } ] } |
[ Symfony\Component\Validator\Constraints\Sequentially {#3781 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3782 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3780 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3785 +payload: null +groups: [ "Default" ] +message: "email_not_unique" +messageNotUniqueInAllStores: "email_not_unique_in_all_stores" } ] } ] |
| label | "form_placeholder_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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\Sequentially {#3781 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3782 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3780 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3785 +payload: null +groups: [ "Default" ] +message: "email_not_unique" +messageNotUniqueInAllStores: "email_not_unique_in_all_stores" } ] } ] |
| 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3855 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3857 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3856 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_register_account_form_eMail" ] |
| cache_key | "_register_account_form_eMail_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3858 -form: Symfony\Component\Form\Form {#3932 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3847 …5} |
| full_name | "register_account_form[eMail]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_eMail" |
| label | "form_placeholder_email" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "eMail" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_eMail" |
| valid | true |
| value | "" |
group
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "business" |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "aria-label" => "form_placeholder_customer_type" ] |
[ "aria-label" => "form_placeholder_customer_type" ] |
| choices | [ "form_placeholder_private_customer" => "private" "form_placeholder_business_customer" => "business" ] |
[ "form_placeholder_private_customer" => "private" "form_placeholder_business_customer" => "business" ] |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3784 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3784 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
| data | "business" |
same as passed value |
| expanded | false |
same as passed value |
| label | "form_placeholder_customer_type" |
same as passed value |
| multiple | false |
same as passed value |
| placeholder | "form_placeholder_customer_type" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "aria-label" => "form_placeholder_customer_type" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | null |
| choice_loader | null |
| choice_name | null |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choice_value | null |
| choices | [ "form_placeholder_private_customer" => "private" "form_placeholder_business_customer" => "business" ] |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3784 +payload: null +message: "This value should not be blank." +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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data | "business" |
| data_class | null |
| disabled | false |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "form_placeholder_customer_type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "form_placeholder_customer_type" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3877 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3876 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "aria-label" => "form_placeholder_customer_type" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_register_account_form_group" ] |
| cache_key | "_register_account_form_group_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#3979 +label: "form_placeholder_private_customer" +value: "private" +data: "private" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3980 +label: "form_placeholder_business_customer" +value: "business" +data: "business" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "business" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3833 -form: Symfony\Component\Form\Form {#3935 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3977 …5} |
| full_name | "register_account_form[group]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_group" |
| is_selected | Closure($choice, $value) {#3982 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3863 …} } |
| label | "form_placeholder_customer_type" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "group" |
| placeholder | "form_placeholder_customer_type" |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_group" |
| valid | true |
| value | "business" |
vatId
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ App\Module\Checkout\Registration\Validator\IsValidVatId {#3786 +payload: null +messageKey: "invalid_vat_id" } ] |
[ App\Module\Checkout\Registration\Validator\IsValidVatId {#3786 +payload: null +messageKey: "invalid_vat_id" } ] |
| label | "form_placeholder_vat_id" |
same as passed value |
| required | 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 | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Module\Checkout\Registration\Validator\IsValidVatId {#3786 +payload: null +messageKey: "invalid_vat_id" } ] |
| 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3888 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_vat_id" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3890 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3889 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_vatId" ] |
| cache_key | "_register_account_form_vatId_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3996 -form: Symfony\Component\Form\Form {#3938 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3998 …5} |
| full_name | "register_account_form[vatId]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_vatId" |
| label | "form_placeholder_vat_id" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "vatId" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_vatId" |
| valid | true |
| value | "" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| first_options | [ "label" => "form_placeholder_password" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#3803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3804 +payload: null +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: "invalid_password_min_length" +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: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#3813 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] ] |
[ "label" => "form_placeholder_password" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#3803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3804 +payload: null +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: "invalid_password_min_length" +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: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#3813 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] ] |
| invalid_message | "password_not_match" |
same as passed value |
| required | true |
same as passed value |
| second_options | [ "label" => "form_placeholder_password_repeat" ] |
[ "label" => "form_placeholder_password_repeat" ] |
| 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3903 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "form_placeholder_password" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#3803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3804 +payload: null +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: "invalid_password_min_length" +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: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#3813 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] ] |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "password_not_match" |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| 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" => "form_placeholder_password_repeat" ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#3906 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3905 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_register_account_form_plainPassword" ] |
| cache_key | "_register_account_form_plainPassword_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3999 -form: Symfony\Component\Form\Form {#3962 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4005 …5} |
| full_name | "register_account_form[plainPassword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_plainPassword" |
| valid | true |
| value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3804 +payload: null +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: "invalid_password_min_length" +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: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#3813 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3804 +payload: null +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: "invalid_password_min_length" +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: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#3813 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] |
| error_bubbling | false |
same as passed value |
| label | "form_placeholder_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 | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#3803 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3804 +payload: null +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: "invalid_password_min_length" +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: null +min: 8 +charset: "UTF-8" +normalizer: null +allowEmptyString: false } Symfony\Component\Validator\Constraints\Regex {#3813 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3947 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3949 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3946 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_account_form_plainPassword_first" ] |
| cache_key | "_register_account_form_plainPassword_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4010 -form: Symfony\Component\Form\Form {#3965 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4009 …5} |
| full_name | "register_account_form[plainPassword][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_plainPassword_first" |
| label | "form_placeholder_password" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "first" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_plainPassword_first" |
| valid | true |
| value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| error_bubbling | false |
same as passed value |
| label | "form_placeholder_password_repeat" |
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 | [] |
| 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3955 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | "form_placeholder_password_repeat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#3957 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3956 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_register_account_form_plainPassword_second" ] |
| cache_key | "_register_account_form_plainPassword_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4011 -form: Symfony\Component\Form\Form {#3968 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4012 …5} |
| full_name | "register_account_form[plainPassword][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_plainPassword_second" |
| label | "form_placeholder_password_repeat" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "second" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_plainPassword_second" |
| valid | true |
| value | "" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
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 | "save" |
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 | "save" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| validate | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "button" "submit" "_register_account_form_save" ] |
| cache_key | "_register_account_form_save_submit" |
| clicked | false |
| disabled | false |
| form | Symfony\Component\Form\FormView {#4008 …5} |
| full_name | "register_account_form[save]" |
| id | "register_account_form_save" |
| label | "save" |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| multipart | false |
| name | "save" |
| priority | 0 |
| row_attr | [] |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_save" |
| value | null |
frcaptcha
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "readonly" => true "autocomplete" => "off" "aria-hidden" => "true" "aria-label" => "Friendly Captcha" "tabindex" => "-1" ] |
[ "readonly" => true "autocomplete" => "off" "aria-hidden" => "true" "aria-label" => "Friendly Captcha" "tabindex" => "-1" ] |
| constraints | [ App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaConstraint {#3812 +payload: null +messageKey: "formservice_frc_validation_message" +timeoutKey: "formservice_frc_timeout" } ] |
[ App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaConstraint {#3812 +payload: null +messageKey: "formservice_frc_validation_message" +timeoutKey: "formservice_frc_timeout" } ] |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "readonly" => true "autocomplete" => "off" "aria-hidden" => "true" "aria-label" => "Friendly Captcha" "tabindex" => "-1" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [ App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaConstraint {#3812 +payload: null +messageKey: "formservice_frc_validation_message" +timeoutKey: "formservice_frc_timeout" } ] |
| 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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3915 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#3917 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3916 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "readonly" => true "autocomplete" => "off" "aria-hidden" => "true" "aria-label" => "Friendly Captcha" "tabindex" => "-1" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_register_account_form_frcaptcha" ] |
| cache_key | "_register_account_form_frcaptcha_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4014 -form: Symfony\Component\Form\Form {#3973 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4007 …5} |
| full_name | "register_account_form[frcaptcha]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_form_frcaptcha" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "frcaptcha" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form_frcaptcha" |
| valid | true |
| value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "04535959e9f5842741d8dac.9u8Tz6ihjVQhiI57XJSoaReA-8MpfIYyh8-1wcwenVM.gLxk98vUxCxU_9kICMDtD1nmyY96GtZEyIP5s_p30zm-jFD998n0M3Hc7Q" |
| 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 | "04535959e9f5842741d8dac.9u8Tz6ihjVQhiI57XJSoaReA-8MpfIYyh8-1wcwenVM.gLxk98vUxCxU_9kICMDtD1nmyY96GtZEyIP5s_p30zm-jFD998n0M3Hc7Q" |
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 {#857 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#906 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#932 …} -namespace: Closure() {#854 …} } |
| data | "04535959e9f5842741d8dac.9u8Tz6ihjVQhiI57XJSoaReA-8MpfIYyh8-1wcwenVM.gLxk98vUxCxU_9kICMDtD1nmyY96GtZEyIP5s_p30zm-jFD998n0M3Hc7Q" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3913 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3581 …} } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | false |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#4013 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3620 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#4015 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_register_account_form__token" ] |
| cache_key | "_register_account_form__token_hidden" |
| compound | false |
| data | "04535959e9f5842741d8dac.9u8Tz6ihjVQhiI57XJSoaReA-8MpfIYyh8-1wcwenVM.gLxk98vUxCxU_9kICMDtD1nmyY96GtZEyIP5s_p30zm-jFD998n0M3Hc7Q" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4025 -form: Symfony\Component\Form\Form {#4021 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4016 …5} |
| full_name | "register_account_form[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "register_account_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 | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_register_account_form__token" |
| valid | true |
| value | "04535959e9f5842741d8dac.9u8Tz6ihjVQhiI57XJSoaReA-8MpfIYyh8-1wcwenVM.gLxk98vUxCxU_9kICMDtD1nmyY96GtZEyIP5s_p30zm-jFD998n0M3Hc7Q" |