Forms
-
opportunity_filter
-
faculty
-
CodCurriculum
-
researchArea
-
researchLine
-
keyword
-
status
-
date_range
-
opportunity_filter
Form type:
"App\Form\OpportunityFilterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
No options were passed when constructing this form.
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#895 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() {#897 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#896 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "opportunity_filter" "_opportunity_filter" ] |
| cache_key | "_opportunity_filter_opportunity_filter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1668 -errors: [] -form: Symfony\Component\Form\Form {#1450 …} } |
| form | Symfony\Component\Form\FormView {#1669 …5} |
| full_name | "opportunity_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "opportunity_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter" |
| valid | true |
| value | null |
faculty
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(Faculty $faculty) {#902 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
same as passed value |
| class | "App\Entity\Faculty" |
same as passed value |
| label | "Académico" |
same as passed value |
| placeholder | "Todos los académicos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#903 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
Doctrine\ORM\QueryBuilder {#1002 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1007 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1008 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#1009 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1010 #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 {#1011 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -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 {#1005 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Faculty $faculty) {#902 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1227 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1013 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1012 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1017 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1125 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1018 …} } |
| 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 {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1122 -singleId: true -intId: true -idField: "rut" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#941 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Académico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los académicos" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1002 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1007 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1008 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#1009 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1010 #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 {#1011 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -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 {#1005 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#939 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#937 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_faculty" ] |
| cache_key | "_opportunity_filter_faculty_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 10678210 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2023 +data: App\Entity\Faculty {#2024 …} +value: "10678210" +label: "Alejandro Enrique Cataldo Cornejo" +attr: [] +labelTranslationParameters: [] } 9876921 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +data: App\Entity\Faculty {#2040 …} +value: "9876921" +label: "Alejandro Francisco Mac Cawley Vergara" +attr: [] +labelTranslationParameters: [] } 17031288 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2103 +data: App\Entity\Faculty {#2102 …} +value: "17031288" +label: "Alejandro Ignacio Maass MartÍnez" +attr: [] +labelTranslationParameters: [] } 25950725 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2116 +data: App\Entity\Faculty {#2115 …} +value: "25950725" +label: "Alessio Bellino" +attr: [] +labelTranslationParameters: [] } 11631450 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2129 +data: App\Entity\Faculty {#2128 …} +value: "11631450" +label: "Alexis Mikes Kalergis Parra" +attr: [] +labelTranslationParameters: [] } 7018818 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2142 +data: App\Entity\Faculty {#2141 …} +value: "7018818" +label: "Alfonso Cruz Novoa" +attr: [] +labelTranslationParameters: [] } 8776328 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2155 +data: App\Entity\Faculty {#2154 …} +value: "8776328" +label: "Alvaro Soto Arriaza" +attr: [] +labelTranslationParameters: [] } 8969257 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2168 +data: App\Entity\Faculty {#2167 …} +value: "8969257" +label: "Alvaro Andres Gonzalez Vaccarezza" +attr: [] +labelTranslationParameters: [] } 16017941 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2181 +data: App\Entity\Faculty {#2180 …} +value: "16017941" +label: "Álvaro Hugo Lorca GÁlvez" +attr: [] +labelTranslationParameters: [] } 13064791 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2194 +data: App\Entity\Faculty {#2193 …} +value: "13064791" +label: "Alvaro Rodrigo Videla Leiva" +attr: [] +labelTranslationParameters: [] } 24307942 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2207 +data: App\Entity\Faculty {#2206 …} +value: "24307942" +label: "Amin Hekmatnejad" +attr: [] +labelTranslationParameters: [] } 27801262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2220 +data: App\Entity\Faculty {#2219 …} +value: "27801262" +label: "Anastasios Matzavinos " +attr: [] +labelTranslationParameters: [] } 26159159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2233 +data: App\Entity\Faculty {#2232 …} +value: "26159159" +label: "Andrea Ravasio " +attr: [] +labelTranslationParameters: [] } 26029255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2246 +data: App\Entity\Faculty {#2245 …} +value: "26029255" +label: "AndrÉs JosÉ Prieto IbaÑez" +attr: [] +labelTranslationParameters: [] } 10783737 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2259 +data: App\Entity\Faculty {#2258 …} +value: "10783737" +label: "Angel Rodrigo Leiva Campusano" +attr: [] +labelTranslationParameters: [] } 28075760 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2272 +data: App\Entity\Faculty {#2271 …} +value: "28075760" +label: "Beda Barkokebas" +attr: [] +labelTranslationParameters: [] } 16609648 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2285 +data: App\Entity\Faculty {#2284 …} +value: "16609648" +label: "BenjamÍn Herrmann Priesnitz" +attr: [] +labelTranslationParameters: [] } 15636390 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2298 +data: App\Entity\Faculty {#2297 …} +value: "15636390" +label: "Camila Orellana Montecino" +attr: [] +labelTranslationParameters: [] } 17087769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2311 +data: App\Entity\Faculty {#2310 …} +value: "17087769" +label: "Camila BalbontÍn Tanhnuz" +attr: [] +labelTranslationParameters: [] } 9677307 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2324 +data: App\Entity\Faculty {#2323 …} +value: "9677307" +label: "Carlos Alberto Bonilla MelÉndez" +attr: [] +labelTranslationParameters: [] } 15798303 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2337 +data: App\Entity\Faculty {#2336 …} +value: "15798303" +label: "Carlos Alberto Faundez Urbina" +attr: [] +labelTranslationParameters: [] } 15366510 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +data: App\Entity\Faculty {#2349 …} +value: "15366510" +label: "Carlos Alberto Sing Long Collao" +attr: [] +labelTranslationParameters: [] } 14147977 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2363 +data: App\Entity\Faculty {#2362 …} +value: "14147977" +label: "Carlos Andres Milovic Fabregat" +attr: [] +labelTranslationParameters: [] } 10113897 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1720 +data: App\Entity\Faculty {#1721 …} +value: "10113897" +label: "Carlos Jorge Marquardt Roman" +attr: [] +labelTranslationParameters: [] } 16006283 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2387 +data: App\Entity\Faculty {#2386 …} +value: "16006283" +label: "Cesar Antonio Ramirez Sarmiento" +attr: [] +labelTranslationParameters: [] } 11778158 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2400 +data: App\Entity\Faculty {#2399 …} +value: "11778158" +label: "Cesar Antonio Saez Navarrete" +attr: [] +labelTranslationParameters: [] } 12469365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2413 +data: App\Entity\Faculty {#2412 …} +value: "12469365" +label: "Christian Alfonso Ledezma Araya" +attr: [] +labelTranslationParameters: [] } 7479502 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2426 +data: App\Entity\Faculty {#2425 …} +value: "7479502" +label: "Christian Robert Oberli Graf" +attr: [] +labelTranslationParameters: [] } 13551393 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2439 +data: App\Entity\Faculty {#2438 …} +value: "13551393" +label: "Claudia Del Carmen Prieto Vasquez" +attr: [] +labelTranslationParameters: [] } 9863203 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2452 +data: App\Entity\Faculty {#2451 …} +value: "9863203" +label: "Claudio Enrique Mourgues Alvarez" +attr: [] +labelTranslationParameters: [] } 16210514 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2465 +data: App\Entity\Faculty {#2464 …} +value: "16210514" +label: "Constanza Del Pilar Molina Carvallo" +attr: [] +labelTranslationParameters: [] } 15384613 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2478 +data: App\Entity\Faculty {#2477 …} +value: "15384613" +label: "Cristian Riveros Jaeger" +attr: [] +labelTranslationParameters: [] } 10325225 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2491 +data: App\Entity\Faculty {#2490 …} +value: "10325225" +label: "Cristian Rodrigo Escauriaza Mesa" +attr: [] +labelTranslationParameters: [] } 10353979 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2504 +data: App\Entity\Faculty {#2503 …} +value: "10353979" +label: "Cristian Andres Tejos Nunez" +attr: [] +labelTranslationParameters: [] } 13151673 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2517 +data: App\Entity\Faculty {#2516 …} +value: "13151673" +label: "Cristian Eliseo Sandoval Mandujano" +attr: [] +labelTranslationParameters: [] } 16014946 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2530 +data: App\Entity\Faculty {#2529 …} +value: "16014946" +label: "Cristobal Andres Guzman Paredes" +attr: [] +labelTranslationParameters: [] } 13917193 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2543 +data: App\Entity\Faculty {#2542 …} +value: "13917193" +label: "Daniel Garrido Cortes" +attr: [] +labelTranslationParameters: [] } 10230987 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2556 +data: App\Entity\Faculty {#2555 …} +value: "10230987" +label: "Daniel Esteban Hurtado Sepulveda" +attr: [] +labelTranslationParameters: [] } 12352098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2569 +data: App\Entity\Faculty {#2568 …} +value: "12352098" +label: "David Eduardo Watts Casimis" +attr: [] +labelTranslationParameters: [] } 17706683 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2582 +data: App\Entity\Faculty {#2581 …} +value: "17706683" +label: "David Esteban AcuÑa Ureta" +attr: [] +labelTranslationParameters: [] } 13520019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2595 +data: App\Entity\Faculty {#2594 …} +value: "13520019" +label: "Denis Alejandro Parra Santander" +attr: [] +labelTranslationParameters: [] } 21913361 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2608 +data: App\Entity\Faculty {#2607 …} +value: "21913361" +label: "Diego Lopez-garcia Gonzale" +attr: [] +labelTranslationParameters: [] } 21608440 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2621 +data: App\Entity\Faculty {#2620 …} +value: "21608440" +label: "Diego Gaston Arroyuelo Billiardi" +attr: [] +labelTranslationParameters: [] } 14650809 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2634 +data: App\Entity\Faculty {#2633 …} +value: "14650809" +label: "Diego Javier Celentano" +attr: [] +labelTranslationParameters: [] } 17314277 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2647 +data: App\Entity\Faculty {#2646 …} +value: "17314277" +label: "Diego NicolÁs Valdivieso Cascante" +attr: [] +labelTranslationParameters: [] } 24671029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2660 +data: App\Entity\Faculty {#2659 …} +value: "24671029" +label: "Domagoj Vrgoc " +attr: [] +labelTranslationParameters: [] } 7847566 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2673 +data: App\Entity\Faculty {#2672 …} +value: "7847566" +label: "Domingo Arturo Mery Quiroz" +attr: [] +labelTranslationParameters: [] } 13679907 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2686 +data: App\Entity\Faculty {#2685 …} +value: "13679907" +label: "Donovan Enrique Diaz Droguett" +attr: [] +labelTranslationParameters: [] } 6340581 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2699 +data: App\Entity\Faculty {#2698 …} +value: "6340581" +label: "Eduardo AgosÍn Trumper" +attr: [] +labelTranslationParameters: [] } 15888299 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2712 +data: App\Entity\Faculty {#2711 …} +value: "15888299" +label: "Eduardo Leiva Llanten" +attr: [] +labelTranslationParameters: [] } 14290180 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2725 +data: App\Entity\Faculty {#2724 …} +value: "14290180" +label: "Eduardo Alejandro CÓrdova Vergara" +attr: [] +labelTranslationParameters: [] } 13669212 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2738 +data: App\Entity\Faculty {#2737 …} +value: "13669212" +label: "Eduardo Esteban Cerpa Jeria" +attr: [] +labelTranslationParameters: [] } 25755151 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2751 +data: App\Entity\Faculty {#2750 …} +value: "25755151" +label: "Elodie Blanco" +attr: [] +labelTranslationParameters: [] } 25238700 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2764 +data: App\Entity\Faculty {#2763 …} +value: "25238700" +label: "Elwin Van T Wout " +attr: [] +labelTranslationParameters: [] } 15740318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2777 +data: App\Entity\Faculty {#2776 …} +value: "15740318" +label: "Enrique Boris JÉlvez Montenegro" +attr: [] +labelTranslationParameters: [] } 8827206 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2790 +data: App\Entity\Faculty {#2789 …} +value: "8827206" +label: "Enzo Enrique Sauma Santis" +attr: [] +labelTranslationParameters: [] } 13924793 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2803 +data: App\Entity\Faculty {#2802 …} +value: "13924793" +label: "Esteban Ramos Moore" +attr: [] +labelTranslationParameters: [] } 13225435 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2816 +data: App\Entity\Faculty {#2815 …} +value: "13225435" +label: "Esteban Patricio Saez Robert" +attr: [] +labelTranslationParameters: [] } 14121747 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2829 +data: App\Entity\Faculty {#2828 …} +value: "14121747" +label: "Felipe Alberto Delgado Breinbauer" +attr: [] +labelTranslationParameters: [] } 18018736 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2842 +data: App\Entity\Faculty {#2841 …} +value: "18018736" +label: "Felipe Andres Leonel Huerta Perez" +attr: [] +labelTranslationParameters: [] } 15641304 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2855 +data: App\Entity\Faculty {#2854 …} +value: "15641304" +label: "Felipe Eduardo NuÑez Retamal" +attr: [] +labelTranslationParameters: [] } 15840707 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2868 +data: App\Entity\Faculty {#2867 …} +value: "15840707" +label: "Felix Eduardo Rojas Lobos" +attr: [] +labelTranslationParameters: [] } 17195287 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2881 +data: App\Entity\Faculty {#2880 …} +value: "17195287" +label: "Francisca Cecilia Echeverria Gonzalez" +attr: [] +labelTranslationParameters: [] } 13828738 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2894 +data: App\Entity\Faculty {#2893 …} +value: "13828738" +label: "Francisco Suarez Poch" +attr: [] +labelTranslationParameters: [] } 16360971 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2907 +data: App\Entity\Faculty {#2906 …} +value: "16360971" +label: "Francisco Sahli Costabal" +attr: [] +labelTranslationParameters: [] } 14602695 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2920 +data: App\Entity\Faculty {#2919 …} +value: "14602695" +label: "Franco Wilfredo Pedreschi Plasencia" +attr: [] +labelTranslationParameters: [] } 14141721 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2933 +data: App\Entity\Faculty {#2932 …} +value: "14141721" +label: "Gerardo Andres Araya Letelier" +attr: [] +labelTranslationParameters: [] } 9979227 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2946 +data: App\Entity\Faculty {#2945 …} +value: "9979227" +label: "Giancarlo Troni Peralta" +attr: [] +labelTranslationParameters: [] } 11845956 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2959 +data: App\Entity\Faculty {#2958 …} +value: "11845956" +label: "Gloria Cecilia Arancibia Hernandez" +attr: [] +labelTranslationParameters: [] } 6066335 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2972 +data: App\Entity\Faculty {#2971 …} +value: "6066335" +label: "Gonzalo Cortazar Sanz" +attr: [] +labelTranslationParameters: [] } 7690871 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2985 +data: App\Entity\Faculty {#2984 …} +value: "7690871" +label: "Gonzalo Alejandro Yanez Carrizo" +attr: [] +labelTranslationParameters: [] } 10033152 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2998 +data: App\Entity\Faculty {#2997 …} +value: "10033152" +label: "Gonzalo Ernesto Pizarro Puccio" +attr: [] +labelTranslationParameters: [] } 10667278 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3011 +data: App\Entity\Faculty {#3010 …} +value: "10667278" +label: "Gonzalo Jose Rodriguez Grau" +attr: [] +labelTranslationParameters: [] } 21314807 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3024 +data: App\Entity\Faculty {#3023 …} +value: "21314807" +label: "Griselda Noemi Garcia Alimenti" +attr: [] +labelTranslationParameters: [] } 5789232 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3037 +data: App\Entity\Faculty {#3036 …} +value: "5789232" +label: "Gustavo Lagos Cruz-coke" +attr: [] +labelTranslationParameters: [] } 15350039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3050 +data: App\Entity\Faculty {#3049 …} +value: "15350039" +label: "Gustavo Ivan Angulo Olivares" +attr: [] +labelTranslationParameters: [] } 15384820 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3063 +data: App\Entity\Faculty {#3062 …} +value: "15384820" +label: "Hans Albert Lobel Diaz" +attr: [] +labelTranslationParameters: [] } 23385478 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3076 +data: App\Entity\Faculty {#3075 …} +value: "23385478" +label: "Harrison Adrian Mesa Hernandez" +attr: [] +labelTranslationParameters: [] } 8958339 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3089 +data: App\Entity\Faculty {#3088 …} +value: "8958339" +label: "Hector Ivan Joaquin Jorquera Gonzalez" +attr: [] +labelTranslationParameters: [] } 9036699 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3102 +data: App\Entity\Faculty {#3101 …} +value: "9036699" +label: "Hernan Santa Maria Oyanedel" +attr: [] +labelTranslationParameters: [] } 14165967 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3115 +data: App\Entity\Faculty {#3114 …} +value: "14165967" +label: "Homero Larrain Izquierdo" +attr: [] +labelTranslationParameters: [] } 16207414 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3128 +data: App\Entity\Faculty {#3127 …} +value: "16207414" +label: "Hugo Emilio Silva Montalva" +attr: [] +labelTranslationParameters: [] } 5958624 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3141 +data: App\Entity\Faculty {#3140 …} +value: "5958624" +label: "Ignacio Lira Canguilhem" +attr: [] +labelTranslationParameters: [] } 13922253 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +data: App\Entity\Faculty {#3153 …} +value: "13922253" +label: "Ignacio Tomas Vargas Cucurella" +attr: [] +labelTranslationParameters: [] } 16429759 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +data: App\Entity\Faculty {#3166 …} +value: "16429759" +label: "Irene Del Real Contreras" +attr: [] +labelTranslationParameters: [] } 15936454 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +data: App\Entity\Faculty {#3179 …} +value: "15936454" +label: "Isabel Hilliger Carrasco" +attr: [] +labelTranslationParameters: [] } 17685668 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +data: App\Entity\Faculty {#3192 …} +value: "17685668" +label: "IvÁn Ignacio Navarrete Leschot" +attr: [] +labelTranslationParameters: [] } 15716434 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +data: App\Entity\Faculty {#3205 …} +value: "15716434" +label: "Javier Pereda Torres" +attr: [] +labelTranslationParameters: [] } 16176161 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3219 +data: App\Entity\Faculty {#3218 …} +value: "16176161" +label: "Jocelyn Mariel Dunstan Escudero" +attr: [] +labelTranslationParameters: [] } 26407828 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3232 +data: App\Entity\Faculty {#3231 …} +value: "26407828" +label: "John Browning " +attr: [] +labelTranslationParameters: [] } 9842475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +data: App\Entity\Faculty {#3244 …} +value: "9842475" +label: "Jorge Ramos Grez" +attr: [] +labelTranslationParameters: [] } 24849763 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +data: App\Entity\Faculty {#3257 …} +value: "24849763" +label: "Jorge Munoz Gama" +attr: [] +labelTranslationParameters: [] } 13026531 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3271 +data: App\Entity\Faculty {#3270 …} +value: "13026531" +label: "Jorge Andres Baier Aranda" +attr: [] +labelTranslationParameters: [] } 9090537 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3284 +data: App\Entity\Faculty {#3283 …} +value: "9090537" +label: "Jorge Alfredo Gironas Leon" +attr: [] +labelTranslationParameters: [] } 9899631 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3297 +data: App\Entity\Faculty {#3296 …} +value: "9899631" +label: "Jorge Gustavo Federico Crempien De La Carre" +attr: [] +labelTranslationParameters: [] } 8542171 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3310 +data: App\Entity\Faculty {#3309 …} +value: "8542171" +label: "Jorge Rafael Vera Andreo" +attr: [] +labelTranslationParameters: [] } 15783974 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3323 +data: App\Entity\Faculty {#3322 …} +value: "15783974" +label: "Jose Claudio Verschae Tannenbaum" +attr: [] +labelTranslationParameters: [] } 13689409 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3336 +data: App\Entity\Faculty {#3335 …} +value: "13689409" +label: "Jose Joaquin Jara Donoso" +attr: [] +labelTranslationParameters: [] } 14637733 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3349 +data: App\Entity\Faculty {#3348 …} +value: "14637733" +label: "Jose Luis Almazan Campillay" +attr: [] +labelTranslationParameters: [] } 7009002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3362 +data: App\Entity\Faculty {#3361 …} +value: "7009002" +label: "Jose Manuel Del Valle Lladser" +attr: [] +labelTranslationParameters: [] } 5122132 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1828 +data: App\Entity\Faculty {#1845 …} +value: "5122132" +label: "Jose Miguel Aguilera Radic" +attr: [] +labelTranslationParameters: [] } 9400182 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3375 +data: App\Entity\Faculty {#3374 …} +value: "9400182" +label: "Jose Miguel Cembrano Perasso" +attr: [] +labelTranslationParameters: [] } 14081329 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3388 +data: App\Entity\Faculty {#3387 …} +value: "14081329" +label: "JosÉ Miguel Cardemil Iglesias" +attr: [] +labelTranslationParameters: [] } 7663471 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3401 +data: App\Entity\Faculty {#3400 …} +value: "7663471" +label: "Jose Ricardo PÉrez Correa" +attr: [] +labelTranslationParameters: [] } 13441869 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3414 +data: App\Entity\Faculty {#3413 …} +value: "13441869" +label: "Jose Tomas EgaÑa Erazo" +attr: [] +labelTranslationParameters: [] } 10023113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3427 +data: App\Entity\Faculty {#3426 …} +value: "10023113" +label: "Juan Carlos Herrera Maldonado" +attr: [] +labelTranslationParameters: [] } 6376786 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3440 +data: App\Entity\Faculty {#3439 …} +value: "6376786" +label: "Juan Carlos De La Llera Martin" +attr: [] +labelTranslationParameters: [] } 9005541 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3453 +data: App\Entity\Faculty {#3452 …} +value: "9005541" +label: "Juan Carlos Munoz Abogabir" +attr: [] +labelTranslationParameters: [] } 15709101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3466 +data: App\Entity\Faculty {#3465 …} +value: "15709101" +label: "Juan Carlos Tiznado Aitken" +attr: [] +labelTranslationParameters: [] } 10539379 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3479 +data: App\Entity\Faculty {#3478 …} +value: "10539379" +label: "Juan Carlos Ferrer Ortiz" +attr: [] +labelTranslationParameters: [] } 5479859 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3492 +data: App\Entity\Faculty {#3491 …} +value: "5479859" +label: "Juan De Dios OrtÚzar Salas" +attr: [] +labelTranslationParameters: [] } 15384284 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3505 +data: App\Entity\Faculty {#3504 …} +value: "15384284" +label: "Juan Lorenzo Reutter De La Maza" +attr: [] +labelTranslationParameters: [] } 23573078 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3518 +data: App\Entity\Faculty {#3517 …} +value: "23573078" +label: "Juan Pablo Sandoval Alcocer" +attr: [] +labelTranslationParameters: [] } 13906497 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3531 +data: App\Entity\Faculty {#3530 …} +value: "13906497" +label: "Julio Alberto Pertuze Salas" +attr: [] +labelTranslationParameters: [] } 12022019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3544 +data: App\Entity\Faculty {#3543 …} +value: "12022019" +label: "Karim ElÍas Pichara Baksai" +attr: [] +labelTranslationParameters: [] } 22691616 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3557 +data: App\Entity\Faculty {#3556 …} +value: "22691616" +label: "Leonardo Vanzi" +attr: [] +labelTranslationParameters: [] } 13555184 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3570 +data: App\Entity\Faculty {#3569 …} +value: "13555184" +label: "Leonel Alejan Merino Del Campo" +attr: [] +labelTranslationParameters: [] } 10421292 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3583 +data: App\Entity\Faculty {#3582 …} +value: "10421292" +label: "Lilian De Lourdes VelÁsquez YÉvenes" +attr: [] +labelTranslationParameters: [] } 14332000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3596 +data: App\Entity\Faculty {#3595 …} +value: "14332000" +label: "Loreto Margarita Valenzuela Roediger" +attr: [] +labelTranslationParameters: [] } 7029130 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3609 +data: App\Entity\Faculty {#3608 …} +value: "7029130" +label: "Luciano Eduardo Chiang SÁnchez" +attr: [] +labelTranslationParameters: [] } 7036647 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3622 +data: App\Entity\Faculty {#3621 …} +value: "7036647" +label: "Luis Abdon Cifuentes Lira" +attr: [] +labelTranslationParameters: [] } 7430115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3635 +data: App\Entity\Faculty {#3634 …} +value: "7430115" +label: "Luis Fernando AlarcÓn Cardenas" +attr: [] +labelTranslationParameters: [] } 14707970 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3648 +data: App\Entity\Faculty {#3647 …} +value: "14707970" +label: "Luis Ignacio Rizzi Campanella" +attr: [] +labelTranslationParameters: [] } 22938270 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3661 +data: App\Entity\Faculty {#3660 …} +value: "22938270" +label: "Magdalena Marta Walczak" +attr: [] +labelTranslationParameters: [] } 10675797 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3674 +data: App\Entity\Faculty {#3673 …} +value: "10675797" +label: "Mamie Odette Sancy Velasquez" +attr: [] +labelTranslationParameters: [] } 25085795 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3687 +data: App\Entity\Faculty {#3686 …} +value: "25085795" +label: "Manuel Carpio Martinez" +attr: [] +labelTranslationParameters: [] } 16154159 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3700 +data: App\Entity\Faculty {#3699 …} +value: "16154159" +label: "Manuel Alejandro Sanchez Uribe" +attr: [] +labelTranslationParameters: [] } 13657262 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3713 +data: App\Entity\Faculty {#3712 …} +value: "13657262" +label: "Marcela Alondra Chamorro Gine" +attr: [] +labelTranslationParameters: [] } 9833306 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3726 +data: App\Entity\Faculty {#3725 …} +value: "9833306" +label: "Marcelo Alejandro Arenas Saavedra" +attr: [] +labelTranslationParameters: [] } 12103145 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3739 +data: App\Entity\Faculty {#3738 …} +value: "12103145" +label: "Marcelo Andres Gonzalez Hormazabal" +attr: [] +labelTranslationParameters: [] } 11634741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3752 +data: App\Entity\Faculty {#3751 …} +value: "11634741" +label: "Marcelo Edgardo Andia Kohnenkampf" +attr: [] +labelTranslationParameters: [] } 10351848 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3765 +data: App\Entity\Faculty {#3764 …} +value: "10351848" +label: "Marcelo Gabriel Mendoza Rocha" +attr: [] +labelTranslationParameters: [] } 9674416 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3778 +data: App\Entity\Faculty {#3777 …} +value: "9674416" +label: "Marcos Ernesto SepÚlveda Fernandez" +attr: [] +labelTranslationParameters: [] } 10329827 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3791 +data: App\Entity\Faculty {#3790 …} +value: "10329827" +label: "Marcos Simon Moreno Switt" +attr: [] +labelTranslationParameters: [] } 17266115 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3804 +data: App\Entity\Faculty {#3803 …} +value: "17266115" +label: "Margarita Castro Anich" +attr: [] +labelTranslationParameters: [] } 24914938 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3817 +data: App\Entity\Faculty {#3816 …} +value: "24914938" +label: "Maria Molinos Senante" +attr: [] +labelTranslationParameters: [] } 25294384 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3830 +data: App\Entity\Faculty {#3829 …} +value: "25294384" +label: "Maria Rodriguez Fernandez" +attr: [] +labelTranslationParameters: [] } 16429098 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3843 +data: App\Entity\Faculty {#3842 …} +value: "16429098" +label: "Maria Fernanda Ramirez Espinoza" +attr: [] +labelTranslationParameters: [] } 17617879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3856 +data: App\Entity\Faculty {#3855 …} +value: "17617879" +label: "Marilyn Soledad Cruces Cruces" +attr: [] +labelTranslationParameters: [] } 13268119 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3869 +data: App\Entity\Faculty {#3868 …} +value: "13268119" +label: "Mario Andres Vera Veliz" +attr: [] +labelTranslationParameters: [] } 12917094 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3882 +data: App\Entity\Faculty {#3881 …} +value: "12917094" +label: "Mario Antonio Aranda Bustos" +attr: [] +labelTranslationParameters: [] } 15641788 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3895 +data: App\Entity\Faculty {#3894 …} +value: "15641788" +label: "Mathias Alberto Klapp Belmar" +attr: [] +labelTranslationParameters: [] } 13457805 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3908 +data: App\Entity\Faculty {#3907 …} +value: "13457805" +label: "Matias Alejandro Negrete Pincetic" +attr: [] +labelTranslationParameters: [] } 13231853 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3921 +data: App\Entity\Faculty {#3920 …} +value: "13231853" +label: "Matias Andres Hube Ginestar" +attr: [] +labelTranslationParameters: [] } 27753710 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3934 +data: App\Entity\Faculty {#3933 …} +value: "27753710" +label: "Max Marian" +attr: [] +labelTranslationParameters: [] } 26624298 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3947 +data: App\Entity\Faculty {#3946 …} +value: "26624298" +label: "Megan Elizabeth Williams" +attr: [] +labelTranslationParameters: [] } 8513780 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3960 +data: App\Entity\Faculty {#3959 …} +value: "8513780" +label: "Michael Gerald Leatherbee Grant" +attr: [] +labelTranslationParameters: [] } 5664636 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#1940 +data: App\Entity\Faculty {#1939 …} +value: "5664636" +label: "Miguel Nussbaum Voehl" +attr: [] +labelTranslationParameters: [] } 15819382 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3973 +data: App\Entity\Faculty {#3972 …} +value: "15819382" +label: "Miguel Angel Romero Orth" +attr: [] +labelTranslationParameters: [] } 14470678 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3986 +data: App\Entity\Faculty {#3985 …} +value: "14470678" +label: "Miguel Attilio Torres Torriti" +attr: [] +labelTranslationParameters: [] } 16102960 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3999 +data: App\Entity\Faculty {#3998 …} +value: "16102960" +label: "Miguel JosÉ GutiÉrrez GaitÁn" +attr: [] +labelTranslationParameters: [] } 13347614 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4012 +data: App\Entity\Faculty {#4011 …} +value: "13347614" +label: "Nadia VerÓnica Guajardo RamÍrez" +attr: [] +labelTranslationParameters: [] } 12668597 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4025 +data: App\Entity\Faculty {#4024 …} +value: "12668597" +label: "Nestor Guillermo Escalona Burgos" +attr: [] +labelTranslationParameters: [] } 7010920 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4038 +data: App\Entity\Faculty {#4037 …} +value: "7010920" +label: "Pablo Irarrazaval Mena" +attr: [] +labelTranslationParameters: [] } 13473300 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4051 +data: App\Entity\Faculty {#4050 …} +value: "13473300" +label: "Pablo BarcelÓ Baeza" +attr: [] +labelTranslationParameters: [] } 10645469 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4064 +data: App\Entity\Faculty {#4063 …} +value: "10645469" +label: "Pablo Arturo Pasten Gonzalez" +attr: [] +labelTranslationParameters: [] } 8828344 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4077 +data: App\Entity\Faculty {#4076 …} +value: "8828344" +label: "Patricia Viviana Galilea Aranda" +attr: [] +labelTranslationParameters: [] } 10601305 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4090 +data: App\Entity\Faculty {#4089 …} +value: "10601305" +label: "Patricio De La Cuadra Bandera" +attr: [] +labelTranslationParameters: [] } 14118168 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4103 +data: App\Entity\Faculty {#4102 …} +value: "14118168" +label: "Patricio Dominguez Rivera" +attr: [] +labelTranslationParameters: [] } 10726255 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4116 +data: App\Entity\Faculty {#4115 …} +value: "10726255" +label: "Paula Andrea Aguirre Aparicio" +attr: [] +labelTranslationParameters: [] } 6069585 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4129 +data: App\Entity\Faculty {#4128 …} +value: "6069585" +label: "Pedro Gazmuri Schleyer" +attr: [] +labelTranslationParameters: [] } 16370430 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4142 +data: App\Entity\Faculty {#4141 …} +value: "16370430" +label: "Pedro Saa Higuera" +attr: [] +labelTranslationParameters: [] } 8608860 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4155 +data: App\Entity\Faculty {#4154 …} +value: "8608860" +label: "Pedro Alejandro Bouchon Aguirre" +attr: [] +labelTranslationParameters: [] } 28075769 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4168 +data: App\Entity\Faculty {#4167 …} +value: "28075769" +label: "Regina Celi Dias Ferreira Barkok" +attr: [] +labelTranslationParameters: [] } 24841268 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4181 +data: App\Entity\Faculty {#4180 …} +value: "24841268" +label: "Rene Michael Botnar" +attr: [] +labelTranslationParameters: [] } 10338220 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4194 +data: App\Entity\Faculty {#4193 …} +value: "10338220" +label: "Ricardo Giesen Encina" +attr: [] +labelTranslationParameters: [] } 12165873 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4207 +data: App\Entity\Faculty {#4206 …} +value: "12165873" +label: "Ricardo Daniel Hurtubia Gonzalez" +attr: [] +labelTranslationParameters: [] } 26722629 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4220 +data: App\Entity\Faculty {#4219 …} +value: "26722629" +label: "Ricardo Javier Hernandez Pardo" +attr: [] +labelTranslationParameters: [] } 15570097 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4233 +data: App\Entity\Faculty {#4232 …} +value: "15570097" +label: "Roberto Ivan Canales Munoz" +attr: [] +labelTranslationParameters: [] } 7033953 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4246 +data: App\Entity\Faculty {#4245 …} +value: "7033953" +label: "Roberto Mario Cominetti Cotti-come" +attr: [] +labelTranslationParameters: [] } 12810849 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4259 +data: App\Entity\Faculty {#4258 …} +value: "12810849" +label: "Rodrigo Alberto Cienfuegos Carrasco" +attr: [] +labelTranslationParameters: [] } 12244475 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4272 +data: App\Entity\Faculty {#4271 …} +value: "12244475" +label: "Rodrigo Alejandro Labatut Hernandez" +attr: [] +labelTranslationParameters: [] } 12835222 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4285 +data: App\Entity\Faculty {#4284 …} +value: "12835222" +label: "Rodrigo Alfonso Escobar Moragas" +attr: [] +labelTranslationParameters: [] } 16944912 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4298 +data: App\Entity\Faculty {#4297 …} +value: "16944912" +label: "Rodrigo Andres Toro Icarte" +attr: [] +labelTranslationParameters: [] } 10862215 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4311 +data: App\Entity\Faculty {#4310 …} +value: "10862215" +label: "Rodrigo Arnaldo Carrasco Schmidt" +attr: [] +labelTranslationParameters: [] } 10528408 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4324 +data: App\Entity\Faculty {#4323 …} +value: "10528408" +label: "Rodrigo Fernando Cadiz Cadiz" +attr: [] +labelTranslationParameters: [] } 13472782 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4337 +data: App\Entity\Faculty {#4336 …} +value: "13472782" +label: "Rolando Dunner Planella" +attr: [] +labelTranslationParameters: [] } 14123413 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4350 +data: App\Entity\Faculty {#4349 …} +value: "14123413" +label: "Rosita Junemann Ureta" +attr: [] +labelTranslationParameters: [] } 14658762 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4363 +data: App\Entity\Faculty {#4362 …} +value: "14658762" +label: "Samuel Alejandro CÓrdova Sota" +attr: [] +labelTranslationParameters: [] } 8543887 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4376 +data: App\Entity\Faculty {#4375 …} +value: "8543887" +label: "Santiago Julian Mingo Del Rio" +attr: [] +labelTranslationParameters: [] } 25621757 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4389 +data: App\Entity\Faculty {#4388 …} +value: "25621757" +label: "Sarah Tiphaine Lucile Leray" +attr: [] +labelTranslationParameters: [] } 14748675 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4402 +data: App\Entity\Faculty {#4401 …} +value: "14748675" +label: "SaÚl Alberto Langarica Chavira" +attr: [] +labelTranslationParameters: [] } 12628913 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4415 +data: App\Entity\Faculty {#4414 …} +value: "12628913" +label: "Sebastian Vicuna Diaz" +attr: [] +labelTranslationParameters: [] } 16094659 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4428 +data: App\Entity\Faculty {#4427 …} +value: "16094659" +label: "Sebastian Raveau Feliu" +attr: [] +labelTranslationParameters: [] } 14120895 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4441 +data: App\Entity\Faculty {#4440 …} +value: "14120895" +label: "SebastiÁn Gonzalo Escobar Aguirre" +attr: [] +labelTranslationParameters: [] } 7246535 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4454 +data: App\Entity\Faculty {#4453 …} +value: "7246535" +label: "Sergio Maturana Valderrama" +attr: [] +labelTranslationParameters: [] } 9058716 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4467 +data: App\Entity\Faculty {#4466 …} +value: "9058716" +label: "Sergio Eduardo Vera Araya" +attr: [] +labelTranslationParameters: [] } 9317047 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4480 +data: App\Entity\Faculty {#4479 …} +value: "9317047" +label: "Sergio Enrique Gutierrez Cid" +attr: [] +labelTranslationParameters: [] } 13271582 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4493 +data: App\Entity\Faculty {#4492 …} +value: "13271582" +label: "Susana Claro Larrain" +attr: [] +labelTranslationParameters: [] } 26162879 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4506 +data: App\Entity\Faculty {#4505 …} +value: "26162879" +label: "Tito AndrÉ ArÉvalo RamÍrez" +attr: [] +labelTranslationParameters: [] } 15384318 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4519 +data: App\Entity\Faculty {#4518 …} +value: "15384318" +label: "Tomas Zegard Latrach" +attr: [] +labelTranslationParameters: [] } 15676443 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4532 +data: App\Entity\Faculty {#4531 …} +value: "15676443" +label: "Tomas Hernan Reyes Torres" +attr: [] +labelTranslationParameters: [] } 10101906 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4545 +data: App\Entity\Faculty {#4544 …} +value: "10101906" +label: "Valeria Paz Herskovic Maida" +attr: [] +labelTranslationParameters: [] } 15642779 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4558 +data: App\Entity\Faculty {#4557 …} +value: "15642779" +label: "Vicente Parot Fernandez" +attr: [] +labelTranslationParameters: [] } 17308589 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4571 +data: App\Entity\Faculty {#4570 …} +value: "17308589" +label: "Victor Ignacio Verdugo Silva" +attr: [] +labelTranslationParameters: [] } 5785741 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4584 +data: App\Entity\Faculty {#4583 …} +value: "5785741" +label: "Vladimir Marianov Kluge" +attr: [] +labelTranslationParameters: [] } 23826402 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4597 +data: App\Entity\Faculty {#4596 …} +value: "23826402" +label: "Wendy Veronica Franco Melazzini" +attr: [] +labelTranslationParameters: [] } 12037705 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4610 +data: App\Entity\Faculty {#4609 …} +value: "12037705" +label: "Wernher Ariel Brevis Vergara" +attr: [] +labelTranslationParameters: [] } 16431365 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4623 +data: App\Entity\Faculty {#4622 …} +value: "16431365" +label: "Wolfram Jahn Von Arnswaldt" +attr: [] +labelTranslationParameters: [] } 27688093 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4636 +data: App\Entity\Faculty {#4635 …} +value: "27688093" +label: "Yimmy Fernando Silva Urrego" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1661 -errors: [] -form: Symfony\Component\Form\Form {#1446 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1660 …5} |
| full_name | "opportunity_filter[faculty]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_faculty" |
| is_selected | Closure($choice, $value) {#6534 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Académico" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "faculty" |
| placeholder | "Todos los académicos" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_faculty" |
| valid | true |
| value | "" |
CodCurriculum
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2 form-control" ] |
[ "class" => "select2 form-control" ] |
| choice_label | Closure(CodCurriculum $codCurriculum) {#904 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\CodCurriculum" |
same as passed value |
| label | "Programa" |
same as passed value |
| placeholder | "Todos los programas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#905 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
Doctrine\ORM\QueryBuilder {#1224 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1225 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1216 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1217 #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 {#1222 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum_english ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum_english ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1128 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(CodCurriculum $codCurriculum) {#904 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1267 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1221 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1220 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1017 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1229 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1218 …} } |
| 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 {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1248 -singleId: true -intId: true -idField: "codCurriculum" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1114 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Programa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los programas" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1224 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1225 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1216 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1217 #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 {#1222 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum_english ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum_english ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1128 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1115 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1116 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_CodCurriculum" ] |
| cache_key | "_opportunity_filter_CodCurriculum_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 40401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6522 +data: App\Entity\CodCurriculum {#6552 …} +value: "40401" +label: "MagÍster En IngenierÍa" +attr: [] +labelTranslationParameters: [] } 40201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6538 +data: App\Entity\CodCurriculum {#1714 …} +value: "40201" +label: "MagÍster En Ciencias De La IngenierÍa" +attr: [] +labelTranslationParameters: [] } 40301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6540 +data: App\Entity\CodCurriculum {#2044 …} +value: "40301" +label: "Doctorado En Ciencias De La IngenierÍa" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#4735 -errors: [] -form: Symfony\Component\Form\Form {#1475 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6531 …5} |
| full_name | "opportunity_filter[CodCurriculum]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_CodCurriculum" |
| is_selected | Closure($choice, $value) {#6542 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Programa" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "CodCurriculum" |
| placeholder | "Todos los programas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_CodCurriculum" |
| valid | true |
| value | "" |
researchArea
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchArea $researchArea) {#906 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\ResearchArea" |
same as passed value |
| label | "Área de Investigación" |
same as passed value |
| placeholder | "Todas las áreas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#907 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
Doctrine\ORM\QueryBuilder {#1284 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1283 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1285 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1286 #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 {#1287 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1280 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchArea $researchArea) {#906 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1330 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1289 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1288 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1017 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1292 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1290 …} } |
| 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 {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1311 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1240 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Área de Investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas las áreas" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1284 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1283 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1285 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1286 #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 {#1287 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1280 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1241 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1242 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_researchArea" ] |
| cache_key | "_opportunity_filter_researchArea_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6549 +data: App\Entity\ResearchArea {#1961 …} +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 {#6547 +data: App\Entity\ResearchArea {#6567 …} +value: "32" +label: "Ciencia De La Computación (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6544 +data: App\Entity\ResearchArea {#6574 …} +value: "11" +label: "Ingeniería Civil (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6559 +data: App\Entity\ResearchArea {#6581 …} +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 {#6558 +data: App\Entity\ResearchArea {#6588 …} +value: "22" +label: "Ingeniería De Transporte Y Logística (MagÍster En IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6548 +data: App\Entity\ResearchArea {#6595 …} +value: "8" +label: "Ingeniería Eléctrica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6565 +data: App\Entity\ResearchArea {#6602 …} +value: "14" +label: "Ingeniería Eléctrica (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6564 +data: App\Entity\ResearchArea {#6609 …} +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 {#6563 +data: App\Entity\ResearchArea {#6616 …} +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 {#6539 +data: App\Entity\ResearchArea {#6623 …} +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 {#6560 +data: App\Entity\ResearchArea {#6630 …} +value: "36" +label: "Ingenieria Industrial Y De Transporte (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6672 +data: App\Entity\ResearchArea {#6637 …} +value: "34" +label: "Ingeniería Mecánica (Doctorado En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6673 +data: App\Entity\ResearchArea {#6644 …} +value: "37" +label: "Ingeniería Mecánica (MagÍster En Ciencias De La IngenierÍa)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6674 +data: App\Entity\ResearchArea {#1911 …} +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 {#6675 +data: App\Entity\ResearchArea {#6651 …} +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 {#6676 +data: App\Entity\ResearchArea {#6658 …} +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 {#6677 +data: App\Entity\ResearchArea {#6665 …} +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 {#6543 -errors: [] -form: Symfony\Component\Form\Form {#1470 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6537 …5} |
| full_name | "opportunity_filter[researchArea]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_researchArea" |
| is_selected | Closure($choice, $value) {#6679 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Área de Investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "researchArea" |
| placeholder | "Todas las áreas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_researchArea" |
| valid | true |
| value | "" |
researchLine
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchLine $researchLine) {#908 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\ResearchLine" |
same as passed value |
| label | "Línea de Investigación" |
same as passed value |
| placeholder | "Todas las líneas" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#909 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
Doctrine\ORM\QueryBuilder {#1347 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1346 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1348 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1349 #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 {#1350 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1343 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchLine $researchLine) {#908 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1393 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1352 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1351 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1017 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1355 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1353 …} } |
| 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 {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1374 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1303 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Línea de Investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todas las líneas" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1347 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1346 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1348 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1349 #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 {#1350 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1343 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1304 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1305 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_researchLine" ] |
| cache_key | "_opportunity_filter_researchLine_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1036 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6681 +data: App\Entity\ResearchLine {#6696 …} +value: "1036" +label: "Automatización, Instrumentación Y Robótica (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1007 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6683 +data: App\Entity\ResearchLine {#6701 …} +value: "1007" +label: "Automatización, Instrumentación Y Robótica (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1031 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6685 +data: App\Entity\ResearchLine {#6706 …} +value: "1031" +label: "Biotecnología (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1002 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6688 +data: App\Entity\ResearchLine {#6711 …} +value: "1002" +label: "Biotecnología (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1038 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6687 +data: App\Entity\ResearchLine {#6716 …} +value: "1038" +label: "Ciencia De La Informática (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } 1009 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6682 +data: App\Entity\ResearchLine {#6721 …} +value: "1009" +label: "Ciencia De La Informática (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } 1039 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6694 +data: App\Entity\ResearchLine {#6726 …} +value: "1039" +label: "Desarrollo Minero Y Minería Sustentable (Minería" +attr: [] +labelTranslationParameters: [] } 1019 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6693 +data: App\Entity\ResearchLine {#6731 …} +value: "1019" +label: "Dinámica De Fluidos, Hidráulica, Ingeniería De Ríos Y Costas (Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } 1033 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6692 +data: App\Entity\ResearchLine {#6736 …} +value: "1033" +label: "Dinámica Y Modelación De Procesos Químicos Y Ambientales (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1004 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6684 +data: App\Entity\ResearchLine {#6741 …} +value: "1004" +label: "Dinámica Y Modelación De Procesos Químicos Y Ambientales (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1027 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6689 +data: App\Entity\ResearchLine {#6746 …} +value: "1027" +label: "Diseño, Manufactura Y Uso De Materiales (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1011 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6901 +data: App\Entity\ResearchLine {#6751 …} +value: "1011" +label: "Diseño, Materiales Y Manufactura (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1013 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6902 +data: App\Entity\ResearchLine {#6756 …} +value: "1013" +label: "Diseño, Planificación Y Regulación De Sistemas Complejos (Ingenieria Industrial Y De Transporte" +attr: [] +labelTranslationParameters: [] } 1025 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6903 +data: App\Entity\ResearchLine {#6761 …} +value: "1025" +label: "Economía Y Finanzas (Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } 1022 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6904 +data: App\Entity\ResearchLine {#6766 …} +value: "1022" +label: "Economía Y Planificación De Sistemas De Transporte (Ingeniería De Transporte Y Logística" +attr: [] +labelTranslationParameters: [] } 1035 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6905 +data: App\Entity\ResearchLine {#6771 …} +value: "1035" +label: "Energía (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1006 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6906 +data: App\Entity\ResearchLine {#6776 …} +value: "1006" +label: "Energía (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1010 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6907 +data: App\Entity\ResearchLine {#6781 …} +value: "1010" +label: "Energía Y Sistemas Térmicos (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1028 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6908 +data: App\Entity\ResearchLine {#6786 …} +value: "1028" +label: "Generación Y Conversión De Energía (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1018 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6909 +data: App\Entity\ResearchLine {#6791 …} +value: "1018" +label: "Geociencias (Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } 1001 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6910 +data: App\Entity\ResearchLine {#6796 …} +value: "1001" +label: "Geociencias, Medio Ambiente Y Recursos (Ingeniería Civil" +attr: [] +labelTranslationParameters: [] } 1026 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6911 +data: App\Entity\ResearchLine {#6801 …} +value: "1026" +label: "Gestión Organizacional, Estrategia, Marketing, E Innovación Y Emprendimiento (Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } 1015 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6912 +data: App\Entity\ResearchLine {#6806 …} +value: "1015" +label: "Gestión Para Una Infraestructura Sustentable Y Resiliente (Ingeniería Y Gestión De La Construcción" +attr: [] +labelTranslationParameters: [] } 1023 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6913 +data: App\Entity\ResearchLine {#6811 …} +value: "1023" +label: "Gestión Y Operaciones De Sistemas De Transporte Y Logística (Ingeniería De Transporte Y Logística" +attr: [] +labelTranslationParameters: [] } 1000 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6914 +data: App\Entity\ResearchLine {#6816 …} +value: "1000" +label: "Infraestructura Sustentable Y Resiliente (Ingeniería Civil" +attr: [] +labelTranslationParameters: [] } 1032 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6915 +data: App\Entity\ResearchLine {#6821 …} +value: "1032" +label: "Ingeniería De Alimentos (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1003 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6916 +data: App\Entity\ResearchLine {#6826 …} +value: "1003" +label: "Ingeniería De Alimentos (Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } 1016 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6917 +data: App\Entity\ResearchLine {#6831 …} +value: "1016" +label: "Ingeniería Estructural (Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } 1017 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6918 +data: App\Entity\ResearchLine {#6836 …} +value: "1017" +label: "Ingeniería Geotécnica (Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } 1024 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6919 +data: App\Entity\ResearchLine {#6841 …} +value: "1024" +label: "Investigación Y Gestión De Operaciones (Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } 1030 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6920 +data: App\Entity\ResearchLine {#6846 …} +value: "1030" +label: "Mecánica Computacional (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1021 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6921 +data: App\Entity\ResearchLine {#6851 …} +value: "1021" +label: "Medio Ambiente Y Sustentabilidad (Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } 1012 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6922 +data: App\Entity\ResearchLine {#6856 …} +value: "1012" +label: "Modelos De Planificación, Gestión Y Optimización De Sistemas Logísticos Y Económicos (Ingenieria Industrial Y De Transporte" +attr: [] +labelTranslationParameters: [] } 1040 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6923 +data: App\Entity\ResearchLine {#6861 …} +value: "1040" +label: "Optimización De Procesos Y Minería Inteligente (Minería" +attr: [] +labelTranslationParameters: [] } 1020 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6924 +data: App\Entity\ResearchLine {#6866 …} +value: "1020" +label: "Recursos Hídricos (Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } 1014 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6925 +data: App\Entity\ResearchLine {#6871 …} +value: "1014" +label: "Recursos, Tecnologías E Ingeniería Para Una Infraestructura Sustentable Y Resiliente (Ingeniería Y Gestión De La Construcción" +attr: [] +labelTranslationParameters: [] } 1034 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6926 +data: App\Entity\ResearchLine {#6876 …} +value: "1034" +label: "Sistemas De Información (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1005 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6927 +data: App\Entity\ResearchLine {#6881 …} +value: "1005" +label: "Sistemas De Información (Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } 1029 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6928 +data: App\Entity\ResearchLine {#6886 …} +value: "1029" +label: "Sistemas Mecatrónicos (Ingeniería Mecánica" +attr: [] +labelTranslationParameters: [] } 1037 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6929 +data: App\Entity\ResearchLine {#6891 …} +value: "1037" +label: "Sistemas Y Computación Orientada A Humanos (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } 1008 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6930 +data: App\Entity\ResearchLine {#6896 …} +value: "1008" +label: "Sistemas Y Computación Orientada A Humanos (Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6678 -errors: [] -form: Symfony\Component\Form\Form {#1480 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6680 …5} |
| full_name | "opportunity_filter[researchLine]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_researchLine" |
| is_selected | Closure($choice, $value) {#6932 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Línea de Investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "researchLine" |
| placeholder | "Todas las líneas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_researchLine" |
| valid | true |
| value | "" |
keyword
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "placeholder" => "Buscar por palabra clave..." ] |
[ "placeholder" => "Buscar por palabra clave..." ] |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "placeholder" => "Buscar por palabra clave..." ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1364 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1362 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1363 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "placeholder" => "Buscar por palabra clave..." ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_opportunity_filter_keyword" ] |
| cache_key | "_opportunity_filter_keyword_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6931 -errors: [] -form: Symfony\Component\Form\Form {#1473 …} } |
| form | Symfony\Component\Form\FormView {#6933 …5} |
| full_name | "opportunity_filter[keyword]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_keyword" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "keyword" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_keyword" |
| valid | true |
| value | "" |
status
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_label | Closure(Status $status) {#910 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\Status" |
same as passed value |
| label | "Estado" |
same as passed value |
| placeholder | "Cualquier estado" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#911 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} } |
Doctrine\ORM\QueryBuilder {#1435 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1434 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1433 #from: "App\Entity\Status" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1436 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.status IN (:allowed)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1437 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.status ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT s FROM App\Entity\Status s WHERE s.status IN (:allowed) ORDER BY s.status ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1430 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Status $status) {#910 class: "App\Form\OpportunityFilterType" this: App\Form\OpportunityFilterType {#847 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1482 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1440 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1439 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1017 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1443 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1441 …} } |
| choices | null |
| class | "App\Entity\Status" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#210 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1464 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#210 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1380 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Estado" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Cualquier estado" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1435 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1434 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "s" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1433 #from: "App\Entity\Status" #alias: "s" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1436 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "s.status IN (:allowed)" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1437 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "s.status ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#1006 …} -dql: "SELECT s FROM App\Entity\Status s WHERE s.status IN (:allowed) ORDER BY s.status ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1430 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#210 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1381 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1376 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_opportunity_filter_status" ] |
| cache_key | "_opportunity_filter_status_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6936 +data: App\Entity\Status {#1930 …} +value: "1" +label: "Abierta" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#6938 +data: App\Entity\Status {#2054 …} +value: "2" +label: "Cerrada" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#6934 -errors: [] -form: Symfony\Component\Form\Form {#1474 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#6935 …5} |
| full_name | "opportunity_filter[status]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_status" |
| is_selected | Closure($choice, $value) {#6943 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Estado" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "status" |
| placeholder | "Cualquier estado" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_status" |
| valid | true |
| value | "" |
date_range
Form type:
"Symfony\Component\Form\Extension\Core\Type\TextType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
[ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
| label | "Fecha de Publicación" |
same as passed value |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#628 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#159 …} -logger: Monolog\Logger {#55 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#627 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1458 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | false |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Fecha de Publicación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | false |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#1456 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#225 …} $message: Closure() {#1457 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "form-control bg-white flatpickr-range" "placeholder" => "Seleccione un rango..." "readonly" => true ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "text" "_opportunity_filter_date_range" ] |
| cache_key | "_opportunity_filter_date_range_text" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#6940 -errors: [] -form: Symfony\Component\Form\Form {#1484 …} } |
| form | Symfony\Component\Form\FormView {#6942 …5} |
| full_name | "opportunity_filter[date_range]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "opportunity_filter_date_range" |
| label | "Fecha de Publicación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| name | "date_range" |
| priority | 0 |
| required | false |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_opportunity_filter_date_range" |
| valid | true |
| value | "" |