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 {#2382 +data: App\Entity\Faculty {#1603 …} +value: "10678210" +label: "Alejandro Enrique Cataldo Cornejo" +attr: [] +labelTranslationParameters: [] } 9876921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2395 +data: App\Entity\Faculty {#2394 …} +value: "9876921" +label: "Alejandro Francisco Mac Cawley Vergara" +attr: [] +labelTranslationParameters: [] } 11631450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2408 +data: App\Entity\Faculty {#2407 …} +value: "11631450" +label: "Alexis Mikes Kalergis Parra" +attr: [] +labelTranslationParameters: [] } 7018818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2421 +data: App\Entity\Faculty {#2420 …} +value: "7018818" +label: "Alfonso Cruz Novoa" +attr: [] +labelTranslationParameters: [] } 8776328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2434 +data: App\Entity\Faculty {#2433 …} +value: "8776328" +label: "Alvaro Soto Arriaza" +attr: [] +labelTranslationParameters: [] } 8969257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2447 +data: App\Entity\Faculty {#2446 …} +value: "8969257" +label: "Alvaro Andres Gonzalez Vaccarezza" +attr: [] +labelTranslationParameters: [] } 16017941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2460 +data: App\Entity\Faculty {#2459 …} +value: "16017941" +label: "Alvaro Hugo Lorca Galvez" +attr: [] +labelTranslationParameters: [] } 13064791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2473 +data: App\Entity\Faculty {#2472 …} +value: "13064791" +label: "Alvaro Rodrigo Videla Leiva" +attr: [] +labelTranslationParameters: [] } 27801262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2486 +data: App\Entity\Faculty {#2485 …} +value: "27801262" +label: "Anastasios Matzavinos " +attr: [] +labelTranslationParameters: [] } 26159159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2499 +data: App\Entity\Faculty {#2498 …} +value: "26159159" +label: "Andrea Ravasio " +attr: [] +labelTranslationParameters: [] } 26029255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2512 +data: App\Entity\Faculty {#2511 …} +value: "26029255" +label: "Andrés José Prieto Ibañez" +attr: [] +labelTranslationParameters: [] } 28075760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2525 +data: App\Entity\Faculty {#2524 …} +value: "28075760" +label: "Beda Barkokebas " +attr: [] +labelTranslationParameters: [] } 15636390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2538 +data: App\Entity\Faculty {#2537 …} +value: "15636390" +label: "Camila Orellana Montecino" +attr: [] +labelTranslationParameters: [] } 17087769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +data: App\Entity\Faculty {#2550 …} +value: "17087769" +label: "Camila Balbontín Tanhnuz" +attr: [] +labelTranslationParameters: [] } 9677307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2564 +data: App\Entity\Faculty {#2563 …} +value: "9677307" +label: "Carlos Alberto Bonilla Melendez" +attr: [] +labelTranslationParameters: [] } 15366510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2577 +data: App\Entity\Faculty {#2576 …} +value: "15366510" +label: "Carlos Alberto Sing Long Collao" +attr: [] +labelTranslationParameters: [] } 14147977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2590 +data: App\Entity\Faculty {#2589 …} +value: "14147977" +label: "Carlos Andres Milovic Fabregat" +attr: [] +labelTranslationParameters: [] } 10113897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2603 +data: App\Entity\Faculty {#2602 …} +value: "10113897" +label: "Carlos Jorge Marquardt Roman" +attr: [] +labelTranslationParameters: [] } 11778158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2616 +data: App\Entity\Faculty {#2615 …} +value: "11778158" +label: "Cesar Antonio Saez Navarrete" +attr: [] +labelTranslationParameters: [] } 16006283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2629 +data: App\Entity\Faculty {#2628 …} +value: "16006283" +label: "Cesar Antonio Ramirez Sarmiento" +attr: [] +labelTranslationParameters: [] } 12469365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2642 +data: App\Entity\Faculty {#2641 …} +value: "12469365" +label: "Christian Alfonso Ledezma Araya" +attr: [] +labelTranslationParameters: [] } 7479502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2655 +data: App\Entity\Faculty {#2654 …} +value: "7479502" +label: "Christian Robert Oberli Graf" +attr: [] +labelTranslationParameters: [] } 13551393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2668 +data: App\Entity\Faculty {#2667 …} +value: "13551393" +label: "Claudia Del Carmen Prieto Vasquez" +attr: [] +labelTranslationParameters: [] } 9863203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2681 +data: App\Entity\Faculty {#2680 …} +value: "9863203" +label: "Claudio Enrique Mourgues Alvarez" +attr: [] +labelTranslationParameters: [] } 16210514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2694 +data: App\Entity\Faculty {#2693 …} +value: "16210514" +label: "Constanza Del Pilar Molina Carvallo" +attr: [] +labelTranslationParameters: [] } 15384613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2707 +data: App\Entity\Faculty {#2706 …} +value: "15384613" +label: "Cristian Riveros Jaeger" +attr: [] +labelTranslationParameters: [] } 10325225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2720 +data: App\Entity\Faculty {#2719 …} +value: "10325225" +label: "Cristian Rodrigo Escauriaza Mesa" +attr: [] +labelTranslationParameters: [] } 10353979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2733 +data: App\Entity\Faculty {#2732 …} +value: "10353979" +label: "Cristian Andres Tejos Nunez" +attr: [] +labelTranslationParameters: [] } 13151673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2746 +data: App\Entity\Faculty {#2745 …} +value: "13151673" +label: "Cristian Eliseo Sandoval Mandujano" +attr: [] +labelTranslationParameters: [] } 16014946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2759 +data: App\Entity\Faculty {#2758 …} +value: "16014946" +label: "Cristobal Andres Guzman Paredes" +attr: [] +labelTranslationParameters: [] } 13917193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2772 +data: App\Entity\Faculty {#2771 …} +value: "13917193" +label: "Daniel Garrido Cortes" +attr: [] +labelTranslationParameters: [] } 10230987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2785 +data: App\Entity\Faculty {#2784 …} +value: "10230987" +label: "Daniel Esteban Hurtado Sepulveda" +attr: [] +labelTranslationParameters: [] } 12352098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2798 +data: App\Entity\Faculty {#2797 …} +value: "12352098" +label: "David Eduardo Watts Casimis" +attr: [] +labelTranslationParameters: [] } 17706683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2811 +data: App\Entity\Faculty {#2810 …} +value: "17706683" +label: "David Esteban Acuña Ureta" +attr: [] +labelTranslationParameters: [] } 13520019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2824 +data: App\Entity\Faculty {#2823 …} +value: "13520019" +label: "Denis Alejandro Parra Santander" +attr: [] +labelTranslationParameters: [] } 21913361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2837 +data: App\Entity\Faculty {#2836 …} +value: "21913361" +label: "Diego Lopez-Garcia Gonzalez" +attr: [] +labelTranslationParameters: [] } 14650809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2850 +data: App\Entity\Faculty {#2849 …} +value: "14650809" +label: "Diego Javier Celentano " +attr: [] +labelTranslationParameters: [] } 17314277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2863 +data: App\Entity\Faculty {#2862 …} +value: "17314277" +label: "Diego Nicolás Valdivieso Cascante" +attr: [] +labelTranslationParameters: [] } 24671029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2876 +data: App\Entity\Faculty {#2875 …} +value: "24671029" +label: "Domagoj Vrgoc " +attr: [] +labelTranslationParameters: [] } 7847566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2889 +data: App\Entity\Faculty {#2888 …} +value: "7847566" +label: "Domingo Arturo Mery Quiroz" +attr: [] +labelTranslationParameters: [] } 13679907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2902 +data: App\Entity\Faculty {#2901 …} +value: "13679907" +label: "Donovan Enrique Diaz Droguett" +attr: [] +labelTranslationParameters: [] } 6340581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1528 +data: App\Entity\Faculty {#2335 …} +value: "6340581" +label: "Eduardo Agosin Trumper" +attr: [] +labelTranslationParameters: [] } 15888299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2915 +data: App\Entity\Faculty {#2914 …} +value: "15888299" +label: "Eduardo Leiva Llanten" +attr: [] +labelTranslationParameters: [] } 14290180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2928 +data: App\Entity\Faculty {#2927 …} +value: "14290180" +label: "Eduardo Alejandro Cordova Vergara" +attr: [] +labelTranslationParameters: [] } 13669212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2941 +data: App\Entity\Faculty {#2940 …} +value: "13669212" +label: "Eduardo Esteban Cerpa Jeria" +attr: [] +labelTranslationParameters: [] } 25755151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2954 +data: App\Entity\Faculty {#2953 …} +value: "25755151" +label: "Elodie Blanco " +attr: [] +labelTranslationParameters: [] } 25238700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2967 +data: App\Entity\Faculty {#2966 …} +value: "25238700" +label: "Elwin Van T Wout " +attr: [] +labelTranslationParameters: [] } 8827206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2980 +data: App\Entity\Faculty {#2979 …} +value: "8827206" +label: "Enzo Enrique Sauma Santis" +attr: [] +labelTranslationParameters: [] } 13924793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2993 +data: App\Entity\Faculty {#2992 …} +value: "13924793" +label: "Esteban Ramos Moore" +attr: [] +labelTranslationParameters: [] } 13225435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3006 +data: App\Entity\Faculty {#3005 …} +value: "13225435" +label: "Esteban Patricio Saez Robert" +attr: [] +labelTranslationParameters: [] } 14121747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3019 +data: App\Entity\Faculty {#3018 …} +value: "14121747" +label: "Felipe Alberto Delgado Breinbauer" +attr: [] +labelTranslationParameters: [] } 18018736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3032 +data: App\Entity\Faculty {#3031 …} +value: "18018736" +label: "Felipe Andres Leonel Huerta Perez" +attr: [] +labelTranslationParameters: [] } 15641304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3045 +data: App\Entity\Faculty {#3044 …} +value: "15641304" +label: "Felipe Eduardo Nuñez Retamal" +attr: [] +labelTranslationParameters: [] } 15840707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3058 +data: App\Entity\Faculty {#3057 …} +value: "15840707" +label: "Felix Eduardo Rojas Lobos" +attr: [] +labelTranslationParameters: [] } 17195287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3071 +data: App\Entity\Faculty {#3070 …} +value: "17195287" +label: "Francisca Cecilia Echeverria Gonzalez" +attr: [] +labelTranslationParameters: [] } 13828738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3084 +data: App\Entity\Faculty {#3083 …} +value: "13828738" +label: "Francisco Suarez Poch" +attr: [] +labelTranslationParameters: [] } 16360971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3097 +data: App\Entity\Faculty {#3096 …} +value: "16360971" +label: "Francisco Sahli Costabal" +attr: [] +labelTranslationParameters: [] } 14602695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3110 +data: App\Entity\Faculty {#3109 …} +value: "14602695" +label: "Franco Wilfredo Pedreschi Plasencia" +attr: [] +labelTranslationParameters: [] } 14141721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3123 +data: App\Entity\Faculty {#3122 …} +value: "14141721" +label: "Gerardo Andres Araya Letelier" +attr: [] +labelTranslationParameters: [] } 9979227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3136 +data: App\Entity\Faculty {#3135 …} +value: "9979227" +label: "Giancarlo Troni Peralta" +attr: [] +labelTranslationParameters: [] } 11845956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3149 +data: App\Entity\Faculty {#3148 …} +value: "11845956" +label: "Gloria Cecilia Arancibia Hernandez" +attr: [] +labelTranslationParameters: [] } 6066335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4963 +data: App\Entity\Faculty {#2258 …} +value: "6066335" +label: "Gonzalo Cortazar Sanz" +attr: [] +labelTranslationParameters: [] } 7690871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +data: App\Entity\Faculty {#3161 …} +value: "7690871" +label: "Gonzalo Alejandro Yanez Carrizo" +attr: [] +labelTranslationParameters: [] } 10033152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +data: App\Entity\Faculty {#3174 …} +value: "10033152" +label: "Gonzalo Ernesto Pizarro Puccio" +attr: [] +labelTranslationParameters: [] } 10667278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +data: App\Entity\Faculty {#3187 …} +value: "10667278" +label: "Gonzalo Jose Rodriguez Grau" +attr: [] +labelTranslationParameters: [] } 5789232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5135 +data: App\Entity\Faculty {#2161 …} +value: "5789232" +label: "Gustavo Lagos Cruz-Coke" +attr: [] +labelTranslationParameters: [] } 15350039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +data: App\Entity\Faculty {#3200 …} +value: "15350039" +label: "Gustavo Ivan Angulo Olivares" +attr: [] +labelTranslationParameters: [] } 15384820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +data: App\Entity\Faculty {#3213 …} +value: "15384820" +label: "Hans Albert Lobel Diaz" +attr: [] +labelTranslationParameters: [] } 23385478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3227 +data: App\Entity\Faculty {#3226 …} +value: "23385478" +label: "Harrison Adrian Mesa Hernandez" +attr: [] +labelTranslationParameters: [] } 8958339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +data: App\Entity\Faculty {#3239 …} +value: "8958339" +label: "Hector Ivan Joaquin Jorquera Gonzalez" +attr: [] +labelTranslationParameters: [] } 9036699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3253 +data: App\Entity\Faculty {#3252 …} +value: "9036699" +label: "Hernan Santa Maria Oyanedel" +attr: [] +labelTranslationParameters: [] } 14165967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +data: App\Entity\Faculty {#3265 …} +value: "14165967" +label: "Homero Larrain Izquierdo" +attr: [] +labelTranslationParameters: [] } 16207414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3279 +data: App\Entity\Faculty {#3278 …} +value: "16207414" +label: "Hugo Emilio Silva Montalva" +attr: [] +labelTranslationParameters: [] } 5958624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5163 +data: App\Entity\Faculty {#2202 …} +value: "5958624" +label: "Ignacio Lira Canguilhem" +attr: [] +labelTranslationParameters: [] } 13922253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3292 +data: App\Entity\Faculty {#3291 …} +value: "13922253" +label: "Ignacio Tomas Vargas Cucurella" +attr: [] +labelTranslationParameters: [] } 15936454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3305 +data: App\Entity\Faculty {#3304 …} +value: "15936454" +label: "Isabel Hilliger Carrasco" +attr: [] +labelTranslationParameters: [] } 17685668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3318 +data: App\Entity\Faculty {#3317 …} +value: "17685668" +label: "Iván Ignacio Navarrete Leschot" +attr: [] +labelTranslationParameters: [] } 15716434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3331 +data: App\Entity\Faculty {#3330 …} +value: "15716434" +label: "Javier Pereda Torres" +attr: [] +labelTranslationParameters: [] } 16176161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3344 +data: App\Entity\Faculty {#3343 …} +value: "16176161" +label: "Jocelyn Mariel Dunstan Escudero" +attr: [] +labelTranslationParameters: [] } 26407828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3357 +data: App\Entity\Faculty {#3356 …} +value: "26407828" +label: "John Browning " +attr: [] +labelTranslationParameters: [] } 9842475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +data: App\Entity\Faculty {#3369 …} +value: "9842475" +label: "Jorge Ramos Grez" +attr: [] +labelTranslationParameters: [] } 24849763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3383 +data: App\Entity\Faculty {#3382 …} +value: "24849763" +label: "Jorge Munoz Gama" +attr: [] +labelTranslationParameters: [] } 13026531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3396 +data: App\Entity\Faculty {#3395 …} +value: "13026531" +label: "Jorge Andres Baier Aranda" +attr: [] +labelTranslationParameters: [] } 9090537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3409 +data: App\Entity\Faculty {#3408 …} +value: "9090537" +label: "Jorge Alfredo Gironas Leon" +attr: [] +labelTranslationParameters: [] } 9899631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3422 +data: App\Entity\Faculty {#3421 …} +value: "9899631" +label: "Jorge Gustavo Federico Crempien De La Carrera" +attr: [] +labelTranslationParameters: [] } 8542171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3435 +data: App\Entity\Faculty {#3434 …} +value: "8542171" +label: "Jorge Rafael Vera Andreo" +attr: [] +labelTranslationParameters: [] } 15783974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3448 +data: App\Entity\Faculty {#3447 …} +value: "15783974" +label: "Jose Claudio Verschae Tannenbaum" +attr: [] +labelTranslationParameters: [] } 13689409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3461 +data: App\Entity\Faculty {#3460 …} +value: "13689409" +label: "Jose Joaquin Jara Donoso" +attr: [] +labelTranslationParameters: [] } 14637733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3474 +data: App\Entity\Faculty {#3473 …} +value: "14637733" +label: "Jose Luis Almazan Campillay" +attr: [] +labelTranslationParameters: [] } 7009002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5227 +data: App\Entity\Faculty {#2357 …} +value: "7009002" +label: "Jose Manuel Del Valle Lladser" +attr: [] +labelTranslationParameters: [] } 5122132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5363 +data: App\Entity\Faculty {#1576 …} +value: "5122132" +label: "Jose Miguel Aguilera Radic" +attr: [] +labelTranslationParameters: [] } 9400182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3487 +data: App\Entity\Faculty {#3486 …} +value: "9400182" +label: "Jose Miguel Cembrano Perasso" +attr: [] +labelTranslationParameters: [] } 14081329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3500 +data: App\Entity\Faculty {#3499 …} +value: "14081329" +label: "José Miguel Cardemil Iglesias" +attr: [] +labelTranslationParameters: [] } 7663471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3513 +data: App\Entity\Faculty {#3512 …} +value: "7663471" +label: "Jose Ricardo Pérez Correa" +attr: [] +labelTranslationParameters: [] } 13441869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3526 +data: App\Entity\Faculty {#3525 …} +value: "13441869" +label: "Jose Tomas Egaña Erazo" +attr: [] +labelTranslationParameters: [] } 10023113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3539 +data: App\Entity\Faculty {#3538 …} +value: "10023113" +label: "Juan Carlos Herrera Maldonado" +attr: [] +labelTranslationParameters: [] } 9005541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3552 +data: App\Entity\Faculty {#3551 …} +value: "9005541" +label: "Juan Carlos Munoz Abogabir" +attr: [] +labelTranslationParameters: [] } 10539379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3565 +data: App\Entity\Faculty {#3564 …} +value: "10539379" +label: "Juan Carlos Ferrer Ortiz" +attr: [] +labelTranslationParameters: [] } 15709101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3578 +data: App\Entity\Faculty {#3577 …} +value: "15709101" +label: "Juan Carlos Tiznado Aitken" +attr: [] +labelTranslationParameters: [] } 5479859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5360 +data: App\Entity\Faculty {#1988 …} +value: "5479859" +label: "Juan De Dios Ortuzar Salas" +attr: [] +labelTranslationParameters: [] } 15384284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3591 +data: App\Entity\Faculty {#3590 …} +value: "15384284" +label: "Juan Lorenzo Reutter De La Maza" +attr: [] +labelTranslationParameters: [] } 23573078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3604 +data: App\Entity\Faculty {#3603 …} +value: "23573078" +label: "Juan Pablo Sandoval Alcocer" +attr: [] +labelTranslationParameters: [] } 13906497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3617 +data: App\Entity\Faculty {#3616 …} +value: "13906497" +label: "Julio Alberto Pertuze Salas" +attr: [] +labelTranslationParameters: [] } 12022019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3630 +data: App\Entity\Faculty {#3629 …} +value: "12022019" +label: "Karim Elias Pichara Baksai" +attr: [] +labelTranslationParameters: [] } 22691616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3643 +data: App\Entity\Faculty {#3642 …} +value: "22691616" +label: "Leonardo Vanzi " +attr: [] +labelTranslationParameters: [] } 13555184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3656 +data: App\Entity\Faculty {#3655 …} +value: "13555184" +label: "Leonel Alejan Merino Del Campo" +attr: [] +labelTranslationParameters: [] } 14332000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3669 +data: App\Entity\Faculty {#3668 …} +value: "14332000" +label: "Loreto Margarita Valenzuela Roediger" +attr: [] +labelTranslationParameters: [] } 7036647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3682 +data: App\Entity\Faculty {#3681 …} +value: "7036647" +label: "Luis Abdon Cifuentes Lira" +attr: [] +labelTranslationParameters: [] } 7430115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3695 +data: App\Entity\Faculty {#3694 …} +value: "7430115" +label: "Luis Fernando Alarcón Cardenas" +attr: [] +labelTranslationParameters: [] } 14707970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3708 +data: App\Entity\Faculty {#3707 …} +value: "14707970" +label: "Luis Ignacio Rizzi Campanella" +attr: [] +labelTranslationParameters: [] } 22938270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3721 +data: App\Entity\Faculty {#3720 …} +value: "22938270" +label: "Magdalena Marta Walczak " +attr: [] +labelTranslationParameters: [] } 10675797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3734 +data: App\Entity\Faculty {#3733 …} +value: "10675797" +label: "Mamie Odette Sancy Velasquez" +attr: [] +labelTranslationParameters: [] } 25085795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3747 +data: App\Entity\Faculty {#3746 …} +value: "25085795" +label: "Manuel Carpio Martinez" +attr: [] +labelTranslationParameters: [] } 16154159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3760 +data: App\Entity\Faculty {#3759 …} +value: "16154159" +label: "Manuel Alejandro Sanchez Uribe" +attr: [] +labelTranslationParameters: [] } 13657262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3773 +data: App\Entity\Faculty {#3772 …} +value: "13657262" +label: "Marcela Alondra Chamorro Gine" +attr: [] +labelTranslationParameters: [] } 9833306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3786 +data: App\Entity\Faculty {#3785 …} +value: "9833306" +label: "Marcelo Alejandro Arenas Saavedra" +attr: [] +labelTranslationParameters: [] } 12103145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3799 +data: App\Entity\Faculty {#3798 …} +value: "12103145" +label: "Marcelo Andres Gonzalez Hormazabal" +attr: [] +labelTranslationParameters: [] } 11634741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3812 +data: App\Entity\Faculty {#3811 …} +value: "11634741" +label: "Marcelo Edgardo Andia Kohnenkampf" +attr: [] +labelTranslationParameters: [] } 10351848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3825 +data: App\Entity\Faculty {#3824 …} +value: "10351848" +label: "Marcelo Gabriel Mendoza Rocha" +attr: [] +labelTranslationParameters: [] } 9674416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3838 +data: App\Entity\Faculty {#3837 …} +value: "9674416" +label: "Marcos Ernesto Sepúlveda Fernandez" +attr: [] +labelTranslationParameters: [] } 10329827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3851 +data: App\Entity\Faculty {#3850 …} +value: "10329827" +label: "Marcos Simon Moreno Switt" +attr: [] +labelTranslationParameters: [] } 17266115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3864 +data: App\Entity\Faculty {#3863 …} +value: "17266115" +label: "Margarita Castro Anich" +attr: [] +labelTranslationParameters: [] } 24914938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3877 +data: App\Entity\Faculty {#3876 …} +value: "24914938" +label: "Maria Molinos Senante" +attr: [] +labelTranslationParameters: [] } 25294384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3890 +data: App\Entity\Faculty {#3889 …} +value: "25294384" +label: "Maria Rodriguez Fernandez" +attr: [] +labelTranslationParameters: [] } 16429098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3903 +data: App\Entity\Faculty {#3902 …} +value: "16429098" +label: "Maria Fernanda Ramirez Espinoza" +attr: [] +labelTranslationParameters: [] } 13268119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3916 +data: App\Entity\Faculty {#3915 …} +value: "13268119" +label: "Mario Andres Vera Veliz" +attr: [] +labelTranslationParameters: [] } 12917094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3929 +data: App\Entity\Faculty {#3928 …} +value: "12917094" +label: "Mario Antonio Aranda Bustos" +attr: [] +labelTranslationParameters: [] } 15641788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3942 +data: App\Entity\Faculty {#3941 …} +value: "15641788" +label: "Mathias Alberto Klapp Belmar" +attr: [] +labelTranslationParameters: [] } 13457805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3955 +data: App\Entity\Faculty {#3954 …} +value: "13457805" +label: "Matias Alejandro Negrete Pincetic" +attr: [] +labelTranslationParameters: [] } 13231853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3968 +data: App\Entity\Faculty {#3967 …} +value: "13231853" +label: "Matias Andres Hube Ginestar" +attr: [] +labelTranslationParameters: [] } 27753710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3981 +data: App\Entity\Faculty {#3980 …} +value: "27753710" +label: "Max Marian " +attr: [] +labelTranslationParameters: [] } 26624298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3994 +data: App\Entity\Faculty {#3993 …} +value: "26624298" +label: "Megan Elizabeth Williams " +attr: [] +labelTranslationParameters: [] } 8513780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4007 +data: App\Entity\Faculty {#4006 …} +value: "8513780" +label: "Michael Gerald Leatherbee Grant" +attr: [] +labelTranslationParameters: [] } 5664636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5437 +data: App\Entity\Faculty {#2056 …} +value: "5664636" +label: "Miguel Nussbaum Voehl" +attr: [] +labelTranslationParameters: [] } 15819382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4020 +data: App\Entity\Faculty {#4019 …} +value: "15819382" +label: "Miguel Angel Romero Orth" +attr: [] +labelTranslationParameters: [] } 14470678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4033 +data: App\Entity\Faculty {#4032 …} +value: "14470678" +label: "Miguel Attilio Torres Torriti" +attr: [] +labelTranslationParameters: [] } 12668597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4046 +data: App\Entity\Faculty {#4045 …} +value: "12668597" +label: "Nestor Guillermo Escalona Burgos" +attr: [] +labelTranslationParameters: [] } 7010920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4059 +data: App\Entity\Faculty {#4058 …} +value: "7010920" +label: "Pablo Irarrazaval Mena" +attr: [] +labelTranslationParameters: [] } 13473300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4072 +data: App\Entity\Faculty {#4071 …} +value: "13473300" +label: "Pablo Barceló Baeza" +attr: [] +labelTranslationParameters: [] } 10645469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4085 +data: App\Entity\Faculty {#4084 …} +value: "10645469" +label: "Pablo Arturo Pasten Gonzalez" +attr: [] +labelTranslationParameters: [] } 8828344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4098 +data: App\Entity\Faculty {#4097 …} +value: "8828344" +label: "Patricia Viviana Galilea Aranda" +attr: [] +labelTranslationParameters: [] } 10601305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4111 +data: App\Entity\Faculty {#4110 …} +value: "10601305" +label: "Patricio De La Cuadra Banderas" +attr: [] +labelTranslationParameters: [] } 14118168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4124 +data: App\Entity\Faculty {#4123 …} +value: "14118168" +label: "Patricio Dominguez Rivera" +attr: [] +labelTranslationParameters: [] } 10726255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4137 +data: App\Entity\Faculty {#4136 …} +value: "10726255" +label: "Paula Andrea Aguirre Aparicio" +attr: [] +labelTranslationParameters: [] } 6069585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5735 +data: App\Entity\Faculty {#2304 …} +value: "6069585" +label: "Pedro Gazmuri Schleyer" +attr: [] +labelTranslationParameters: [] } 16370430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4150 +data: App\Entity\Faculty {#4149 …} +value: "16370430" +label: "Pedro Saa Higuera" +attr: [] +labelTranslationParameters: [] } 8608860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4163 +data: App\Entity\Faculty {#4162 …} +value: "8608860" +label: "Pedro Alejandro Bouchon Aguirre" +attr: [] +labelTranslationParameters: [] } 28075769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4176 +data: App\Entity\Faculty {#4175 …} +value: "28075769" +label: "Regina Celi Dias Ferreira Barkokebas" +attr: [] +labelTranslationParameters: [] } 24841268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4189 +data: App\Entity\Faculty {#4188 …} +value: "24841268" +label: "Rene Michael Botnar " +attr: [] +labelTranslationParameters: [] } 10338220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4202 +data: App\Entity\Faculty {#4201 …} +value: "10338220" +label: "Ricardo Giesen Encina" +attr: [] +labelTranslationParameters: [] } 12165873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4215 +data: App\Entity\Faculty {#4214 …} +value: "12165873" +label: "Ricardo Daniel Hurtubia Gonzalez" +attr: [] +labelTranslationParameters: [] } 26722629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4228 +data: App\Entity\Faculty {#4227 …} +value: "26722629" +label: "Ricardo Javier Hernandez Pardo" +attr: [] +labelTranslationParameters: [] } 15570097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4241 +data: App\Entity\Faculty {#4240 …} +value: "15570097" +label: "Roberto Ivan Canales Munoz" +attr: [] +labelTranslationParameters: [] } 12810849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4254 +data: App\Entity\Faculty {#4253 …} +value: "12810849" +label: "Rodrigo Alberto Cienfuegos Carrasco" +attr: [] +labelTranslationParameters: [] } 12244475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4267 +data: App\Entity\Faculty {#4266 …} +value: "12244475" +label: "Rodrigo Alejandro Labatut Hernandez" +attr: [] +labelTranslationParameters: [] } 12835222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4280 +data: App\Entity\Faculty {#4279 …} +value: "12835222" +label: "Rodrigo Alfonso Escobar Moragas" +attr: [] +labelTranslationParameters: [] } 16944912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4293 +data: App\Entity\Faculty {#4292 …} +value: "16944912" +label: "Rodrigo Andres Toro Icarte" +attr: [] +labelTranslationParameters: [] } 10862215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4306 +data: App\Entity\Faculty {#4305 …} +value: "10862215" +label: "Rodrigo Arnaldo Carrasco Schmidt" +attr: [] +labelTranslationParameters: [] } 10528408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4319 +data: App\Entity\Faculty {#4318 …} +value: "10528408" +label: "Rodrigo Fernando Cadiz Cadiz" +attr: [] +labelTranslationParameters: [] } 13472782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4332 +data: App\Entity\Faculty {#4331 …} +value: "13472782" +label: "Rolando Dunner Planella" +attr: [] +labelTranslationParameters: [] } 14123413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4345 +data: App\Entity\Faculty {#4344 …} +value: "14123413" +label: "Rosita Junemann Ureta" +attr: [] +labelTranslationParameters: [] } 14658762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4358 +data: App\Entity\Faculty {#4357 …} +value: "14658762" +label: "Samuel Alejandro Córdova Sota" +attr: [] +labelTranslationParameters: [] } 8543887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4371 +data: App\Entity\Faculty {#4370 …} +value: "8543887" +label: "Santiago Julian Mingo Del Rio" +attr: [] +labelTranslationParameters: [] } 25621757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4384 +data: App\Entity\Faculty {#4383 …} +value: "25621757" +label: "Sarah Tiphaine Lucile Leray " +attr: [] +labelTranslationParameters: [] } 14748675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4397 +data: App\Entity\Faculty {#4396 …} +value: "14748675" +label: "Saúl Alberto Langarica Chavira" +attr: [] +labelTranslationParameters: [] } 12628913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4410 +data: App\Entity\Faculty {#4409 …} +value: "12628913" +label: "Sebastian Vicuna Diaz" +attr: [] +labelTranslationParameters: [] } 16094659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4423 +data: App\Entity\Faculty {#4422 …} +value: "16094659" +label: "Sebastian Raveau Feliu" +attr: [] +labelTranslationParameters: [] } 7246535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4436 +data: App\Entity\Faculty {#4435 …} +value: "7246535" +label: "Sergio Maturana Valderrama" +attr: [] +labelTranslationParameters: [] } 9058716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4449 +data: App\Entity\Faculty {#4448 …} +value: "9058716" +label: "Sergio Eduardo Vera Araya" +attr: [] +labelTranslationParameters: [] } 9317047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4462 +data: App\Entity\Faculty {#4461 …} +value: "9317047" +label: "Sergio Enrique Gutierrez Cid" +attr: [] +labelTranslationParameters: [] } 13271582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4475 +data: App\Entity\Faculty {#4474 …} +value: "13271582" +label: "Susana Claro Larrain" +attr: [] +labelTranslationParameters: [] } 26162879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4488 +data: App\Entity\Faculty {#4487 …} +value: "26162879" +label: "Tito André Arévalo Ramírez" +attr: [] +labelTranslationParameters: [] } 15384318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4501 +data: App\Entity\Faculty {#4500 …} +value: "15384318" +label: "Tomas Zegard Latrach" +attr: [] +labelTranslationParameters: [] } 15676443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4514 +data: App\Entity\Faculty {#4513 …} +value: "15676443" +label: "Tomas Hernan Reyes Torres" +attr: [] +labelTranslationParameters: [] } 10101906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4527 +data: App\Entity\Faculty {#4526 …} +value: "10101906" +label: "Valeria Paz Herskovic Maida" +attr: [] +labelTranslationParameters: [] } 15642779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4540 +data: App\Entity\Faculty {#4539 …} +value: "15642779" +label: "Vicente Parot Fernandez" +attr: [] +labelTranslationParameters: [] } 5785741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5826 +data: App\Entity\Faculty {#2103 …} +value: "5785741" +label: "Vladimir Marianov Kluge" +attr: [] +labelTranslationParameters: [] } 23826402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4553 +data: App\Entity\Faculty {#4552 …} +value: "23826402" +label: "Wendy Veronica Franco Melazzini" +attr: [] +labelTranslationParameters: [] } 12037705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4566 +data: App\Entity\Faculty {#4565 …} +value: "12037705" +label: "Wernher Ariel Brevis Vergara" +attr: [] +labelTranslationParameters: [] } 16431365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4579 +data: App\Entity\Faculty {#4578 …} +value: "16431365" +label: "Wolfram Jahn Von Arnswaldt" +attr: [] +labelTranslationParameters: [] } 27688093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4592 +data: App\Entity\Faculty {#4591 …} +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) {#6143 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 {#6131 +data: App\Entity\Department {#6160 …} +value: "centapu" +label: "Central De Apuntes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6147 +data: App\Entity\Department {#2115 …} +value: "CAstroIng" +label: "Centro De Astro-Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6149 +data: App\Entity\Department {#6167 …} +value: "CEDEUS2" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6152 +data: App\Entity\Department {#6174 …} +value: "CEDEUS3" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6151 +data: App\Entity\Department {#6181 …} +value: "CEDEUS4" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6146 +data: App\Entity\Department {#6188 …} +value: "CEDEUS11" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6158 +data: App\Entity\Department {#6195 …} +value: "CEDEUS" +label: "Center Of Sustainable Urban Development" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6157 +data: App\Entity\Department {#6202 …} +value: "CEnerIng" +label: "Centro De Energía De La Escuela De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6156 +data: App\Entity\Department {#2028 …} +value: "BRT+" +label: "Centro De Excelencia Brt+" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6148 +data: App\Entity\Department {#6209 …} +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 {#6153 +data: App\Entity\Department {#6216 …} +value: "CIENUC" +label: "Centro De Investigación En Nanotecnología Y Materiales Avanzados Cien Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6538 +data: App\Entity\Department {#6223 …} +value: "CEDEUS10" +label: "Cedeus10" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6539 +data: App\Entity\Department {#6230 …} +value: "CMA" +label: "Centro De Medio Ambiente" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6540 +data: App\Entity\Department {#6237 …} +value: "CYPICS" +label: "Centro Interdisciplinario Para La Productividad Y Construcción Sustentable (Cipycs)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6541 +data: App\Entity\Department {#6244 …} +value: "CIGIDEN" +label: "National Research Center For Integrated Natural Disaster Management (Cigiden)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6542 +data: App\Entity\Department {#2068 …} +value: "IIC" +label: "Department Of Computer Science" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6543 +data: App\Entity\Department {#2194 …} +value: "IMM" +label: "Department Of Mining Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6544 +data: App\Entity\Department {#2048 …} +value: "ICT" +label: "Department Of Transportation Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6545 +data: App\Entity\Department {#2143 …} +value: "IEE" +label: "Department Of Electrical Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6546 +data: App\Entity\Department {#6251 …} +value: "ICE" +label: "Department Of Structural And Geotechnical Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6547 +data: App\Entity\Department {#6258 …} +value: "ICH" +label: "Department Of Hydraulic And Environmental Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6548 +data: App\Entity\Department {#2270 …} +value: "ICS" +label: "Department Of Industrial And Systems Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +data: App\Entity\Department {#2250 …} +value: "ICM" +label: "Department Of Mechanical And Metallurgical Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6550 +data: App\Entity\Department {#1926 …} +value: "IIQ" +label: "Department Of Chemical And Bioprocesses Engineering" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6551 +data: App\Entity\Department {#6265 …} +value: "ICC" +label: "Department Of Construction Engineering And Management" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6552 +data: App\Entity\Department {#6272 …} +value: "DipEyBUC" +label: "Diplomado En Electromovilidad Y Biocombustibles Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6553 +data: App\Entity\Department {#6279 …} +value: "DARI" +label: "Dirección Asociada De Relaciones Internacionales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6554 +data: App\Entity\Department {#6286 …} +value: "DCDI" +label: "Dirección De Compromiso Público, Comunidad Y Diversidad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6555 +data: App\Entity\Department {#6293 …} +value: "DIRDES" +label: "Dirección De Desarrollo Y Financiamiento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6556 +data: App\Entity\Department {#6300 …} +value: "DIREDUC" +label: "Dirección De Educación En Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6557 +data: App\Entity\Department {#6307 …} +value: "DIRDICTUC" +label: "Dirección De Extensión Y Dictuc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6558 +data: App\Entity\Department {#6314 …} +value: "DIRINV" +label: "Dirección De Investigación E Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +data: App\Entity\Department {#2242 …} +value: "DIPEI" +label: "Dirección De Postgrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6560 +data: App\Entity\Department {#6321 …} +value: "DIRDOC" +label: "Dirección De Pregrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6561 +data: App\Entity\Department {#6328 …} +value: "DIRRESSOC" +label: "Dirección De Responsabilidad Social" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6562 +data: App\Entity\Department {#6335 …} +value: "DIRTEC" +label: "Dirección De Tecnología" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6563 +data: App\Entity\Department {#6342 …} +value: "DIREJEC-DE" +label: "Dirección Ejecutiva Y Decanato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6564 +data: App\Entity\Department {#6349 …} +value: "IDI" +label: "Diseño En Ingeniería (Dilab)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6565 +data: App\Entity\Department {#6356 …} +value: "EdContinua" +label: "Educación Profesional Y Continua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6566 +data: App\Entity\Department {#2151 …} +value: "EscIng" +label: "Escuela De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6567 +data: App\Entity\Department {#6363 …} +value: "ECEDIIS" +label: "Extensión Clase Ejecutiva Diis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6568 +data: App\Entity\Department {#6370 …} +value: "FacIng" +label: "Facultad De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6569 +data: App\Entity\Department {#6377 …} +value: "FSA" +label: "Fundación San Agustín" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6570 +data: App\Entity\Department {#6384 …} +value: "Ing_2030" +label: "Ingeniería 2030" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6571 +data: App\Entity\Department {#6391 …} +value: "IMA" +label: "Ingeniería Matemática Y Computacional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6572 +data: App\Entity\Department {#6398 …} +value: "IBIOMED" +label: "Instituto De Ingeniería Biológica Y Médica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6573 +data: App\Entity\Department {#6405 …} +value: "DTUCLabRR" +label: "Laboratorio De Energías Renovables Y Residuos ‐ Dictuc Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6574 +data: App\Entity\Department {#6412 …} +value: "IAC" +label: "Magister En Administración De La Construcción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6575 +data: App\Entity\Department {#6419 …} +value: "MANE" +label: "Business Analytics" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6576 +data: App\Entity\Department {#6426 …} +value: "MIE" +label: "Magister En Ingenieria De La Energia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6577 +data: App\Entity\Department {#6433 …} +value: "IEG" +label: "Magíster En Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6578 +data: App\Entity\Department {#2296 …} +value: "IND" +label: "Magister En Ingeniería Industrial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6579 +data: App\Entity\Department {#2326 …} +value: "IMI" +label: "Magister En Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6580 +data: App\Entity\Department {#6440 …} +value: "MIA" +label: "Magister En Inteligencia Artificial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6581 +data: App\Entity\Department {#6447 …} +value: "MPGI" +label: "Magíster En Procesamiento Y Gestión De La Información" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6582 +data: App\Entity\Department {#6454 …} +value: "MTIG" +label: "Magister En Tecnologías De Información Y Gestión" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6583 +data: App\Entity\Department {#6461 …} +value: "CENAMAD" +label: "Proyecto Cenamad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6584 +data: App\Entity\Department {#6468 …} +value: "ITReND" +label: "Proyecto Itrend" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6585 +data: App\Entity\Department {#6475 …} +value: "proy_mece" +label: "Proyecto Mecesup 2005" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6586 +data: App\Entity\Department {#6482 …} +value: "IRB" +label: "Sistemas Autónomos Y Robóticos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6587 +data: App\Entity\Department {#6489 …} +value: "NDI" +label: "Subdirección De Desarrollo Informático" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6588 +data: App\Entity\Department {#6496 …} +value: "SDirFin" +label: "Subdirección De Finanzas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6589 +data: App\Entity\Department {#6503 …} +value: "SDirInfra" +label: "Subdirección De Infraestructura" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6590 +data: App\Entity\Department {#6510 …} +value: "AREAPERS" +label: "Subdirección De Personas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6591 +data: App\Entity\Department {#6517 …} +value: "SSI" +label: "Subdirección De Servicios Informáticos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6592 +data: App\Entity\Department {#6524 …} +value: "SDirViInd" +label: "Subdirección De Vinculación Con La Industria (Ilo)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#6593 +data: App\Entity\Department {#6531 …} +value: "VDEC" +label: "Vicedecanato" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6106 -errors: [] -form: Symfony\Component\Form\Form {#1408 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6140 …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) {#6595 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 {#6597 +data: App\Entity\ResearchArea {#2080 …} +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 {#6605 +data: App\Entity\ResearchArea {#2094 …} +value: "32" +label: "Ciencia De La Computación (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +data: App\Entity\ResearchArea {#6612 …} +value: "11" +label: "Ingeniería Civil (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6604 +data: App\Entity\ResearchArea {#6621 …} +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 {#6690 +data: App\Entity\ResearchArea {#6630 …} +value: "22" +label: "Ingeniería De Transporte Y Logística (Magíster En Ingeniería)" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6698 +data: App\Entity\ResearchArea {#6641 …} +value: "8" +label: "Ingeniería Eléctrica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6694 +data: App\Entity\ResearchArea {#2127 …} +value: "14" +label: "Ingeniería Eléctrica (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6702 +data: App\Entity\ResearchArea {#6650 …} +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 {#6704 +data: App\Entity\ResearchArea {#6659 …} +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 {#6706 +data: App\Entity\ResearchArea {#2282 …} +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 {#6708 +data: App\Entity\ResearchArea {#2012 …} +value: "36" +label: "Ingenieria Industrial Y De Transporte (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6710 +data: App\Entity\ResearchArea {#6668 …} +value: "34" +label: "Ingeniería Mecánica (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6712 +data: App\Entity\ResearchArea {#2226 …} +value: "37" +label: "Ingeniería Mecánica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6714 +data: App\Entity\ResearchArea {#1944 …} +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 {#6716 +data: App\Entity\ResearchArea {#1977 …} +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 {#6718 +data: App\Entity\ResearchArea {#6677 …} +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 {#6720 +data: App\Entity\ResearchArea {#2172 …} +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 {#6594 -errors: [] -form: Symfony\Component\Form\Form {#1411 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6596 …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) {#6722 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 {#6726 +data: App\Entity\ResearchLine {#6740 …} +value: "8" +label: "Automation, Instrumentation And Robotics (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6731 +data: App\Entity\ResearchLine {#6746 …} +value: "37" +label: "Automation, Instrumentation, And Robotics (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6725 +data: App\Entity\ResearchLine {#6751 …} +value: "3" +label: "Biotechnology (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6736 +data: App\Entity\ResearchLine {#6756 …} +value: "32" +label: "Biotechnology (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6727 +data: App\Entity\ResearchLine {#6761 …} +value: "10" +label: "Computer Science (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6946 +data: App\Entity\ResearchLine {#6766 …} +value: "39" +label: "Computer Science (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6948 +data: App\Entity\ResearchLine {#6771 …} +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 {#6950 +data: App\Entity\ResearchLine {#6776 …} +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 {#6952 +data: App\Entity\ResearchLine {#6781 …} +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 {#6954 +data: App\Entity\ResearchLine {#6786 …} +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 {#6956 +data: App\Entity\ResearchLine {#6791 …} +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 {#6958 +data: App\Entity\ResearchLine {#6796 …} +value: "12" +label: "Design, Materials And Manufacturing (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6960 +data: App\Entity\ResearchLine {#6801 …} +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 {#6962 +data: App\Entity\ResearchLine {#6806 …} +value: "26" +label: "Economics And Finance (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6964 +data: App\Entity\ResearchLine {#6811 …} +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 {#6966 +data: App\Entity\ResearchLine {#6816 …} +value: "7" +label: "Energy (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6968 +data: App\Entity\ResearchLine {#6821 …} +value: "36" +label: "Energy (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6970 +data: App\Entity\ResearchLine {#6826 …} +value: "11" +label: "Energy And Thermal Systems (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6972 +data: App\Entity\ResearchLine {#6831 …} +value: "29" +label: "Power Generation And Conversion (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6974 +data: App\Entity\ResearchLine {#6836 …} +value: "19" +label: "Geosciences (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6976 +data: App\Entity\ResearchLine {#6841 …} +value: "2" +label: "Geosciences, Environment And Resources (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6978 +data: App\Entity\ResearchLine {#6846 …} +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 {#6980 +data: App\Entity\ResearchLine {#6851 …} +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 {#6982 +data: App\Entity\ResearchLine {#6856 …} +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 {#6984 +data: App\Entity\ResearchLine {#6861 …} +value: "1" +label: "Sustainable And Resilient Infrastructure (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6986 +data: App\Entity\ResearchLine {#6866 …} +value: "4" +label: "Food Engineering (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6988 +data: App\Entity\ResearchLine {#6871 …} +value: "33" +label: "Food Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6990 +data: App\Entity\ResearchLine {#6876 …} +value: "17" +label: "Structural Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6992 +data: App\Entity\ResearchLine {#6881 …} +value: "18" +label: "Geotechnical Engineering (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6994 +data: App\Entity\ResearchLine {#6886 …} +value: "25" +label: "Operations Research And Management (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6996 +data: App\Entity\ResearchLine {#6891 …} +value: "31" +label: "Computational Mechanics (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6998 +data: App\Entity\ResearchLine {#6896 …} +value: "22" +label: "Environment And Sustainability (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7000 +data: App\Entity\ResearchLine {#6901 …} +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 {#7002 +data: App\Entity\ResearchLine {#6906 …} +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 {#7004 +data: App\Entity\ResearchLine {#6911 …} +value: "21" +label: "Water Resources (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7006 +data: App\Entity\ResearchLine {#6916 …} +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 {#7008 +data: App\Entity\ResearchLine {#6921 …} +value: "6" +label: "Information Systems (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7010 +data: App\Entity\ResearchLine {#6926 …} +value: "35" +label: "Information Systems (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7012 +data: App\Entity\ResearchLine {#6931 …} +value: "30" +label: "Mechatronic Systems (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7014 +data: App\Entity\ResearchLine {#6936 …} +value: "9" +label: "Human-Centered Systems And Computing (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7016 +data: App\Entity\ResearchLine {#6941 …} +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 {#6721 -errors: [] -form: Symfony\Component\Form\Form {#1436 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6723 …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) {#7018 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 {#7022 +data: App\Entity\CodCurriculum {#1979 …} +value: "40301" +label: "Doctorado En Ciencias De La Ingeniería" +attr: [] +labelTranslationParameters: [] } 40201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#7027 +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 {#7021 +data: App\Entity\CodCurriculum {#6632 …} +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 {#7017 -errors: [] -form: Symfony\Component\Form\Form {#1428 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#7019 …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) {#7032 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 | "" |