Forms
-
faculty_filter
-
faculty
-
department
-
area
-
line
-
CodCurriculum
-
faculty_filter
Form type:
"App\Form\FacultyFilterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#162 …} -logger: Monolog\Logger {#54 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#885 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() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#886 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "faculty_filter" "_faculty_filter" ] |
| cache_key | "_faculty_filter_faculty_filter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1538 -errors: [] -form: Symfony\Component\Form\Form {#1416 …} } |
| form | Symfony\Component\Form\FormView {#1539 …5} |
| full_name | "faculty_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "faculty_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_faculty_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) {#892 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
same as passed value |
| class | "App\Entity\Faculty" |
same as passed value |
| label | "Faculty" |
same as passed value |
| placeholder | "All academics" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#893 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#990 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#993 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#994 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#995 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#996 #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: [ "f.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#997 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT f FROM App\Entity\Faculty f INNER JOIN f.user u WHERE f.active = 1 ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#989 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …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) {#892 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1212 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#999 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#998 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1110 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1003 …} } |
| 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 {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#162 …} -logger: Monolog\Logger {#54 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -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 {#216 …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 {#1107 -singleId: true -intId: true -idField: "rut" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#216 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#931 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Faculty" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All academics" |
| 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 {#990 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#993 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#994 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#995 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#996 #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: [ "f.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#997 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT f FROM App\Entity\Faculty f INNER JOIN f.user u WHERE f.active = 1 ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#989 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#927 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_faculty" ] |
| cache_key | "_faculty_filter_faculty_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 10678210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2397 +data: App\Entity\Faculty {#1603 …} +value: "10678210" +label: "Alejandro Enrique Cataldo Cornejo" +attr: [] +labelTranslationParameters: [] } 9876921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2410 +data: App\Entity\Faculty {#2409 …} +value: "9876921" +label: "Alejandro Francisco Mac Cawley Vergara" +attr: [] +labelTranslationParameters: [] } 11631450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2423 +data: App\Entity\Faculty {#2422 …} +value: "11631450" +label: "Alexis Mikes Kalergis Parra" +attr: [] +labelTranslationParameters: [] } 7018818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1528 +data: App\Entity\Faculty {#1996 …} +value: "7018818" +label: "Alfonso Cruz Novoa" +attr: [] +labelTranslationParameters: [] } 8776328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2436 +data: App\Entity\Faculty {#2435 …} +value: "8776328" +label: "Alvaro Soto Arriaza" +attr: [] +labelTranslationParameters: [] } 8969257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2449 +data: App\Entity\Faculty {#2448 …} +value: "8969257" +label: "Alvaro Andres Gonzalez Vaccarezza" +attr: [] +labelTranslationParameters: [] } 16017941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2462 +data: App\Entity\Faculty {#2461 …} +value: "16017941" +label: "Alvaro Hugo Lorca Galvez" +attr: [] +labelTranslationParameters: [] } 13064791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2475 +data: App\Entity\Faculty {#2474 …} +value: "13064791" +label: "Alvaro Rodrigo Videla Leiva" +attr: [] +labelTranslationParameters: [] } 27801262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2488 +data: App\Entity\Faculty {#2487 …} +value: "27801262" +label: "Anastasios Matzavinos " +attr: [] +labelTranslationParameters: [] } 26159159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2501 +data: App\Entity\Faculty {#2500 …} +value: "26159159" +label: "Andrea Ravasio " +attr: [] +labelTranslationParameters: [] } 26029255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2514 +data: App\Entity\Faculty {#2513 …} +value: "26029255" +label: "Andrés José Prieto Ibañez" +attr: [] +labelTranslationParameters: [] } 28075760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2527 +data: App\Entity\Faculty {#2526 …} +value: "28075760" +label: "Beda Barkokebas " +attr: [] +labelTranslationParameters: [] } 15636390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2540 +data: App\Entity\Faculty {#2539 …} +value: "15636390" +label: "Camila Orellana Montecino" +attr: [] +labelTranslationParameters: [] } 17087769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +data: App\Entity\Faculty {#2552 …} +value: "17087769" +label: "Camila Balbontín Tanhnuz" +attr: [] +labelTranslationParameters: [] } 9677307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2566 +data: App\Entity\Faculty {#2565 …} +value: "9677307" +label: "Carlos Alberto Bonilla Melendez" +attr: [] +labelTranslationParameters: [] } 15366510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2579 +data: App\Entity\Faculty {#2578 …} +value: "15366510" +label: "Carlos Alberto Sing Long Collao" +attr: [] +labelTranslationParameters: [] } 14147977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2592 +data: App\Entity\Faculty {#2591 …} +value: "14147977" +label: "Carlos Andres Milovic Fabregat" +attr: [] +labelTranslationParameters: [] } 10113897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2605 +data: App\Entity\Faculty {#2604 …} +value: "10113897" +label: "Carlos Jorge Marquardt Roman" +attr: [] +labelTranslationParameters: [] } 11778158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2618 +data: App\Entity\Faculty {#2617 …} +value: "11778158" +label: "Cesar Antonio Saez Navarrete" +attr: [] +labelTranslationParameters: [] } 16006283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2631 +data: App\Entity\Faculty {#2630 …} +value: "16006283" +label: "Cesar Antonio Ramirez Sarmiento" +attr: [] +labelTranslationParameters: [] } 12469365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2644 +data: App\Entity\Faculty {#2643 …} +value: "12469365" +label: "Christian Alfonso Ledezma Araya" +attr: [] +labelTranslationParameters: [] } 7479502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +data: App\Entity\Faculty {#2190 …} +value: "7479502" +label: "Christian Robert Oberli Graf" +attr: [] +labelTranslationParameters: [] } 13551393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2657 +data: App\Entity\Faculty {#2656 …} +value: "13551393" +label: "Claudia Del Carmen Prieto Vasquez" +attr: [] +labelTranslationParameters: [] } 9863203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2670 +data: App\Entity\Faculty {#2669 …} +value: "9863203" +label: "Claudio Enrique Mourgues Alvarez" +attr: [] +labelTranslationParameters: [] } 16210514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2683 +data: App\Entity\Faculty {#2682 …} +value: "16210514" +label: "Constanza Del Pilar Molina Carvallo" +attr: [] +labelTranslationParameters: [] } 15384613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2696 +data: App\Entity\Faculty {#2695 …} +value: "15384613" +label: "Cristian Riveros Jaeger" +attr: [] +labelTranslationParameters: [] } 10325225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2709 +data: App\Entity\Faculty {#2708 …} +value: "10325225" +label: "Cristian Rodrigo Escauriaza Mesa" +attr: [] +labelTranslationParameters: [] } 10353979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2722 +data: App\Entity\Faculty {#2721 …} +value: "10353979" +label: "Cristian Andres Tejos Nunez" +attr: [] +labelTranslationParameters: [] } 13151673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2735 +data: App\Entity\Faculty {#2734 …} +value: "13151673" +label: "Cristian Eliseo Sandoval Mandujano" +attr: [] +labelTranslationParameters: [] } 16014946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2748 +data: App\Entity\Faculty {#2747 …} +value: "16014946" +label: "Cristobal Andres Guzman Paredes" +attr: [] +labelTranslationParameters: [] } 13917193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2761 +data: App\Entity\Faculty {#2760 …} +value: "13917193" +label: "Daniel Garrido Cortes" +attr: [] +labelTranslationParameters: [] } 10230987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2774 +data: App\Entity\Faculty {#2773 …} +value: "10230987" +label: "Daniel Esteban Hurtado Sepulveda" +attr: [] +labelTranslationParameters: [] } 12352098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2787 +data: App\Entity\Faculty {#2786 …} +value: "12352098" +label: "David Eduardo Watts Casimis" +attr: [] +labelTranslationParameters: [] } 17706683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2800 +data: App\Entity\Faculty {#2799 …} +value: "17706683" +label: "David Esteban Acuña Ureta" +attr: [] +labelTranslationParameters: [] } 13520019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2813 +data: App\Entity\Faculty {#2812 …} +value: "13520019" +label: "Denis Alejandro Parra Santander" +attr: [] +labelTranslationParameters: [] } 21913361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2826 +data: App\Entity\Faculty {#2825 …} +value: "21913361" +label: "Diego Lopez-Garcia Gonzalez" +attr: [] +labelTranslationParameters: [] } 14650809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2839 +data: App\Entity\Faculty {#2838 …} +value: "14650809" +label: "Diego Javier Celentano " +attr: [] +labelTranslationParameters: [] } 17314277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2852 +data: App\Entity\Faculty {#2851 …} +value: "17314277" +label: "Diego Nicolás Valdivieso Cascante" +attr: [] +labelTranslationParameters: [] } 24671029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2865 +data: App\Entity\Faculty {#2864 …} +value: "24671029" +label: "Domagoj Vrgoc " +attr: [] +labelTranslationParameters: [] } 7847566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4790 +data: App\Entity\Faculty {#2315 …} +value: "7847566" +label: "Domingo Arturo Mery Quiroz" +attr: [] +labelTranslationParameters: [] } 13679907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2878 +data: App\Entity\Faculty {#2877 …} +value: "13679907" +label: "Donovan Enrique Diaz Droguett" +attr: [] +labelTranslationParameters: [] } 6340581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2891 +data: App\Entity\Faculty {#2890 …} +value: "6340581" +label: "Eduardo Agosin Trumper" +attr: [] +labelTranslationParameters: [] } 15888299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2904 +data: App\Entity\Faculty {#2903 …} +value: "15888299" +label: "Eduardo Leiva Llanten" +attr: [] +labelTranslationParameters: [] } 14290180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2917 +data: App\Entity\Faculty {#2916 …} +value: "14290180" +label: "Eduardo Alejandro Cordova Vergara" +attr: [] +labelTranslationParameters: [] } 13669212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2930 +data: App\Entity\Faculty {#2929 …} +value: "13669212" +label: "Eduardo Esteban Cerpa Jeria" +attr: [] +labelTranslationParameters: [] } 25755151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2943 +data: App\Entity\Faculty {#2942 …} +value: "25755151" +label: "Elodie Blanco " +attr: [] +labelTranslationParameters: [] } 25238700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2956 +data: App\Entity\Faculty {#2955 …} +value: "25238700" +label: "Elwin Van T Wout " +attr: [] +labelTranslationParameters: [] } 8827206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2969 +data: App\Entity\Faculty {#2968 …} +value: "8827206" +label: "Enzo Enrique Sauma Santis" +attr: [] +labelTranslationParameters: [] } 13924793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2982 +data: App\Entity\Faculty {#2981 …} +value: "13924793" +label: "Esteban Ramos Moore" +attr: [] +labelTranslationParameters: [] } 13225435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2995 +data: App\Entity\Faculty {#2994 …} +value: "13225435" +label: "Esteban Patricio Saez Robert" +attr: [] +labelTranslationParameters: [] } 14121747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3008 +data: App\Entity\Faculty {#3007 …} +value: "14121747" +label: "Felipe Alberto Delgado Breinbauer" +attr: [] +labelTranslationParameters: [] } 18018736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3021 +data: App\Entity\Faculty {#3020 …} +value: "18018736" +label: "Felipe Andres Leonel Huerta Perez" +attr: [] +labelTranslationParameters: [] } 15641304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3034 +data: App\Entity\Faculty {#3033 …} +value: "15641304" +label: "Felipe Eduardo Nuñez Retamal" +attr: [] +labelTranslationParameters: [] } 15840707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3047 +data: App\Entity\Faculty {#3046 …} +value: "15840707" +label: "Felix Eduardo Rojas Lobos" +attr: [] +labelTranslationParameters: [] } 17195287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3060 +data: App\Entity\Faculty {#3059 …} +value: "17195287" +label: "Francisca Cecilia Echeverria Gonzalez" +attr: [] +labelTranslationParameters: [] } 13828738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3073 +data: App\Entity\Faculty {#3072 …} +value: "13828738" +label: "Francisco Suarez Poch" +attr: [] +labelTranslationParameters: [] } 16360971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3086 +data: App\Entity\Faculty {#3085 …} +value: "16360971" +label: "Francisco Sahli Costabal" +attr: [] +labelTranslationParameters: [] } 14602695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3099 +data: App\Entity\Faculty {#3098 …} +value: "14602695" +label: "Franco Wilfredo Pedreschi Plasencia" +attr: [] +labelTranslationParameters: [] } 14141721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3112 +data: App\Entity\Faculty {#3111 …} +value: "14141721" +label: "Gerardo Andres Araya Letelier" +attr: [] +labelTranslationParameters: [] } 9979227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3125 +data: App\Entity\Faculty {#3124 …} +value: "9979227" +label: "Giancarlo Troni Peralta" +attr: [] +labelTranslationParameters: [] } 11845956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3138 +data: App\Entity\Faculty {#3137 …} +value: "11845956" +label: "Gloria Cecilia Arancibia Hernandez" +attr: [] +labelTranslationParameters: [] } 6066335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3151 +data: App\Entity\Faculty {#3150 …} +value: "6066335" +label: "Gonzalo Cortazar Sanz" +attr: [] +labelTranslationParameters: [] } 7690871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4944 +data: App\Entity\Faculty {#2277 …} +value: "7690871" +label: "Gonzalo Alejandro Yanez Carrizo" +attr: [] +labelTranslationParameters: [] } 10033152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +data: App\Entity\Faculty {#3163 …} +value: "10033152" +label: "Gonzalo Ernesto Pizarro Puccio" +attr: [] +labelTranslationParameters: [] } 10667278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +data: App\Entity\Faculty {#3176 …} +value: "10667278" +label: "Gonzalo Jose Rodriguez Grau" +attr: [] +labelTranslationParameters: [] } 5789232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +data: App\Entity\Faculty {#3189 …} +value: "5789232" +label: "Gustavo Lagos Cruz-Coke" +attr: [] +labelTranslationParameters: [] } 15350039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +data: App\Entity\Faculty {#3202 …} +value: "15350039" +label: "Gustavo Ivan Angulo Olivares" +attr: [] +labelTranslationParameters: [] } 15384820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +data: App\Entity\Faculty {#3215 …} +value: "15384820" +label: "Hans Albert Lobel Diaz" +attr: [] +labelTranslationParameters: [] } 23385478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +data: App\Entity\Faculty {#3228 …} +value: "23385478" +label: "Harrison Adrian Mesa Hernandez" +attr: [] +labelTranslationParameters: [] } 8958339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +data: App\Entity\Faculty {#3241 …} +value: "8958339" +label: "Hector Ivan Joaquin Jorquera Gonzalez" +attr: [] +labelTranslationParameters: [] } 9036699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +data: App\Entity\Faculty {#3254 …} +value: "9036699" +label: "Hernan Santa Maria Oyanedel" +attr: [] +labelTranslationParameters: [] } 14165967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +data: App\Entity\Faculty {#3267 …} +value: "14165967" +label: "Homero Larrain Izquierdo" +attr: [] +labelTranslationParameters: [] } 16207414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3281 +data: App\Entity\Faculty {#3280 …} +value: "16207414" +label: "Hugo Emilio Silva Montalva" +attr: [] +labelTranslationParameters: [] } 5958624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3294 +data: App\Entity\Faculty {#3293 …} +value: "5958624" +label: "Ignacio Lira Canguilhem" +attr: [] +labelTranslationParameters: [] } 13922253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3307 +data: App\Entity\Faculty {#3306 …} +value: "13922253" +label: "Ignacio Tomas Vargas Cucurella" +attr: [] +labelTranslationParameters: [] } 15936454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3320 +data: App\Entity\Faculty {#3319 …} +value: "15936454" +label: "Isabel Hilliger Carrasco" +attr: [] +labelTranslationParameters: [] } 17685668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3333 +data: App\Entity\Faculty {#3332 …} +value: "17685668" +label: "Iván Ignacio Navarrete Leschot" +attr: [] +labelTranslationParameters: [] } 15716434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3346 +data: App\Entity\Faculty {#3345 …} +value: "15716434" +label: "Javier Pereda Torres" +attr: [] +labelTranslationParameters: [] } 16176161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3359 +data: App\Entity\Faculty {#3358 …} +value: "16176161" +label: "Jocelyn Mariel Dunstan Escudero" +attr: [] +labelTranslationParameters: [] } 26407828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3372 +data: App\Entity\Faculty {#3371 …} +value: "26407828" +label: "John Browning " +attr: [] +labelTranslationParameters: [] } 9842475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +data: App\Entity\Faculty {#3384 …} +value: "9842475" +label: "Jorge Ramos Grez" +attr: [] +labelTranslationParameters: [] } 24849763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3398 +data: App\Entity\Faculty {#3397 …} +value: "24849763" +label: "Jorge Munoz Gama" +attr: [] +labelTranslationParameters: [] } 13026531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3411 +data: App\Entity\Faculty {#3410 …} +value: "13026531" +label: "Jorge Andres Baier Aranda" +attr: [] +labelTranslationParameters: [] } 9090537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3424 +data: App\Entity\Faculty {#3423 …} +value: "9090537" +label: "Jorge Alfredo Gironas Leon" +attr: [] +labelTranslationParameters: [] } 9899631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3437 +data: App\Entity\Faculty {#3436 …} +value: "9899631" +label: "Jorge Gustavo Federico Crempien De La Carrera" +attr: [] +labelTranslationParameters: [] } 8542171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3450 +data: App\Entity\Faculty {#3449 …} +value: "8542171" +label: "Jorge Rafael Vera Andreo" +attr: [] +labelTranslationParameters: [] } 15783974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3463 +data: App\Entity\Faculty {#3462 …} +value: "15783974" +label: "Jose Claudio Verschae Tannenbaum" +attr: [] +labelTranslationParameters: [] } 13689409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3476 +data: App\Entity\Faculty {#3475 …} +value: "13689409" +label: "Jose Joaquin Jara Donoso" +attr: [] +labelTranslationParameters: [] } 14637733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3489 +data: App\Entity\Faculty {#3488 …} +value: "14637733" +label: "Jose Luis Almazan Campillay" +attr: [] +labelTranslationParameters: [] } 7009002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3502 +data: App\Entity\Faculty {#3501 …} +value: "7009002" +label: "Jose Manuel Del Valle Lladser" +attr: [] +labelTranslationParameters: [] } 5122132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3515 +data: App\Entity\Faculty {#3514 …} +value: "5122132" +label: "Jose Miguel Aguilera Radic" +attr: [] +labelTranslationParameters: [] } 9400182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3528 +data: App\Entity\Faculty {#3527 …} +value: "9400182" +label: "Jose Miguel Cembrano Perasso" +attr: [] +labelTranslationParameters: [] } 14081329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3541 +data: App\Entity\Faculty {#3540 …} +value: "14081329" +label: "José Miguel Cardemil Iglesias" +attr: [] +labelTranslationParameters: [] } 7663471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5143 +data: App\Entity\Faculty {#2222 …} +value: "7663471" +label: "Jose Ricardo Pérez Correa" +attr: [] +labelTranslationParameters: [] } 13441869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3554 +data: App\Entity\Faculty {#3553 …} +value: "13441869" +label: "Jose Tomas Egaña Erazo" +attr: [] +labelTranslationParameters: [] } 10023113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3567 +data: App\Entity\Faculty {#3566 …} +value: "10023113" +label: "Juan Carlos Herrera Maldonado" +attr: [] +labelTranslationParameters: [] } 9005541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3580 +data: App\Entity\Faculty {#3579 …} +value: "9005541" +label: "Juan Carlos Munoz Abogabir" +attr: [] +labelTranslationParameters: [] } 10539379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3593 +data: App\Entity\Faculty {#3592 …} +value: "10539379" +label: "Juan Carlos Ferrer Ortiz" +attr: [] +labelTranslationParameters: [] } 15709101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3606 +data: App\Entity\Faculty {#3605 …} +value: "15709101" +label: "Juan Carlos Tiznado Aitken" +attr: [] +labelTranslationParameters: [] } 5479859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3619 +data: App\Entity\Faculty {#3618 …} +value: "5479859" +label: "Juan De Dios Ortuzar Salas" +attr: [] +labelTranslationParameters: [] } 15384284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3632 +data: App\Entity\Faculty {#3631 …} +value: "15384284" +label: "Juan Lorenzo Reutter De La Maza" +attr: [] +labelTranslationParameters: [] } 23573078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3645 +data: App\Entity\Faculty {#3644 …} +value: "23573078" +label: "Juan Pablo Sandoval Alcocer" +attr: [] +labelTranslationParameters: [] } 13906497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3658 +data: App\Entity\Faculty {#3657 …} +value: "13906497" +label: "Julio Alberto Pertuze Salas" +attr: [] +labelTranslationParameters: [] } 12022019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3671 +data: App\Entity\Faculty {#3670 …} +value: "12022019" +label: "Karim Elias Pichara Baksai" +attr: [] +labelTranslationParameters: [] } 22691616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3684 +data: App\Entity\Faculty {#3683 …} +value: "22691616" +label: "Leonardo Vanzi " +attr: [] +labelTranslationParameters: [] } 13555184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3697 +data: App\Entity\Faculty {#3696 …} +value: "13555184" +label: "Leonel Alejan Merino Del Campo" +attr: [] +labelTranslationParameters: [] } 14332000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3710 +data: App\Entity\Faculty {#3709 …} +value: "14332000" +label: "Loreto Margarita Valenzuela Roediger" +attr: [] +labelTranslationParameters: [] } 7036647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5414 +data: App\Entity\Faculty {#2034 …} +value: "7036647" +label: "Luis Abdon Cifuentes Lira" +attr: [] +labelTranslationParameters: [] } 7430115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5532 +data: App\Entity\Faculty {#2116 …} +value: "7430115" +label: "Luis Fernando Alarcón Cardenas" +attr: [] +labelTranslationParameters: [] } 14707970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3723 +data: App\Entity\Faculty {#3722 …} +value: "14707970" +label: "Luis Ignacio Rizzi Campanella" +attr: [] +labelTranslationParameters: [] } 22938270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3736 +data: App\Entity\Faculty {#3735 …} +value: "22938270" +label: "Magdalena Marta Walczak " +attr: [] +labelTranslationParameters: [] } 10675797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3749 +data: App\Entity\Faculty {#3748 …} +value: "10675797" +label: "Mamie Odette Sancy Velasquez" +attr: [] +labelTranslationParameters: [] } 25085795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3762 +data: App\Entity\Faculty {#3761 …} +value: "25085795" +label: "Manuel Carpio Martinez" +attr: [] +labelTranslationParameters: [] } 16154159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3775 +data: App\Entity\Faculty {#3774 …} +value: "16154159" +label: "Manuel Alejandro Sanchez Uribe" +attr: [] +labelTranslationParameters: [] } 13657262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3788 +data: App\Entity\Faculty {#3787 …} +value: "13657262" +label: "Marcela Alondra Chamorro Gine" +attr: [] +labelTranslationParameters: [] } 9833306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3801 +data: App\Entity\Faculty {#3800 …} +value: "9833306" +label: "Marcelo Alejandro Arenas Saavedra" +attr: [] +labelTranslationParameters: [] } 12103145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3814 +data: App\Entity\Faculty {#3813 …} +value: "12103145" +label: "Marcelo Andres Gonzalez Hormazabal" +attr: [] +labelTranslationParameters: [] } 11634741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3827 +data: App\Entity\Faculty {#3826 …} +value: "11634741" +label: "Marcelo Edgardo Andia Kohnenkampf" +attr: [] +labelTranslationParameters: [] } 10351848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3840 +data: App\Entity\Faculty {#3839 …} +value: "10351848" +label: "Marcelo Gabriel Mendoza Rocha" +attr: [] +labelTranslationParameters: [] } 9674416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3853 +data: App\Entity\Faculty {#3852 …} +value: "9674416" +label: "Marcos Ernesto Sepúlveda Fernandez" +attr: [] +labelTranslationParameters: [] } 10329827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3866 +data: App\Entity\Faculty {#3865 …} +value: "10329827" +label: "Marcos Simon Moreno Switt" +attr: [] +labelTranslationParameters: [] } 17266115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3879 +data: App\Entity\Faculty {#3878 …} +value: "17266115" +label: "Margarita Castro Anich" +attr: [] +labelTranslationParameters: [] } 24914938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3892 +data: App\Entity\Faculty {#3891 …} +value: "24914938" +label: "Maria Molinos Senante" +attr: [] +labelTranslationParameters: [] } 25294384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3905 +data: App\Entity\Faculty {#3904 …} +value: "25294384" +label: "Maria Rodriguez Fernandez" +attr: [] +labelTranslationParameters: [] } 16429098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3918 +data: App\Entity\Faculty {#3917 …} +value: "16429098" +label: "Maria Fernanda Ramirez Espinoza" +attr: [] +labelTranslationParameters: [] } 13268119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3931 +data: App\Entity\Faculty {#3930 …} +value: "13268119" +label: "Mario Andres Vera Veliz" +attr: [] +labelTranslationParameters: [] } 12917094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3944 +data: App\Entity\Faculty {#3943 …} +value: "12917094" +label: "Mario Antonio Aranda Bustos" +attr: [] +labelTranslationParameters: [] } 15641788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3957 +data: App\Entity\Faculty {#3956 …} +value: "15641788" +label: "Mathias Alberto Klapp Belmar" +attr: [] +labelTranslationParameters: [] } 13457805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3970 +data: App\Entity\Faculty {#3969 …} +value: "13457805" +label: "Matias Alejandro Negrete Pincetic" +attr: [] +labelTranslationParameters: [] } 13231853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3983 +data: App\Entity\Faculty {#3982 …} +value: "13231853" +label: "Matias Andres Hube Ginestar" +attr: [] +labelTranslationParameters: [] } 27753710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3996 +data: App\Entity\Faculty {#3995 …} +value: "27753710" +label: "Max Marian " +attr: [] +labelTranslationParameters: [] } 26624298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4009 +data: App\Entity\Faculty {#4008 …} +value: "26624298" +label: "Megan Elizabeth Williams " +attr: [] +labelTranslationParameters: [] } 8513780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5529 +data: App\Entity\Faculty {#2372 …} +value: "8513780" +label: "Michael Gerald Leatherbee Grant" +attr: [] +labelTranslationParameters: [] } 5664636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4022 +data: App\Entity\Faculty {#4021 …} +value: "5664636" +label: "Miguel Nussbaum Voehl" +attr: [] +labelTranslationParameters: [] } 15819382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4035 +data: App\Entity\Faculty {#4034 …} +value: "15819382" +label: "Miguel Angel Romero Orth" +attr: [] +labelTranslationParameters: [] } 14470678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4048 +data: App\Entity\Faculty {#4047 …} +value: "14470678" +label: "Miguel Attilio Torres Torriti" +attr: [] +labelTranslationParameters: [] } 12668597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4061 +data: App\Entity\Faculty {#4060 …} +value: "12668597" +label: "Nestor Guillermo Escalona Burgos" +attr: [] +labelTranslationParameters: [] } 7010920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5741 +data: App\Entity\Faculty {#1576 …} +value: "7010920" +label: "Pablo Irarrazaval Mena" +attr: [] +labelTranslationParameters: [] } 13473300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4074 +data: App\Entity\Faculty {#4073 …} +value: "13473300" +label: "Pablo Barceló Baeza" +attr: [] +labelTranslationParameters: [] } 10645469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4087 +data: App\Entity\Faculty {#4086 …} +value: "10645469" +label: "Pablo Arturo Pasten Gonzalez" +attr: [] +labelTranslationParameters: [] } 8828344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4100 +data: App\Entity\Faculty {#4099 …} +value: "8828344" +label: "Patricia Viviana Galilea Aranda" +attr: [] +labelTranslationParameters: [] } 10601305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4113 +data: App\Entity\Faculty {#4112 …} +value: "10601305" +label: "Patricio De La Cuadra Banderas" +attr: [] +labelTranslationParameters: [] } 14118168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4126 +data: App\Entity\Faculty {#4125 …} +value: "14118168" +label: "Patricio Dominguez Rivera" +attr: [] +labelTranslationParameters: [] } 10726255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4139 +data: App\Entity\Faculty {#4138 …} +value: "10726255" +label: "Paula Andrea Aguirre Aparicio" +attr: [] +labelTranslationParameters: [] } 6069585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4152 +data: App\Entity\Faculty {#4151 …} +value: "6069585" +label: "Pedro Gazmuri Schleyer" +attr: [] +labelTranslationParameters: [] } 16370430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4165 +data: App\Entity\Faculty {#4164 …} +value: "16370430" +label: "Pedro Saa Higuera" +attr: [] +labelTranslationParameters: [] } 8608860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4178 +data: App\Entity\Faculty {#4177 …} +value: "8608860" +label: "Pedro Alejandro Bouchon Aguirre" +attr: [] +labelTranslationParameters: [] } 28075769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4191 +data: App\Entity\Faculty {#4190 …} +value: "28075769" +label: "Regina Celi Dias Ferreira Barkokebas" +attr: [] +labelTranslationParameters: [] } 24841268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4204 +data: App\Entity\Faculty {#4203 …} +value: "24841268" +label: "Rene Michael Botnar " +attr: [] +labelTranslationParameters: [] } 10338220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4217 +data: App\Entity\Faculty {#4216 …} +value: "10338220" +label: "Ricardo Giesen Encina" +attr: [] +labelTranslationParameters: [] } 12165873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4230 +data: App\Entity\Faculty {#4229 …} +value: "12165873" +label: "Ricardo Daniel Hurtubia Gonzalez" +attr: [] +labelTranslationParameters: [] } 26722629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4243 +data: App\Entity\Faculty {#4242 …} +value: "26722629" +label: "Ricardo Javier Hernandez Pardo" +attr: [] +labelTranslationParameters: [] } 15570097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4256 +data: App\Entity\Faculty {#4255 …} +value: "15570097" +label: "Roberto Ivan Canales Munoz" +attr: [] +labelTranslationParameters: [] } 12810849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4269 +data: App\Entity\Faculty {#4268 …} +value: "12810849" +label: "Rodrigo Alberto Cienfuegos Carrasco" +attr: [] +labelTranslationParameters: [] } 12244475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4282 +data: App\Entity\Faculty {#4281 …} +value: "12244475" +label: "Rodrigo Alejandro Labatut Hernandez" +attr: [] +labelTranslationParameters: [] } 12835222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4295 +data: App\Entity\Faculty {#4294 …} +value: "12835222" +label: "Rodrigo Alfonso Escobar Moragas" +attr: [] +labelTranslationParameters: [] } 16944912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4308 +data: App\Entity\Faculty {#4307 …} +value: "16944912" +label: "Rodrigo Andres Toro Icarte" +attr: [] +labelTranslationParameters: [] } 10862215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4321 +data: App\Entity\Faculty {#4320 …} +value: "10862215" +label: "Rodrigo Arnaldo Carrasco Schmidt" +attr: [] +labelTranslationParameters: [] } 10528408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4334 +data: App\Entity\Faculty {#4333 …} +value: "10528408" +label: "Rodrigo Fernando Cadiz Cadiz" +attr: [] +labelTranslationParameters: [] } 13472782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4347 +data: App\Entity\Faculty {#4346 …} +value: "13472782" +label: "Rolando Dunner Planella" +attr: [] +labelTranslationParameters: [] } 14123413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4360 +data: App\Entity\Faculty {#4359 …} +value: "14123413" +label: "Rosita Junemann Ureta" +attr: [] +labelTranslationParameters: [] } 14658762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4373 +data: App\Entity\Faculty {#4372 …} +value: "14658762" +label: "Samuel Alejandro Córdova Sota" +attr: [] +labelTranslationParameters: [] } 8543887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4386 +data: App\Entity\Faculty {#4385 …} +value: "8543887" +label: "Santiago Julian Mingo Del Rio" +attr: [] +labelTranslationParameters: [] } 25621757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4399 +data: App\Entity\Faculty {#4398 …} +value: "25621757" +label: "Sarah Tiphaine Lucile Leray " +attr: [] +labelTranslationParameters: [] } 14748675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4412 +data: App\Entity\Faculty {#4411 …} +value: "14748675" +label: "Saúl Alberto Langarica Chavira" +attr: [] +labelTranslationParameters: [] } 12628913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4425 +data: App\Entity\Faculty {#4424 …} +value: "12628913" +label: "Sebastian Vicuna Diaz" +attr: [] +labelTranslationParameters: [] } 16094659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4438 +data: App\Entity\Faculty {#4437 …} +value: "16094659" +label: "Sebastian Raveau Feliu" +attr: [] +labelTranslationParameters: [] } 7246535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5778 +data: App\Entity\Faculty {#2084 …} +value: "7246535" +label: "Sergio Maturana Valderrama" +attr: [] +labelTranslationParameters: [] } 9058716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4451 +data: App\Entity\Faculty {#4450 …} +value: "9058716" +label: "Sergio Eduardo Vera Araya" +attr: [] +labelTranslationParameters: [] } 9317047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4464 +data: App\Entity\Faculty {#4463 …} +value: "9317047" +label: "Sergio Enrique Gutierrez Cid" +attr: [] +labelTranslationParameters: [] } 13271582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4477 +data: App\Entity\Faculty {#4476 …} +value: "13271582" +label: "Susana Claro Larrain" +attr: [] +labelTranslationParameters: [] } 26162879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4490 +data: App\Entity\Faculty {#4489 …} +value: "26162879" +label: "Tito André Arévalo Ramírez" +attr: [] +labelTranslationParameters: [] } 15384318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4503 +data: App\Entity\Faculty {#4502 …} +value: "15384318" +label: "Tomas Zegard Latrach" +attr: [] +labelTranslationParameters: [] } 15676443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4516 +data: App\Entity\Faculty {#4515 …} +value: "15676443" +label: "Tomas Hernan Reyes Torres" +attr: [] +labelTranslationParameters: [] } 10101906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4529 +data: App\Entity\Faculty {#4528 …} +value: "10101906" +label: "Valeria Paz Herskovic Maida" +attr: [] +labelTranslationParameters: [] } 15642779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4542 +data: App\Entity\Faculty {#4541 …} +value: "15642779" +label: "Vicente Parot Fernandez" +attr: [] +labelTranslationParameters: [] } 5785741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4555 +data: App\Entity\Faculty {#4554 …} +value: "5785741" +label: "Vladimir Marianov Kluge" +attr: [] +labelTranslationParameters: [] } 23826402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4568 +data: App\Entity\Faculty {#4567 …} +value: "23826402" +label: "Wendy Veronica Franco Melazzini" +attr: [] +labelTranslationParameters: [] } 12037705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4581 +data: App\Entity\Faculty {#4580 …} +value: "12037705" +label: "Wernher Ariel Brevis Vergara" +attr: [] +labelTranslationParameters: [] } 16431365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4594 +data: App\Entity\Faculty {#4593 …} +value: "16431365" +label: "Wolfram Jahn Von Arnswaldt" +attr: [] +labelTranslationParameters: [] } 27688093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4607 +data: App\Entity\Faculty {#4606 …} +value: "27688093" +label: "Yimmy Fernando Silva Urrego" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1531 -errors: [] -form: Symfony\Component\Form\Form {#1404 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1530 …5} |
| full_name | "faculty_filter[faculty]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_faculty" |
| is_selected | Closure($choice, $value) {#6158 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Faculty" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "faculty" |
| placeholder | "All academics" |
| 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 | "_faculty_filter_faculty" |
| valid | true |
| value | "" |
department
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(Department $department) {#894 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
same as passed value |
| class | "App\Entity\Department" |
same as passed value |
| label | "Department" |
same as passed value |
| placeholder | "All departments" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#895 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1217 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1216 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1218 #from: "App\Entity\Department" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1219 #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: [ "d.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1220 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.department ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT d FROM App\Entity\Department d WHERE d.active = 1 ORDER BY d.department ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1213 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …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(Department $department) {#894 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1263 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1222 …} } |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1223 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1221 …} } |
| choices | null |
| class | "App\Entity\Department" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#162 …} -logger: Monolog\Logger {#54 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -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 {#216 …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 {#1244 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#216 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1099 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Department" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All departments" |
| 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 {#1217 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1216 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1218 #from: "App\Entity\Department" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1219 #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: [ "d.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1220 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.department ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT d FROM App\Entity\Department d WHERE d.active = 1 ORDER BY d.department ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1213 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1101 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_department" ] |
| cache_key | "_faculty_filter_department_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#6146 +data: App\Entity\Department {#6175 …} +value: "centapu" +label: "Central De Apuntes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6162 +data: App\Entity\Department {#6182 …} +value: "CAstroIng" +label: "Centro De Astro-Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6164 +data: App\Entity\Department {#6189 …} +value: "CEDEUS2" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6167 +data: App\Entity\Department {#6196 …} +value: "CEDEUS3" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6166 +data: App\Entity\Department {#6203 …} +value: "CEDEUS4" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6161 +data: App\Entity\Department {#6210 …} +value: "CEDEUS11" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6173 +data: App\Entity\Department {#6217 …} +value: "CEDEUS" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6172 +data: App\Entity\Department {#6224 …} +value: "CEnerIng" +label: "Centro De Energía De La Escuela De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6171 +data: App\Entity\Department {#6231 …} +value: "BRT+" +label: "Centro De Excelencia Brt+" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6163 +data: App\Entity\Department {#6238 …} +value: "CIH" +label: "Centro\u{A0}De\u{A0}Innovación\u{A0}Del\u{A0}Hormigón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6168 +data: App\Entity\Department {#6245 …} +value: "CIENUC" +label: "Centro De Investigación En Nanotecnología Y Materiales Avanzados Cien Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6553 +data: App\Entity\Department {#6252 …} +value: "CEDEUS10" +label: "Cedeus10" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6554 +data: App\Entity\Department {#2065 …} +value: "CMA" +label: "Centro De Medio Ambiente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6555 +data: App\Entity\Department {#6259 …} +value: "CYPICS" +label: "Centro Interdisciplinario Para La Productividad Y Construcción Sustentable (Cipycs)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6556 +data: App\Entity\Department {#6266 …} +value: "CIGIDEN" +label: "National Research Center For Integrated Natural Disaster Management (Cigiden)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6557 +data: App\Entity\Department {#2364 …} +value: "IIC" +label: "Department Of Computer Science" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6558 +data: App\Entity\Department {#6273 …} +value: "IMM" +label: "Department Of Mining Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +data: App\Entity\Department {#6280 …} +value: "ICT" +label: "Department Of Transportation Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6560 +data: App\Entity\Department {#1988 …} +value: "IEE" +label: "Department Of Electrical Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6561 +data: App\Entity\Department {#2289 …} +value: "ICE" +label: "Department Of Structural And Geotechnical Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6562 +data: App\Entity\Department {#6287 …} +value: "ICH" +label: "Department Of Hydraulic And Environmental Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6563 +data: App\Entity\Department {#2008 …} +value: "ICS" +label: "Department Of Industrial And Systems Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6564 +data: App\Entity\Department {#6294 …} +value: "ICM" +label: "Department Of Mechanical And Metallurgical Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6565 +data: App\Entity\Department {#2269 …} +value: "IIQ" +label: "Department Of Chemical And Bioprocesses Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6566 +data: App\Entity\Department {#2171 …} +value: "ICC" +label: "Department Of Construction Engineering And Management" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6567 +data: App\Entity\Department {#6301 …} +value: "DipEyBUC" +label: "Diplomado En Electromovilidad Y Biocombustibles Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6568 +data: App\Entity\Department {#6308 …} +value: "DARI" +label: "Dirección Asociada De Relaciones Internacionales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6569 +data: App\Entity\Department {#6315 …} +value: "DCDI" +label: "Dirección De Compromiso Público, Comunidad Y Diversidad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6570 +data: App\Entity\Department {#6322 …} +value: "DIRDES" +label: "Dirección De Desarrollo Y Financiamiento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6571 +data: App\Entity\Department {#6329 …} +value: "DIREDUC" +label: "Dirección De Educación En Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6572 +data: App\Entity\Department {#6336 …} +value: "DIRDICTUC" +label: "Dirección De Extensión Y Dictuc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6573 +data: App\Entity\Department {#6343 …} +value: "DIRINV" +label: "Dirección De Investigación E Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6574 +data: App\Entity\Department {#6350 …} +value: "DIPEI" +label: "Dirección De Postgrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6575 +data: App\Entity\Department {#6357 …} +value: "DIRDOC" +label: "Dirección De Pregrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6576 +data: App\Entity\Department {#6364 …} +value: "DIRRESSOC" +label: "Dirección De Responsabilidad Social" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6577 +data: App\Entity\Department {#2202 …} +value: "DIRTEC" +label: "Dirección De Tecnología" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6578 +data: App\Entity\Department {#6371 …} +value: "DIREJEC-DE" +label: "Dirección Ejecutiva Y Decanato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6579 +data: App\Entity\Department {#6378 …} +value: "IDI" +label: "Diseño En Ingeniería (Dilab)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6580 +data: App\Entity\Department {#6385 …} +value: "EdContinua" +label: "Educación Profesional Y Continua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6581 +data: App\Entity\Department {#2327 …} +value: "EscIng" +label: "Escuela De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6582 +data: App\Entity\Department {#6392 …} +value: "ECEDIIS" +label: "Extensión Clase Ejecutiva Diis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6583 +data: App\Entity\Department {#6399 …} +value: "FacIng" +label: "Facultad De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6584 +data: App\Entity\Department {#6406 …} +value: "FSA" +label: "Fundación San Agustín" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6585 +data: App\Entity\Department {#6413 …} +value: "Ing_2030" +label: "Ingeniería 2030" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6586 +data: App\Entity\Department {#6420 …} +value: "IMA" +label: "Ingeniería Matemática Y Computacional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6587 +data: App\Entity\Department {#1926 …} +value: "IBIOMED" +label: "Instituto De Ingeniería Biológica Y Médica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6588 +data: App\Entity\Department {#6427 …} +value: "DTUCLabRR" +label: "Laboratorio De Energías Renovables Y Residuos ‐ Dictuc Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6589 +data: App\Entity\Department {#2163 …} +value: "IAC" +label: "Magister En Administración De La Construcción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6590 +data: App\Entity\Department {#6434 …} +value: "MANE" +label: "Business Analytics" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6591 +data: App\Entity\Department {#6441 …} +value: "MIE" +label: "Magister En Ingenieria De La Energia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6592 +data: App\Entity\Department {#2179 …} +value: "IEG" +label: "Magíster En Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6593 +data: App\Entity\Department {#2076 …} +value: "IND" +label: "Magister En Ingeniería Industrial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6594 +data: App\Entity\Department {#6448 …} +value: "IMI" +label: "Magister En Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6595 +data: App\Entity\Department {#6455 …} +value: "MIA" +label: "Magister En Inteligencia Artificial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6596 +data: App\Entity\Department {#6462 …} +value: "MPGI" +label: "Magíster En Procesamiento Y Gestión De La Información" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6597 +data: App\Entity\Department {#6469 …} +value: "MTIG" +label: "Magister En Tecnologías De Información Y Gestión" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6598 +data: App\Entity\Department {#6476 …} +value: "CENAMAD" +label: "Proyecto Cenamad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6599 +data: App\Entity\Department {#6483 …} +value: "ITReND" +label: "Proyecto Itrend" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6600 +data: App\Entity\Department {#6490 …} +value: "proy_mece" +label: "Proyecto Mecesup 2005" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6601 +data: App\Entity\Department {#6497 …} +value: "IRB" +label: "Sistemas Autónomos Y Robóticos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6602 +data: App\Entity\Department {#6504 …} +value: "NDI" +label: "Subdirección De Desarrollo Informático" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6603 +data: App\Entity\Department {#6511 …} +value: "SDirFin" +label: "Subdirección De Finanzas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6604 +data: App\Entity\Department {#6518 …} +value: "SDirInfra" +label: "Subdirección De Infraestructura" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6605 +data: App\Entity\Department {#6525 …} +value: "AREAPERS" +label: "Subdirección De Personas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6606 +data: App\Entity\Department {#6532 …} +value: "SSI" +label: "Subdirección De Servicios Informáticos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6607 +data: App\Entity\Department {#6539 …} +value: "SDirViInd" +label: "Subdirección De Vinculación Con La Industria (Ilo)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6608 +data: App\Entity\Department {#6546 …} +value: "VDEC" +label: "Vicedecanato" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6040 -errors: [] -form: Symfony\Component\Form\Form {#1408 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6155 …5} |
| full_name | "faculty_filter[department]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_department" |
| is_selected | Closure($choice, $value) {#6610 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Department" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "department" |
| placeholder | "All departments" |
| 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 | "_faculty_filter_department" |
| valid | true |
| value | "" |
area
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchArea $researchArea) {#896 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
same as passed value |
| class | "App\Entity\ResearchArea" |
same as passed value |
| label | "Research Area" |
same as passed value |
| placeholder | "All areas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#897 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1283 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1282 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1284 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1285 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ra.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1286 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1279 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchArea $researchArea) {#896 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1329 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1288 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1287 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1291 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1289 …} } |
| 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 {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#162 …} -logger: Monolog\Logger {#54 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -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 {#216 …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 {#1310 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#216 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1237 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Research Area" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All areas" |
| 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 {#1283 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1282 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1284 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1285 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ra.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1286 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1279 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1239 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_area" ] |
| cache_key | "_faculty_filter_area_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6612 +data: App\Entity\ResearchArea {#2339 …} +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 {#6620 +data: App\Entity\ResearchArea {#2355 …} +value: "32" +label: "Ciencia De La Computación (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +data: App\Entity\ResearchArea {#2154 …} +value: "11" +label: "Ingeniería Civil (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6619 +data: App\Entity\ResearchArea {#6627 …} +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 {#6687 +data: App\Entity\ResearchArea {#6636 …} +value: "22" +label: "Ingeniería De Transporte Y Logística (Magíster En Ingeniería)" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6695 +data: App\Entity\ResearchArea {#1944 …} +value: "8" +label: "Ingeniería Eléctrica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6691 +data: App\Entity\ResearchArea {#1977 …} +value: "14" +label: "Ingeniería Eléctrica (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6699 +data: App\Entity\ResearchArea {#2301 …} +value: "2" +label: "Ingeniería Estructural Y Geotécnica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6701 +data: App\Entity\ResearchArea {#6647 …} +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 {#6703 +data: App\Entity\ResearchArea {#2020 …} +value: "5" +label: "Ingeniería Industrial Y De Sistemas (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6705 +data: App\Entity\ResearchArea {#2106 …} +value: "36" +label: "Ingenieria Industrial Y De Transporte (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6707 +data: App\Entity\ResearchArea {#6656 …} +value: "34" +label: "Ingeniería Mecánica (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6709 +data: App\Entity\ResearchArea {#6665 …} +value: "37" +label: "Ingeniería Mecánica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6711 +data: App\Entity\ResearchArea {#2246 …} +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 {#6713 +data: App\Entity\ResearchArea {#2260 …} +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 {#6715 +data: App\Entity\ResearchArea {#2140 …} +value: "1" +label: "Ingeniería Y Gestión De La Construcción (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6717 +data: App\Entity\ResearchArea {#6674 …} +value: "10" +label: "Minería (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6609 -errors: [] -form: Symfony\Component\Form\Form {#1411 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6611 …5} |
| full_name | "faculty_filter[area]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_area" |
| is_selected | Closure($choice, $value) {#6719 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Research Area" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "area" |
| placeholder | "All areas" |
| 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 | "_faculty_filter_area" |
| valid | true |
| value | "" |
line
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchLine $researchLine) {#898 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
same as passed value |
| class | "App\Entity\ResearchLine" |
same as passed value |
| label | "Research Line" |
same as passed value |
| placeholder | "All lines" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#899 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1367 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1366 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1368 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1369 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "rl.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1370 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1363 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchLine $researchLine) {#898 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1413 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1372 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1371 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1375 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1373 …} } |
| 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 {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#162 …} -logger: Monolog\Logger {#54 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -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 {#216 …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 {#1394 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#216 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1302 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Research Line" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All lines" |
| 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 {#1367 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1366 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1368 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1369 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "rl.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1370 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1363 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1303 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1304 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_line" ] |
| cache_key | "_faculty_filter_line_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6723 +data: App\Entity\ResearchLine {#6737 …} +value: "8" +label: "Automation, Instrumentation And Robotics (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6728 +data: App\Entity\ResearchLine {#6743 …} +value: "37" +label: "Automation, Instrumentation, And Robotics (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6722 +data: App\Entity\ResearchLine {#6748 …} +value: "3" +label: "Biotechnology (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6733 +data: App\Entity\ResearchLine {#6753 …} +value: "32" +label: "Biotechnology (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6724 +data: App\Entity\ResearchLine {#6758 …} +value: "10" +label: "Computer Science (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6943 +data: App\Entity\ResearchLine {#6763 …} +value: "39" +label: "Computer Science (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6945 +data: App\Entity\ResearchLine {#6768 …} +value: "40" +label: "Mining Development And Sustainable Mining (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6947 +data: App\Entity\ResearchLine {#6773 …} +value: "20" +label: "Fluid Dynamics, Hydraulics, River And Coastal Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6949 +data: App\Entity\ResearchLine {#6778 …} +value: "5" +label: "Dynamics And Modeling Of Chemical And Environmental Processes (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6951 +data: App\Entity\ResearchLine {#6783 …} +value: "34" +label: "Dynamics And Modeling Of Chemical And Environmental Processes (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6953 +data: App\Entity\ResearchLine {#6788 …} +value: "28" +label: "Design, Manufacturing, And Use Of Materials (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6955 +data: App\Entity\ResearchLine {#6793 …} +value: "12" +label: "Design, Materials And Manufacturing (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6957 +data: App\Entity\ResearchLine {#6798 …} +value: "14" +label: "Design, Planning, And Regulating Complex Systems (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6959 +data: App\Entity\ResearchLine {#6803 …} +value: "26" +label: "Economics And Finance (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6961 +data: App\Entity\ResearchLine {#6808 …} +value: "23" +label: "Economics And Planning Of Transportation Systems (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6963 +data: App\Entity\ResearchLine {#6813 …} +value: "7" +label: "Energy (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6965 +data: App\Entity\ResearchLine {#6818 …} +value: "36" +label: "Energy (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6967 +data: App\Entity\ResearchLine {#6823 …} +value: "11" +label: "Energy And Thermal Systems (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6969 +data: App\Entity\ResearchLine {#6828 …} +value: "29" +label: "Power Generation And Conversion (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6971 +data: App\Entity\ResearchLine {#6833 …} +value: "19" +label: "Geosciences (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6973 +data: App\Entity\ResearchLine {#6838 …} +value: "2" +label: "Geosciences, Environment And Resources (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6975 +data: App\Entity\ResearchLine {#6843 …} +value: "27" +label: "Organizational Management, Strategy, Marketing, And Innovation And Entrepreneurship (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6977 +data: App\Entity\ResearchLine {#6848 …} +value: "16" +label: "Management For Sustainable And Resilient Infrastructure (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6979 +data: App\Entity\ResearchLine {#6853 …} +value: "24" +label: "Management And Operations Of Transportation And Logistics Systems (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6981 +data: App\Entity\ResearchLine {#6858 …} +value: "1" +label: "Sustainable And Resilient Infrastructure (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6983 +data: App\Entity\ResearchLine {#6863 …} +value: "4" +label: "Food Engineering (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6985 +data: App\Entity\ResearchLine {#6868 …} +value: "33" +label: "Food Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6987 +data: App\Entity\ResearchLine {#6873 …} +value: "17" +label: "Structural Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6989 +data: App\Entity\ResearchLine {#6878 …} +value: "18" +label: "Geotechnical Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6991 +data: App\Entity\ResearchLine {#6883 …} +value: "25" +label: "Operations Research And Management (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6993 +data: App\Entity\ResearchLine {#6888 …} +value: "31" +label: "Computational Mechanics (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6995 +data: App\Entity\ResearchLine {#6893 …} +value: "22" +label: "Environment And Sustainability (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6997 +data: App\Entity\ResearchLine {#6898 …} +value: "13" +label: "Models For Planning, Managing, And Optimizing Logistics And Economic Systems (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6999 +data: App\Entity\ResearchLine {#6903 …} +value: "41" +label: "Process Optimization And Smart Mining (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7001 +data: App\Entity\ResearchLine {#6908 …} +value: "21" +label: "Water Resources (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7003 +data: App\Entity\ResearchLine {#6913 …} +value: "15" +label: "Resources, Technologies, And Engineering For Sustainable And Resilient Infrastructure (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7005 +data: App\Entity\ResearchLine {#6918 …} +value: "6" +label: "Information Systems (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7007 +data: App\Entity\ResearchLine {#6923 …} +value: "35" +label: "Information Systems (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7009 +data: App\Entity\ResearchLine {#6928 …} +value: "30" +label: "Mechatronic Systems (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7011 +data: App\Entity\ResearchLine {#6933 …} +value: "9" +label: "Human-Centered Systems And Computing (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7013 +data: App\Entity\ResearchLine {#6938 …} +value: "38" +label: "Human-Centered Systems And Computing (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6718 -errors: [] -form: Symfony\Component\Form\Form {#1436 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6720 …5} |
| full_name | "faculty_filter[line]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_line" |
| is_selected | Closure($choice, $value) {#7015 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Research Line" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "line" |
| placeholder | "All lines" |
| 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 | "_faculty_filter_line" |
| valid | true |
| value | "" |
CodCurriculum
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2 form-control" ] |
[ "class" => "select2 form-control" ] |
| choice_label | Closure(CodCurriculum $codCurriculum) {#900 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
same as passed value |
| class | "App\Entity\CodCurriculum" |
same as passed value |
| label | "Program" |
same as passed value |
| placeholder | "All programs" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#901 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1382 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1384 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1380 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1379 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "cc.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1378 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1385 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(CodCurriculum $codCurriculum) {#900 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "en" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1440 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1409 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1377 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1401 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1405 …} } |
| 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 {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#162 …} -logger: Monolog\Logger {#54 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -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 {#216 …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 {#1421 -singleId: true -intId: true -idField: "codCurriculum" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#216 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1330 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Program" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "All programs" |
| 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 {#1382 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1384 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1380 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1379 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "cc.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1378 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1385 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#216 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1387 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#229 …} $message: Closure() {#1388 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_CodCurriculum" ] |
| cache_key | "_faculty_filter_CodCurriculum_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 40301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7019 +data: App\Entity\CodCurriculum {#1979 …} +value: "40301" +label: "Doctorado En Ciencias De La Ingeniería" +attr: [] +labelTranslationParameters: [] } 40201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7024 +data: App\Entity\CodCurriculum {#1953 …} +value: "40201" +label: "Magíster En Ciencias De La Ingeniería" +attr: [] +labelTranslationParameters: [] } 40401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7018 +data: App\Entity\CodCurriculum {#6638 …} +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 {#7014 -errors: [] -form: Symfony\Component\Form\Form {#1428 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7016 …5} |
| full_name | "faculty_filter[CodCurriculum]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_CodCurriculum" |
| is_selected | Closure($choice, $value) {#7029 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Program" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "CodCurriculum" |
| placeholder | "All programs" |
| 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 | "_faculty_filter_CodCurriculum" |
| valid | true |
| value | "" |