Forms
-
faculty_filter
-
nombre
-
department
-
area
-
line
-
CodCurriculum
-
faculty_filter
Form type:
"App\Form\FacultyFilterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
| Property | Value |
|---|---|
| View Format | same as normalized format |
| Normalized Format | [ "nombre" => null "department" => null "area" => null "line" => null "CodCurriculum" => App\Entity\CodCurriculum {#1341 -codCurriculum: 40301 -nom_curriculum: "DOCTORADO EN CIENCIAS DE LA INGENIERÍA" -opportunities: Doctrine\ORM\PersistentCollection {#1400 …} -active: 1 -nom_curriculum_english: "PHD IN ENGINEERING SCIENCE" } ] |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| 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\SameOriginCsrfTokenManager {#623 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#624 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#877 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "GET" |
| 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() {#879 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#878 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "faculty_filter" "_faculty_filter" ] |
| cache_key | "_faculty_filter_faculty_filter" |
| compound | true |
| data | [ "nombre" => null "department" => null "area" => null "line" => null "CodCurriculum" => App\Entity\CodCurriculum {#1341 -codCurriculum: 40301 -nom_curriculum: "DOCTORADO EN CIENCIAS DE LA INGENIERÍA" -opportunities: Doctrine\ORM\PersistentCollection {#1400 …} -active: 1 -nom_curriculum_english: "PHD IN ENGINEERING SCIENCE" } ] |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1661 -errors: [] -form: Symfony\Component\Form\Form {#1245 …} } |
| form | Symfony\Component\Form\FormView {#1662 …5} |
| full_name | "faculty_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "faculty_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter" |
| valid | true |
| value | [ "nombre" => null "department" => null "area" => null "line" => null "CodCurriculum" => App\Entity\CodCurriculum {#1341 -codCurriculum: 40301 -nom_curriculum: "DOCTORADO EN CIENCIAS DE LA INGENIERÍA" -opportunities: Doctrine\ORM\PersistentCollection {#1400 …} -active: 1 -nom_curriculum_english: "PHD IN ENGINEERING SCIENCE" } ] |
nombre
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Buscar por nombre..." "class" => "form-control" ] |
[ "placeholder" => "Buscar por nombre..." "class" => "form-control" ] |
| label | "Académico" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Buscar por nombre..." "class" => "form-control" ] |
| 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\SameOriginCsrfTokenManager {#623 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#624 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#896 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| 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 | "Académico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#898 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#897 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Buscar por nombre..." "class" => "form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_faculty_filter_nombre" ] |
| cache_key | "_faculty_filter_nombre_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1653 -errors: [] -form: Symfony\Component\Form\Form {#1233 …} } |
| form | Symfony\Component\Form\FormView {#1654 …5} |
| full_name | "faculty_filter[nombre]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_nombre" |
| label | "Académico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "nombre" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_nombre" |
| valid | true |
| value | "" |
department
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | "department" |
same as passed value |
| class | "App\Entity\Department" |
same as passed value |
| label | "Departamento" |
same as passed value |
| placeholder | "Todos los departamentos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#884 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} } |
Doctrine\ORM\QueryBuilder {#964 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#969 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#970 #from: "App\Entity\Department" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#971 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.department ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT d FROM App\Entity\Department d ORDER BY d.department ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#967 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "department" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1082 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#973 …} } |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#977 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#972 …} } |
| choices | null |
| class | "App\Entity\Department" |
| 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\SameOriginCsrfTokenManager {#623 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#624 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1070 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#933 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Departamento" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los departamentos" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#964 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#969 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#970 #from: "App\Entity\Department" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#971 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.department ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT d FROM App\Entity\Department d ORDER BY d.department ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#967 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#931 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#929 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_department" ] |
| cache_key | "_faculty_filter_department_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1755 +data: App\Entity\Department {#2412 …} +value: "DTUC-solam" +label: "Área de Soluciones Ambientales - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1903 +data: App\Entity\Department {#2419 …} +value: "DTUC-Metro" +label: "Área Metrología - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1760 +data: App\Entity\Department {#2426 …} +value: "CAstroIng" +label: "Centro de Astro-Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1692 +data: App\Entity\Department {#2369 …} +value: "CEDEUS" +label: "Centro de Desarrollo Urbano Sustentable CEDEUS" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1891 +data: App\Entity\Department {#2433 …} +value: "BRT+" +label: "Centro de Excelencia BRT+" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1706 +data: App\Entity\Department {#2440 …} +value: "CIH" +label: "Centro\u{A0}de\u{A0}Innovación\u{A0}del\u{A0}Hormigón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1725 +data: App\Entity\Department {#2447 …} +value: "CIENUC" +label: "Centro de Investigación en Nanotecnología y Materiales Avanzados CIEN UC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1716 +data: App\Entity\Department {#2454 …} +value: "AdmCenRM" +label: "Centro de Investigación en Resonancia Magnética - Pontificia Universidad Católica de Chile" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1919 +data: App\Entity\Department {#2461 …} +value: "CMA" +label: "Centro de Medio Ambiente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1693 +data: App\Entity\Department {#2231 …} +value: "CIGIDEN" +label: "Centro Nacional de Investigación para la Gestión Integrada de Desastres Naturales (CIGIDEN)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2727 +data: App\Entity\Department {#2468 …} +value: "IIC" +label: "Departamento de Ciencia de la Computación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2728 +data: App\Entity\Department {#2475 …} +value: "IMM" +label: "Departamento de Ingeniería de Minería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2729 +data: App\Entity\Department {#2482 …} +value: "ICT" +label: "Departamento de Ingeniería de Transporte y Logística" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2730 +data: App\Entity\Department {#2489 …} +value: "IEE" +label: "Departamento de Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2731 +data: App\Entity\Department {#2151 …} +value: "ICE" +label: "Departamento de Ingeniería Estructural y Geotécnica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2732 +data: App\Entity\Department {#2282 …} +value: "ICH" +label: "Departamento de Ingeniería Hidráulica y Ambiental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +data: App\Entity\Department {#2496 …} +value: "ICS" +label: "Departamento de Ingeniería Industrial y de Sistemas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2734 +data: App\Entity\Department {#2503 …} +value: "ICM" +label: "Departamento de Ingeniería Mecánica y Metalúrgica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +data: App\Entity\Department {#2510 …} +value: "IIQ" +label: "Departamento de Ingeniería Química y Bioprocesos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2736 +data: App\Entity\Department {#2089 …} +value: "ICC" +label: "Departamento de Ingeniería y Gestión de la Construcción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2737 +data: App\Entity\Department {#2517 …} +value: "DTUC-Labs" +label: "DICTUC Labs - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +data: App\Entity\Department {#2524 …} +value: "DTUC-Gener" +label: "DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +data: App\Entity\Department {#2531 …} +value: "DipEyBUC" +label: "Diplomado en Electromovilidad y Biocombustibles UC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2740 +data: App\Entity\Department {#2538 …} +value: "DARI" +label: "Dirección Asociada de Relaciones Internacionales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2741 +data: App\Entity\Department {#2545 …} +value: "DIREDUC" +label: "Dirección de Educación en Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2742 +data: App\Entity\Department {#2552 …} +value: "DIRDICTUC" +label: "Dirección de Extensión y DICTUC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2743 +data: App\Entity\Department {#2559 …} +value: "DIRINV" +label: "Dirección de Investigación e Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2744 +data: App\Entity\Department {#2566 …} +value: "DIPEI" +label: "Dirección de Postgrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2745 +data: App\Entity\Department {#2573 …} +value: "DIRDOC" +label: "Dirección de Pregrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +data: App\Entity\Department {#2580 …} +value: "DIRRESSOC" +label: "Dirección de Responsabilidad Social" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2747 +data: App\Entity\Department {#2587 …} +value: "DIRTEC" +label: "Dirección de Tecnología" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +data: App\Entity\Department {#2594 …} +value: "IDI" +label: "Diseño en Ingeniería (Dilab)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2749 +data: App\Entity\Department {#2601 …} +value: "DTUC-divMA" +label: "División Centro Ambiental - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2750 +data: App\Entity\Department {#2608 …} +value: "DTUC-divMM" +label: "División Centro de Minería - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +data: App\Entity\Department {#2615 …} +value: "DTUC-divCT" +label: "División Ingeniería de Transporte - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +data: App\Entity\Department {#2622 …} +value: "DTUC-divCH" +label: "División Ingeniería Hidráulica y Ambiental - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2753 +data: App\Entity\Department {#2629 …} +value: "DTUC-divCM" +label: "División Ingeniería Mecánica y Metalúrgica - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2754 +data: App\Entity\Department {#2636 …} +value: "DTUC-divIQ" +label: "División Ingeniería Química y Bioprocesos - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2755 +data: App\Entity\Department {#2049 …} +value: "DTUC-divCC" +label: "División Ingeniería y Gestión de la Construcción - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2756 +data: App\Entity\Department {#2643 …} +value: "EscIng" +label: "Escuela de Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2757 +data: App\Entity\Department {#2650 …} +value: "FacIng" +label: "Facultad de Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2758 +data: App\Entity\Department {#2657 …} +value: "DTUC-AdmFi" +label: "Gerencia de Administración y Finanzas - DICTUC S.A." +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +data: App\Entity\Department {#2664 …} +value: "IMA" +label: "Ingeniería Matemática y Computacional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2760 +data: App\Entity\Department {#2671 …} +value: "IBIOMED" +label: "Instituto de Ingeniería Biológica y Médica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +data: App\Entity\Department {#2678 …} +value: "ISCI" +label: "Instituto Sistemas Complejos de Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2762 +data: App\Entity\Department {#2685 …} +value: "DTUCLabRR" +label: "Laboratorio de Energías Renovables y Residuos ‐ DICTUC UC" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2763 +data: App\Entity\Department {#2112 …} +value: "IAC" +label: "Magister en Administración de la Construcción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +data: App\Entity\Department {#2692 …} +value: "MIE" +label: "Magister en Ingenieria de la Energia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +data: App\Entity\Department {#2128 …} +value: "IEG" +label: "Magíster en Ingeniería Estructural y Geotécnica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2766 +data: App\Entity\Department {#2699 …} +value: "IND" +label: "Magister en Ingeniería Industrial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2767 +data: App\Entity\Department {#2706 …} +value: "IMI" +label: "Magister en Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2768 +data: App\Entity\Department {#2713 …} +value: "MTIG" +label: "Magister en Tecnologías de Información y Gestión" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2769 +data: App\Entity\Department {#2720 …} +value: "IRB" +label: "Sistemas Autónomos y Robóticos" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1652 -errors: [] -form: Symfony\Component\Form\Form {#1237 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1651 …5} |
| full_name | "faculty_filter[department]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_department" |
| is_selected | Closure($choice, $value) {#1649 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Departamento" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "department" |
| placeholder | "Todos los departamentos" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_department" |
| valid | true |
| value | "" |
area
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchArea $researchArea) {#885 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\ResearchArea" |
same as passed value |
| label | "Área de investigación" |
same as passed value |
| placeholder | "Todas las áreas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#886 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} } |
Doctrine\ORM\QueryBuilder {#1111 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1110 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1112 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1113 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ra.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1114 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1107 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchArea $researchArea) {#885 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1157 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1116 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1115 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1117 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1141 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1119 …} } |
| choices | null |
| class | "App\Entity\ResearchArea" |
| 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\SameOriginCsrfTokenManager {#623 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#624 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1138 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1062 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Área de investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas las áreas" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1111 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1110 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1112 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1113 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ra.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1114 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1107 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1064 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1065 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_area" ] |
| cache_key | "_faculty_filter_area_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2793 +data: App\Entity\ResearchArea {#2786 …} +value: "9" +label: "Ciencia De La Computación (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +data: App\Entity\ResearchArea {#2801 …} +value: "32" +label: "Ciencia De La Computación (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2779 +data: App\Entity\ResearchArea {#2067 …} +value: "11" +label: "Ingeniería Civil (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2783 +data: App\Entity\ResearchArea {#2808 …} +value: "4" +label: "Ingeniería De Transporte Y Logística (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +data: App\Entity\ResearchArea {#2815 …} +value: "22" +label: "Ingeniería De Transporte Y Logística (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2775 +data: App\Entity\ResearchArea {#2824 …} +value: "8" +label: "Ingeniería Eléctrica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2909 +data: App\Entity\ResearchArea {#2831 …} +value: "14" +label: "Ingeniería Eléctrica (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2906 +data: App\Entity\ResearchArea {#2211 …} +value: "2" +label: "Ingeniería Estructural Y Geotécnica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2774 +data: App\Entity\ResearchArea {#2298 …} +value: "3" +label: "Ingeniería Hidráulica Y Ambiental (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +data: App\Entity\ResearchArea {#2848 …} +value: "5" +label: "Ingeniería Industrial Y De Sistemas (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +data: App\Entity\ResearchArea {#2855 …} +value: "36" +label: "Ingenieria Industrial Y De Transporte (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2910 +data: App\Entity\ResearchArea {#2862 …} +value: "34" +label: "Ingeniería Mecánica (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2911 +data: App\Entity\ResearchArea {#2869 …} +value: "37" +label: "Ingeniería Mecánica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2912 +data: App\Entity\ResearchArea {#2876 …} +value: "7" +label: "Ingeniería Química Y Bioprocesos (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2913 +data: App\Entity\ResearchArea {#2883 …} +value: "13" +label: "Ingeniería Química Y Bioprocesos (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2914 +data: App\Entity\ResearchArea {#2081 …} +value: "1" +label: "Ingeniería Y Gestión De La Construcción (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +data: App\Entity\ResearchArea {#2895 …} +value: "10" +label: "Minería (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2770 -errors: [] -form: Symfony\Component\Form\Form {#1240 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1650 …5} |
| full_name | "faculty_filter[area]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_area" |
| is_selected | Closure($choice, $value) {#2917 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Área de investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "area" |
| placeholder | "Todas las áreas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_area" |
| valid | true |
| value | "" |
line
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"" |
| Normalized Format | null |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchLine $researchLine) {#887 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\ResearchLine" |
same as passed value |
| label | "Línea de investigación" |
same as passed value |
| placeholder | "Todas las líneas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#888 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} } |
Doctrine\ORM\QueryBuilder {#1196 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1195 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1197 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1198 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "rl.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1199 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1192 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchLine $researchLine) {#887 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1242 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1201 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1200 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1117 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1204 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1202 …} } |
| choices | null |
| class | "App\Entity\ResearchLine" |
| 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\SameOriginCsrfTokenManager {#623 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#624 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1223 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1129 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Línea de investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas las líneas" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1196 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1195 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1197 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1198 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "rl.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1199 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1192 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1130 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1131 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_line" ] |
| cache_key | "_faculty_filter_line_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +data: App\Entity\ResearchLine {#2934 …} +value: "1036" +label: "Automatización, Instrumentación Y Robótica (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +data: App\Entity\ResearchLine {#2939 …} +value: "1007" +label: "Automatización, Instrumentación Y Robótica (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2923 +data: App\Entity\ResearchLine {#2944 …} +value: "1031" +label: "Biotecnología (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2926 +data: App\Entity\ResearchLine {#2949 …} +value: "1002" +label: "Biotecnología (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2925 +data: App\Entity\ResearchLine {#2954 …} +value: "1038" +label: "Ciencia De La Informática (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } 1009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2919 +data: App\Entity\ResearchLine {#2959 …} +value: "1009" +label: "Ciencia De La Informática (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2932 +data: App\Entity\ResearchLine {#2964 …} +value: "1039" +label: "Desarrollo Minero Y Minería Sustentable (Minería" +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2931 +data: App\Entity\ResearchLine {#2969 …} +value: "1019" +label: "Dinámica De Fluidos, Hidráulica, Ingeniería De Ríos Y Costas (Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +data: App\Entity\ResearchLine {#2974 …} +value: "1033" +label: "Dinámica Y Modelación De Procesos Químicos Y Ambientales (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2922 +data: App\Entity\ResearchLine {#2979 …} +value: "1004" +label: "Dinámica Y Modelación De Procesos Químicos Y Ambientales (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2927 +data: App\Entity\ResearchLine {#2984 …} +value: "1027" +label: "Diseño, Manufactura Y Uso De Materiales (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3139 +data: App\Entity\ResearchLine {#2989 …} +value: "1011" +label: "Diseño, Materiales Y Manufactura (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3140 +data: App\Entity\ResearchLine {#2994 …} +value: "1013" +label: "Diseño, Planificación Y Regulación De Sistemas Complejos (Ingenieria Industrial Y De Transporte" +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3141 +data: App\Entity\ResearchLine {#2999 …} +value: "1025" +label: "Economía Y Finanzas (Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3142 +data: App\Entity\ResearchLine {#3004 …} +value: "1022" +label: "Economía Y Planificación De Sistemas De Transporte (Ingeniería De Transporte Y Logística" +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3143 +data: App\Entity\ResearchLine {#3009 …} +value: "1035" +label: "Energía (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3144 +data: App\Entity\ResearchLine {#3014 …} +value: "1006" +label: "Energía (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3145 +data: App\Entity\ResearchLine {#3019 …} +value: "1010" +label: "Energía Y Sistemas Térmicos (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3146 +data: App\Entity\ResearchLine {#3024 …} +value: "1028" +label: "Generación Y Conversión De Energía (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3147 +data: App\Entity\ResearchLine {#3029 …} +value: "1018" +label: "Geociencias (Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3148 +data: App\Entity\ResearchLine {#3034 …} +value: "1001" +label: "Geociencias, Medio Ambiente Y Recursos (Ingeniería Civil" +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3149 +data: App\Entity\ResearchLine {#3039 …} +value: "1026" +label: "Gestión Organizacional, Estrategia, Marketing, E Innovación Y Emprendimiento (Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3150 +data: App\Entity\ResearchLine {#3044 …} +value: "1015" +label: "Gestión Para Una Infraestructura Sustentable Y Resiliente (Ingeniería Y Gestión De La Construcción" +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3151 +data: App\Entity\ResearchLine {#3049 …} +value: "1023" +label: "Gestión Y Operaciones De Sistemas De Transporte Y Logística (Ingeniería De Transporte Y Logística" +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3152 +data: App\Entity\ResearchLine {#3054 …} +value: "1000" +label: "Infraestructura Sustentable Y Resiliente (Ingeniería Civil" +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +data: App\Entity\ResearchLine {#3059 …} +value: "1032" +label: "Ingeniería De Alimentos (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +data: App\Entity\ResearchLine {#3064 …} +value: "1003" +label: "Ingeniería De Alimentos (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +data: App\Entity\ResearchLine {#3069 …} +value: "1016" +label: "Ingeniería Estructural (Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +data: App\Entity\ResearchLine {#3074 …} +value: "1017" +label: "Ingeniería Geotécnica (Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3157 +data: App\Entity\ResearchLine {#3079 …} +value: "1024" +label: "Investigación Y Gestión De Operaciones (Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +data: App\Entity\ResearchLine {#3084 …} +value: "1030" +label: "Mecánica Computacional (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3159 +data: App\Entity\ResearchLine {#3089 …} +value: "1021" +label: "Medio Ambiente Y Sustentabilidad (Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +data: App\Entity\ResearchLine {#3094 …} +value: "1012" +label: "Modelos De Planificación, Gestión Y Optimización De Sistemas Logísticos Y Económicos (Ingenieria Industrial Y De Transporte" +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +data: App\Entity\ResearchLine {#3099 …} +value: "1040" +label: "Optimización De Procesos Y Minería Inteligente (Minería" +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +data: App\Entity\ResearchLine {#3104 …} +value: "1020" +label: "Recursos Hídricos (Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +data: App\Entity\ResearchLine {#3109 …} +value: "1014" +label: "Recursos, Tecnologías E Ingeniería Para Una Infraestructura Sustentable Y Resiliente (Ingeniería Y Gestión De La Construcción" +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +data: App\Entity\ResearchLine {#3114 …} +value: "1034" +label: "Sistemas De Información (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +data: App\Entity\ResearchLine {#3119 …} +value: "1005" +label: "Sistemas De Información (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +data: App\Entity\ResearchLine {#3124 …} +value: "1029" +label: "Sistemas Mecatrónicos (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +data: App\Entity\ResearchLine {#3129 …} +value: "1037" +label: "Sistemas Y Computación Orientada A Humanos (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +data: App\Entity\ResearchLine {#3134 …} +value: "1008" +label: "Sistemas Y Computación Orientada A Humanos (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2916 -errors: [] -form: Symfony\Component\Form\Form {#1265 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2918 …5} |
| full_name | "faculty_filter[line]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_line" |
| is_selected | Closure($choice, $value) {#3170 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Línea de investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "line" |
| placeholder | "Todas las líneas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_line" |
| valid | true |
| value | "" |
CodCurriculum
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
| Property | Value |
|---|---|
| View Format |
"40301"
|
| Normalized Format | App\Entity\CodCurriculum {#1341 -codCurriculum: 40301 -nom_curriculum: "DOCTORADO EN CIENCIAS DE LA INGENIERÍA" -opportunities: Doctrine\ORM\PersistentCollection {#1400 …} -active: 1 -nom_curriculum_english: "PHD IN ENGINEERING SCIENCE" } |
| Model Format | same as normalized format |
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2 form-control" ] |
[ "class" => "select2 form-control" ] |
| choice_label | Closure(CodCurriculum $codCurriculum) {#889 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\CodCurriculum" |
same as passed value |
| label | "Programa" |
same as passed value |
| placeholder | "Todos los programas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#890 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} } |
Doctrine\ORM\QueryBuilder {#1211 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1213 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1209 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1208 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "cc.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1207 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1214 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(CodCurriculum $codCurriculum) {#889 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#829 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1269 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1238 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1206 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1117 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1230 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1234 …} } |
| choices | null |
| class | "App\Entity\CodCurriculum" |
| 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\SameOriginCsrfTokenManager {#623 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#624 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1250 -singleId: true -intId: true -idField: "codCurriculum" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1158 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Programa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los programas" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1211 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1213 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1209 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1208 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "cc.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1207 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#968 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1214 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1216 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1217 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_CodCurriculum" ] |
| cache_key | "_faculty_filter_CodCurriculum_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 40301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +data: App\Entity\CodCurriculum {#1341 -codCurriculum: 40301 -nom_curriculum: "DOCTORADO EN CIENCIAS DE LA INGENIERÍA" -opportunities: Doctrine\ORM\PersistentCollection {#1400 …} -active: 1 -nom_curriculum_english: "PHD IN ENGINEERING SCIENCE" } +value: "40301" +label: "Doctorado En Ciencias De La IngenierÍa" +attr: [] +labelTranslationParameters: [] } 40201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +data: App\Entity\CodCurriculum {#2794 …} +value: "40201" +label: "MagÍster En Ciencias De La IngenierÍa" +attr: [] +labelTranslationParameters: [] } 40401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3176 +data: App\Entity\CodCurriculum {#2817 …} +value: "40401" +label: "MagÍster En IngenierÍa" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | App\Entity\CodCurriculum {#1341 -codCurriculum: 40301 -nom_curriculum: "DOCTORADO EN CIENCIAS DE LA INGENIERÍA" -opportunities: Doctrine\ORM\PersistentCollection {#1400 …} -active: 1 -nom_curriculum_english: "PHD IN ENGINEERING SCIENCE" } |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#3169 -errors: [] -form: Symfony\Component\Form\Form {#1257 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3171 …5} |
| full_name | "faculty_filter[CodCurriculum]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_CodCurriculum" |
| is_selected | Closure($choice, $value) {#3178 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Programa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "CodCurriculum" |
| placeholder | "Todos los programas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | true |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_CodCurriculum" |
| valid | true |
| value | "40301" |