- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 13
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
-
-
email
-
nombres
-
activo
-
super_admin
-
changePassword
-
-
first
-
second
-
-
-
3
-
14
-
1
-
4
-
7
-
15
-
13
-
8
-
12
-
16
-
6
-
2
-
10
-
9
-
5
-
11
-
-
-
0
-
1
-
2
-
3
-
4
-
5
-
6
-
7
-
8
-
9
-
10
-
11
-
-
save
-
_token
-
user
"App\Form\UserType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | App\Entity\User {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485} -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } } |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
data | App\Entity\User {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485} -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } } |
same as passed value |
userActual | App\Entity\User {#373 -id: 150 -email: "dcqy.95@gmail.com" -roles: [] -password: "$2y$13$zvsMtJU2SxYaZ1YEO4wteOCU4VgmpEcpEMA4X7KgY3pM0HaqysiBm" -nombres: "Diana Carolina" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#381 …} } |
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 | "task_item" |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data | App\Entity\User {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485} -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } } |
data_class | "App\Entity\User" |
disabled | false |
empty_data | Closure(FormInterface $form) {#616 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} 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 |
0 | "empty_data" |
label_html | false |
label_translation_parameters | [] |
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() {#618 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#617 …} } } |
userActual | App\Entity\User {#373 -id: 150 -email: "dcqy.95@gmail.com" -roles: [] -password: "$2y$13$zvsMtJU2SxYaZ1YEO4wteOCU4VgmpEcpEMA4X7KgY3pM0HaqysiBm" -nombres: "Diana Carolina" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#381 …} } |
validation_groups | null |
1 | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "user" "_user" ] |
cache_key | "_user_user" |
compound | true |
data | App\Entity\User {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485} -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1261 -form: Symfony\Component\Form\Form {#917 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#881 …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 {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485} -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } } |
"Symfony\Component\Form\Extension\Core\Type\EmailType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "eduardo.rojas@cultura.gob.cl" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 64 ] |
[ "maxlength" => 64 ] |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 64 ] |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#636 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} } |
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 | "Please enter a valid email address." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#638 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#637 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 64 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "email" "_user_email" ] |
cache_key | "_user_email_email" |
compound | false |
data | "eduardo.rojas@cultura.gob.cl" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1225 -form: Symfony\Component\Form\Form {#920 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1234 …5} |
full_name | "user[email]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_email" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "email" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_email" |
valid | true |
value | "eduardo.rojas@cultura.gob.cl" |
nombres
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "Erojasc Editado" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "maxlength" => 255 ] |
[ "maxlength" => 255 ] |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "maxlength" => 255 ] |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#648 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} } |
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 | [] |
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() {#706 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#702 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "maxlength" => 255 ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_user_nombres" ] |
cache_key | "_user_nombres_text" |
compound | false |
data | "Erojasc Editado" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1216 -form: Symfony\Component\Form\Form {#923 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1207 …5} |
full_name | "user[nombres]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_nombres" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "nombres" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_nombres" |
valid | true |
value | "Erojasc Editado" |
activo
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "¿Cuenta activa?" |
same as passed value |
required | 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 |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "¿Cuenta activa?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#687 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#688 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_activo" ] |
cache_key | "_user_activo_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1198 -form: Symfony\Component\Form\Form {#926 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1189 …5} |
full_name | "user[activo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_activo" |
label | "¿Cuenta activa?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "activo" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_activo" |
valid | true |
value | "1" |
super_admin
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | "Super Administrador" |
same as passed value |
required | 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 |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Super Administrador" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#718 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#717 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_super_admin" ] |
cache_key | "_user_super_admin_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1180 -form: Symfony\Component\Form\Form {#929 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1171 …5} |
full_name | "user[super_admin]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_super_admin" |
label | "Super Administrador" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "super_admin" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_super_admin" |
valid | true |
value | "1" |
changePassword
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 |
---|---|---|
label | "¿Cambiar contraseña?" |
same as passed value |
mapped | false |
false
|
required | 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 |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "¿Cambiar contraseña?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#727 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#726 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_changePassword" ] |
cache_key | "_user_changePassword_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1162 -form: Symfony\Component\Form\Form {#932 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#793 …5} |
full_name | "user[changePassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_changePassword" |
label | "¿Cambiar contraseña?" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "changePassword" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_changePassword" |
valid | true |
value | "1" |
plainPassword
"Symfony\Component\Form\Extension\Core\Type\RepeatedType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[ "first" => null "second" => null ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
constraints | [ Symfony\Component\Validator\Constraints\Callback {#624 +callback: Closure($value, ExecutionContextInterface $context) {#625 …} +payload: null } ] |
[ Symfony\Component\Validator\Constraints\Callback {#624 +callback: Closure($value, ExecutionContextInterface $context) {#625 …} +payload: null } ] |
first_options | [ "label" => "Contraseña" ] |
[ "label" => "Contraseña" ] |
invalid_message | "Las contraseñas deben coincidir." |
same as passed value |
mapped | false |
false
|
required | true |
same as passed value |
second_options | [ "label" => "Repetir Contraseña" ] |
[ "label" => "Repetir Contraseña" ] |
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 | [ Symfony\Component\Validator\Constraints\Callback {#624 +callback: Closure($value, ExecutionContextInterface $context) {#625 …} +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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#740 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} } |
error_bubbling | false |
error_mapping | [ "." => "first" ] |
extra_fields_message | "This form should not contain extra fields." |
first_name | "first" |
first_options | [ "label" => "Contraseña" ] |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "Las contraseñas deben coincidir." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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" => "Repetir Contraseña" ] |
setter | null |
translation_domain | null |
trim | true |
type | "Symfony\Component\Form\Extension\Core\Type\PasswordType" |
upload_max_size_message | Closure() {#743 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#742 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "repeated" "_user_plainPassword" ] |
cache_key | "_user_plainPassword_repeated" |
compound | true |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1102 -form: Symfony\Component\Form\Form {#955 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1093 …5} |
full_name | "user[plainPassword]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_plainPassword" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "plainPassword" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_plainPassword" |
valid | true |
value | [ "first" => null "second" => null ] |
first
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
error_bubbling | false |
false
|
label | "Contraseña" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#940 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} } |
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 | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Contraseña" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#942 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#941 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_plainPassword_first" ] |
cache_key | "_user_plainPassword_first_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1057 -form: Symfony\Component\Form\Form {#958 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1066 …5} |
full_name | "user[plainPassword][first]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_plainPassword_first" |
label | "Contraseña" |
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_plainPassword_first" |
valid | true |
value | "" |
second
"Symfony\Component\Form\Extension\Core\Type\PasswordType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
error_bubbling | false |
false
|
label | "Repetir Contraseña" |
same as passed value |
mapped | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
always_empty | true |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#948 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} } |
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 | "The password is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Repetir Contraseña" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#950 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#949 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "password" "_user_plainPassword_second" ] |
cache_key | "_user_plainPassword_second_password" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1048 -form: Symfony\Component\Form\Form {#961 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1039 …5} |
full_name | "user[plainPassword][second]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_plainPassword_second" |
label | "Repetir Contraseña" |
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_plainPassword_second" |
valid | true |
value | "" |
regiones
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461} } -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } |
View Format |
[ "1" "3" "4" "14" ] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_label | "nombre" |
same as passed value |
class | "App\Entity\Region" |
same as passed value |
expanded | true |
same as passed value |
multiple | true |
same as passed value |
query_builder | Closure(EntityRepository $er) {#626 class: "App\Form\UserType" this: App\Form\UserType {#472 …} } |
Doctrine\ORM\QueryBuilder {#781 -em: Doctrine\ORM\EntityManager {#277 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#778 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#779 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#782 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.orden ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.orden ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#780 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
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 | "nombre" |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#812 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#784 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#783 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#785 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#787 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#803 …} } |
choices | null |
class | "App\Entity\Region" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
em | Doctrine\ORM\EntityManager {#277 …11} |
empty_data | [] |
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 | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#800 -om: Doctrine\ORM\EntityManager {#277 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#361 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 |
query_builder | Doctrine\ORM\QueryBuilder {#781 -em: Doctrine\ORM\EntityManager {#277 …11} -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#778 #preSeparator: "" #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "r" ] #separator: ", " } ] "from" => [ Doctrine\ORM\Query\Expr\From {#779 #from: "App\Entity\Region" #alias: "r" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#782 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "r.orden ASC" ] } ] ] -type: 0 -state: 1 -dql: "SELECT r FROM App\Entity\Region r ORDER BY r.orden ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#780 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 } |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#776 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#774 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_user_regiones" ] |
cache_key | "_user_regiones_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#792 +label: "Arica y Parinacota" +value: "3" +data: App\Entity\Region {#817 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#808 +label: "Tarapacá" +value: "14" +data: App\Entity\Region {#821 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#790 +label: "Antofagasta" +value: "1" +data: App\Entity\Region {#824 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#810 +label: "Atacama" +value: "4" +data: App\Entity\Region {#827 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#791 +label: "Coquimbo" +value: "7" +data: App\Entity\Region {#830 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#815 +label: "Valparaíso" +value: "15" +data: App\Entity\Region {#833 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#813 +label: "Metropolitana de Santiago" +value: "13" +data: App\Entity\Region {#836 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#804 +label: "Libertador Gral. Bernardo O'Higgins" +value: "8" +data: App\Entity\Region {#839 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#789 +label: "Maule" +value: "12" +data: App\Entity\Region {#842 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#807 +label: "Ñuble" +value: "16" +data: App\Entity\Region {#845 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#866 +label: "Biobío" +value: "6" +data: App\Entity\Region {#848 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#867 +label: "Araucanía" +value: "2" +data: App\Entity\Region {#851 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#868 +label: "Los Ríos" +value: "10" +data: App\Entity\Region {#854 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#869 +label: "Los Lagos" +value: "9" +data: App\Entity\Region {#857 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#870 +label: "Aysén del Gral. Carlos Ibáñez del Campo" +value: "5" +data: App\Entity\Region {#860 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#871 +label: "Magallanes y de la Antártica Chilena" +value: "11" +data: App\Entity\Region {#863 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | Doctrine\ORM\PersistentCollection {#461 -snapshot: [ …4] -owner: App\Entity\User {#485 -id: 1 -email: "eduardo.rojas@cultura.gob.cl" -roles: [ "roles" => [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] ] -password: "$2y$13$XqTstWCdImV3SAa0n4jz6OK3l9ux/eKQRps/4RTwV6LAvi4y8CU.u" -nombres: "Erojasc Editado" -region: null -activo: true -super_admin: true -regiones: Doctrine\ORM\PersistentCollection {#461} } -association: [ …20] -em: Doctrine\ORM\EntityManager {#277 …11} -backRefFieldName: "usuarios" -typeClass: Symfony\Component\VarDumper\Caster\CutStub {#2686 …} -isDirty: false #collection: Doctrine\Common\Collections\ArrayCollection {#475 …} #initialized: true } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1084 -form: Symfony\Component\Form\Form {#1108 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1075 …5} |
full_name | "user[regiones]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones" |
is_selected | Closure($choice, array $values) {#1021 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#751 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "regiones" |
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_regiones" |
valid | true |
value | [ "1" "3" "4" "14" ] |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"3"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Arica y Parinacota" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "3" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Arica y Parinacota" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#966 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#965 …} } } |
validation_groups | null |
value | "3" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#994 -form: Symfony\Component\Form\Form {#1111 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1003 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_3" |
label | "Arica y Parinacota" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "3" |
14
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"14"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Tarapacá" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "14" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Tarapacá" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#975 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#974 …} } } |
validation_groups | null |
value | "14" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#985 -form: Symfony\Component\Form\Form {#1114 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#976 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_14" |
label | "Tarapacá" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "14" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "14" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"1"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Antofagasta" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "1" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Antofagasta" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#984 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#983 …} } } |
validation_groups | null |
value | "1" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#967 -form: Symfony\Component\Form\Form {#1117 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#744 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_1" |
label | "Antofagasta" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "1" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"4"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Atacama" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "4" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Atacama" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#993 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#992 …} } } |
validation_groups | null |
value | "4" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#951 -form: Symfony\Component\Form\Form {#1120 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#943 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_4" |
label | "Atacama" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "4" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Coquimbo" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "7" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Coquimbo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1002 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1001 …} } } |
validation_groups | null |
value | "7" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#728 -form: Symfony\Component\Form\Form {#1123 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#719 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_7" |
label | "Coquimbo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "7" |
15
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Valparaíso" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "15" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Valparaíso" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1011 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1010 …} } } |
validation_groups | null |
value | "15" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#653 -form: Symfony\Component\Form\Form {#1126 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#707 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_15" |
label | "Valparaíso" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "15" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "15" |
13
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Metropolitana de Santiago" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "13" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Metropolitana de Santiago" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1020 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1019 …} } } |
validation_groups | null |
value | "13" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#639 -form: Symfony\Component\Form\Form {#1129 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1309 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_13" |
label | "Metropolitana de Santiago" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "13" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "13" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Libertador Gral. Bernardo O'Higgins" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "8" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Libertador Gral. Bernardo O'Higgins" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1029 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1028 …} } } |
validation_groups | null |
value | "8" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1311 -form: Symfony\Component\Form\Form {#1132 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1312 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_8" |
label | "Libertador Gral. Bernardo O'Higgins" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "8" |
12
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Maule" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "12" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Maule" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1038 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1037 …} } } |
validation_groups | null |
value | "12" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1313 -form: Symfony\Component\Form\Form {#1135 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1314 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_12" |
label | "Maule" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "12" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "12" |
16
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Ñuble" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "16" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Ñuble" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1047 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1046 …} } } |
validation_groups | null |
value | "16" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1353 -form: Symfony\Component\Form\Form {#1138 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1388 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_16" |
label | "Ñuble" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "16" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "16" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Biobío" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "6" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Biobío" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1056 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1055 …} } } |
validation_groups | null |
value | "6" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1390 -form: Symfony\Component\Form\Form {#1141 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1391 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_6" |
label | "Biobío" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "6" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Araucanía" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "2" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Araucanía" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1065 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1064 …} } } |
validation_groups | null |
value | "2" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1392 -form: Symfony\Component\Form\Form {#1144 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1416 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_2" |
label | "Araucanía" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "2" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Los Ríos" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "10" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Los Ríos" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1074 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1073 …} } } |
validation_groups | null |
value | "10" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1418 -form: Symfony\Component\Form\Form {#1147 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1419 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_10" |
label | "Los Ríos" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "10" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "10" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Los Lagos" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "9" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Los Lagos" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1083 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1082 …} } } |
validation_groups | null |
value | "9" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1420 -form: Symfony\Component\Form\Form {#1150 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1421 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_9" |
label | "Los Lagos" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "9" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Aysén del Gral. Carlos Ibáñez del Campo" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "5" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Aysén del Gral. Carlos Ibáñez del Campo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1092 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1091 …} } } |
validation_groups | null |
value | "5" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1422 -form: Symfony\Component\Form\Form {#1153 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1423 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_5" |
label | "Aysén del Gral. Carlos Ibáñez del Campo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "5" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
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 | "Magallanes y de la Antártica Chilena" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | false |
false
|
value | "11" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Magallanes y de la Antártica Chilena" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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 | false |
trim | true |
upload_max_size_message | Closure() {#1101 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1100 …} } } |
validation_groups | null |
value | "11" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_regiones_entry" ] |
cache_key | "_user_regiones_entry_checkbox" |
checked | false |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1424 -form: Symfony\Component\Form\Form {#1156 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1425 …5} |
full_name | "user[regiones][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_regiones_11" |
label | "Magallanes y de la Antártica Chilena" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "11" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | false |
unique_block_prefix | "_user_regiones_entry" |
valid | true |
value | "11" |
rolesValue
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "Evaluador - Admisibilidad" => "ROLE_EVALUADOR_ADM" "Evaluador - Individual" => "ROLE_EVALUADOR_IND" "Evaluador - Colectivo" => "ROLE_EVALUADOR_COL" "Supervisor - Postulaciones" => "ROLE_SUPERVISOR_POS" "Administrador - Usuarios" => "ROLE_ADMINISTRADOR_USU" "Administrador - Convocatorias" => "ROLE_ADMINISTRADOR_CON" "Administrador - Postulaciones" => "ROLE_ADMINISTRADOR_POS" "Punto Cultura - Evaluador - Admisibilidad" => "ROLE_PU_EVALUADOR_ADM" "Punto Cultura - Evaluador - Colectivo" => "ROLE_PU_EVALUADOR_COL" "Punto Cultura - Evaluador - Selección" => "ROLE_PU_EVALUADOR_SEL" "Punto Cultura - Supervisor - Postulaciones" => "ROLE_PU_SUPERVISOR_POS" "Punto Cultura - Administrador - Convocatorias" => "ROLE_PU_ADMINISTRADOR_CON" ] |
[ "Evaluador - Admisibilidad" => "ROLE_EVALUADOR_ADM" "Evaluador - Individual" => "ROLE_EVALUADOR_IND" "Evaluador - Colectivo" => "ROLE_EVALUADOR_COL" "Supervisor - Postulaciones" => "ROLE_SUPERVISOR_POS" "Administrador - Usuarios" => "ROLE_ADMINISTRADOR_USU" "Administrador - Convocatorias" => "ROLE_ADMINISTRADOR_CON" "Administrador - Postulaciones" => "ROLE_ADMINISTRADOR_POS" "Punto Cultura - Evaluador - Admisibilidad" => "ROLE_PU_EVALUADOR_ADM" "Punto Cultura - Evaluador - Colectivo" => "ROLE_PU_EVALUADOR_COL" "Punto Cultura - Evaluador - Selección" => "ROLE_PU_EVALUADOR_SEL" "Punto Cultura - Supervisor - Postulaciones" => "ROLE_PU_SUPERVISOR_POS" "Punto Cultura - Administrador - Convocatorias" => "ROLE_PU_ADMINISTRADOR_CON" ] |
expanded | true |
same as passed value |
mapped | true |
same as passed value |
multiple | true |
same as passed value |
required | true |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
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 | [ "Evaluador - Admisibilidad" => "ROLE_EVALUADOR_ADM" "Evaluador - Individual" => "ROLE_EVALUADOR_IND" "Evaluador - Colectivo" => "ROLE_EVALUADOR_COL" "Supervisor - Postulaciones" => "ROLE_SUPERVISOR_POS" "Administrador - Usuarios" => "ROLE_ADMINISTRADOR_USU" "Administrador - Convocatorias" => "ROLE_ADMINISTRADOR_CON" "Administrador - Postulaciones" => "ROLE_ADMINISTRADOR_POS" "Punto Cultura - Evaluador - Admisibilidad" => "ROLE_PU_EVALUADOR_ADM" "Punto Cultura - Evaluador - Colectivo" => "ROLE_PU_EVALUADOR_COL" "Punto Cultura - Evaluador - Selección" => "ROLE_PU_EVALUADOR_SEL" "Punto Cultura - Supervisor - Postulaciones" => "ROLE_PU_SUPERVISOR_POS" "Punto Cultura - Administrador - Convocatorias" => "ROLE_PU_ADMINISTRADOR_CON" ] |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | [] |
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 | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#880 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#879 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_user_rolesValue" ] |
cache_key | "_user_rolesValue_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#888 +label: "Evaluador - Admisibilidad" +value: "ROLE_EVALUADOR_ADM" +data: "ROLE_EVALUADOR_ADM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#889 +label: "Evaluador - Individual" +value: "ROLE_EVALUADOR_IND" +data: "ROLE_EVALUADOR_IND" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#890 +label: "Evaluador - Colectivo" +value: "ROLE_EVALUADOR_COL" +data: "ROLE_EVALUADOR_COL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#891 +label: "Supervisor - Postulaciones" +value: "ROLE_SUPERVISOR_POS" +data: "ROLE_SUPERVISOR_POS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#892 +label: "Administrador - Usuarios" +value: "ROLE_ADMINISTRADOR_USU" +data: "ROLE_ADMINISTRADOR_USU" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#893 +label: "Administrador - Convocatorias" +value: "ROLE_ADMINISTRADOR_CON" +data: "ROLE_ADMINISTRADOR_CON" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#894 +label: "Administrador - Postulaciones" +value: "ROLE_ADMINISTRADOR_POS" +data: "ROLE_ADMINISTRADOR_POS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#895 +label: "Punto Cultura - Evaluador - Admisibilidad" +value: "ROLE_PU_EVALUADOR_ADM" +data: "ROLE_PU_EVALUADOR_ADM" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#896 +label: "Punto Cultura - Evaluador - Colectivo" +value: "ROLE_PU_EVALUADOR_COL" +data: "ROLE_PU_EVALUADOR_COL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#897 +label: "Punto Cultura - Evaluador - Selección" +value: "ROLE_PU_EVALUADOR_SEL" +data: "ROLE_PU_EVALUADOR_SEL" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#898 +label: "Punto Cultura - Supervisor - Postulaciones" +value: "ROLE_PU_SUPERVISOR_POS" +data: "ROLE_PU_SUPERVISOR_POS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#899 +label: "Punto Cultura - Administrador - Convocatorias" +value: "ROLE_PU_ADMINISTRADOR_CON" +data: "ROLE_PU_ADMINISTRADOR_CON" +attr: [] +labelTranslationParameters: [] } ] |
compound | true |
data | [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1012 -form: Symfony\Component\Form\Form {#1267 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#1030 …5} |
full_name | "user[rolesValue]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue" |
is_selected | Closure($choice, array $values) {#1427 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#751 …} } |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "rolesValue" |
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_rolesValue" |
valid | true |
value | [ "ROLE_PU_ADMINISTRADOR_CON" "ROLE_EVALUADOR_ADM" "ROLE_EVALUADOR_IND" "ROLE_EVALUADOR_COL" "ROLE_SUPERVISOR_POS" "ROLE_ADMINISTRADOR_USU" "ROLE_ADMINISTRADOR_CON" "ROLE_ADMINISTRADOR_POS" "ROLE_PU_EVALUADOR_ADM" "ROLE_PU_EVALUADOR_COL" "ROLE_PU_EVALUADOR_SEL" "ROLE_PU_SUPERVISOR_POS" ] |
0
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_EVALUADOR_ADM"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Evaluador - Admisibilidad" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_EVALUADOR_ADM" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Evaluador - Admisibilidad" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1161 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1160 …} } } |
validation_groups | null |
value | "ROLE_EVALUADOR_ADM" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1430 -form: Symfony\Component\Form\Form {#1270 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1429 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_0" |
label | "Evaluador - Admisibilidad" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_EVALUADOR_ADM" |
1
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_EVALUADOR_IND"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Evaluador - Individual" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_EVALUADOR_IND" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Evaluador - Individual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1170 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1169 …} } } |
validation_groups | null |
value | "ROLE_EVALUADOR_IND" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1431 -form: Symfony\Component\Form\Form {#1273 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1432 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_1" |
label | "Evaluador - Individual" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_EVALUADOR_IND" |
2
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_EVALUADOR_COL"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Evaluador - Colectivo" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_EVALUADOR_COL" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Evaluador - Colectivo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1179 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1178 …} } } |
validation_groups | null |
value | "ROLE_EVALUADOR_COL" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1433 -form: Symfony\Component\Form\Form {#1276 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1434 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_2" |
label | "Evaluador - Colectivo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "2" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_EVALUADOR_COL" |
3
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_SUPERVISOR_POS"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Supervisor - Postulaciones" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_SUPERVISOR_POS" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Supervisor - Postulaciones" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1188 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1187 …} } } |
validation_groups | null |
value | "ROLE_SUPERVISOR_POS" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1435 -form: Symfony\Component\Form\Form {#1279 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1436 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_3" |
label | "Supervisor - Postulaciones" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "3" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_SUPERVISOR_POS" |
4
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_ADMINISTRADOR_USU"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Administrador - Usuarios" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_ADMINISTRADOR_USU" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Administrador - Usuarios" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1197 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1196 …} } } |
validation_groups | null |
value | "ROLE_ADMINISTRADOR_USU" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1437 -form: Symfony\Component\Form\Form {#1282 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1438 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_4" |
label | "Administrador - Usuarios" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "4" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_ADMINISTRADOR_USU" |
5
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_ADMINISTRADOR_CON"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Administrador - Convocatorias" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_ADMINISTRADOR_CON" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Administrador - Convocatorias" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1206 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1205 …} } } |
validation_groups | null |
value | "ROLE_ADMINISTRADOR_CON" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1439 -form: Symfony\Component\Form\Form {#1285 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1440 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_5" |
label | "Administrador - Convocatorias" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "5" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_ADMINISTRADOR_CON" |
6
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_ADMINISTRADOR_POS"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Administrador - Postulaciones" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_ADMINISTRADOR_POS" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Administrador - Postulaciones" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1215 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1214 …} } } |
validation_groups | null |
value | "ROLE_ADMINISTRADOR_POS" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1441 -form: Symfony\Component\Form\Form {#1288 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1442 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_6" |
label | "Administrador - Postulaciones" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "6" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_ADMINISTRADOR_POS" |
7
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_PU_EVALUADOR_ADM"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Punto Cultura - Evaluador - Admisibilidad" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_PU_EVALUADOR_ADM" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Punto Cultura - Evaluador - Admisibilidad" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1224 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1223 …} } } |
validation_groups | null |
value | "ROLE_PU_EVALUADOR_ADM" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1443 -form: Symfony\Component\Form\Form {#1291 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1444 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_7" |
label | "Punto Cultura - Evaluador - Admisibilidad" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "7" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_PU_EVALUADOR_ADM" |
8
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_PU_EVALUADOR_COL"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Punto Cultura - Evaluador - Colectivo" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_PU_EVALUADOR_COL" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Punto Cultura - Evaluador - Colectivo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1233 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1232 …} } } |
validation_groups | null |
value | "ROLE_PU_EVALUADOR_COL" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1445 -form: Symfony\Component\Form\Form {#1294 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1446 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_8" |
label | "Punto Cultura - Evaluador - Colectivo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "8" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_PU_EVALUADOR_COL" |
9
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_PU_EVALUADOR_SEL"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Punto Cultura - Evaluador - Selección" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_PU_EVALUADOR_SEL" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Punto Cultura - Evaluador - Selección" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1242 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1241 …} } } |
validation_groups | null |
value | "ROLE_PU_EVALUADOR_SEL" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1447 -form: Symfony\Component\Form\Form {#1297 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1448 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_9" |
label | "Punto Cultura - Evaluador - Selección" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "9" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_PU_EVALUADOR_SEL" |
10
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_PU_SUPERVISOR_POS"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Punto Cultura - Supervisor - Postulaciones" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_PU_SUPERVISOR_POS" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Punto Cultura - Supervisor - Postulaciones" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1251 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1250 …} } } |
validation_groups | null |
value | "ROLE_PU_SUPERVISOR_POS" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1449 -form: Symfony\Component\Form\Form {#1300 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1450 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_10" |
label | "Punto Cultura - Supervisor - Postulaciones" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "10" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_PU_SUPERVISOR_POS" |
11
"Symfony\Component\Form\Extension\Core\Type\CheckboxType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"ROLE_PU_ADMINISTRADOR_CON"
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [] |
[] |
block_name | "entry" |
same as passed value |
label | "Punto Cultura - Administrador - Convocatorias" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
required | false |
false
|
translation_domain | null |
null
|
value | "ROLE_PU_ADMINISTRADOR_CON" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#679 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#696 …} } |
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 | "The checkbox has an invalid value." |
invalid_message_parameters | [] |
is_empty_callback | Closure($modelData): bool {#651 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "Punto Cultura - Administrador - Convocatorias" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1260 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1259 …} } } |
validation_groups | null |
value | "ROLE_PU_ADMINISTRADOR_CON" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "_user_rolesValue_entry" ] |
cache_key | "_user_rolesValue_entry_checkbox" |
checked | true |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1451 -form: Symfony\Component\Form\Form {#1303 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1452 …5} |
full_name | "user[rolesValue][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "user_rolesValue_11" |
label | "Punto Cultura - Administrador - Convocatorias" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "11" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_user_rolesValue_entry" |
valid | true |
value | "ROLE_PU_ADMINISTRADOR_CON" |
save
"Symfony\Component\Form\Extension\Core\Type\SubmitType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
Option | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
disabled | false |
form_attr | false |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
priority | 0 |
row_attr | [] |
translation_domain | null |
validate | true |
validation_groups | null |
View Variables
Variable | Value |
---|---|
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "button" "submit" "_user_save" ] |
cache_key | "_user_save_submit" |
clicked | false |
disabled | false |
form | Symfony\Component\Form\FormView {#1426 …5} |
full_name | "user[save]" |
id | "user_save" |
label | null |
label_format | null |
label_html | false |
label_translation_parameters | [] |
multipart | false |
name | "save" |
priority | 0 |
row_attr | [] |
translation_domain | null |
unique_block_prefix | "_user_save" |
value | null |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "c44e6ed6ba2d48e62956432e35f2a5.3bn2nogXQ-0XKlyKHxcLODIq24iXqPlISXooN4_SZiI.nsyYpt5OK6N6ciTrdVt8TQBE6erv5KwAKAhZcOuhMWq41r786yQNuVF6EQ" |
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 | "c44e6ed6ba2d48e62956432e35f2a5.3bn2nogXQ-0XKlyKHxcLODIq24iXqPlISXooN4_SZiI.nsyYpt5OK6N6ciTrdVt8TQBE6erv5KwAKAhZcOuhMWq41r786yQNuVF6EQ" |
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 {#593 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#594 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#595 …} -namespace: Closure() {#597 …} } |
data | "c44e6ed6ba2d48e62956432e35f2a5.3bn2nogXQ-0XKlyKHxcLODIq24iXqPlISXooN4_SZiI.nsyYpt5OK6N6ciTrdVt8TQBE6erv5KwAKAhZcOuhMWq41r786yQNuVF6EQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1455 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#471 …} } |
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 | "The hidden field is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1457 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#600 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#486 …} $translationDomain: "validators" $message: Closure() {#1456 …} } } |
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 | "c44e6ed6ba2d48e62956432e35f2a5.3bn2nogXQ-0XKlyKHxcLODIq24iXqPlISXooN4_SZiI.nsyYpt5OK6N6ciTrdVt8TQBE6erv5KwAKAhZcOuhMWq41r786yQNuVF6EQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1467 -form: Symfony\Component\Form\Form {#1463 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1458 …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 | "c44e6ed6ba2d48e62956432e35f2a5.3bn2nogXQ-0XKlyKHxcLODIq24iXqPlISXooN4_SZiI.nsyYpt5OK6N6ciTrdVt8TQBE6erv5KwAKAhZcOuhMWq41r786yQNuVF6EQ" |