- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 51
- Events
- Routing
- Cache
- Translation
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Elastica
- VichUploader
- 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
-
-
-
0
-
1
-
-
initials
-
firstname
-
lastnamePrefix
-
lastname
-
username
-
job
-
-
first
-
second
-
-
license_code
-
roles
-
_token
-
user
"Nen\Bundle\KennisbankPlatformBundle\Form\UserType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | App\Entity\User {#2231 #attributes: [ "id" "createdAt" "updatedAt" "deletedAt" "loginAt" "passwordAt" "activationAt" "usernameAt" "passwordToken" "activationToken" "usernameToken" "source" "role" "companyId" "companyName" "manager" "licenseProduct" "licenseType" "licenseAmount" "licenseActive" "username" "name" "salutation" "firstname" "lastnamePrefix" "lastname" "initials" "sex" "job" "usernameChange" "roles" ] #id: null #loginAt: null #passwordAt: null #activationAt: null #usernameAt: null #passwordToken: null #passwordTokenCreatedAt: null #activationToken: null #usernameToken: null #source: "website" #role: null #roles: null #companyId: null #manager: null #username: null #hash: null #name: null #salutation: null #firstname: null #lastnamePrefix: null #lastname: null #initials: null #sex: null #job: null #usernameChange: null #notes: null #bookmarks: Doctrine\Common\Collections\ArrayCollection {#2232 …} #categories: null #documents: null #company: null #tokens: null #ips: Doctrine\Common\Collections\ArrayCollection {#2233 …} #notifications: null #migratedId: null #deletedAt: null #createdAt: null #updatedAt: null -respondent: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| data | App\Entity\User {#2231 #attributes: [ "id" "createdAt" "updatedAt" "deletedAt" "loginAt" "passwordAt" "activationAt" "usernameAt" "passwordToken" "activationToken" "usernameToken" "source" "role" "companyId" "companyName" "manager" "licenseProduct" "licenseType" "licenseAmount" "licenseActive" "username" "name" "salutation" "firstname" "lastnamePrefix" "lastname" "initials" "sex" "job" "usernameChange" "roles" ] #id: null #loginAt: null #passwordAt: null #activationAt: null #usernameAt: null #passwordToken: null #passwordTokenCreatedAt: null #activationToken: null #usernameToken: null #source: "website" #role: null #roles: null #companyId: null #manager: null #username: null #hash: null #name: null #salutation: null #firstname: null #lastnamePrefix: null #lastname: null #initials: null #sex: null #job: null #usernameChange: null #notes: null #bookmarks: Doctrine\Common\Collections\ArrayCollection {#2232 …} #categories: null #documents: null #company: null #tokens: null #ips: Doctrine\Common\Collections\ArrayCollection {#2233 …} #notifications: null #migratedId: null #deletedAt: null #createdAt: null #updatedAt: null -respondent: null } |
same as passed value |
| type | "register" |
same as passed value |
| validation_groups | [
"user"
] |
[
"user"
]
|
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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data | App\Entity\User {#2231 #attributes: [ "id" "createdAt" "updatedAt" "deletedAt" "loginAt" "passwordAt" "activationAt" "usernameAt" "passwordToken" "activationToken" "usernameToken" "source" "role" "companyId" "companyName" "manager" "licenseProduct" "licenseType" "licenseAmount" "licenseActive" "username" "name" "salutation" "firstname" "lastnamePrefix" "lastname" "initials" "sex" "job" "usernameChange" "roles" ] #id: null #loginAt: null #passwordAt: null #activationAt: null #usernameAt: null #passwordToken: null #passwordTokenCreatedAt: null #activationToken: null #usernameToken: null #source: "website" #role: null #roles: null #companyId: null #manager: null #username: null #hash: null #name: null #salutation: null #firstname: null #lastnamePrefix: null #lastname: null #initials: null #sex: null #job: null #usernameChange: null #notes: null #bookmarks: Doctrine\Common\Collections\ArrayCollection {#2232 …} #categories: null #documents: null #company: null #tokens: null #ips: Doctrine\Common\Collections\ArrayCollection {#2233 …} #notifications: null #migratedId: null #deletedAt: null #createdAt: null #updatedAt: null -respondent: null } |
| data_class | "App\Entity\User" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2341 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} use: { $class: "App\Entity\User" } } |
| 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 |
| license | null |
| 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 |
| type | "register" |
| upload_max_size_message | Closure() {#2343 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2342 …} } } |
| validation_groups | [
"user"
] |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "user" "_user" ] |
| cache_key | "_user_user" |
| compound | true |
| data | App\Entity\User {#2231 #attributes: [ "id" "createdAt" "updatedAt" "deletedAt" "loginAt" "passwordAt" "activationAt" "usernameAt" "passwordToken" "activationToken" "usernameToken" "source" "role" "companyId" "companyName" "manager" "licenseProduct" "licenseType" "licenseAmount" "licenseActive" "username" "name" "salutation" "firstname" "lastnamePrefix" "lastname" "initials" "sex" "job" "usernameChange" "roles" ] #id: null #loginAt: null #passwordAt: null #activationAt: null #usernameAt: null #passwordToken: null #passwordTokenCreatedAt: null #activationToken: null #usernameToken: null #source: "website" #role: null #roles: null #companyId: null #manager: null #username: null #hash: null #name: null #salutation: null #firstname: null #lastnamePrefix: null #lastname: null #initials: null #sex: null #job: null #usernameChange: null #notes: null #bookmarks: Doctrine\Common\Collections\ArrayCollection {#2232 …} #categories: null #documents: null #company: null #tokens: null #ips: Doctrine\Common\Collections\ArrayCollection {#2233 …} #notifications: null #migratedId: null #deletedAt: null #createdAt: null #updatedAt: null -respondent: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2550 -form: Symfony\Component\Form\Form {#2696 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2344 …5} |
| full_name | "user" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "user" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user" |
| valid | true |
| value | App\Entity\User {#2231 #attributes: [ "id" "createdAt" "updatedAt" "deletedAt" "loginAt" "passwordAt" "activationAt" "usernameAt" "passwordToken" "activationToken" "usernameToken" "source" "role" "companyId" "companyName" "manager" "licenseProduct" "licenseType" "licenseAmount" "licenseActive" "username" "name" "salutation" "firstname" "lastnamePrefix" "lastname" "initials" "sex" "job" "usernameChange" "roles" ] #id: null #loginAt: null #passwordAt: null #activationAt: null #usernameAt: null #passwordToken: null #passwordTokenCreatedAt: null #activationToken: null #usernameToken: null #source: "website" #role: null #roles: null #companyId: null #manager: null #username: null #hash: null #name: null #salutation: null #firstname: null #lastnamePrefix: null #lastname: null #initials: null #sex: null #job: null #usernameChange: null #notes: null #bookmarks: Doctrine\Common\Collections\ArrayCollection {#2232 …} #categories: null #documents: null #company: null #tokens: null #ips: Doctrine\Common\Collections\ArrayCollection {#2233 …} #notifications: null #migratedId: null #deletedAt: null #createdAt: null #updatedAt: null -respondent: null } |
sex
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
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 |
|---|---|---|
| choices | [ "De heer" => "male" "Mevrouw" => "female" ] |
[ "De heer" => "male" "Mevrouw" => "female" ] |
| expanded | true |
same as passed value |
| label | "Aanhef" |
same as passed value |
| label_attr | [ "class" => "radio-inline" ] |
[ "class" => "radio-inline" ] |
| multiple | false |
false
|
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 |
| 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 | [ "De heer" => "male" "Mevrouw" => "female" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | null |
| error_bubbling | false |
| error_mapping | [] |
| expanded | true |
| 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 | "Aanhef" |
| label_attr | [ "class" => "radio-inline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | null |
| 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() {#2549 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2546 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_user_sex" ] |
| cache_key | "_user_sex_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2558 +label: "De heer" +value: "male" +data: "male" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +label: "Mevrouw" +value: "female" +data: "female" +attr: [] +labelTranslationParameters: [] } ] |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2833 -form: Symfony\Component\Form\Form {#2750 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#2828 …5} |
| full_name | "user[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_sex" |
| is_selected | Closure($choice, $value) {#2834 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2354 …} } |
| label | "Aanhef" |
| label_attr | [ "class" => "radio-inline" ] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "sex" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_sex" |
| valid | true |
| value | "" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "De heer" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "male" |
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 | "entry" |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2770 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2771 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2694 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "De heer" |
| 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() {#2690 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2693 …} } } |
| validation_groups | null |
| value | "male" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_user_sex_entry" ] |
| cache_key | "_user_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2503 -form: Symfony\Component\Form\Form {#2753 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2741 …5} |
| full_name | "user[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_sex_0" |
| label | "De heer" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "0" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_sex_entry" |
| valid | true |
| value | "male" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | false |
| View Format |
null
|
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [] |
[] |
| block_name | "entry" |
same as passed value |
| label | "Mevrouw" |
same as passed value |
| label_html | false |
false
|
| label_translation_parameters | [] |
[] |
| translation_domain | null |
null
|
| value | "female" |
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 | "entry" |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#2770 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2771 …} } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| false_values | [
null
] |
| 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 | Closure($modelData): bool {#2694 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
| label | "Mevrouw" |
| 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() {#2742 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2743 …} } } |
| validation_groups | null |
| value | "female" |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "checkbox" "radio" "_user_sex_entry" ] |
| cache_key | "_user_sex_entry_radio" |
| checked | false |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2700 -form: Symfony\Component\Form\Form {#2756 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2710 …5} |
| full_name | "user[sex]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_sex_1" |
| label | "Mevrouw" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "1" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_sex_entry" |
| valid | true |
| value | "female" |
initials
"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 | [ "maxlength" => 45 "placeholder" => "Voorletters" ] |
[ "maxlength" => 45 "placeholder" => "Voorletters" ] |
| label | "Voorletters" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 45 "placeholder" => "Voorletters" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2630 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Voorletters" |
| 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() {#2632 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2631 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 45 "placeholder" => "Voorletters" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_initials" ] |
| cache_key | "_user_initials_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2688 -form: Symfony\Component\Form\Form {#2759 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2827 …5} |
| full_name | "user[initials]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_initials" |
| label | "Voorletters" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "initials" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_initials" |
| valid | true |
| value | "" |
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 |
|---|---|---|
| attr | [ "maxlength" => 255 "placeholder" => "Voornaam" ] |
[ "maxlength" => 255 "placeholder" => "Voornaam" ] |
| label | "Voornaam" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "Voornaam" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2634 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Voornaam" |
| 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() {#2621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2624 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Voornaam" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_firstname" ] |
| cache_key | "_user_firstname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2796 -form: Symfony\Component\Form\Form {#2766 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2804 …5} |
| full_name | "user[firstname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_firstname" |
| label | "Voornaam" |
| 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 | "_user_firstname" |
| valid | true |
| value | "" |
lastnamePrefix
"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 | [ "maxlength" => 255 "placeholder" => "Tussenvoegsel" ] |
[ "maxlength" => 255 "placeholder" => "Tussenvoegsel" ] |
| label | "Tussenvoegsel" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "Tussenvoegsel" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2623 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Tussenvoegsel" |
| 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() {#2611 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2613 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Tussenvoegsel" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_lastnamePrefix" ] |
| cache_key | "_user_lastnamePrefix_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2654 -form: Symfony\Component\Form\Form {#2774 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2645 …5} |
| full_name | "user[lastnamePrefix]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_lastnamePrefix" |
| label | "Tussenvoegsel" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "lastnamePrefix" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_lastnamePrefix" |
| 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 |
|---|---|---|
| attr | [ "maxlength" => 255 "placeholder" => "Achternaam" ] |
[ "maxlength" => 255 "placeholder" => "Achternaam" ] |
| label | "Achternaam" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "Achternaam" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2615 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Achternaam" |
| 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() {#2673 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2724 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "Achternaam" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_lastname" ] |
| cache_key | "_user_lastname_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2672 -form: Symfony\Component\Form\Form {#2778 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2612 …5} |
| full_name | "user[lastname]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_lastname" |
| label | "Achternaam" |
| 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 | "_user_lastname" |
| valid | true |
| value | "" |
username
"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 |
|---|---|---|
| attr | [ "maxlength" => 255 "placeholder" => "E-mailadres" ] |
[ "maxlength" => 255 "placeholder" => "E-mailadres" ] |
| label | "E-mailadres" |
same as passed value |
| required | true |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 255 "placeholder" => "E-mailadres" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2568 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "E-mailadres" |
| 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() {#2644 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2667 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 255 "placeholder" => "E-mailadres" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "email" "_user_username" ] |
| cache_key | "_user_username_email" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2620 -form: Symfony\Component\Form\Form {#2781 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2567 …5} |
| full_name | "user[username]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_username" |
| label | "E-mailadres" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "username" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_username" |
| valid | true |
| value | "" |
job
"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 | [ "maxlength" => 45 "placeholder" => "Functie" ] |
[ "maxlength" => 45 "placeholder" => "Functie" ] |
| label | "Functie" |
same as passed value |
| required | false |
false
|
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "maxlength" => 45 "placeholder" => "Functie" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2666 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Functie" |
| 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() {#2653 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2652 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "maxlength" => 45 "placeholder" => "Functie" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_job" ] |
| cache_key | "_user_job_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2874 -form: Symfony\Component\Form\Form {#2784 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2878 …5} |
| full_name | "user[job]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_job" |
| label | "Functie" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "job" |
| priority | 0 |
| required | false |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_job" |
| valid | true |
| value | "" |
hash
"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" => "Wachtwoord" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#2409 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } Nen\Bundle\KennisbankPlatformBundle\Form\Constraint\StrongPasswordConstraint {#2414 +payload: null } Symfony\Component\Validator\Constraints\NotCompromisedPassword {#2368 +message: "Het ingevulde wachtwoord is niet veilig genoeg. Deze voldoet niet aan de onderstaande voorwaarden of staat op de lijst van onveilige veelvoorkomende wachtwoorden." +threshold: 1 +skipOnError: false +payload: null } ] ] |
[ "label" => "Wachtwoord" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#2409 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } Nen\Bundle\KennisbankPlatformBundle\Form\Constraint\StrongPasswordConstraint {#2414 +payload: null } Symfony\Component\Validator\Constraints\NotCompromisedPassword {#2368 +message: "Het ingevulde wachtwoord is niet veilig genoeg. Deze voldoet niet aan de onderstaande voorwaarden of staat op de lijst van onveilige veelvoorkomende wachtwoorden." +threshold: 1 +skipOnError: false +payload: null } ] ] |
| mapped | false |
false
|
| second_options | [ "label" => "Wachtwoord nogmaals" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#2367 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } ] ] |
[ "label" => "Wachtwoord nogmaals" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#2367 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } ] ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2640 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| error_bubbling | false |
| error_mapping | [ "." => "first" ] |
| extra_fields_message | "This form should not contain extra fields." |
| first_name | "first" |
| first_options | [ "label" => "Wachtwoord" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#2409 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } Nen\Bundle\KennisbankPlatformBundle\Form\Constraint\StrongPasswordConstraint {#2414 +payload: null } Symfony\Component\Validator\Constraints\NotCompromisedPassword {#2368 +message: "Het ingevulde wachtwoord is niet veilig genoeg. Deze voldoet niet aan de onderstaande voorwaarden of staat op de lijst van onveilige veelvoorkomende wachtwoorden." +threshold: 1 +skipOnError: false +payload: null } ] ] |
| 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" |
| 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" => "Wachtwoord nogmaals" "constraints" => [ Symfony\Component\Validator\Constraints\NotBlank {#2367 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } ] ] |
| setter | null |
| translation_domain | null |
| trim | true |
| type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
| upload_max_size_message | Closure() {#2680 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2675 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "repeated" "_user_hash" ] |
| cache_key | "_user_hash_repeated" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2879 -form: Symfony\Component\Form\Form {#2808 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2880 …5} |
| full_name | "user[hash]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_hash" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "hash" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_hash" |
| 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 {#2409 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } Nen\Bundle\KennisbankPlatformBundle\Form\Constraint\StrongPasswordConstraint {#2414 +payload: null } Symfony\Component\Validator\Constraints\NotCompromisedPassword {#2368 +message: "Het ingevulde wachtwoord is niet veilig genoeg. Deze voldoet niet aan de onderstaande voorwaarden of staat op de lijst van onveilige veelvoorkomende wachtwoorden." +threshold: 1 +skipOnError: false +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2409 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } Nen\Bundle\KennisbankPlatformBundle\Form\Constraint\StrongPasswordConstraint {#2414 +payload: null } Symfony\Component\Validator\Constraints\NotCompromisedPassword {#2368 +message: "Het ingevulde wachtwoord is niet veilig genoeg. Deze voldoet niet aan de onderstaande voorwaarden of staat op de lijst van onveilige veelvoorkomende wachtwoorden." +threshold: 1 +skipOnError: false +payload: null } ] |
| error_bubbling | false |
false
|
| label | "Wachtwoord" |
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 {#2409 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } Nen\Bundle\KennisbankPlatformBundle\Form\Constraint\StrongPasswordConstraint {#2414 +payload: null } Symfony\Component\Validator\Constraints\NotCompromisedPassword {#2368 +message: "Het ingevulde wachtwoord is niet veilig genoeg. Deze voldoet niet aan de onderstaande voorwaarden of staat op de lijst van onveilige veelvoorkomende wachtwoorden." +threshold: 1 +skipOnError: false +payload: 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2788 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Wachtwoord" |
| 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() {#2795 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2789 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_user_hash_first" ] |
| cache_key | "_user_hash_first_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2884 -form: Symfony\Component\Form\Form {#2811 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2883 …5} |
| full_name | "user[hash][first]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_hash_first" |
| label | "Wachtwoord" |
| 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 | "_user_hash_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 |
|---|---|---|
| constraints | [ Symfony\Component\Validator\Constraints\NotBlank {#2367 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } ] |
[ Symfony\Component\Validator\Constraints\NotBlank {#2367 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: null } ] |
| error_bubbling | false |
false
|
| label | "Wachtwoord nogmaals" |
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 {#2367 +message: "Ontbrekende waarde." +allowNull: false +normalizer: null +payload: 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2801 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | "Wachtwoord nogmaals" |
| 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() {#2803 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2802 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "password" "_user_hash_second" ] |
| cache_key | "_user_hash_second_password" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2885 -form: Symfony\Component\Form\Form {#2814 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2886 …5} |
| full_name | "user[hash][second]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_hash_second" |
| label | "Wachtwoord nogmaals" |
| 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 | "_user_hash_second" |
| valid | true |
| value | "" |
license_code
"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 |
|---|---|---|
| mapped | false |
false
|
| 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 | [] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2702 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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 | 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 | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#2704 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2703 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_user_license_code" ] |
| cache_key | "_user_license_code_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2881 -form: Symfony\Component\Form\Form {#2817 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2882 …5} |
| full_name | "user[license_code]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_license_code" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "license_code" |
| priority | 0 |
| required | true |
| row_attr | [] |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_license_code" |
| valid | true |
| value | "" |
roles
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | [ "ROLE_USER" "ROLE_LICENSE_EXPIRED" ] |
| View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choices | [ "Bedrijfsbeheerder" => "ROLE_LICENSE_MANAGER" "Functioneel beheerder" => "ROLE_ADMINISTRATOR" "Gebruiker" => "ROLE_LICENSE_USER" "Klantenservice" => "ROLE_CUSTOMER_SERVICE" "Lezer" => "ROLE_DOSSIER_READER" "Respondent" => "ROLE_RESPONDENT" ] |
[ "Bedrijfsbeheerder" => "ROLE_LICENSE_MANAGER" "Functioneel beheerder" => "ROLE_ADMINISTRATOR" "Gebruiker" => "ROLE_LICENSE_USER" "Klantenservice" => "ROLE_CUSTOMER_SERVICE" "Lezer" => "ROLE_DOSSIER_READER" "Respondent" => "ROLE_RESPONDENT" ] |
| disabled | false |
false
|
| expanded | false |
false
|
| label | "Rollen" |
same as passed value |
| multiple | 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 |
| 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 | [ "Bedrijfsbeheerder" => "ROLE_LICENSE_MANAGER" "Functioneel beheerder" => "ROLE_ADMINISTRATOR" "Gebruiker" => "ROLE_LICENSE_USER" "Klantenservice" => "ROLE_CUSTOMER_SERVICE" "Lezer" => "ROLE_DOSSIER_READER" "Respondent" => "ROLE_RESPONDENT" ] |
| 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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| 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 | "Rollen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| legacy_error_messages | true |
| mapped | true |
| method | "POST" |
| multiple | true |
| placeholder | null |
| 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() {#2510 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2497 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "_user_roles" ] |
| cache_key | "_user_roles_choice" |
| choice_translation_domain | null |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +label: "Bedrijfsbeheerder" +value: "ROLE_LICENSE_MANAGER" +data: "ROLE_LICENSE_MANAGER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2890 +label: "Functioneel beheerder" +value: "ROLE_ADMINISTRATOR" +data: "ROLE_ADMINISTRATOR" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +label: "Gebruiker" +value: "ROLE_LICENSE_USER" +data: "ROLE_LICENSE_USER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2892 +label: "Klantenservice" +value: "ROLE_CUSTOMER_SERVICE" +data: "ROLE_CUSTOMER_SERVICE" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2893 +label: "Lezer" +value: "ROLE_DOSSIER_READER" +data: "ROLE_DOSSIER_READER" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +label: "Respondent" +value: "ROLE_RESPONDENT" +data: "ROLE_RESPONDENT" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | [ "ROLE_USER" "ROLE_LICENSE_EXPIRED" ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2888 -form: Symfony\Component\Form\Form {#2820 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2887 …5} |
| full_name | "user[roles][]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user_roles" |
| is_selected | Closure($choice, array $values) {#2896 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#2354 …} } |
| label | "Rollen" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | true |
| name | "roles" |
| placeholder | null |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | true |
| row_attr | [] |
| separator | "-------------------" |
| size | null |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_user_roles" |
| valid | true |
| value | [] |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | "4dc60405e1872bcd91b01c8a7b09c3bd.vy3dF5u5RhEQzxefFVii8WQOoeP29UwijsgLS60nn_4.1lqeZd3aFyJfqiTrdjGbuChl17e7lCdoxrx5DNwU0Yv2Rbhm1_R1KVGIcA" |
| 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 | "4dc60405e1872bcd91b01c8a7b09c3bd.vy3dF5u5RhEQzxefFVii8WQOoeP29UwijsgLS60nn_4.1lqeZd3aFyJfqiTrdjGbuChl17e7lCdoxrx5DNwU0Yv2Rbhm1_R1KVGIcA" |
same as passed value |
| mapped | false |
false
|
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 {#1177 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1206 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1179 …} -namespace: Closure() {#1176 …} } |
| data | "4dc60405e1872bcd91b01c8a7b09c3bd.vy3dF5u5RhEQzxefFVii8WQOoeP29UwijsgLS60nn_4.1lqeZd3aFyJfqiTrdjGbuChl17e7lCdoxrx5DNwU0Yv2Rbhm1_R1KVGIcA" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#2899 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#2283 …} } |
| 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() {#2903 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2319 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#1860 …} $translationDomain: "validators" $message: Closure() {#2897 …} } } |
| validation_groups | null |
View Variables
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "hidden" "csrf_token" "_user__token" ] |
| cache_key | "_user__token_hidden" |
| compound | false |
| data | "4dc60405e1872bcd91b01c8a7b09c3bd.vy3dF5u5RhEQzxefFVii8WQOoeP29UwijsgLS60nn_4.1lqeZd3aFyJfqiTrdjGbuChl17e7lCdoxrx5DNwU0Yv2Rbhm1_R1KVGIcA" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#2913 -form: Symfony\Component\Form\Form {#2909 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#2904 …5} |
| full_name | "user[_token]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "user__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 | "_user__token" |
| valid | true |
| value | "4dc60405e1872bcd91b01c8a7b09c3bd.vy3dF5u5RhEQzxefFVii8WQOoeP29UwijsgLS60nn_4.1lqeZd3aFyJfqiTrdjGbuChl17e7lCdoxrx5DNwU0Yv2Rbhm1_R1KVGIcA" |