- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs
- Events
- Routing
- Cache
- Translation 36
- 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
form
"Symfony\Component\Form\Extension\Core\Type\FormType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | [ "assignedRoles" => 5 ] |
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" => 5 ] |
[ "assignedRoles" => 5 ] |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data | [ "assignedRoles" => 5 ] |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#813 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
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() {#815 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#814 …} } } |
validation_groups | [
"filtering"
] |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "_form" ] |
cache_key | "_form_form" |
compound | true |
data | [ "assignedRoles" => 5 ] |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#839 -form: Symfony\Component\Form\Form {#1208 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1260 …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" => 5 ] |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#842 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
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() {#840 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#841 …} } } |
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 {#1286 -form: Symfony\Component\Form\Form {#1211 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1284 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#833 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
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() {#831 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#832 …} } } |
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 {#1288 -form: Symfony\Component\Form\Form {#1214 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1289 …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 {#848 -elements: [ App\Entity\SeguridadRol {#678 …} ] } |
View Format |
[
"5"
]
|
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 {#848 -elements: [ App\Entity\SeguridadRol {#678 …} ] } |
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 {#1045 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1044 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1033 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1040 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1029 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1066 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1063 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1064 …} } |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data | Doctrine\Common\Collections\ArrayCollection {#848 -elements: [ App\Entity\SeguridadRol {#678 …} ] } |
data_class | null |
disabled | true |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#1039 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#292 …} -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() {#1041 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1043 …} } } |
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 {#1236 +label: "Administrador del sistema" +value: "1" +data: App\Entity\SeguridadRol {#1167 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1281 +label: "Coordinador en Centro de Movilización" +value: "2" +data: App\Entity\SeguridadRol {#1182 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1278 +label: "Operador del centro de movilizacón" +value: "3" +data: App\Entity\SeguridadRol {#1277 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1291 +label: "Coordinador de base de movilización" +value: "4" +data: App\Entity\SeguridadRol {#1194 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1279 +label: "Coordinador de Direccion de Movilizacion" +value: "5" +data: App\Entity\SeguridadRol {#678 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#830 +label: "Operador de la unidad militar" +value: "6" +data: App\Entity\SeguridadRol {#1259 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1270 +label: "Operador de centro de instruccion" +value: "7" +data: App\Entity\SeguridadRol {#1238 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1271 +label: "Médico" +value: "8" +data: App\Entity\SeguridadRol {#1240 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1276 +label: "Laboratorista" +value: "9" +data: App\Entity\SeguridadRol {#1239 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1283 +label: "Odontólogo" +value: "10" +data: App\Entity\SeguridadRol {#1257 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1113 +label: "Psicólogo" +value: "11" +data: App\Entity\SeguridadRol {#1261 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1264 +label: "Reservista" +value: "12" +data: App\Entity\SeguridadRol {#1262 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1265 +label: "Psicólogo Jefe" +value: "13" +data: App\Entity\SeguridadRol {#1263 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | Doctrine\Common\Collections\ArrayCollection {#848 -elements: [ App\Entity\SeguridadRol {#678 …} ] } |
disabled | true |
errors | Symfony\Component\Form\FormErrorIterator {#1269 -form: Symfony\Component\Form\Form {#1217 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1241 …5} |
full_name | "form[assignedRoles][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_assignedRoles" |
is_selected | Closure($choice, array $values) {#1267 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#824 …} } |
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 | [
"5"
] |
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 {#1045 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1044 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1109 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1079 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1110 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1066 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1112 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1111 …} } |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#1080 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1085 …} -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() {#1078 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1077 …} } } |
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 {#1585 +label: "SUPERVISOR DE CENTRO" +value: "4" +data: App\Entity\NmclCargo {#1601 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +label: "OPERADOR DE CENTRO DE MOVILIZACION" +value: "5" +data: App\Entity\NmclCargo {#1606 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1596 +label: "COMANDANTE DE BASE DE MOVILIZACION" +value: "2" +data: App\Entity\NmclCargo {#1607 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1597 +label: "JEFE DE CENTRO DE MOVILIZACION" +value: "3" +data: App\Entity\NmclCargo {#1608 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1605 +label: "OPERADOR DE CENTRO DE INSTRUCCION" +value: "6" +data: App\Entity\NmclCargo {#1609 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1589 +label: "DIRECCION DE MOVILIZACION" +value: "1" +data: App\Entity\NmclCargo {#1610 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1598 +label: "JEFE DE SICOLOGIA" +value: "8" +data: App\Entity\NmclCargo {#1611 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1599 +label: "LABORATORISTA EVALUADOR" +value: "12" +data: App\Entity\NmclCargo {#1612 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1592 +label: "ODONTÓLOGO EVALUADOR" +value: "10" +data: App\Entity\NmclCargo {#1613 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1591 +label: "PSICÓLOGO EVALUADOR" +value: "7" +data: App\Entity\NmclCargo {#1614 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1603 +label: "MÉDICO EVALUADOR" +value: "9" +data: App\Entity\NmclCargo {#1615 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1619 +label: "PSICÓLOGO CAMBIAR" +value: "11" +data: App\Entity\NmclCargo {#1616 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1620 +label: "GINECÓLOGO EVALUADOR" +value: "13" +data: App\Entity\NmclCargo {#1617 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1621 +label: "POLICIA NACIONAL" +value: "14" +data: App\Entity\NmclCargo {#1618 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1588 -form: Symfony\Component\Form\Form {#1220 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1587 …5} |
full_name | "form[cargo][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_cargo" |
is_selected | Closure($choice, array $values) {#1623 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#824 …} } |
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 {#1045 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceLabel(object $choice): string {#1044 …} } |
choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1163 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1128 …} } |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1164 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1066 …} } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1166 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(object $object = null): string {#1165 …} } |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data_class | null |
disabled | false |
em | ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …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 {#1129 -om: ContainerQwBnWIx\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#606 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1134 …} -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() {#1127 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1126 …} } } |
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 {#1626 +label: "GENERAL DE EJERCITO" +value: "1" +data: App\Entity\NmclGrado {#1639 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1628 +label: "GENERAL DE DIVISION" +value: "2" +data: App\Entity\NmclGrado {#1644 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1634 +label: "GENERAL DE BRIGADA" +value: "3" +data: App\Entity\NmclGrado {#1645 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1635 +label: "CORONEL" +value: "4" +data: App\Entity\NmclGrado {#1646 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1643 +label: "TENIENTE CORONEL" +value: "5" +data: App\Entity\NmclGrado {#1647 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1627 +label: "MAYOR" +value: "6" +data: App\Entity\NmclGrado {#1648 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1636 +label: "CAPITAN" +value: "7" +data: App\Entity\NmclGrado {#1649 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1637 +label: "TENIENTE" +value: "8" +data: App\Entity\NmclGrado {#1650 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1630 +label: "SUBTENIENTE" +value: "9" +data: App\Entity\NmclGrado {#1651 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1629 +label: "ASPIRANTE A OFICIAL" +value: "10" +data: App\Entity\NmclGrado {#1652 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1641 +label: "SUBOFICIAL MAYOR" +value: "11" +data: App\Entity\NmclGrado {#1653 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1674 +label: "SUBOFICIAL PRIMERO" +value: "12" +data: App\Entity\NmclGrado {#1654 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1675 +label: "SUBOFICIAL SEGUNDO" +value: "13" +data: App\Entity\NmclGrado {#1655 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1676 +label: "SARGENTO PRIMERO" +value: "14" +data: App\Entity\NmclGrado {#1656 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1677 +label: "SARGENTO SEGUNDO" +value: "15" +data: App\Entity\NmclGrado {#1657 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1678 +label: "CABO PRIMERO" +value: "16" +data: App\Entity\NmclGrado {#1658 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1679 +label: "CABO SEGUNDO" +value: "17" +data: App\Entity\NmclGrado {#1659 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1680 +label: "SOLDADO" +value: "18" +data: App\Entity\NmclGrado {#1660 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1681 +label: "CONSCRIPTO" +value: "19" +data: App\Entity\NmclGrado {#1661 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1682 +label: "SERVIDOR PUBLICO" +value: "20" +data: App\Entity\NmclGrado {#1662 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1683 +label: "ASPIRANTE A TROPA" +value: "21" +data: App\Entity\NmclGrado {#1663 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1684 +label: "SERV.PUBLICO FONDOS PROPIOS" +value: "22" +data: App\Entity\NmclGrado {#1664 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1685 +label: "SOLDADO RES." +value: "23" +data: App\Entity\NmclGrado {#1665 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1686 +label: "CAPITAN DE FRAGATA " +value: "24" +data: App\Entity\NmclGrado {#1666 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1687 +label: "SERVIDOR PUBLICO -MSP" +value: "25" +data: App\Entity\NmclGrado {#1667 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1688 +label: "PASANTE" +value: "26" +data: App\Entity\NmclGrado {#1668 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1689 +label: "CAPITAN DE NAVIO" +value: "27" +data: App\Entity\NmclGrado {#1669 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1690 +label: "TENIENTE DE NAVIO" +value: "28" +data: App\Entity\NmclGrado {#1670 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1691 +label: "CAPITAN DE SANIDAD" +value: "29" +data: App\Entity\NmclGrado {#1671 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1692 +label: "CABO PRIMERO SANIDAD" +value: "30" +data: App\Entity\NmclGrado {#1672 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +label: "SOLDADO SANIDAD" +value: "31" +data: App\Entity\NmclGrado {#1673 …} +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1624 -form: Symfony\Component\Form\Form {#1223 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1625 …5} |
full_name | "form[grado][]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_grado" |
is_selected | Closure($choice, array $values) {#1695 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#824 …} } |
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 | [] |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
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() {#1181 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1180 …} } } |
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 {#1698 +label: "Sí" +value: "true" +data: "true" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1699 +label: "No" +value: "false" +data: "false" +attr: [] +labelTranslationParameters: [] } ] |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#1696 -form: Symfony\Component\Form\Form {#1226 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#1697 …5} |
full_name | "form[activo]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "form_activo" |
is_selected | Closure($choice, $value) {#1701 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#824 …} } |
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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1191 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
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() {#1193 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1192 …} } } |
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 {#1702 -form: Symfony\Component\Form\Form {#1229 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1703 …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 {#794 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#795 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#796 …} -namespace: Closure() {#798 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#1200 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#697 …} } |
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() {#1202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#800 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#45 …} $translationDomain: "validators" $message: Closure() {#1201 …} } } |
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 {#1704 -form: Symfony\Component\Form\Form {#1232 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#1705 …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 | "" |