- 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) {#3629 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} 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() {#3631 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3630 …} } } |
| 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 {#3673 -form: Symfony\Component\Form\Form {#3674 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3632 …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 {#3641 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3642 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3643 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3644 +payload: null +groups: [ "Default" ] +message: "request_password_no_customer" } ] } |
[ Symfony\Component\Validator\Constraints\Sequentially {#3641 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3642 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3643 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3644 +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 {#3641 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3642 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3643 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3644 +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) {#3655 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3657 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3654 …} } } |
| 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 {#3686 -form: Symfony\Component\Form\Form {#3677 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3685 …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 {#3688 …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 | "0c308566974e0ac677117f7d.N4G39o0gr9WzygNbWHvmpQerXDfpjjEtWiE-RkonyoY.X8eHt8pW1oLJgFxsEyK50GnEOQ-kz25bAnJWdjlXv9d168Sfv2fOn__9aA" |
| 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 | "0c308566974e0ac677117f7d.N4G39o0gr9WzygNbWHvmpQerXDfpjjEtWiE-RkonyoY.X8eHt8pW1oLJgFxsEyK50GnEOQ-kz25bAnJWdjlXv9d168Sfv2fOn__9aA" |
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 | "0c308566974e0ac677117f7d.N4G39o0gr9WzygNbWHvmpQerXDfpjjEtWiE-RkonyoY.X8eHt8pW1oLJgFxsEyK50GnEOQ-kz25bAnJWdjlXv9d168Sfv2fOn__9aA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3694 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3696 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3693 …} } } |
| 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 | "0c308566974e0ac677117f7d.N4G39o0gr9WzygNbWHvmpQerXDfpjjEtWiE-RkonyoY.X8eHt8pW1oLJgFxsEyK50GnEOQ-kz25bAnJWdjlXv9d168Sfv2fOn__9aA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3706 -form: Symfony\Component\Form\Form {#3702 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3697 …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 | "0c308566974e0ac677117f7d.N4G39o0gr9WzygNbWHvmpQerXDfpjjEtWiE-RkonyoY.X8eHt8pW1oLJgFxsEyK50GnEOQ-kz25bAnJWdjlXv9d168Sfv2fOn__9aA" |
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) {#3569 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} 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() {#3712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3709 …} } } |
| 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 {#3911 -form: Symfony\Component\Form\Form {#3916 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3711 …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 {#3750 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3761 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3750 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3761 +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 {#3750 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3761 +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) {#3818 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3824 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3822 …} } } |
| 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 {#3943 -form: Symfony\Component\Form\Form {#3919 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3951 …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 {#3760 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3762 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3760 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3762 +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 {#3760 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3762 +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) {#3836 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3839 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3838 …} } } |
| 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 {#3884 -form: Symfony\Component\Form\Form {#3922 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3872 …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 {#3774 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3775 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3773 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3778 +payload: null +groups: [ "Default" ] +message: "email_not_unique" +messageNotUniqueInAllStores: "email_not_unique_in_all_stores" } ] } |
[ Symfony\Component\Validator\Constraints\Sequentially {#3774 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3775 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3773 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3778 +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 {#3774 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3775 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3773 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3778 +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) {#3848 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3850 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3849 …} } } |
| 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 {#3851 -form: Symfony\Component\Form\Form {#3925 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3840 …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 {#3777 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3777 +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 {#3777 +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() {#3870 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3869 …} } } |
| 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 {#3972 +label: "form_placeholder_private_customer" +value: "private" +data: "private" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +label: "form_placeholder_business_customer" +value: "business" +data: "business" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "business" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3826 -form: Symfony\Component\Form\Form {#3928 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3970 …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) {#3975 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3856 …} } |
| 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 {#3779 +payload: null +messageKey: "invalid_vat_id" } ] |
[ App\Module\Checkout\Registration\Validator\IsValidVatId {#3779 +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 {#3779 +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) {#3881 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3883 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3882 …} } } |
| 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 {#3989 -form: Symfony\Component\Form\Form {#3931 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3991 …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 {#3796 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3797 +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 {#3806 +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 {#3796 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3797 +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 {#3806 +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) {#3896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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 {#3796 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3797 +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 {#3806 +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() {#3899 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3898 …} } } |
| 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 {#3992 -form: Symfony\Component\Form\Form {#3955 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3998 …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 {#3796 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3797 +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 {#3806 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3796 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3797 +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 {#3806 +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 {#3796 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3797 +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 {#3806 +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) {#3940 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3939 …} } } |
| 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 {#4003 -form: Symfony\Component\Form\Form {#3958 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4002 …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) {#3948 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3949 …} } } |
| 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 {#4004 -form: Symfony\Component\Form\Form {#3961 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4005 …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 {#4001 …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 {#3805 +payload: null +messageKey: "formservice_frc_validation_message" +timeoutKey: "formservice_frc_timeout" } ] |
[ App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaConstraint {#3805 +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 {#3805 +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) {#3908 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#3910 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3909 …} } } |
| 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 {#4007 -form: Symfony\Component\Form\Form {#3966 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4000 …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 | "c703d0c8fc8f8292e97b.809pKxGOnNkmC1O2vS1IqOZ7Y-i6ebrQMqwS5rFV-dc.lC06Y2Lf2YkSTCPsi04BydQkKKnTCMyCePoj090vz66gBx1dS-394RRiaw" |
| 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 | "c703d0c8fc8f8292e97b.809pKxGOnNkmC1O2vS1IqOZ7Y-i6ebrQMqwS5rFV-dc.lC06Y2Lf2YkSTCPsi04BydQkKKnTCMyCePoj090vz66gBx1dS-394RRiaw" |
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 | "c703d0c8fc8f8292e97b.809pKxGOnNkmC1O2vS1IqOZ7Y-i6ebrQMqwS5rFV-dc.lC06Y2Lf2YkSTCPsi04BydQkKKnTCMyCePoj090vz66gBx1dS-394RRiaw" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3906 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3574 …} } |
| 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() {#4006 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3613 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#4008 …} } } |
| 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 | "c703d0c8fc8f8292e97b.809pKxGOnNkmC1O2vS1IqOZ7Y-i6ebrQMqwS5rFV-dc.lC06Y2Lf2YkSTCPsi04BydQkKKnTCMyCePoj090vz66gBx1dS-394RRiaw" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#4018 -form: Symfony\Component\Form\Form {#4014 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#4009 …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 | "c703d0c8fc8f8292e97b.809pKxGOnNkmC1O2vS1IqOZ7Y-i6ebrQMqwS5rFV-dc.lC06Y2Lf2YkSTCPsi04BydQkKKnTCMyCePoj090vz66gBx1dS-394RRiaw" |