Forms
user_login [Bolt\Form\FormType\UserLoginType]
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | Object(Bolt\Storage\Entity\Users) |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | Object(Bolt\Storage\Entity\Users) | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| cascade_validation | false |
| compound | true |
| constraints | [] |
| csrf_field_name | _token |
| csrf_message | The CSRF token is invalid. Please try to resubmit the form. |
| csrf_protection | true |
| csrf_provider | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| csrf_token_id | null |
| csrf_token_manager | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| data | Object(Bolt\Storage\Entity\Users) |
| data_class | Bolt\Storage\Entity\Users |
| disabled | false |
| empty_data | Object(Closure) |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | This form should not contain extra fields. |
| inherit_data | false |
| intention | null |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| max_length | null |
| method | POST |
| pattern | null |
| post_max_size_message | The uploaded file was too large. Please try to upload a smaller file. |
| property_path | null |
| read_only | false |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Object(Closure) |
| validation_groups | null |
| virtual | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [] |
| block_prefixes | [0 => form, 1 => user_login, 2 => _user_login] |
| cache_key | _user_login_Bolt\Form\FormType\UserLoginType |
| compound | true |
| data | Object(Bolt\Storage\Entity\Users) |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login |
| id | user_login |
| label | null |
| label_attr | [] |
| label_format | null |
| max_length | null |
| method | POST |
| multipart | false |
| name | user_login |
| pattern | null |
| read_only | false |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _user_login |
| valid | true |
| value | Object(Bolt\Storage\Entity\Users) |
username [text]
Default Data
| Property | Value |
|---|---|
| Model Format | null |
| Normalized Format | |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [placeholder => Je inlognaam] | same as passed value |
| constraints | [0 => Object(Symfony\Component\Validator\Constraints\NotBlank), 1 => Object(Symfony\Component\Validator\Constraints\Length)] | same as passed value |
| label | Gebruikersnaam / e-mail | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [placeholder => Je inlognaam] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| cascade_validation | false |
| compound | false |
| constraints | [0 => Object(Symfony\Component\Validator\Constraints\NotBlank), 1 => Object(Symfony\Component\Validator\Constraints\Length)] |
| csrf_field_name | _token |
| csrf_message | The CSRF token is invalid. Please try to resubmit the form. |
| csrf_protection | true |
| csrf_provider | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| csrf_token_id | null |
| csrf_token_manager | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| data_class | null |
| disabled | false |
| empty_data | Object(Closure) |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | This form should not contain extra fields. |
| inherit_data | false |
| intention | null |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | Gebruikersnaam / e-mail |
| label_attr | [] |
| label_format | null |
| mapped | true |
| max_length | null |
| method | POST |
| pattern | null |
| post_max_size_message | The uploaded file was too large. Please try to upload a smaller file. |
| property_path | null |
| read_only | false |
| required | true |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Object(Closure) |
| validation_groups | null |
| virtual | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [placeholder => Je inlognaam] |
| block_prefixes | [0 => form, 1 => text, 2 => _user_login_username] |
| cache_key | _user_login_username_text |
| compound | false |
| data | |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[username] |
| id | user_login_username |
| label | Gebruikersnaam / e-mail |
| label_attr | [] |
| label_format | null |
| max_length | null |
| method | POST |
| multipart | false |
| name | username |
| pattern | null |
| read_only | false |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _user_login_username |
| valid | true |
| value |
password [password]
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [placeholder => Je wachtwoord, autocomplete => enter-password] | same as passed value |
| label | Wachtwoord | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| allow_file_upload | false |
| always_empty | true |
| attr | [placeholder => Je wachtwoord, autocomplete => enter-password] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| cascade_validation | false |
| compound | false |
| constraints | [] |
| csrf_field_name | _token |
| csrf_message | The CSRF token is invalid. Please try to resubmit the form. |
| csrf_protection | true |
| csrf_provider | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| csrf_token_id | null |
| csrf_token_manager | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| data_class | null |
| disabled | false |
| empty_data | Object(Closure) |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | This form should not contain extra fields. |
| inherit_data | false |
| intention | null |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | Wachtwoord |
| label_attr | [] |
| label_format | null |
| mapped | true |
| max_length | null |
| method | POST |
| pattern | null |
| post_max_size_message | The uploaded file was too large. Please try to upload a smaller file. |
| property_path | null |
| read_only | false |
| required | true |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Object(Closure) |
| validation_groups | null |
| virtual | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [placeholder => Je wachtwoord, autocomplete => enter-password] |
| block_prefixes | [0 => form, 1 => text, 2 => password, 3 => _user_login_password] |
| cache_key | _user_login_password_password |
| compound | false |
| data | null |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[password] |
| id | user_login_password |
| label | Wachtwoord |
| label_attr | [] |
| label_format | null |
| max_length | null |
| method | POST |
| multipart | false |
| name | password |
| pattern | null |
| read_only | false |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _user_login_password |
| valid | true |
| value |
forgot [button]
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 | Ik ben mijn wachtwoord vergeten… | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| auto_initialize | false |
| block_name | null |
| disabled | false |
| label | Ik ben mijn wachtwoord vergeten… |
| label_format | null |
| translation_domain | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| block_prefixes | [0 => button, 1 => _user_login_forgot] |
| cache_key | _user_login_forgot_button |
| disabled | false |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[forgot] |
| id | user_login_forgot |
| label | Ik ben mijn wachtwoord vergeten… |
| label_format | null |
| multipart | false |
| name | forgot |
| translation_domain | null |
| unique_block_prefix | _user_login_forgot |
| value | null |
back [button]
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 | Terug naar login | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| auto_initialize | false |
| block_name | null |
| disabled | false |
| label | Terug naar login |
| label_format | null |
| translation_domain | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| block_prefixes | [0 => button, 1 => _user_login_back] |
| cache_key | _user_login_back_button |
| disabled | false |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[back] |
| id | user_login_back |
| label | Terug naar login |
| label_format | null |
| multipart | false |
| name | back |
| translation_domain | null |
| unique_block_prefix | _user_login_back |
| value | null |
reset [submit]
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 | Reset mijn wachtwoord | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| auto_initialize | false |
| block_name | null |
| disabled | false |
| label | Reset mijn wachtwoord |
| label_format | null |
| translation_domain | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| block_prefixes | [0 => button, 1 => submit, 2 => _user_login_reset] |
| cache_key | _user_login_reset_submit |
| clicked | false |
| disabled | false |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[reset] |
| id | user_login_reset |
| label | Reset mijn wachtwoord |
| label_format | null |
| multipart | false |
| name | reset |
| translation_domain | null |
| unique_block_prefix | _user_login_reset |
| value | null |
login [submit]
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 | Inloggen | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| attr | [] |
| auto_initialize | false |
| block_name | null |
| disabled | false |
| label | Inloggen |
| label_format | null |
| translation_domain | null |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| attr | [] |
| block_prefixes | [0 => button, 1 => submit, 2 => _user_login_login] |
| cache_key | _user_login_login_submit |
| clicked | false |
| disabled | false |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[login] |
| id | user_login_login |
| label | Inloggen |
| label_format | null |
| multipart | false |
| name | login |
| translation_domain | null |
| unique_block_prefix | _user_login_login |
| value | null |
_token [hidden]
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | IHiV6WjbSITgE-M0_biMlVaTyhfItD6Z5MyHLrWkv8Q |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | IHiV6WjbSITgE-M0_biMlVaTyhfItD6Z5MyHLrWkv8Q | same as passed value |
| mapped | false | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| auto_initialize | true |
| block_name | null |
| by_reference | true |
| cascade_validation | false |
| compound | false |
| constraints | [] |
| csrf_field_name | _token |
| csrf_message | The CSRF token is invalid. Please try to resubmit the form. |
| csrf_protection | true |
| csrf_provider | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| csrf_token_id | null |
| csrf_token_manager | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| data | IHiV6WjbSITgE-M0_biMlVaTyhfItD6Z5MyHLrWkv8Q |
| data_class | null |
| disabled | false |
| empty_data | Object(Closure) |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | This form should not contain extra fields. |
| inherit_data | false |
| intention | null |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | false |
| max_length | null |
| method | POST |
| pattern | null |
| post_max_size_message | The uploaded file was too large. Please try to upload a smaller file. |
| property_path | null |
| read_only | false |
| required | false |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Object(Closure) |
| validation_groups | null |
| virtual | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [] |
| block_prefixes | [0 => form, 1 => hidden, 2 => _user_login__token] |
| cache_key | _user_login__token_hidden |
| compound | false |
| data | IHiV6WjbSITgE-M0_biMlVaTyhfItD6Z5MyHLrWkv8Q |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | user_login[_token] |
| id | user_login__token |
| label | null |
| label_attr | [] |
| label_format | null |
| max_length | null |
| method | POST |
| multipart | false |
| name | _token |
| pattern | null |
| read_only | false |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _user_login__token |
| valid | true |
| value | IHiV6WjbSITgE-M0_biMlVaTyhfItD6Z5MyHLrWkv8Q |