Forms
-
opportunity_filter
-
faculty
-
CodCurriculum
-
researchArea
-
researchLine
-
keyword
-
status
-
date_range
-
opportunity_filter
Form type:
"App\Form\OpportunityFilterType"
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
This form was not submitted.
Passed Options
No options were passed when constructing this form.
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\SameOriginCsrfTokenManager {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#916 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() {#918 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#917 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "opportunity_filter" "_opportunity_filter" ] |
| cache_key | "_opportunity_filter_opportunity_filter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1646 -errors: [] -form: Symfony\Component\Form\Form {#1428 …} } |
| form | Symfony\Component\Form\FormView {#1647 …5} |
| full_name | "opportunity_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "opportunity_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter" |
| valid | true |
| value | null |
faculty
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(Faculty $faculty) {#923 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
same as passed value |
| class | "App\Entity\Faculty" |
same as passed value |
| label | "Académico" |
same as passed value |
| placeholder | "Todos los académicos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#924 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
Doctrine\ORM\QueryBuilder {#1016 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1021 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1022 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#1023 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1024 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT f FROM App\Entity\Faculty f INNER JOIN f.user u ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1019 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …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(Faculty $faculty) {#923 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1210 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1026 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1025 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1030 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1132 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1031 …} } |
| choices | null |
| class | "App\Entity\Faculty" |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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 {#187 …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 {#1129 -singleId: true -intId: true -idField: "rut" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#958 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| 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" |
| multiple | false |
| placeholder | "Todos los académicos" |
| 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 {#1016 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1021 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1022 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#1023 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1024 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT f FROM App\Entity\Faculty f INNER JOIN f.user u ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1019 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#956 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#954 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_faculty" ] |
| cache_key | "_opportunity_filter_faculty_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 10678210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1998 +data: App\Entity\Faculty {#1999 …} +value: "10678210" +label: "Alejandro Enrique Cataldo Cornejo" +attr: [] +labelTranslationParameters: [] } 9876921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2014 +data: App\Entity\Faculty {#2015 …} +value: "9876921" +label: "Alejandro Francisco Mac Cawley Vergara" +attr: [] +labelTranslationParameters: [] } 17031288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2078 +data: App\Entity\Faculty {#2077 …} +value: "17031288" +label: "Alejandro Ignacio Maass MartÍnez" +attr: [] +labelTranslationParameters: [] } 25950725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2091 +data: App\Entity\Faculty {#2090 …} +value: "25950725" +label: "Alessio Bellino" +attr: [] +labelTranslationParameters: [] } 11631450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2104 +data: App\Entity\Faculty {#2103 …} +value: "11631450" +label: "Alexis Mikes Kalergis Parra" +attr: [] +labelTranslationParameters: [] } 7018818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2117 +data: App\Entity\Faculty {#2116 …} +value: "7018818" +label: "Alfonso Cruz Novoa" +attr: [] +labelTranslationParameters: [] } 8776328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2130 +data: App\Entity\Faculty {#2129 …} +value: "8776328" +label: "Alvaro Soto Arriaza" +attr: [] +labelTranslationParameters: [] } 8969257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2143 +data: App\Entity\Faculty {#2142 …} +value: "8969257" +label: "Alvaro Andres Gonzalez Vaccarezza" +attr: [] +labelTranslationParameters: [] } 16017941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2156 +data: App\Entity\Faculty {#2155 …} +value: "16017941" +label: "Álvaro Hugo Lorca GÁlvez" +attr: [] +labelTranslationParameters: [] } 13064791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2169 +data: App\Entity\Faculty {#2168 …} +value: "13064791" +label: "Alvaro Rodrigo Videla Leiva" +attr: [] +labelTranslationParameters: [] } 24307942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2182 +data: App\Entity\Faculty {#2181 …} +value: "24307942" +label: "Amin Hekmatnejad" +attr: [] +labelTranslationParameters: [] } 27801262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2195 +data: App\Entity\Faculty {#2194 …} +value: "27801262" +label: "Anastasios Matzavinos " +attr: [] +labelTranslationParameters: [] } 26159159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2208 +data: App\Entity\Faculty {#2207 …} +value: "26159159" +label: "Andrea Ravasio " +attr: [] +labelTranslationParameters: [] } 13270333 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2221 +data: App\Entity\Faculty {#2220 …} +value: "13270333" +label: "Andrea Isabel Moreno Switt" +attr: [] +labelTranslationParameters: [] } 26029255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2234 +data: App\Entity\Faculty {#2233 …} +value: "26029255" +label: "AndrÉs JosÉ Prieto IbaÑez" +attr: [] +labelTranslationParameters: [] } 10783737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2247 +data: App\Entity\Faculty {#2246 …} +value: "10783737" +label: "Angel Rodrigo Leiva Campusano" +attr: [] +labelTranslationParameters: [] } 13463036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2260 +data: App\Entity\Faculty {#2259 …} +value: "13463036" +label: "Angelica Maria Fierro Huerta" +attr: [] +labelTranslationParameters: [] } 14630652 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2273 +data: App\Entity\Faculty {#2272 …} +value: "14630652" +label: "Beatriz Sanchez Nieto" +attr: [] +labelTranslationParameters: [] } 28075760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2286 +data: App\Entity\Faculty {#2285 …} +value: "28075760" +label: "Beda Barkokebas" +attr: [] +labelTranslationParameters: [] } 16609648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2299 +data: App\Entity\Faculty {#2298 …} +value: "16609648" +label: "BenjamÍn Herrmann Priesnitz" +attr: [] +labelTranslationParameters: [] } 15636390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2312 +data: App\Entity\Faculty {#2311 …} +value: "15636390" +label: "Camila Orellana Montecino" +attr: [] +labelTranslationParameters: [] } 17087769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2325 +data: App\Entity\Faculty {#2324 …} +value: "17087769" +label: "Camila BalbontÍn Tanhnuz" +attr: [] +labelTranslationParameters: [] } 12395025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2338 +data: App\Entity\Faculty {#2337 …} +value: "12395025" +label: "Camilo Ignacio Lopez Alarcon" +attr: [] +labelTranslationParameters: [] } 15798303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +data: App\Entity\Faculty {#2350 …} +value: "15798303" +label: "Carlos Alberto Faundez Urbina" +attr: [] +labelTranslationParameters: [] } 15366510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2364 +data: App\Entity\Faculty {#2363 …} +value: "15366510" +label: "Carlos Alberto Sing Long Collao" +attr: [] +labelTranslationParameters: [] } 9677307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2377 +data: App\Entity\Faculty {#2376 …} +value: "9677307" +label: "Carlos Alberto Bonilla MelÉndez" +attr: [] +labelTranslationParameters: [] } 14147977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2390 +data: App\Entity\Faculty {#2389 …} +value: "14147977" +label: "Carlos Andres Milovic Fabregat" +attr: [] +labelTranslationParameters: [] } 10113897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1698 +data: App\Entity\Faculty {#1699 …} +value: "10113897" +label: "Carlos Jorge Marquardt Roman" +attr: [] +labelTranslationParameters: [] } 11778158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2414 +data: App\Entity\Faculty {#2413 …} +value: "11778158" +label: "Cesar Antonio Saez Navarrete" +attr: [] +labelTranslationParameters: [] } 16006283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2427 +data: App\Entity\Faculty {#2426 …} +value: "16006283" +label: "Cesar Antonio Ramirez Sarmiento" +attr: [] +labelTranslationParameters: [] } 12469365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2440 +data: App\Entity\Faculty {#2439 …} +value: "12469365" +label: "Christian Alfonso Ledezma Araya" +attr: [] +labelTranslationParameters: [] } 7479502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2453 +data: App\Entity\Faculty {#2452 …} +value: "7479502" +label: "Christian Robert Oberli Graf" +attr: [] +labelTranslationParameters: [] } 13551393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2466 +data: App\Entity\Faculty {#2465 …} +value: "13551393" +label: "Claudia Del Carmen Prieto Vasquez" +attr: [] +labelTranslationParameters: [] } 9863203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2479 +data: App\Entity\Faculty {#2478 …} +value: "9863203" +label: "Claudio Enrique Mourgues Alvarez" +attr: [] +labelTranslationParameters: [] } 16210514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2492 +data: App\Entity\Faculty {#2491 …} +value: "16210514" +label: "Constanza Del Pilar Molina Carvallo" +attr: [] +labelTranslationParameters: [] } 15384613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2505 +data: App\Entity\Faculty {#2504 …} +value: "15384613" +label: "Cristian Riveros Jaeger" +attr: [] +labelTranslationParameters: [] } 10325225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2518 +data: App\Entity\Faculty {#2517 …} +value: "10325225" +label: "Cristian Rodrigo Escauriaza Mesa" +attr: [] +labelTranslationParameters: [] } 10353979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2531 +data: App\Entity\Faculty {#2530 …} +value: "10353979" +label: "Cristian Andres Tejos Nunez" +attr: [] +labelTranslationParameters: [] } 13151673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2544 +data: App\Entity\Faculty {#2543 …} +value: "13151673" +label: "Cristian Eliseo Sandoval Mandujano" +attr: [] +labelTranslationParameters: [] } 16014946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2557 +data: App\Entity\Faculty {#2556 …} +value: "16014946" +label: "Cristobal Andres Guzman Paredes" +attr: [] +labelTranslationParameters: [] } 13917193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2570 +data: App\Entity\Faculty {#2569 …} +value: "13917193" +label: "Daniel Garrido Cortes" +attr: [] +labelTranslationParameters: [] } 10230987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2583 +data: App\Entity\Faculty {#2582 …} +value: "10230987" +label: "Daniel Esteban Hurtado Sepulveda" +attr: [] +labelTranslationParameters: [] } 12352098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2596 +data: App\Entity\Faculty {#2595 …} +value: "12352098" +label: "David Eduardo Watts Casimis" +attr: [] +labelTranslationParameters: [] } 17706683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2609 +data: App\Entity\Faculty {#2608 …} +value: "17706683" +label: "David Esteban AcuÑa Ureta" +attr: [] +labelTranslationParameters: [] } 15007098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2622 +data: App\Entity\Faculty {#2621 …} +value: "15007098" +label: "Denis Alberto Fuentealba Patino" +attr: [] +labelTranslationParameters: [] } 13520019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2635 +data: App\Entity\Faculty {#2634 …} +value: "13520019" +label: "Denis Alejandro Parra Santander" +attr: [] +labelTranslationParameters: [] } 21913361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2648 +data: App\Entity\Faculty {#2647 …} +value: "21913361" +label: "Diego Lopez-garcia Gonzale" +attr: [] +labelTranslationParameters: [] } 21608440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2661 +data: App\Entity\Faculty {#2660 …} +value: "21608440" +label: "Diego Gaston Arroyuelo Billiardi" +attr: [] +labelTranslationParameters: [] } 14650809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2674 +data: App\Entity\Faculty {#2673 …} +value: "14650809" +label: "Diego Javier Celentano" +attr: [] +labelTranslationParameters: [] } 17314277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2687 +data: App\Entity\Faculty {#2686 …} +value: "17314277" +label: "Diego NicolÁs Valdivieso Cascante" +attr: [] +labelTranslationParameters: [] } 24671029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2700 +data: App\Entity\Faculty {#2699 …} +value: "24671029" +label: "Domagoj Vrgoc " +attr: [] +labelTranslationParameters: [] } 7847566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2713 +data: App\Entity\Faculty {#2712 …} +value: "7847566" +label: "Domingo Arturo Mery Quiroz" +attr: [] +labelTranslationParameters: [] } 13679907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2726 +data: App\Entity\Faculty {#2725 …} +value: "13679907" +label: "Donovan Enrique Diaz Droguett" +attr: [] +labelTranslationParameters: [] } 15888299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2739 +data: App\Entity\Faculty {#2738 …} +value: "15888299" +label: "Eduardo Leiva Llanten" +attr: [] +labelTranslationParameters: [] } 6340581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2752 +data: App\Entity\Faculty {#2751 …} +value: "6340581" +label: "Eduardo AgosÍn Trumper" +attr: [] +labelTranslationParameters: [] } 14290180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2765 +data: App\Entity\Faculty {#2764 …} +value: "14290180" +label: "Eduardo Alejandro CÓrdova Vergara" +attr: [] +labelTranslationParameters: [] } 13669212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2778 +data: App\Entity\Faculty {#2777 …} +value: "13669212" +label: "Eduardo Esteban Cerpa Jeria" +attr: [] +labelTranslationParameters: [] } 25755151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2791 +data: App\Entity\Faculty {#2790 …} +value: "25755151" +label: "Elodie Blanco" +attr: [] +labelTranslationParameters: [] } 25238700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2804 +data: App\Entity\Faculty {#2803 …} +value: "25238700" +label: "Elwin Van T Wout " +attr: [] +labelTranslationParameters: [] } 15740318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2817 +data: App\Entity\Faculty {#2816 …} +value: "15740318" +label: "Enrique Boris JÉlvez Montenegro" +attr: [] +labelTranslationParameters: [] } 8827206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2830 +data: App\Entity\Faculty {#2829 …} +value: "8827206" +label: "Enzo Enrique Sauma Santis" +attr: [] +labelTranslationParameters: [] } 13924793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2843 +data: App\Entity\Faculty {#2842 …} +value: "13924793" +label: "Esteban Ramos Moore" +attr: [] +labelTranslationParameters: [] } 13225435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2856 +data: App\Entity\Faculty {#2855 …} +value: "13225435" +label: "Esteban Patricio Saez Robert" +attr: [] +labelTranslationParameters: [] } 13670702 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2869 +data: App\Entity\Faculty {#2868 …} +value: "13670702" +label: "Felipe Veloso Espinosa" +attr: [] +labelTranslationParameters: [] } 14121747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2882 +data: App\Entity\Faculty {#2881 …} +value: "14121747" +label: "Felipe Alberto Delgado Breinbauer" +attr: [] +labelTranslationParameters: [] } 18018736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2895 +data: App\Entity\Faculty {#2894 …} +value: "18018736" +label: "Felipe Andres Leonel Huerta Perez" +attr: [] +labelTranslationParameters: [] } 15641304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2908 +data: App\Entity\Faculty {#2907 …} +value: "15641304" +label: "Felipe Eduardo NuÑez Retamal" +attr: [] +labelTranslationParameters: [] } 15840707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2921 +data: App\Entity\Faculty {#2920 …} +value: "15840707" +label: "Felix Eduardo Rojas Lobos" +attr: [] +labelTranslationParameters: [] } 17195287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2934 +data: App\Entity\Faculty {#2933 …} +value: "17195287" +label: "Francisca Cecilia Echeverria Gonzalez" +attr: [] +labelTranslationParameters: [] } 15779970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2947 +data: App\Entity\Faculty {#2946 …} +value: "15779970" +label: "Francisca Montserrat Garay Walls" +attr: [] +labelTranslationParameters: [] } 13828738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2960 +data: App\Entity\Faculty {#2959 …} +value: "13828738" +label: "Francisco Suarez Poch" +attr: [] +labelTranslationParameters: [] } 16360971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2973 +data: App\Entity\Faculty {#2972 …} +value: "16360971" +label: "Francisco Sahli Costabal" +attr: [] +labelTranslationParameters: [] } 15019689 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2986 +data: App\Entity\Faculty {#2985 …} +value: "15019689" +label: "Francisco Javier Albornoz Gutierrez" +attr: [] +labelTranslationParameters: [] } 9932353 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2999 +data: App\Entity\Faculty {#2998 …} +value: "9932353" +label: "Francisco Javier Melo Ledermann" +attr: [] +labelTranslationParameters: [] } 14602695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3012 +data: App\Entity\Faculty {#3011 …} +value: "14602695" +label: "Franco Wilfredo Pedreschi Plasencia" +attr: [] +labelTranslationParameters: [] } 14715765 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3025 +data: App\Entity\Faculty {#3024 …} +value: "14715765" +label: "Gareth Ivor Owen " +attr: [] +labelTranslationParameters: [] } 14141721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3038 +data: App\Entity\Faculty {#3037 …} +value: "14141721" +label: "Gerardo Andres Araya Letelier" +attr: [] +labelTranslationParameters: [] } 9979227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3051 +data: App\Entity\Faculty {#3050 …} +value: "9979227" +label: "Giancarlo Troni Peralta" +attr: [] +labelTranslationParameters: [] } 25046023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3064 +data: App\Entity\Faculty {#3063 …} +value: "25046023" +label: "Giuseppe De Nittis " +attr: [] +labelTranslationParameters: [] } 11845956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3077 +data: App\Entity\Faculty {#3076 …} +value: "11845956" +label: "Gloria Cecilia Arancibia Hernandez" +attr: [] +labelTranslationParameters: [] } 6066335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3090 +data: App\Entity\Faculty {#3089 …} +value: "6066335" +label: "Gonzalo Cortazar Sanz" +attr: [] +labelTranslationParameters: [] } 7690871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3103 +data: App\Entity\Faculty {#3102 …} +value: "7690871" +label: "Gonzalo Alejandro Yanez Carrizo" +attr: [] +labelTranslationParameters: [] } 10033152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3116 +data: App\Entity\Faculty {#3115 …} +value: "10033152" +label: "Gonzalo Ernesto Pizarro Puccio" +attr: [] +labelTranslationParameters: [] } 10667278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3129 +data: App\Entity\Faculty {#3128 …} +value: "10667278" +label: "Gonzalo Jose Rodriguez Grau" +attr: [] +labelTranslationParameters: [] } 21314807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3142 +data: App\Entity\Faculty {#3141 …} +value: "21314807" +label: "Griselda Noemi Garcia Alimenti" +attr: [] +labelTranslationParameters: [] } 8667432 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +data: App\Entity\Faculty {#3154 …} +value: "8667432" +label: "Guillermo Victor Donoso Harris" +attr: [] +labelTranslationParameters: [] } 5789232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +data: App\Entity\Faculty {#3167 …} +value: "5789232" +label: "Gustavo Lagos Cruz-coke" +attr: [] +labelTranslationParameters: [] } 15350039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +data: App\Entity\Faculty {#3180 …} +value: "15350039" +label: "Gustavo Ivan Angulo Olivares" +attr: [] +labelTranslationParameters: [] } 15384820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3194 +data: App\Entity\Faculty {#3193 …} +value: "15384820" +label: "Hans Albert Lobel Diaz" +attr: [] +labelTranslationParameters: [] } 23385478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +data: App\Entity\Faculty {#3206 …} +value: "23385478" +label: "Harrison Adrian Mesa Hernandez" +attr: [] +labelTranslationParameters: [] } 8958339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3220 +data: App\Entity\Faculty {#3219 …} +value: "8958339" +label: "Hector Ivan Joaquin Jorquera Gonzalez" +attr: [] +labelTranslationParameters: [] } 21458509 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3233 +data: App\Entity\Faculty {#3232 …} +value: "21458509" +label: "Heman Bhuyan " +attr: [] +labelTranslationParameters: [] } 9036699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +data: App\Entity\Faculty {#3245 …} +value: "9036699" +label: "Hernan Santa Maria Oyanedel" +attr: [] +labelTranslationParameters: [] } 17674205 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +data: App\Entity\Faculty {#3258 …} +value: "17674205" +label: "HernÁn Felipe PeÑaloza Cerda" +attr: [] +labelTranslationParameters: [] } 27657854 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3272 +data: App\Entity\Faculty {#3271 …} +value: "27657854" +label: "Hilde Harb Buzza" +attr: [] +labelTranslationParameters: [] } 14165967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3285 +data: App\Entity\Faculty {#3284 …} +value: "14165967" +label: "Homero Larrain Izquierdo" +attr: [] +labelTranslationParameters: [] } 16207414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3298 +data: App\Entity\Faculty {#3297 …} +value: "16207414" +label: "Hugo Emilio Silva Montalva" +attr: [] +labelTranslationParameters: [] } 5958624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3311 +data: App\Entity\Faculty {#3310 …} +value: "5958624" +label: "Ignacio Lira Canguilhem" +attr: [] +labelTranslationParameters: [] } 15734832 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3324 +data: App\Entity\Faculty {#3323 …} +value: "15734832" +label: "Ignacio Guillermo Espinoza Bornscheuer" +attr: [] +labelTranslationParameters: [] } 13922253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +data: App\Entity\Faculty {#3336 …} +value: "13922253" +label: "Ignacio Tomas Vargas Cucurella" +attr: [] +labelTranslationParameters: [] } 16429759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3350 +data: App\Entity\Faculty {#3349 …} +value: "16429759" +label: "Irene Del Real Contreras" +attr: [] +labelTranslationParameters: [] } 15936454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3363 +data: App\Entity\Faculty {#3362 …} +value: "15936454" +label: "Isabel Hilliger Carrasco" +attr: [] +labelTranslationParameters: [] } 17685668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3376 +data: App\Entity\Faculty {#3375 …} +value: "17685668" +label: "IvÁn Ignacio Navarrete Leschot" +attr: [] +labelTranslationParameters: [] } 15716434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3389 +data: App\Entity\Faculty {#3388 …} +value: "15716434" +label: "Javier Pereda Torres" +attr: [] +labelTranslationParameters: [] } 16176161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3402 +data: App\Entity\Faculty {#3401 …} +value: "16176161" +label: "Jocelyn Mariel Dunstan Escudero" +attr: [] +labelTranslationParameters: [] } 26407828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3415 +data: App\Entity\Faculty {#3414 …} +value: "26407828" +label: "John Browning " +attr: [] +labelTranslationParameters: [] } 9842475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3428 +data: App\Entity\Faculty {#3427 …} +value: "9842475" +label: "Jorge Ramos Grez" +attr: [] +labelTranslationParameters: [] } 24849763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3441 +data: App\Entity\Faculty {#3440 …} +value: "24849763" +label: "Jorge Munoz Gama" +attr: [] +labelTranslationParameters: [] } 13026531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3454 +data: App\Entity\Faculty {#3453 …} +value: "13026531" +label: "Jorge Andres Baier Aranda" +attr: [] +labelTranslationParameters: [] } 9090537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3467 +data: App\Entity\Faculty {#3466 …} +value: "9090537" +label: "Jorge Alfredo Gironas Leon" +attr: [] +labelTranslationParameters: [] } 9899631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3480 +data: App\Entity\Faculty {#3479 …} +value: "9899631" +label: "Jorge Gustavo Federico Crempien De La Carre" +attr: [] +labelTranslationParameters: [] } 8542171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3493 +data: App\Entity\Faculty {#3492 …} +value: "8542171" +label: "Jorge Rafael Vera Andreo" +attr: [] +labelTranslationParameters: [] } 15783974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3506 +data: App\Entity\Faculty {#3505 …} +value: "15783974" +label: "Jose Claudio Verschae Tannenbaum" +attr: [] +labelTranslationParameters: [] } 14635382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3519 +data: App\Entity\Faculty {#3518 …} +value: "14635382" +label: "Jose Felix Mejia Lopez" +attr: [] +labelTranslationParameters: [] } 13689409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3532 +data: App\Entity\Faculty {#3531 …} +value: "13689409" +label: "Jose Joaquin Jara Donoso" +attr: [] +labelTranslationParameters: [] } 14637733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3545 +data: App\Entity\Faculty {#3544 …} +value: "14637733" +label: "Jose Luis Almazan Campillay" +attr: [] +labelTranslationParameters: [] } 7009002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3558 +data: App\Entity\Faculty {#3557 …} +value: "7009002" +label: "Jose Manuel Del Valle Lladser" +attr: [] +labelTranslationParameters: [] } 9400182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3571 +data: App\Entity\Faculty {#3570 …} +value: "9400182" +label: "Jose Miguel Cembrano Perasso" +attr: [] +labelTranslationParameters: [] } 14081329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3584 +data: App\Entity\Faculty {#3583 …} +value: "14081329" +label: "JosÉ Miguel Cardemil Iglesias" +attr: [] +labelTranslationParameters: [] } 5122132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1803 +data: App\Entity\Faculty {#1820 …} +value: "5122132" +label: "Jose Miguel Aguilera Radic" +attr: [] +labelTranslationParameters: [] } 7663471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3597 +data: App\Entity\Faculty {#3596 …} +value: "7663471" +label: "Jose Ricardo PÉrez Correa" +attr: [] +labelTranslationParameters: [] } 13441869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3610 +data: App\Entity\Faculty {#3609 …} +value: "13441869" +label: "Jose Tomas EgaÑa Erazo" +attr: [] +labelTranslationParameters: [] } 10023113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3623 +data: App\Entity\Faculty {#3622 …} +value: "10023113" +label: "Juan Carlos Herrera Maldonado" +attr: [] +labelTranslationParameters: [] } 7645191 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3636 +data: App\Entity\Faculty {#3635 …} +value: "7645191" +label: "Juan Carlos Salas Morales" +attr: [] +labelTranslationParameters: [] } 15709101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3649 +data: App\Entity\Faculty {#3648 …} +value: "15709101" +label: "Juan Carlos Tiznado Aitken" +attr: [] +labelTranslationParameters: [] } 6376786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3662 +data: App\Entity\Faculty {#3661 …} +value: "6376786" +label: "Juan Carlos De La Llera Martin" +attr: [] +labelTranslationParameters: [] } 10539379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3675 +data: App\Entity\Faculty {#3674 …} +value: "10539379" +label: "Juan Carlos Ferrer Ortiz" +attr: [] +labelTranslationParameters: [] } 9005541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3688 +data: App\Entity\Faculty {#3687 …} +value: "9005541" +label: "Juan Carlos Munoz Abogabir" +attr: [] +labelTranslationParameters: [] } 5479859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3701 +data: App\Entity\Faculty {#3700 …} +value: "5479859" +label: "Juan De Dios OrtÚzar Salas" +attr: [] +labelTranslationParameters: [] } 15384284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3714 +data: App\Entity\Faculty {#3713 …} +value: "15384284" +label: "Juan Lorenzo Reutter De La Maza" +attr: [] +labelTranslationParameters: [] } 23573078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3727 +data: App\Entity\Faculty {#3726 …} +value: "23573078" +label: "Juan Pablo Sandoval Alcocer" +attr: [] +labelTranslationParameters: [] } 7030348 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3740 +data: App\Entity\Faculty {#3739 …} +value: "7030348" +label: "Juan Pablo Zoffoli Guerra" +attr: [] +labelTranslationParameters: [] } 13906497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3753 +data: App\Entity\Faculty {#3752 …} +value: "13906497" +label: "Julio Alberto Pertuze Salas" +attr: [] +labelTranslationParameters: [] } 15731462 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3766 +data: App\Entity\Faculty {#3765 …} +value: "15731462" +label: "Julio Cesar Valenzuela Ahumada" +attr: [] +labelTranslationParameters: [] } 12022019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3779 +data: App\Entity\Faculty {#3778 …} +value: "12022019" +label: "Karim ElÍas Pichara Baksai" +attr: [] +labelTranslationParameters: [] } 22691616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3792 +data: App\Entity\Faculty {#3791 …} +value: "22691616" +label: "Leonardo Vanzi" +attr: [] +labelTranslationParameters: [] } 13555184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3805 +data: App\Entity\Faculty {#3804 …} +value: "13555184" +label: "Leonel Alejan Merino Del Campo" +attr: [] +labelTranslationParameters: [] } 10421292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3818 +data: App\Entity\Faculty {#3817 …} +value: "10421292" +label: "Lilian De Lourdes VelÁsquez YÉvenes" +attr: [] +labelTranslationParameters: [] } 25442481 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3831 +data: App\Entity\Faculty {#3830 …} +value: "25442481" +label: "Loik Herve Patrick Gence " +attr: [] +labelTranslationParameters: [] } 14332000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3844 +data: App\Entity\Faculty {#3843 …} +value: "14332000" +label: "Loreto Margarita Valenzuela Roediger" +attr: [] +labelTranslationParameters: [] } 7029130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3857 +data: App\Entity\Faculty {#3856 …} +value: "7029130" +label: "Luciano Eduardo Chiang SÁnchez" +attr: [] +labelTranslationParameters: [] } 7036647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3870 +data: App\Entity\Faculty {#3869 …} +value: "7036647" +label: "Luis Abdon Cifuentes Lira" +attr: [] +labelTranslationParameters: [] } 9201089 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3883 +data: App\Entity\Faculty {#3882 …} +value: "9201089" +label: "Luis Alberto Sobrevia Luarte" +attr: [] +labelTranslationParameters: [] } 7430115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3896 +data: App\Entity\Faculty {#3895 …} +value: "7430115" +label: "Luis Fernando AlarcÓn Cardenas" +attr: [] +labelTranslationParameters: [] } 14707970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3909 +data: App\Entity\Faculty {#3908 …} +value: "14707970" +label: "Luis Ignacio Rizzi Campanella" +attr: [] +labelTranslationParameters: [] } 21518458 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3922 +data: App\Entity\Faculty {#3921 …} +value: "21518458" +label: "Luis Mauricio Castro Cepero" +attr: [] +labelTranslationParameters: [] } 22938270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3935 +data: App\Entity\Faculty {#3934 …} +value: "22938270" +label: "Magdalena Marta Walczak" +attr: [] +labelTranslationParameters: [] } 10675797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3948 +data: App\Entity\Faculty {#3947 …} +value: "10675797" +label: "Mamie Odette Sancy Velasquez" +attr: [] +labelTranslationParameters: [] } 25085795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3961 +data: App\Entity\Faculty {#3960 …} +value: "25085795" +label: "Manuel Carpio Martinez" +attr: [] +labelTranslationParameters: [] } 16154159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3974 +data: App\Entity\Faculty {#3973 …} +value: "16154159" +label: "Manuel Alejandro Sanchez Uribe" +attr: [] +labelTranslationParameters: [] } 13657262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3987 +data: App\Entity\Faculty {#3986 …} +value: "13657262" +label: "Marcela Alondra Chamorro Gine" +attr: [] +labelTranslationParameters: [] } 9833306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4000 +data: App\Entity\Faculty {#3999 …} +value: "9833306" +label: "Marcelo Alejandro Arenas Saavedra" +attr: [] +labelTranslationParameters: [] } 12103145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4013 +data: App\Entity\Faculty {#4012 …} +value: "12103145" +label: "Marcelo Andres Gonzalez Hormazabal" +attr: [] +labelTranslationParameters: [] } 11634741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4026 +data: App\Entity\Faculty {#4025 …} +value: "11634741" +label: "Marcelo Edgardo Andia Kohnenkampf" +attr: [] +labelTranslationParameters: [] } 10351848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4039 +data: App\Entity\Faculty {#4038 …} +value: "10351848" +label: "Marcelo Gabriel Mendoza Rocha" +attr: [] +labelTranslationParameters: [] } 9674416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4052 +data: App\Entity\Faculty {#4051 …} +value: "9674416" +label: "Marcos Ernesto SepÚlveda Fernandez" +attr: [] +labelTranslationParameters: [] } 10329827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4065 +data: App\Entity\Faculty {#4064 …} +value: "10329827" +label: "Marcos Simon Moreno Switt" +attr: [] +labelTranslationParameters: [] } 17266115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4078 +data: App\Entity\Faculty {#4077 …} +value: "17266115" +label: "Margarita Castro Anich" +attr: [] +labelTranslationParameters: [] } 25294384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4091 +data: App\Entity\Faculty {#4090 …} +value: "25294384" +label: "Maria Rodriguez Fernandez" +attr: [] +labelTranslationParameters: [] } 24914938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4104 +data: App\Entity\Faculty {#4103 …} +value: "24914938" +label: "Maria Molinos Senante" +attr: [] +labelTranslationParameters: [] } 9905745 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4117 +data: App\Entity\Faculty {#4116 …} +value: "9905745" +label: "Maria Angelica Fellenberg Plaza" +attr: [] +labelTranslationParameters: [] } 16429098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4130 +data: App\Entity\Faculty {#4129 …} +value: "16429098" +label: "Maria Fernanda Ramirez Espinoza" +attr: [] +labelTranslationParameters: [] } 17617879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4143 +data: App\Entity\Faculty {#4142 …} +value: "17617879" +label: "Marilyn Soledad Cruces Cruces" +attr: [] +labelTranslationParameters: [] } 13268119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4156 +data: App\Entity\Faculty {#4155 …} +value: "13268119" +label: "Mario Andres Vera Veliz" +attr: [] +labelTranslationParameters: [] } 12917094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4169 +data: App\Entity\Faculty {#4168 …} +value: "12917094" +label: "Mario Antonio Aranda Bustos" +attr: [] +labelTranslationParameters: [] } 15641788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4182 +data: App\Entity\Faculty {#4181 …} +value: "15641788" +label: "Mathias Alberto Klapp Belmar" +attr: [] +labelTranslationParameters: [] } 13457805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4195 +data: App\Entity\Faculty {#4194 …} +value: "13457805" +label: "Matias Alejandro Negrete Pincetic" +attr: [] +labelTranslationParameters: [] } 13231853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4208 +data: App\Entity\Faculty {#4207 …} +value: "13231853" +label: "Matias Andres Hube Ginestar" +attr: [] +labelTranslationParameters: [] } 17085489 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4221 +data: App\Entity\Faculty {#4220 …} +value: "17085489" +label: "Mauricio Andres Garcia Alcalde" +attr: [] +labelTranslationParameters: [] } 27753710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4234 +data: App\Entity\Faculty {#4233 …} +value: "27753710" +label: "Max Marian" +attr: [] +labelTranslationParameters: [] } 26624298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4247 +data: App\Entity\Faculty {#4246 …} +value: "26624298" +label: "Megan Elizabeth Williams" +attr: [] +labelTranslationParameters: [] } 27752890 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4260 +data: App\Entity\Faculty {#4259 …} +value: "27752890" +label: "Melissa Esther Maldonado Cantillo" +attr: [] +labelTranslationParameters: [] } 8513780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4273 +data: App\Entity\Faculty {#4272 …} +value: "8513780" +label: "Michael Gerald Leatherbee Grant" +attr: [] +labelTranslationParameters: [] } 5664636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1915 +data: App\Entity\Faculty {#1914 …} +value: "5664636" +label: "Miguel Nussbaum Voehl" +attr: [] +labelTranslationParameters: [] } 15819382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4286 +data: App\Entity\Faculty {#4285 …} +value: "15819382" +label: "Miguel Angel Romero Orth" +attr: [] +labelTranslationParameters: [] } 14470678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4299 +data: App\Entity\Faculty {#4298 …} +value: "14470678" +label: "Miguel Attilio Torres Torriti" +attr: [] +labelTranslationParameters: [] } 16102960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4312 +data: App\Entity\Faculty {#4311 …} +value: "16102960" +label: "Miguel JosÉ GutiÉrrez GaitÁn" +attr: [] +labelTranslationParameters: [] } 13347614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4325 +data: App\Entity\Faculty {#4324 …} +value: "13347614" +label: "Nadia VerÓnica Guajardo RamÍrez" +attr: [] +labelTranslationParameters: [] } 16098505 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4338 +data: App\Entity\Faculty {#4337 …} +value: "16098505" +label: "Natalia Daniela Brossard Aravena" +attr: [] +labelTranslationParameters: [] } 12668597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4351 +data: App\Entity\Faculty {#4350 …} +value: "12668597" +label: "Nestor Guillermo Escalona Burgos" +attr: [] +labelTranslationParameters: [] } 9216043 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4364 +data: App\Entity\Faculty {#4363 …} +value: "9216043" +label: "Oscar Alfredo Melo Contreras" +attr: [] +labelTranslationParameters: [] } 13473300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4377 +data: App\Entity\Faculty {#4376 …} +value: "13473300" +label: "Pablo BarcelÓ Baeza" +attr: [] +labelTranslationParameters: [] } 7010920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4390 +data: App\Entity\Faculty {#4389 …} +value: "7010920" +label: "Pablo Irarrazaval Mena" +attr: [] +labelTranslationParameters: [] } 10645469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4403 +data: App\Entity\Faculty {#4402 …} +value: "10645469" +label: "Pablo Arturo Pasten Gonzalez" +attr: [] +labelTranslationParameters: [] } 15313062 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4416 +data: App\Entity\Faculty {#4415 …} +value: "15313062" +label: "Paola Francisca Caprile Etchart" +attr: [] +labelTranslationParameters: [] } 8828344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4429 +data: App\Entity\Faculty {#4428 …} +value: "8828344" +label: "Patricia Viviana Galilea Aranda" +attr: [] +labelTranslationParameters: [] } 14118168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4442 +data: App\Entity\Faculty {#4441 …} +value: "14118168" +label: "Patricio Dominguez Rivera" +attr: [] +labelTranslationParameters: [] } 10601305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4455 +data: App\Entity\Faculty {#4454 …} +value: "10601305" +label: "Patricio De La Cuadra Bandera" +attr: [] +labelTranslationParameters: [] } 10726255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4468 +data: App\Entity\Faculty {#4467 …} +value: "10726255" +label: "Paula Andrea Aguirre Aparicio" +attr: [] +labelTranslationParameters: [] } 16370430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4481 +data: App\Entity\Faculty {#4480 …} +value: "16370430" +label: "Pedro Saa Higuera" +attr: [] +labelTranslationParameters: [] } 6069585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4494 +data: App\Entity\Faculty {#4493 …} +value: "6069585" +label: "Pedro Gazmuri Schleyer" +attr: [] +labelTranslationParameters: [] } 8608860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4507 +data: App\Entity\Faculty {#4506 …} +value: "8608860" +label: "Pedro Alejandro Bouchon Aguirre" +attr: [] +labelTranslationParameters: [] } 27780695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4520 +data: App\Entity\Faculty {#4519 …} +value: "27780695" +label: "Pedro Luiz Ramos " +attr: [] +labelTranslationParameters: [] } 28075769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4533 +data: App\Entity\Faculty {#4532 …} +value: "28075769" +label: "Regina Celi Dias Ferreira Barkok" +attr: [] +labelTranslationParameters: [] } 24841268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4546 +data: App\Entity\Faculty {#4545 …} +value: "24841268" +label: "Rene Michael Botnar" +attr: [] +labelTranslationParameters: [] } 10963005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4559 +data: App\Entity\Faculty {#4558 …} +value: "10963005" +label: "Rene Segundo Rojas Guerrero" +attr: [] +labelTranslationParameters: [] } 10338220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4572 +data: App\Entity\Faculty {#4571 …} +value: "10338220" +label: "Ricardo Giesen Encina" +attr: [] +labelTranslationParameters: [] } 12124729 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4585 +data: App\Entity\Faculty {#4584 …} +value: "12124729" +label: "Ricardo Salazar Gonzalez" +attr: [] +labelTranslationParameters: [] } 12165873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4598 +data: App\Entity\Faculty {#4597 …} +value: "12165873" +label: "Ricardo Daniel Hurtubia Gonzalez" +attr: [] +labelTranslationParameters: [] } 26722629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4611 +data: App\Entity\Faculty {#4610 …} +value: "26722629" +label: "Ricardo Javier Hernandez Pardo" +attr: [] +labelTranslationParameters: [] } 15570097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4624 +data: App\Entity\Faculty {#4623 …} +value: "15570097" +label: "Roberto Ivan Canales Munoz" +attr: [] +labelTranslationParameters: [] } 7033953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4637 +data: App\Entity\Faculty {#4636 …} +value: "7033953" +label: "Roberto Mario Cominetti Cotti-come" +attr: [] +labelTranslationParameters: [] } 12810849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4650 +data: App\Entity\Faculty {#4649 …} +value: "12810849" +label: "Rodrigo Alberto Cienfuegos Carrasco" +attr: [] +labelTranslationParameters: [] } 12244475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4663 +data: App\Entity\Faculty {#4662 …} +value: "12244475" +label: "Rodrigo Alejandro Labatut Hernandez" +attr: [] +labelTranslationParameters: [] } 12835222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4676 +data: App\Entity\Faculty {#4675 …} +value: "12835222" +label: "Rodrigo Alfonso Escobar Moragas" +attr: [] +labelTranslationParameters: [] } 16944912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4689 +data: App\Entity\Faculty {#4688 …} +value: "16944912" +label: "Rodrigo Andres Toro Icarte" +attr: [] +labelTranslationParameters: [] } 10862215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4702 +data: App\Entity\Faculty {#4701 …} +value: "10862215" +label: "Rodrigo Arnaldo Carrasco Schmidt" +attr: [] +labelTranslationParameters: [] } 10528408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4715 +data: App\Entity\Faculty {#4714 …} +value: "10528408" +label: "Rodrigo Fernando Cadiz Cadiz" +attr: [] +labelTranslationParameters: [] } 13472782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4728 +data: App\Entity\Faculty {#4727 …} +value: "13472782" +label: "Rolando Dunner Planella" +attr: [] +labelTranslationParameters: [] } 14123413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4741 +data: App\Entity\Faculty {#4740 …} +value: "14123413" +label: "Rosita Junemann Ureta" +attr: [] +labelTranslationParameters: [] } 14658762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4754 +data: App\Entity\Faculty {#4753 …} +value: "14658762" +label: "Samuel Alejandro CÓrdova Sota" +attr: [] +labelTranslationParameters: [] } 10998011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4767 +data: App\Entity\Faculty {#4766 …} +value: "10998011" +label: "Samuel Alejandro Hevia Zamora" +attr: [] +labelTranslationParameters: [] } 8543887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +data: App\Entity\Faculty {#4779 …} +value: "8543887" +label: "Santiago Julian Mingo Del Rio" +attr: [] +labelTranslationParameters: [] } 25621757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4793 +data: App\Entity\Faculty {#4792 …} +value: "25621757" +label: "Sarah Tiphaine Lucile Leray" +attr: [] +labelTranslationParameters: [] } 14748675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +data: App\Entity\Faculty {#4805 …} +value: "14748675" +label: "SaÚl Alberto Langarica Chavira" +attr: [] +labelTranslationParameters: [] } 12628913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4819 +data: App\Entity\Faculty {#4818 …} +value: "12628913" +label: "Sebastian Vicuna Diaz" +attr: [] +labelTranslationParameters: [] } 16094659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4832 +data: App\Entity\Faculty {#4831 …} +value: "16094659" +label: "Sebastian Raveau Feliu" +attr: [] +labelTranslationParameters: [] } 14120895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4845 +data: App\Entity\Faculty {#4844 …} +value: "14120895" +label: "SebastiÁn Gonzalo Escobar Aguirre" +attr: [] +labelTranslationParameters: [] } 7246535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4858 +data: App\Entity\Faculty {#4857 …} +value: "7246535" +label: "Sergio Maturana Valderrama" +attr: [] +labelTranslationParameters: [] } 9058716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4871 +data: App\Entity\Faculty {#4870 …} +value: "9058716" +label: "Sergio Eduardo Vera Araya" +attr: [] +labelTranslationParameters: [] } 10388278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4884 +data: App\Entity\Faculty {#4883 …} +value: "10388278" +label: "Sergio AndrÉs Rica Mery" +attr: [] +labelTranslationParameters: [] } 9317047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4897 +data: App\Entity\Faculty {#4896 …} +value: "9317047" +label: "Sergio Enrique Gutierrez Cid" +attr: [] +labelTranslationParameters: [] } 13271582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4910 +data: App\Entity\Faculty {#4909 …} +value: "13271582" +label: "Susana Claro Larrain" +attr: [] +labelTranslationParameters: [] } 14661306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4923 +data: App\Entity\Faculty {#4922 …} +value: "14661306" +label: "Sylvain Wielfrid Faugeron " +attr: [] +labelTranslationParameters: [] } 7410211 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4936 +data: App\Entity\Faculty {#4935 …} +value: "7410211" +label: "Tania Zaviezo Palacios" +attr: [] +labelTranslationParameters: [] } 26162879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4949 +data: App\Entity\Faculty {#4948 …} +value: "26162879" +label: "Tito AndrÉ ArÉvalo RamÍrez" +attr: [] +labelTranslationParameters: [] } 15384318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4962 +data: App\Entity\Faculty {#4961 …} +value: "15384318" +label: "Tomas Zegard Latrach" +attr: [] +labelTranslationParameters: [] } 15676443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4975 +data: App\Entity\Faculty {#4974 …} +value: "15676443" +label: "Tomas Hernan Reyes Torres" +attr: [] +labelTranslationParameters: [] } 14533005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4988 +data: App\Entity\Faculty {#4987 …} +value: "14533005" +label: "Ulrich Georg Volkmann Laube" +attr: [] +labelTranslationParameters: [] } 10101906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5001 +data: App\Entity\Faculty {#5000 …} +value: "10101906" +label: "Valeria Paz Herskovic Maida" +attr: [] +labelTranslationParameters: [] } 15642779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5014 +data: App\Entity\Faculty {#5013 …} +value: "15642779" +label: "Vicente Parot Fernandez" +attr: [] +labelTranslationParameters: [] } 17308589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5027 +data: App\Entity\Faculty {#5026 …} +value: "17308589" +label: "Victor Ignacio Verdugo Silva" +attr: [] +labelTranslationParameters: [] } 5785741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5040 +data: App\Entity\Faculty {#5039 …} +value: "5785741" +label: "Vladimir Marianov Kluge" +attr: [] +labelTranslationParameters: [] } 23826402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5053 +data: App\Entity\Faculty {#5052 …} +value: "23826402" +label: "Wendy Veronica Franco Melazzini" +attr: [] +labelTranslationParameters: [] } 12037705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5066 +data: App\Entity\Faculty {#5065 …} +value: "12037705" +label: "Wernher Ariel Brevis Vergara" +attr: [] +labelTranslationParameters: [] } 16431365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5079 +data: App\Entity\Faculty {#5078 …} +value: "16431365" +label: "Wolfram Jahn Von Arnswaldt" +attr: [] +labelTranslationParameters: [] } 27688093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5092 +data: App\Entity\Faculty {#5091 …} +value: "27688093" +label: "Yimmy Fernando Silva Urrego" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1639 -errors: [] -form: Symfony\Component\Form\Form {#1424 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1638 …5} |
| full_name | "opportunity_filter[faculty]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_faculty" |
| is_selected | Closure($choice, $value) {#7312 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Académico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "faculty" |
| placeholder | "Todos los académicos" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_faculty" |
| 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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2 form-control" ] |
[ "class" => "select2 form-control" ] |
| choice_label | "NomCurriculum" |
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) {#925 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
Doctrine\ORM\QueryBuilder {#1211 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1207 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1212 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1213 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1134 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …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 | "NomCurriculum" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1243 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1215 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1214 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1030 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1218 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1216 …} } |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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 {#187 …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 {#1231 -singleId: true -intId: true -idField: "codCurriculum" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1120 …} } |
| 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 {#1207 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1212 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1213 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1134 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1121 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1122 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_CodCurriculum" ] |
| cache_key | "_opportunity_filter_CodCurriculum_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 40301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7316 +data: App\Entity\CodCurriculum {#2019 …} +value: "40301" +label: "Doctorado En Ciencias De La IngenierÍa" +attr: [] +labelTranslationParameters: [] } 41401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7320 +data: App\Entity\CodCurriculum {#7333 …} +value: "41401" +label: "Doctorado En IngenierÍa Y Ciencias Con La Industria" +attr: [] +labelTranslationParameters: [] } 41301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7318 +data: App\Entity\CodCurriculum {#1975 …} +value: "41301" +label: "Doctorado En IngenierÍa Y TecnologÍa" +attr: [] +labelTranslationParameters: [] } 40201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7322 +data: App\Entity\CodCurriculum {#1692 …} +value: "40201" +label: "MagÍster En Ciencias De La IngenierÍa" +attr: [] +labelTranslationParameters: [] } 40401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7317 +data: App\Entity\CodCurriculum {#7338 …} +value: "40401" +label: "MagÍster En IngenierÍa" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#5176 -errors: [] -form: Symfony\Component\Form\Form {#1453 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7309 …5} |
| full_name | "opportunity_filter[CodCurriculum]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_CodCurriculum" |
| is_selected | Closure($choice, $value) {#7315 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 | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_CodCurriculum" |
| valid | true |
| value | "" |
researchArea
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | "areaCurriculum" |
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) {#926 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
Doctrine\ORM\QueryBuilder {#1270 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1269 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1271 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1272 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1266 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …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 | "areaCurriculum" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1302 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1274 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1273 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1030 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1277 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1275 …} } |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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 {#187 …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 {#1290 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1222 …} } |
| 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 {#1270 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1269 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1271 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1272 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1266 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1223 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1225 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_researchArea" ] |
| cache_key | "_opportunity_filter_researchArea_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7319 +data: App\Entity\ResearchArea {#7354 …} +value: "44" +label: "Agronomía E Ingeniería Forestal (Doctorado En IngenierÍa Y Ciencias Con La Industria)" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7343 +data: App\Entity\ResearchArea {#1936 …} +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 {#7341 +data: App\Entity\ResearchArea {#7361 …} +value: "32" +label: "Ciencia De La Computación (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7345 +data: App\Entity\ResearchArea {#7368 …} +value: "47" +label: "Ciencias Biológicas (Doctorado En IngenierÍa Y Ciencias Con La Industria)" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7324 +data: App\Entity\ResearchArea {#7375 …} +value: "31" +label: "Economía De Minerales (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7352 +data: App\Entity\ResearchArea {#7382 …} +value: "45" +label: "Física (Doctorado En IngenierÍa Y Ciencias Con La Industria)" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7351 +data: App\Entity\ResearchArea {#7389 …} +value: "43" +label: "Ingeniería (Doctorado En IngenierÍa Y Ciencias Con La Industria)" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7350 +data: App\Entity\ResearchArea {#7396 …} +value: "15" +label: "Ingeniería Ambiental (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7342 +data: App\Entity\ResearchArea {#7403 …} +value: "11" +label: "Ingeniería Civil (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7347 +data: App\Entity\ResearchArea {#7410 …} +value: "24" +label: "Ingeniería De Bioprocesos (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7620 +data: App\Entity\ResearchArea {#7417 …} +value: "25" +label: "Ingeniería De Computación (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7621 +data: App\Entity\ResearchArea {#7424 …} +value: "17" +label: "Ingeniería De Diseño Y Construcción De Obras (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7622 +data: App\Entity\ResearchArea {#7431 …} +value: "21" +label: "Ingeniería De Minería (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7623 +data: App\Entity\ResearchArea {#7438 …} +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 {#7624 +data: App\Entity\ResearchArea {#7445 …} +value: "22" +label: "Ingeniería De Transporte Y Logística (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7625 +data: App\Entity\ResearchArea {#7452 …} +value: "8" +label: "Ingeniería Eléctrica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7626 +data: App\Entity\ResearchArea {#7459 …} +value: "14" +label: "Ingeniería Eléctrica (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7627 +data: App\Entity\ResearchArea {#7466 …} +value: "26" +label: "Ingeniería Eléctrica (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7628 +data: App\Entity\ResearchArea {#7473 …} +value: "29" +label: "Ingeniería En Sistemas De Información (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7629 +data: App\Entity\ResearchArea {#7480 …} +value: "18" +label: "Ingeniería Estructural (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7630 +data: App\Entity\ResearchArea {#7487 …} +value: "2" +label: "Ingeniería Estructural Y Geotécnica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7631 +data: App\Entity\ResearchArea {#7494 …} +value: "19" +label: "Ingeniería Geotécnica (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7632 +data: App\Entity\ResearchArea {#7501 …} +value: "20" +label: "Ingeniería Hidráulica (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7633 +data: App\Entity\ResearchArea {#7508 …} +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 {#7634 +data: App\Entity\ResearchArea {#7515 …} +value: "5" +label: "Ingeniería Industrial Y De Sistemas (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7635 +data: App\Entity\ResearchArea {#7522 …} +value: "28" +label: "Ingeniería Industrial Y De Sistemas (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7636 +data: App\Entity\ResearchArea {#7529 …} +value: "36" +label: "Ingenieria Industrial Y De Transporte (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7637 +data: App\Entity\ResearchArea {#7536 …} +value: "34" +label: "Ingeniería Mecánica (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7638 +data: App\Entity\ResearchArea {#7543 …} +value: "37" +label: "Ingeniería Mecánica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7639 +data: App\Entity\ResearchArea {#7550 …} +value: "27" +label: "Ingeniería Mecánica Y Metalúrgica (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7640 +data: App\Entity\ResearchArea {#7557 …} +value: "23" +label: "Ingeniería Química (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7641 +data: App\Entity\ResearchArea {#1886 …} +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 {#7642 +data: App\Entity\ResearchArea {#7564 …} +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 {#7643 +data: App\Entity\ResearchArea {#7571 …} +value: "1" +label: "Ingeniería Y Gestión De La Construcción (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7644 +data: App\Entity\ResearchArea {#7578 …} +value: "16" +label: "Ingeniería Y Gestión De La Construcción (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7645 +data: App\Entity\ResearchArea {#7585 …} +value: "38" +label: "Ingeniería Y Tecnología (Doctorado En IngenierÍa Y TecnologÍa)" +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7646 +data: App\Entity\ResearchArea {#7592 …} +value: "48" +label: "Matemáticas (Doctorado En IngenierÍa Y Ciencias Con La Industria)" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7647 +data: App\Entity\ResearchArea {#7599 …} +value: "10" +label: "Minería (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7648 +data: App\Entity\ResearchArea {#7606 …} +value: "35" +label: "Minería Y Medio Ambiente (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7649 +data: App\Entity\ResearchArea {#7613 …} +value: "46" +label: "Química Y Farmacia (Doctorado En IngenierÍa Y Ciencias Con La Industria)" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#7329 -errors: [] -form: Symfony\Component\Form\Form {#1448 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7300 …5} |
| full_name | "opportunity_filter[researchArea]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_researchArea" |
| is_selected | Closure($choice, $value) {#7327 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 | "researchArea" |
| placeholder | "Todas las áreas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_researchArea" |
| valid | true |
| value | "" |
researchLine
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | "line" |
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) {#927 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
Doctrine\ORM\QueryBuilder {#1329 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1328 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1330 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1331 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1325 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …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 | "line" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1361 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1333 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1332 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1030 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1336 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1334 …} } |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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 {#187 …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 {#1349 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1281 …} } |
| 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 {#1329 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1328 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1330 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => null "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1331 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1325 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1282 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1284 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_researchLine" ] |
| cache_key | "_opportunity_filter_researchLine_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7653 +data: App\Entity\ResearchLine {#7668 …} +value: "35" +label: "Administración de la Construcción" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7657 +data: App\Entity\ResearchLine {#7675 …} +value: "8" +label: "Analisis Experimental" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7655 +data: App\Entity\ResearchLine {#7682 …} +value: "41" +label: "Análisis Experimental" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7659 +data: App\Entity\ResearchLine {#7687 …} +value: "27" +label: "Automática y Procesamiento de Señales" +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7654 +data: App\Entity\ResearchLine {#7694 …} +value: "66" +label: "Automática y Procesamiento de Señales" +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7666 +data: App\Entity\ResearchLine {#7699 …} +value: "69" +label: "Base de datos" +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7665 +data: App\Entity\ResearchLine {#7704 …} +value: "74" +label: "Base de datos" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7664 +data: App\Entity\ResearchLine {#2022 …} +value: "22" +label: "Biotecnología" +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7656 +data: App\Entity\ResearchLine {#7709 …} +value: "61" +label: "Biotecnología" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7661 +data: App\Entity\ResearchLine {#7714 …} +value: "6" +label: "Dinámica Estructural" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7932 +data: App\Entity\ResearchLine {#7719 …} +value: "39" +label: "Dinámica Estructural" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7933 +data: App\Entity\ResearchLine {#7724 …} +value: "5" +label: "Diseño Estructural" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7934 +data: App\Entity\ResearchLine {#7729 …} +value: "38" +label: "Diseño Estructural" +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7935 +data: App\Entity\ResearchLine {#7734 …} +value: "57" +label: "Diseño Mecánico y Automatización" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7936 +data: App\Entity\ResearchLine {#7739 …} +value: "14" +label: "Economía y Gestión de Empresas de Transporte" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7937 +data: App\Entity\ResearchLine {#7746 …} +value: "25" +label: "Energía y Potencia" +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7938 +data: App\Entity\ResearchLine {#7751 …} +value: "64" +label: "Energía y Potencia" +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7939 +data: App\Entity\ResearchLine {#7756 …} +value: "56" +label: "Energía y Sistemas Térmicos" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7940 +data: App\Entity\ResearchLine {#7761 …} +value: "31" +label: "Evaluación Económico-Ambiental en la Minería" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7941 +data: App\Entity\ResearchLine {#7768 …} +value: "2" +label: "Gestión de la Construcción" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7942 +data: App\Entity\ResearchLine {#7773 …} +value: "18" +label: "Gestión y Economía" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7943 +data: App\Entity\ResearchLine {#7780 …} +value: "1" +label: "Infraestructura Vial" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7944 +data: App\Entity\ResearchLine {#7785 …} +value: "34" +label: "Infraestructura Vial" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7945 +data: App\Entity\ResearchLine {#1871 …} +value: "24" +label: "Ingeniería de Alimentos" +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7946 +data: App\Entity\ResearchLine {#7790 …} +value: "63" +label: "Ingeniería de Alimentos" +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7947 +data: App\Entity\ResearchLine {#7795 …} +value: "70" +label: "Ingeniería de software (procesos y arquitectura)" +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7948 +data: App\Entity\ResearchLine {#7800 …} +value: "75" +label: "Ingeniería de software (procesos y arquitectura)" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7949 +data: App\Entity\ResearchLine {#7805 …} +value: "26" +label: "Ingeniería Electrónica y de Comunicaciones" +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7950 +data: App\Entity\ResearchLine {#7810 …} +value: "65" +label: "Ingeniería Electrónica y de Comunicaciones" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7951 +data: App\Entity\ResearchLine {#7815 …} +value: "9" +label: "Ingenieria Geotécnica" +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7952 +data: App\Entity\ResearchLine {#7820 …} +value: "42" +label: "Ingeniería Geotécnica" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7953 +data: App\Entity\ResearchLine {#7825 …} +value: "10" +label: "Ingeniería Hidraulica y Ambiental" +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7954 +data: App\Entity\ResearchLine {#7832 …} +value: "43" +label: "Ingeniería Hidráulica y Ambiental" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7955 +data: App\Entity\ResearchLine {#7837 …} +value: "7" +label: "Ingenieria Sismica" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7956 +data: App\Entity\ResearchLine {#7842 …} +value: "40" +label: "Ingeniería Sísmica" +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7957 +data: App\Entity\ResearchLine {#7847 …} +value: "68" +label: "Inteligencia de máquina y visión por computador" +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7958 +data: App\Entity\ResearchLine {#7852 …} +value: "73" +label: "Inteligencia de máquina y visión por computador" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7959 +data: App\Entity\ResearchLine {#7857 …} +value: "17" +label: "Investigación y Gestión de Operaciones" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7960 +data: App\Entity\ResearchLine {#7862 …} +value: "33" +label: "Mantenimiento y Automatización de Equipos Mineros" +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7961 +data: App\Entity\ResearchLine {#7867 …} +value: "55" +label: "Materiales y Procesos de Manufactura" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7962 +data: App\Entity\ResearchLine {#7872 …} +value: "23" +label: "Medio Ambiente y Procesos de Descontaminación" +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7963 +data: App\Entity\ResearchLine {#7877 …} +value: "62" +label: "Medio Ambiente y Procesos de Descontaminación" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7964 +data: App\Entity\ResearchLine {#7882 …} +value: "32" +label: "Planificación Minera" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7965 +data: App\Entity\ResearchLine {#7887 …} +value: "15" +label: "Planificación y Diseño de Sistemas de Transporte" +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7966 +data: App\Entity\ResearchLine {#1929 …} +value: "67" +label: "Sistemas Colaborativos" +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7967 +data: App\Entity\ResearchLine {#7892 …} +value: "72" +label: "Sistemas Colaborativos" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7968 +data: App\Entity\ResearchLine {#7897 …} +value: "3" +label: "Tecnología y Vivienda" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7969 +data: App\Entity\ResearchLine {#7902 …} +value: "36" +label: "Tecnología y Vivienda" +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7970 +data: App\Entity\ResearchLine {#7907 …} +value: "71" +label: "Tecnologías de la información" +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7971 +data: App\Entity\ResearchLine {#7912 …} +value: "76" +label: "Tecnologías de la información" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7972 +data: App\Entity\ResearchLine {#7917 …} +value: "4" +label: "Teoría y Análisis Computacional de Estructuras" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7973 +data: App\Entity\ResearchLine {#7922 …} +value: "37" +label: "Teoría y Análisis Computacional de Estructuras" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7974 +data: App\Entity\ResearchLine {#7927 …} +value: "16" +label: "Transporte de Carga y Logística" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#7650 -errors: [] -form: Symfony\Component\Form\Form {#1458 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7328 …5} |
| full_name | "opportunity_filter[researchLine]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_researchLine" |
| is_selected | Closure($choice, $value) {#7652 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 | "researchLine" |
| placeholder | "Todas las líneas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_researchLine" |
| valid | true |
| value | "" |
keyword
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Buscar por keyword..." ] |
[ "placeholder" => "Buscar por keyword..." ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Buscar por keyword..." ] |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1338 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 | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1351 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1357 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Buscar por keyword..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_opportunity_filter_keyword" ] |
| cache_key | "_opportunity_filter_keyword_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7975 -errors: [] -form: Symfony\Component\Form\Form {#1451 …} } |
| form | Symfony\Component\Form\FormView {#7651 …5} |
| full_name | "opportunity_filter[keyword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_keyword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "keyword" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_keyword" |
| valid | true |
| value | "" |
status
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | "status" |
same as passed value |
| class | "App\Entity\Status" |
same as passed value |
| label | "Estado" |
same as passed value |
| placeholder | "Cualquier estado" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#928 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#868 …} } |
Doctrine\ORM\QueryBuilder {#1413 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1412 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1411 #from: "App\Entity\Status" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1414 #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: [ "s.status IN (:allowed)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1415 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.status ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT s FROM App\Entity\Status s WHERE s.status IN (:allowed) ORDER BY s.status ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1407 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | "status" |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1460 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1418 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1417 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1030 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1421 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1419 …} } |
| choices | null |
| class | "App\Entity\Status" |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -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 {#187 …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 {#1442 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#187 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1391 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Estado" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Cualquier estado" |
| 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 {#1413 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1412 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1411 #from: "App\Entity\Status" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1414 #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: [ "s.status IN (:allowed)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1415 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.status ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1020 …} -dql: "SELECT s FROM App\Entity\Status s WHERE s.status IN (:allowed) ORDER BY s.status ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1407 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#187 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1392 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1393 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_status" ] |
| cache_key | "_opportunity_filter_status_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7980 +data: App\Entity\Status {#1905 …} +value: "1" +label: "Abierta" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7984 +data: App\Entity\Status {#2029 …} +value: "2" +label: "Cerrada" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#7976 -errors: [] -form: Symfony\Component\Form\Form {#1452 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7977 …5} |
| full_name | "opportunity_filter[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_status" |
| is_selected | Closure($choice, $value) {#7979 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Estado" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "status" |
| placeholder | "Cualquier estado" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_status" |
| valid | true |
| value | "" |
date_range
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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
[ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
| label | "Fecha de Publicación" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
| 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 {#649 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#155 …} -logger: Monolog\Logger {#51 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#648 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1436 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 | "Fecha de Publicación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1434 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#201 …} $message: Closure() {#1435 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_opportunity_filter_date_range" ] |
| cache_key | "_opportunity_filter_date_range_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#7982 -errors: [] -form: Symfony\Component\Form\Form {#1462 …} } |
| form | Symfony\Component\Form\FormView {#7978 …5} |
| full_name | "opportunity_filter[date_range]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_date_range" |
| label | "Fecha de Publicación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "date_range" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_date_range" |
| valid | true |
| value | "" |