Forms
login_form
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [_username => null, _referer => null] |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | [_username => null, _referer => null] | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| data | [_username => null, _referer => null] |
| 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 |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | POST |
| post_max_size_message | Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [] |
| block_prefixes | [0 => form, 1 => login_form, 2 => _login_form] |
| cache_key | _login_form_login_form |
| compound | true |
| data | [_username => null, _referer => null] |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | login_form |
| id | login_form |
| label | null |
| label_attr | [] |
| label_format | null |
| method | POST |
| multipart | false |
| name | login_form |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _login_form |
| valid | true |
| value | [_username => null, _referer => null] |
_username
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 => E-mailadres] | same as passed value |
| label | E-mailadres | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| attr | [placeholder => E-mailadres] |
| auto_initialize | true |
| block_name | 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 | 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 |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | E-mailadres |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | POST |
| post_max_size_message | Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [placeholder => E-mailadres] |
| block_prefixes | [0 => form, 1 => text, 2 => _login_form__username] |
| cache_key | _login_form__username_text |
| compound | false |
| data | null |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | login_form[_username] |
| id | login_form__username |
| label | E-mailadres |
| label_attr | [] |
| label_format | null |
| method | POST |
| multipart | false |
| name | _username |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _login_form__username |
| valid | true |
| value |
_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 => Wachtwoord] | same as passed value |
| label | Wachtwoord | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| always_empty | true |
| attr | [placeholder => Wachtwoord] |
| auto_initialize | true |
| block_name | 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 | 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 |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | Wachtwoord |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | POST |
| post_max_size_message | Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. |
| property_path | null |
| required | true |
| translation_domain | null |
| trim | false |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [placeholder => Wachtwoord] |
| block_prefixes | [0 => form, 1 => text, 2 => password, 3 => _login_form__password] |
| cache_key | _login_form__password_password |
| compound | false |
| data | null |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | login_form[_password] |
| id | login_form__password |
| label | Wachtwoord |
| label_attr | [] |
| label_format | null |
| method | POST |
| multipart | false |
| name | _password |
| required | true |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _login_form__password |
| valid | true |
| value |
_referer
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
Submitted Data
This form was not submitted.
Passed Options
No options where passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| 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 |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | true |
| method | POST |
| post_max_size_message | Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [] |
| block_prefixes | [0 => form, 1 => hidden, 2 => _login_form__referer] |
| cache_key | _login_form__referer_hidden |
| compound | false |
| data | null |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | login_form[_referer] |
| id | login_form__referer |
| label | null |
| label_attr | [] |
| label_format | null |
| method | POST |
| multipart | false |
| name | _referer |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _login_form__referer |
| valid | true |
| value |
_token
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | k6Wu-d3EqBVDk4yYP_rODIJNC0w4jomY2QMMnksQLL0 |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | k6Wu-d3EqBVDk4yYP_rODIJNC0w4jomY2QMMnksQLL0 | same as passed value |
| mapped | false | same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | |
| allow_extra_fields | false |
| attr | [] |
| auto_initialize | true |
| block_name | 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 | Object(Symfony\Component\Security\Csrf\CsrfTokenManager) |
| data | k6Wu-d3EqBVDk4yYP_rODIJNC0w4jomY2QMMnksQLL0 |
| 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 |
| invalid_message | This value is not valid. |
| invalid_message_parameters | [] |
| label | null |
| label_attr | [] |
| label_format | null |
| mapped | false |
| method | POST |
| post_max_size_message | Het geüploade bestand is te groot. Probeer een kleiner bestand te uploaden. |
| property_path | null |
| required | false |
| translation_domain | null |
| trim | true |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | |
| attr | [] |
| block_prefixes | [0 => form, 1 => hidden, 2 => _login_form__token] |
| cache_key | _login_form__token_hidden |
| compound | false |
| data | k6Wu-d3EqBVDk4yYP_rODIJNC0w4jomY2QMMnksQLL0 |
| disabled | false |
| errors | Object(Symfony\Component\Form\FormErrorIterator) |
| form | Object(Symfony\Component\Form\FormView) |
| full_name | login_form[_token] |
| id | login_form__token |
| label | null |
| label_attr | [] |
| label_format | null |
| method | POST |
| multipart | false |
| name | _token |
| required | false |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | _login_form__token |
| valid | true |
| value | k6Wu-d3EqBVDk4yYP_rODIJNC0w4jomY2QMMnksQLL0 |