- 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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | "App\Module\Account\Form\Model\RequestPasswordModel" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3476 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} 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() {#3478 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3477 …} } } |
| 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 {#3520 -form: Symfony\Component\Form\Form {#3521 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3479 …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 {#3488 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3489 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3490 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3491 +payload: null +groups: [ "Default" ] +message: "request_password_no_customer" } ] } |
[ Symfony\Component\Validator\Constraints\Sequentially {#3488 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3489 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3490 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3491 +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 {#3488 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3489 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3490 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\AccountIsRegistered {#3491 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3502 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3504 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3501 …} } } |
| 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 {#3533 -form: Symfony\Component\Form\Form {#3524 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3532 …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 {#3535 …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 | "fe98bb88541dce.LQcejRFiyBVljMNUNnS_hfkGzvzCPsAsDS_T5RYuN9E.GklxynAhunAn_ZRiQD2S0I9ovJeFRI1HV36lsG9bXYFETCjrYTH_Yj-8rA" |
| 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 | "fe98bb88541dce.LQcejRFiyBVljMNUNnS_hfkGzvzCPsAsDS_T5RYuN9E.GklxynAhunAn_ZRiQD2S0I9ovJeFRI1HV36lsG9bXYFETCjrYTH_Yj-8rA" |
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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data | "fe98bb88541dce.LQcejRFiyBVljMNUNnS_hfkGzvzCPsAsDS_T5RYuN9E.GklxynAhunAn_ZRiQD2S0I9ovJeFRI1HV36lsG9bXYFETCjrYTH_Yj-8rA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3541 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3543 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3540 …} } } |
| 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 | "fe98bb88541dce.LQcejRFiyBVljMNUNnS_hfkGzvzCPsAsDS_T5RYuN9E.GklxynAhunAn_ZRiQD2S0I9ovJeFRI1HV36lsG9bXYFETCjrYTH_Yj-8rA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3553 -form: Symfony\Component\Form\Form {#3549 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3544 …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 | "fe98bb88541dce.LQcejRFiyBVljMNUNnS_hfkGzvzCPsAsDS_T5RYuN9E.GklxynAhunAn_ZRiQD2S0I9ovJeFRI1HV36lsG9bXYFETCjrYTH_Yj-8rA" |
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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | "App\Module\Account\Form\Model\RegisterAccountModel" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3416 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} 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() {#3559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3556 …} } } |
| 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 {#3758 -form: Symfony\Component\Form\Form {#3763 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3558 …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 {#3597 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3608 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3597 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3608 +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 {#3597 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3608 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3665 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3671 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3669 …} } } |
| 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 {#3790 -form: Symfony\Component\Form\Form {#3766 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3798 …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 {#3607 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3609 +payload: null +message: "This value is not valid." +pattern: "/\d/" +htmlPattern: null +match: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3607 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3609 +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 {#3607 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Regex {#3609 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3683 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3686 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3685 …} } } |
| 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 {#3731 -form: Symfony\Component\Form\Form {#3769 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3719 …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 {#3621 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3622 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3620 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3625 +payload: null +groups: [ "Default" ] +message: "email_not_unique" +messageNotUniqueInAllStores: "email_not_unique_in_all_stores" } ] } |
[ Symfony\Component\Validator\Constraints\Sequentially {#3621 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3622 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3620 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3625 +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 {#3621 +payload: null +groups: [ "Default" ] +constraints: [ Symfony\Component\Validator\Constraints\NotBlank {#3622 +payload: null +groups: [ "Default" ] +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Email {#3620 +payload: null +groups: [ "Default" ] +message: "This value is not a valid email address." +mode: null +normalizer: null } App\Module\Account\Validator\UniqueEmail {#3625 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3695 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3697 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3696 …} } } |
| 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 {#3698 -form: Symfony\Component\Form\Form {#3772 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3687 …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 {#3624 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3624 +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 {#3624 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| 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() {#3717 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3716 …} } } |
| 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 {#3819 +label: "form_placeholder_private_customer" +value: "private" +data: "private" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3820 +label: "form_placeholder_business_customer" +value: "business" +data: "business" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | "business" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3673 -form: Symfony\Component\Form\Form {#3775 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3817 …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) {#3822 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#3703 …} } |
| 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 {#3626 +payload: null +messageKey: "invalid_vat_id" } ] |
[ App\Module\Checkout\Registration\Validator\IsValidVatId {#3626 +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 {#3626 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3728 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3730 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3729 …} } } |
| 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 {#3836 -form: Symfony\Component\Form\Form {#3778 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3838 …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 {#3643 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3644 +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 {#3653 +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 {#3643 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3644 +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 {#3653 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3743 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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 {#3643 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3644 +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 {#3653 +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() {#3746 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3745 …} } } |
| 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 {#3839 -form: Symfony\Component\Form\Form {#3802 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3845 …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 {#3643 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3644 +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 {#3653 +payload: null +message: "invalid_password_pattern" +pattern: "/((?=.*\d)(?=.*[a-z])(?=.*[A-Z])).*/" +htmlPattern: null +match: true +normalizer: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#3643 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3644 +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 {#3653 +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 {#3643 +payload: null +message: "This value should not be blank." +allowNull: false +normalizer: null } Symfony\Component\Validator\Constraints\Length {#3644 +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 {#3653 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3787 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3789 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3786 …} } } |
| 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 {#3850 -form: Symfony\Component\Form\Form {#3805 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3849 …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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3795 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3797 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3796 …} } } |
| 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 {#3851 -form: Symfony\Component\Form\Form {#3808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3852 …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 {#3848 …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 {#3652 +payload: null +messageKey: "formservice_frc_validation_message" +timeoutKey: "formservice_frc_timeout" } ] |
[ App\Module\FriendlyCaptcha\Validator\FriendlyCaptchaConstraint {#3652 +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 {#3652 +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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3755 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3756 …} } } |
| 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 {#3854 -form: Symfony\Component\Form\Form {#3813 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3847 …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 | "2ca67707dcec97354746a4.FXT_tBHGlanWFvLq3qKunAzOU2oCBDr1jTwI9lQY1aY.Rh7I92Kl8_jhcoOvtJb72kSBHixRQQK45VoxsW1hnIt5B5fBeJz27uJcxg" |
| 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 | "2ca67707dcec97354746a4.FXT_tBHGlanWFvLq3qKunAzOU2oCBDr1jTwI9lQY1aY.Rh7I92Kl8_jhcoOvtJb72kSBHixRQQK45VoxsW1hnIt5B5fBeJz27uJcxg" |
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 {#1589 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1588 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1587 …} -namespace: Closure() {#1585 …} } |
| data | "2ca67707dcec97354746a4.FXT_tBHGlanWFvLq3qKunAzOU2oCBDr1jTwI9lQY1aY.Rh7I92Kl8_jhcoOvtJb72kSBHixRQQK45VoxsW1hnIt5B5fBeJz27uJcxg" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3753 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#3421 …} } |
| 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() {#3853 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#3460 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#367 …} $translationDomain: "validators" $message: Closure() {#3855 …} } } |
| 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 | "2ca67707dcec97354746a4.FXT_tBHGlanWFvLq3qKunAzOU2oCBDr1jTwI9lQY1aY.Rh7I92Kl8_jhcoOvtJb72kSBHixRQQK45VoxsW1hnIt5B5fBeJz27uJcxg" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3865 -form: Symfony\Component\Form\Form {#3861 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3856 …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 | "2ca67707dcec97354746a4.FXT_tBHGlanWFvLq3qKunAzOU2oCBDr1jTwI9lQY1aY.Rh7I92Kl8_jhcoOvtJb72kSBHixRQQK45VoxsW1hnIt5B5fBeJz27uJcxg" |