- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 44
- Security
- Twig
- HTTP Client
- Doctrine
- Migrations
- Debug
- Messages
- E-mails
- Notifications
- 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
-
-
username
-
nombres
-
assignedRoles
-
cargo
-
grado
-
baseMovilizacion
-
centroMovilizacion
-
activo
-
fechaAcceso_WWdesdeWW
-
fechaAcceso_WWhastaWW
-
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "assignedRoles" => 3 ] |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
csrf_protection | false |
false
|
data | [ "assignedRoles" => 3 ] |
[ "assignedRoles" => 3 ] |
validation_groups | [
"filtering"
] |
[
"filtering"
]
|
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 | false |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data | [ "assignedRoles" => 3 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1594 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
error_bubbling | true |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
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() {#1596 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1595 …} } } |
validation_groups | [
"filtering"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | [ "assignedRoles" => 3 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1949 -form: Symfony\Component\Form\Form {#1813 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1950 …5} |
full_name | "form" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "form" |
priority | 0 |
required | true |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form" |
valid | true |
value | [ "assignedRoles" => 3 ] |
username
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Identificación" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1623 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
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 | "Identificación" |
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() {#1621 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1622 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_username" ] |
cache_key | "_form_username_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1945 -form: Symfony\Component\Form\Form {#1816 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1946 …5} |
full_name | "form[username]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_username" |
label | "Identificación" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "username" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_username" |
valid | true |
value | "" |
nombres
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "Nombres" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1614 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
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 | "Nombres" |
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() {#1612 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1613 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_nombres" ] |
cache_key | "_form_nombres_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1944 -form: Symfony\Component\Form\Form {#1819 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1943 …5} |
full_name | "form[nombres]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_nombres" |
label | "Nombres" |
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 | "_form_nombres" |
valid | true |
value | "" |
assignedRoles
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | Doctrine\Common\Collections\ArrayCollection {#1629 -elements: [ App\Entity\SeguridadRol {#662 …} ] } |
View Format |
[
"3"
]
|
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\SeguridadRol" |
same as passed value |
data | Doctrine\Common\Collections\ArrayCollection {#1629 -elements: [ App\Entity\SeguridadRol {#662 …} ] } |
same as passed value |
disabled | true |
same as passed value |
empty_data | null |
null
|
label | "Roles del Usuario" |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "--- Seleccione ---" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1645 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1644 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1633 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1640 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1632 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1666 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1663 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1664 …} } |
choices | null |
class | "App\Entity\SeguridadRol" |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data | Doctrine\Common\Collections\ArrayCollection {#1629 -elements: [ App\Entity\SeguridadRol {#662 …} ] } |
data_class | null |
disabled | true |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1639 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1311 …} -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 | "Roles del Usuario" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1641 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1643 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_assignedRoles" ] |
cache_key | "_form_assignedRoles_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1940 +label: "Administrador del sistema" +value: "1" +data: App\Entity\SeguridadRol {#1470 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1938 +label: "Coordinador en Centro de Movilización" +value: "2" +data: App\Entity\SeguridadRol {#1787 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1890 +label: "Operador del centro de movilizacón" +value: "3" +data: App\Entity\SeguridadRol {#662 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1907 +label: "Coordinador de base de movilización" +value: "4" +data: App\Entity\SeguridadRol {#1799 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1891 +label: "Coordinador de Direccion de Movilizacion" +value: "5" +data: App\Entity\SeguridadRol {#1889 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1939 +label: "Operador de la unidad militar" +value: "6" +data: App\Entity\SeguridadRol {#1808 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1882 +label: "Operador de centro de instruccion" +value: "7" +data: App\Entity\SeguridadRol {#1951 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1883 +label: "Médico" +value: "8" +data: App\Entity\SeguridadRol {#1952 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1888 +label: "Laboratorista" +value: "9" +data: App\Entity\SeguridadRol {#1953 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1899 +label: "Odontólogo" +value: "10" +data: App\Entity\SeguridadRol {#1954 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1772 +label: "Psicólogo" +value: "11" +data: App\Entity\SeguridadRol {#1955 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1958 +label: "Reservista" +value: "12" +data: App\Entity\SeguridadRol {#1956 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1959 +label: "Psicólogo Jefe" +value: "13" +data: App\Entity\SeguridadRol {#1957 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#1629 -elements: [ App\Entity\SeguridadRol {#662 …} ] } |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1942 -form: Symfony\Component\Form\Form {#1822 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1941 …5} |
full_name | "form[assignedRoles][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_assignedRoles" |
is_selected | Closure($choice, array $values) {#1961 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1605 …} } |
label | "Roles del Usuario" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "assignedRoles" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_assignedRoles" |
valid | true |
value | [
"3"
] |
cargo
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\NmclCargo" |
same as passed value |
empty_data | null |
null
|
label | "Cargo" |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "--- Seleccione ---" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1645 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1644 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1687 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1679 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1688 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1666 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1690 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1689 …} } |
choices | null |
class | "App\Entity\NmclCargo" |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1680 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#957 …} -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 | "Cargo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1678 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1677 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_cargo" ] |
cache_key | "_form_cargo_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1964 +label: "SUPERVISOR DE CENTRO" +value: "4" +data: App\Entity\NmclCargo {#1977 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1966 +label: "OPERADOR DE CENTRO DE MOVILIZACION" +value: "5" +data: Proxies\__CG__\App\Entity\NmclCargo {#1881 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1972 +label: "COMANDANTE DE BASE DE MOVILIZACION" +value: "2" +data: App\Entity\NmclCargo {#1982 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1973 +label: "JEFE DE CENTRO DE MOVILIZACION" +value: "3" +data: Proxies\__CG__\App\Entity\NmclCargo {#1919 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1981 +label: "OPERADOR DE CENTRO DE INSTRUCCION" +value: "6" +data: App\Entity\NmclCargo {#1983 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1965 +label: "DIRECCION DE MOVILIZACION" +value: "1" +data: Proxies\__CG__\App\Entity\NmclCargo {#1415 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1974 +label: "JEFE DE SICOLOGIA" +value: "8" +data: App\Entity\NmclCargo {#1984 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1975 +label: "LABORATORISTA EVALUADOR" +value: "12" +data: App\Entity\NmclCargo {#1985 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1968 +label: "ODONTÓLOGO EVALUADOR" +value: "10" +data: App\Entity\NmclCargo {#1986 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1967 +label: "PSICÓLOGO EVALUADOR" +value: "7" +data: App\Entity\NmclCargo {#1987 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1979 +label: "MÉDICO EVALUADOR" +value: "9" +data: App\Entity\NmclCargo {#1988 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1991 +label: "PSICÓLOGO CAMBIAR" +value: "11" +data: App\Entity\NmclCargo {#1989 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1992 +label: "GINECÓLOGO EVALUADOR" +value: "13" +data: App\Entity\NmclCargo {#1990 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1993 +label: "POLICIA NACIONAL" +value: "14" +data: Proxies\__CG__\App\Entity\NmclCargo {#1876 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1962 -form: Symfony\Component\Form\Form {#1825 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1963 …5} |
full_name | "form[cargo][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_cargo" |
is_selected | Closure($choice, array $values) {#1995 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1605 …} } |
label | "Cargo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "cargo" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_cargo" |
valid | true |
value | [] |
grado
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\NmclGrado" |
same as passed value |
empty_data | null |
null
|
label | "Grado" |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "--- Seleccione ---" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1645 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1644 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1714 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1706 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1715 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1666 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1717 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1716 …} } |
choices | null |
class | "App\Entity\NmclGrado" |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1707 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#981 …} -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 | "Grado" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1705 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1704 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_grado" ] |
cache_key | "_form_grado_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1998 +label: "GENERAL DE EJERCITO" +value: "1" +data: App\Entity\NmclGrado {#2011 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2000 +label: "GENERAL DE DIVISION" +value: "2" +data: App\Entity\NmclGrado {#2016 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2006 +label: "GENERAL DE BRIGADA" +value: "3" +data: App\Entity\NmclGrado {#2017 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2007 +label: "CORONEL" +value: "4" +data: App\Entity\NmclGrado {#2018 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2015 +label: "TENIENTE CORONEL" +value: "5" +data: App\Entity\NmclGrado {#2019 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1999 +label: "MAYOR" +value: "6" +data: App\Entity\NmclGrado {#2020 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2008 +label: "CAPITAN" +value: "7" +data: App\Entity\NmclGrado {#2021 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2009 +label: "TENIENTE" +value: "8" +data: App\Entity\NmclGrado {#2022 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2002 +label: "SUBTENIENTE" +value: "9" +data: App\Entity\NmclGrado {#2023 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2001 +label: "ASPIRANTE A OFICIAL" +value: "10" +data: App\Entity\NmclGrado {#2024 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2013 +label: "SUBOFICIAL MAYOR" +value: "11" +data: App\Entity\NmclGrado {#2025 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +label: "SUBOFICIAL PRIMERO" +value: "12" +data: App\Entity\NmclGrado {#2026 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +label: "SUBOFICIAL SEGUNDO" +value: "13" +data: App\Entity\NmclGrado {#2027 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +label: "SARGENTO PRIMERO" +value: "14" +data: Proxies\__CG__\App\Entity\NmclGrado {#1911 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +label: "SARGENTO SEGUNDO" +value: "15" +data: Proxies\__CG__\App\Entity\NmclGrado {#1905 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +label: "CABO PRIMERO" +value: "16" +data: Proxies\__CG__\App\Entity\NmclGrado {#1852 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +label: "CABO SEGUNDO" +value: "17" +data: Proxies\__CG__\App\Entity\NmclGrado {#1425 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +label: "SOLDADO" +value: "18" +data: App\Entity\NmclGrado {#2028 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +label: "CONSCRIPTO" +value: "19" +data: App\Entity\NmclGrado {#2029 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +label: "SERVIDOR PUBLICO" +value: "20" +data: Proxies\__CG__\App\Entity\NmclGrado {#1929 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +label: "ASPIRANTE A TROPA" +value: "21" +data: App\Entity\NmclGrado {#2030 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +label: "SERV.PUBLICO FONDOS PROPIOS" +value: "22" +data: App\Entity\NmclGrado {#2031 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +label: "SOLDADO RES." +value: "23" +data: App\Entity\NmclGrado {#2032 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +label: "CAPITAN DE FRAGATA " +value: "24" +data: App\Entity\NmclGrado {#2033 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +label: "SERVIDOR PUBLICO -MSP" +value: "25" +data: App\Entity\NmclGrado {#2034 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +label: "PASANTE" +value: "26" +data: App\Entity\NmclGrado {#2035 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +label: "CAPITAN DE NAVIO" +value: "27" +data: App\Entity\NmclGrado {#2036 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +label: "TENIENTE DE NAVIO" +value: "28" +data: App\Entity\NmclGrado {#2037 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +label: "CAPITAN DE SANIDAD" +value: "29" +data: App\Entity\NmclGrado {#2038 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +label: "CABO PRIMERO SANIDAD" +value: "30" +data: App\Entity\NmclGrado {#2039 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +label: "SOLDADO SANIDAD" +value: "31" +data: App\Entity\NmclGrado {#2040 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1996 -form: Symfony\Component\Form\Form {#1828 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1997 …5} |
full_name | "form[grado][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_grado" |
is_selected | Closure($choice, array $values) {#2062 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1605 …} } |
label | "Grado" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "grado" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_grado" |
valid | true |
value | [] |
baseMovilizacion
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\BaseMovilizacion" |
same as passed value |
empty_data | null |
null
|
label | "Base de movilización" |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "--- Seleccione ---" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1645 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1644 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1741 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1733 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1742 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1666 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1744 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1743 …} } |
choices | null |
class | "App\Entity\BaseMovilizacion" |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1734 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1050 …} -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 | "Base de movilización" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1732 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1731 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_baseMovilizacion" ] |
cache_key | "_form_baseMovilizacion_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +label: "BASMOV SUR" +value: "9" +data: Proxies\__CG__\App\Entity\BaseMovilizacion {#1920 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +label: "BASMOV OCCIDENTAL" +value: "11" +data: Proxies\__CG__\App\Entity\BaseMovilizacion {#1851 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2073 +label: "BASMOV ORIENTAL" +value: "10" +data: Proxies\__CG__\App\Entity\BaseMovilizacion {#1904 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2074 +label: "BASMOV CENTRAL" +value: "8" +data: Proxies\__CG__\App\Entity\BaseMovilizacion {#1435 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2063 -form: Symfony\Component\Form\Form {#1831 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2064 …5} |
full_name | "form[baseMovilizacion][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_baseMovilizacion" |
is_selected | Closure($choice, array $values) {#2066 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1605 …} } |
label | "Base de movilización" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "baseMovilizacion" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_baseMovilizacion" |
valid | true |
value | [] |
centroMovilizacion
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
[] |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
[ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
class | "App\Entity\CentroMovilizacion" |
same as passed value |
empty_data | null |
null
|
label | "Centro de Movilización" |
same as passed value |
mapped | false |
false
|
multiple | true |
same as passed value |
placeholder | "--- Seleccione ---" |
null
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLabel {#1645 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1644 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1768 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1760 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1769 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1666 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1771 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1770 …} } |
choices | null |
class | "App\Entity\CentroMovilizacion" |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1761 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#527 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1105 …} -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 | "Centro de Movilización" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
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 | null |
required | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1759 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1758 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "class" => "chosen-select" "style" => "width: 100%" "data-placeholder" => "--- Seleccione ---" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_form_centroMovilizacion" ] |
cache_key | "_form_centroMovilizacion_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +label: "CENMOV SUCUMBIOS" +value: "18" +data: App\Entity\CentroMovilizacion {#2210 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2080 +label: "C.M EL ORO-MACHALA" +value: "43" +data: App\Entity\CentroMovilizacion {#2201 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2215 +label: "MANTA - BIMJAR" +value: "87" +data: App\Entity\CentroMovilizacion {#2196 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2214 +label: "FMA SUBÍA-AMAGUAÑA" +value: "32" +data: App\Entity\CentroMovilizacion {#2191 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2206 +label: "CM MILAGRO" +value: "26" +data: App\Entity\CentroMovilizacion {#2186 …} +attr: [] +labelTranslationParameters: [] } 120 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +label: "FUERTE MILITAR RUMIÑAHUI AGRUCONGE" +value: "120" +data: App\Entity\CentroMovilizacion {#2181 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2213 +label: "CENMOV ESMERALDAS" +value: "27" +data: App\Entity\CentroMovilizacion {#2177 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2212 +label: "ESCUELA DE INFANTERIA AEREA" +value: "84" +data: App\Entity\CentroMovilizacion {#2172 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2219 +label: "GFE26 - QUEVEDO" +value: "89" +data: App\Entity\CentroMovilizacion {#2168 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +label: "17BS-SHELL-MERA" +value: "45" +data: App\Entity\CentroMovilizacion {#2127 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +label: "GCM18 - LOJA" +value: "91" +data: App\Entity\CentroMovilizacion {#2132 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2367 +label: "CM IMBABURA - IBARRA" +value: "10" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1912 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2368 +label: "CM SANTO DOMINGO" +value: "8" +data: App\Entity\CentroMovilizacion {#2154 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2369 +label: "CENMOV EL ORO" +value: "22" +data: App\Entity\CentroMovilizacion {#2149 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2370 +label: "11BCB - RIOBAMBA" +value: "85" +data: App\Entity\CentroMovilizacion {#2145 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +label: "CM TUNGURAHUA - AMBATO" +value: "14" +data: App\Entity\CentroMovilizacion {#2140 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2372 +label: "25 BAL-QUITO" +value: "34" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1937 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2373 +label: "CM MORONA - MACAS" +value: "92" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1921 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2374 +label: "CM COTOPAXI - LATACUNGA" +value: "13" +data: App\Entity\CentroMovilizacion {#2230 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2375 +label: "CENMOV AZUAY" +value: "20" +data: App\Entity\CentroMovilizacion {#2235 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2376 +label: "CENMOV PASTAZA" +value: "16" +data: App\Entity\CentroMovilizacion {#2240 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +label: "BASE NAVAL-MANTA" +value: "35" +data: App\Entity\CentroMovilizacion {#2244 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2378 +label: "BASE NAVAL ESMERALDAS" +value: "40" +data: App\Entity\CentroMovilizacion {#2248 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2379 +label: "BAE ELOY ALFARO-MANTA" +value: "36" +data: App\Entity\CentroMovilizacion {#2252 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2380 +label: "BASE SUR" +value: "48" +data: App\Entity\CentroMovilizacion {#2256 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2381 +label: "BASE ORIENTAL" +value: "49" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1930 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2382 +label: "CM MORONA SANTIAGO" +value: "44" +data: App\Entity\CentroMovilizacion {#2262 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2383 +label: "BI 2-SANTA ROSA" +value: "42" +data: App\Entity\CentroMovilizacion {#2266 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2384 +label: "27BA - CUENCA" +value: "90" +data: App\Entity\CentroMovilizacion {#2270 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2385 +label: "CENMOV CHIMBORAZO" +value: "15" +data: App\Entity\CentroMovilizacion {#2273 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2386 +label: "BI14 - MARAÑON EN LIBERTAD" +value: "88" +data: App\Entity\CentroMovilizacion {#2277 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +label: "BASE NAVAL-NORTE-GUAYAQUIL" +value: "38" +data: App\Entity\CentroMovilizacion {#2282 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2388 +label: "BI13 - ESMERALDAS" +value: "86" +data: App\Entity\CentroMovilizacion {#2286 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2389 +label: "13BI-MACHACHI" +value: "31" +data: App\Entity\CentroMovilizacion {#2290 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +label: "CEE-QUITO" +value: "33" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1445 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2391 +label: "CM NAPO - TENA" +value: "17" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1902 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2392 +label: "19BS - COCA" +value: "93" +data: App\Entity\CentroMovilizacion {#2300 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2393 +label: "CM PORTOVIEJO" +value: "11" +data: App\Entity\CentroMovilizacion {#2305 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2394 +label: "CENMOV CARCHI" +value: "9" +data: App\Entity\CentroMovilizacion {#2310 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +label: "CENMOV LOJA" +value: "23" +data: App\Entity\CentroMovilizacion {#2315 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2396 +label: "CENMOV GUAYAS" +value: "24" +data: App\Entity\CentroMovilizacion {#2319 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +label: "CENMOV MANTA" +value: "30" +data: App\Entity\CentroMovilizacion {#2323 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2398 +label: "CENMOV ORELLANA" +value: "19" +data: App\Entity\CentroMovilizacion {#2327 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2399 +label: "CENMOV QUEVEDO" +value: "28" +data: App\Entity\CentroMovilizacion {#2331 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +label: "GFE53 - LAGO AGRIO" +value: "94" +data: App\Entity\CentroMovilizacion {#2334 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2401 +label: "CENMOV SANTA ELENA" +value: "29" +data: App\Entity\CentroMovilizacion {#2338 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2402 +label: "III DE-CUENCA" +value: "41" +data: App\Entity\CentroMovilizacion {#2342 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2403 +label: "CENMOV PICHINCHA" +value: "12" +data: App\Entity\CentroMovilizacion {#2346 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2404 +label: "CM CARCHI - TULCAN" +value: "46" +data: App\Entity\CentroMovilizacion {#2350 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2405 +label: "BASE CENTRAL" +value: "47" +data: App\Entity\CentroMovilizacion {#2354 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2406 +label: "CM ZAMORA CH-ZAMORA" +value: "21" +data: App\Entity\CentroMovilizacion {#2357 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2407 +label: "BASE OCCIDENTAL - GUAYAQUIL" +value: "39" +data: Proxies\__CG__\App\Entity\CentroMovilizacion {#1611 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +label: "5 BI- GUAYAQUIL" +value: "37" +data: App\Entity\CentroMovilizacion {#2364 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2075 -form: Symfony\Component\Form\Form {#1834 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2076 …5} |
full_name | "form[centroMovilizacion][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_centroMovilizacion" |
is_selected | Closure($choice, array $values) {#2410 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1605 …} } |
label | "Centro de Movilización" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | true |
name | "centroMovilizacion" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_centroMovilizacion" |
valid | true |
value | [] |
activo
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
choices | [ "Sí" => "true" "No" => "false" ] |
[ "Sí" => "true" "No" => "false" ] |
empty_data | null |
null
|
label | "Activo" |
same as passed value |
mapped | false |
false
|
placeholder | "--- Seleccione ---" |
same as passed value |
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 | [ "Sí" => "true" "No" => "false" ] |
compound | false |
constraints | [] |
csrf_field_name | "_token" |
csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
csrf_protection | true |
csrf_token_id | null |
csrf_token_manager | Symfony\Component\Security\Csrf\CsrfTokenManager {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | false |
extra_fields_message | "This form should not contain extra fields." |
form_attr | false |
getter | null |
group_by | null |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
inherit_data | false |
invalid_message | "The selected choice is invalid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Activo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
mapped | false |
method | "POST" |
multiple | false |
placeholder | "--- Seleccione ---" |
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 | false |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#1786 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1785 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_form_activo" ] |
cache_key | "_form_activo_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +label: "Sí" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +label: "No" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2411 -form: Symfony\Component\Form\Form {#1837 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#2412 …5} |
full_name | "form[activo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_activo" |
is_selected | Closure($choice, $value) {#2416 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1605 …} } |
label | "Activo" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "activo" |
placeholder | "--- Seleccione ---" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_activo" |
valid | true |
value | "" |
fechaAcceso_WWdesdeWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "admin.fields.fechaAcceso (desde):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1796 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
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 | "admin.fields.fechaAcceso (desde):" |
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() {#1798 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1797 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaAcceso_WWdesdeWW" ] |
cache_key | "_form_fechaAcceso_WWdesdeWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2417 -form: Symfony\Component\Form\Form {#1840 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2418 …5} |
full_name | "form[fechaAcceso_WWdesdeWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaAcceso_WWdesdeWW" |
label | "admin.fields.fechaAcceso (desde):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaAcceso_WWdesdeWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaAcceso_WWdesdeWW" |
valid | true |
value | "" |
fechaAcceso_WWhastaWW
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "style" => "width: 100%" ] |
[ "style" => "width: 100%" ] |
label | "admin.fields.fechaAcceso (hasta):" |
same as passed value |
mapped | false |
false
|
required | false |
false
|
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "style" => "width: 100%" ] |
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 {#1575 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#1576 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#1577 …} -namespace: Closure() {#1579 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1805 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1478 …} } |
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 | "admin.fields.fechaAcceso (hasta):" |
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() {#1807 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#1581 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1806 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "style" => "width: 100%" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_form_fechaAcceso_WWhastaWW" ] |
cache_key | "_form_fechaAcceso_WWhastaWW_text" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#2419 -form: Symfony\Component\Form\Form {#1843 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#2420 …5} |
full_name | "form[fechaAcceso_WWhastaWW]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_fechaAcceso_WWhastaWW" |
label | "admin.fields.fechaAcceso (hasta):" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "fechaAcceso_WWhastaWW" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_form_fechaAcceso_WWhastaWW" |
valid | true |
value | "" |