Forms
-
faculty_filter
-
faculty
-
department
-
area
-
line
-
CodCurriculum
-
faculty_filter
Form type:
"App\Form\FacultyFilterType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| method | "GET" |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | true |
| allow_file_upload | false |
| attr | [] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| compound | true |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | false |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#165 …} -logger: Monolog\Logger {#58 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#885 class: "Symfony\Component\Form\Extension\Core\Type\FormType" } |
| error_bubbling | true |
| error_mapping | [] |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| inherit_data | false |
| invalid_message | "This value is not valid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "GET" |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| priority | 0 |
| property_path | null |
| required | true |
| row_attr | [] |
| setter | null |
| translation_domain | null |
| trim | true |
| upload_max_size_message | Closure() {#887 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#886 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "faculty_filter" "_faculty_filter" ] |
| cache_key | "_faculty_filter_faculty_filter" |
| compound | true |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#1538 -errors: [] -form: Symfony\Component\Form\Form {#1416 …} } |
| form | Symfony\Component\Form\FormView {#1539 …5} |
| full_name | "faculty_filter" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter" |
| label | null |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "GET" |
| multipart | false |
| name | "faculty_filter" |
| priority | 0 |
| required | true |
| row_attr | [] |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter" |
| valid | true |
| value | null |
faculty
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(Faculty $faculty) {#892 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
same as passed value |
| class | "App\Entity\Faculty" |
same as passed value |
| label | "Académico" |
same as passed value |
| placeholder | "Todos los académicos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#893 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#990 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#993 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#994 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#995 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#996 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "f.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#997 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT f FROM App\Entity\Faculty f INNER JOIN f.user u WHERE f.active = 1 ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#989 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Faculty $faculty) {#892 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1212 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#999 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#998 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1110 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1003 …} } |
| choices | null |
| class | "App\Entity\Faculty" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#165 …} -logger: Monolog\Logger {#58 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#202 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1107 -singleId: true -intId: true -idField: "rut" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#202 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#931 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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 {#990 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#993 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "f" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#994 #from: "App\Entity\Faculty" #alias: "f" #indexBy: null } ] "join" => [ "f" => [ Doctrine\ORM\Query\Expr\Join {#995 #joinType: "INNER" #join: "f.user" #alias: "u" #conditionType: null #condition: null #indexBy: null } ] ] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#996 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "f.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#997 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "u.name ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT f FROM App\Entity\Faculty f INNER JOIN f.user u WHERE f.active = 1 ORDER BY u.name ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#989 …} -firstResult: 0 -maxResults: null -joinRootAliases: [ "u" => "f" ] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#929 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#927 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_faculty" ] |
| cache_key | "_faculty_filter_faculty_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1531 -errors: [] -form: Symfony\Component\Form\Form {#1404 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1530 …5} |
| full_name | "faculty_filter[faculty]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_faculty" |
| is_selected | Closure($choice, $value) {#1526 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 | "_faculty_filter_faculty" |
| valid | true |
| value | "" |
department
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(Department $department) {#894 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "es" } } |
same as passed value |
| class | "App\Entity\Department" |
same as passed value |
| label | "Departamento" |
same as passed value |
| placeholder | "Todos los departamentos" |
same as passed value |
| query_builder | Closure(EntityRepository $er) {#895 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1217 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1216 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1218 #from: "App\Entity\Department" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1219 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1220 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.department ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT d FROM App\Entity\Department d WHERE d.active = 1 ORDER BY d.department ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1213 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(Department $department) {#894 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1263 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1222 …} } |
| choice_name | null |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1223 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1221 …} } |
| choices | null |
| class | "App\Entity\Department" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#165 …} -logger: Monolog\Logger {#58 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#202 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1244 -singleId: true -intId: false -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#202 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1099 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Departamento" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| mapped | true |
| method | "POST" |
| multiple | false |
| placeholder | "Todos los departamentos" |
| placeholder_attr | [] |
| post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
| preferred_choices | [] |
| priority | 0 |
| property_path | null |
| query_builder | Doctrine\ORM\QueryBuilder {#1217 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1216 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "d" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1218 #from: "App\Entity\Department" #alias: "d" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1219 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "d.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1220 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "d.department ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT d FROM App\Entity\Department d WHERE d.active = 1 ORDER BY d.department ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1213 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1100 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1101 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_department" ] |
| cache_key | "_faculty_filter_department_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#1688 +data: App\Entity\Department {#1630 …} +value: "centapu" +label: "Central De Apuntes" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1529 +data: App\Entity\Department {#1592 …} +value: "CAstroIng" +label: "Centro De Astro-Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1637 +data: App\Entity\Department {#1606 …} +value: "CEDEUS2" +label: "Centro De Desarrollo Urbano Sustentable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1577 +data: App\Entity\Department {#1618 …} +value: "CEDEUS3" +label: "Centro De Desarrollo Urbano Sustentable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1527 +data: App\Entity\Department {#1601 …} +value: "CEDEUS4" +label: "Centro De Desarrollo Urbano Sustentable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1570 +data: App\Entity\Department {#1586 …} +value: "CEDEUS11" +label: "Centro De Desarrollo Urbano Sustentable" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1576 +data: App\Entity\Department {#1674 …} +value: "CEnerIng" +label: "Centro De Energía De La Escuela De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1595 +data: App\Entity\Department {#1660 …} +value: "CIH" +label: "Centro\u{A0}De\u{A0}Innovación\u{A0}Del\u{A0}Hormigón" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1620 +data: App\Entity\Department {#1666 …} +value: "CEDEUS10" +label: "Centro De Investigación Para La Gestión Integrada Del Riesgo De Desastres" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1591 +data: App\Entity\Department {#1684 …} +value: "CYPICS" +label: "Centro Interdisciplinario Para La Productividad Y Construcción Sustentable (Cipycs)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1590 +data: App\Entity\Department {#1682 …} +value: "CIGIDEN" +label: "Centro Nacional De Investigación Para La Gestión Integrada De Desastres Naturales (Cigiden)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2028 +data: App\Entity\Department {#1699 …} +value: "IIC" +label: "Departamento De Ciencia De La Computación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2029 +data: App\Entity\Department {#1706 …} +value: "IMM" +label: "Departamento De Ingeniería De Minería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2030 +data: App\Entity\Department {#1713 …} +value: "ICT" +label: "Departamento De Ingeniería De Transporte Y Logística" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2031 +data: App\Entity\Department {#1720 …} +value: "IEE" +label: "Departamento De Ingeniería Eléctrica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2032 +data: App\Entity\Department {#1727 …} +value: "ICE" +label: "Departamento De Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2033 +data: App\Entity\Department {#1734 …} +value: "ICH" +label: "Departamento De Ingeniería Hidráulica Y Ambiental" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2034 +data: App\Entity\Department {#1741 …} +value: "ICS" +label: "Departamento De Ingeniería Industrial Y De Sistemas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2035 +data: App\Entity\Department {#1748 …} +value: "ICM" +label: "Departamento De Ingeniería Mecánica Y Metalúrgica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2036 +data: App\Entity\Department {#1755 …} +value: "IIQ" +label: "Departamento De Ingeniería Química Y Bioprocesos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2037 +data: App\Entity\Department {#1762 …} +value: "ICC" +label: "Departamento De Ingeniería Y Gestión De La Construcción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2038 +data: App\Entity\Department {#1769 …} +value: "DARI" +label: "Dirección Asociada De Relaciones Internacionales" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2039 +data: App\Entity\Department {#1776 …} +value: "DCDI" +label: "Dirección De Compromiso Público, Comunidad Y Diversidad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2040 +data: App\Entity\Department {#1783 …} +value: "DIRDES" +label: "Dirección De Desarrollo Y Financiamiento" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2041 +data: App\Entity\Department {#1790 …} +value: "DIREDUC" +label: "Dirección De Educación En Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2042 +data: App\Entity\Department {#1797 …} +value: "DIRDICTUC" +label: "Dirección De Extensión Y Dictuc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2043 +data: App\Entity\Department {#1804 …} +value: "DIRINV" +label: "Dirección De Investigación E Innovación" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2044 +data: App\Entity\Department {#1811 …} +value: "DIPEI" +label: "Dirección De Postgrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2045 +data: App\Entity\Department {#1818 …} +value: "DIRDOC" +label: "Dirección De Pregrado" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2046 +data: App\Entity\Department {#1825 …} +value: "DIRTEC" +label: "Dirección De Tecnología" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2047 +data: App\Entity\Department {#1832 …} +value: "DIREJEC-DE" +label: "Dirección Ejecutiva Y Decanato" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2048 +data: App\Entity\Department {#1839 …} +value: "IDI" +label: "Diseño En Ingeniería (Dilab)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2049 +data: App\Entity\Department {#1846 …} +value: "EdContinua" +label: "Educación Profesional Y Continua" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2050 +data: App\Entity\Department {#1853 …} +value: "EscIng" +label: "Escuela De Ingeniería" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2051 +data: App\Entity\Department {#1860 …} +value: "ECEDIIS" +label: "Extensión Clase Ejecutiva Diis" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2052 +data: App\Entity\Department {#1867 …} +value: "FSA" +label: "Fundación San Agustín" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2053 +data: App\Entity\Department {#1874 …} +value: "Ing_2030" +label: "Ingeniería 2030" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2054 +data: App\Entity\Department {#1881 …} +value: "IMA" +label: "Ingeniería Matemática Y Computacional" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2055 +data: App\Entity\Department {#1888 …} +value: "IBIOMED" +label: "Instituto De Ingeniería Biológica Y Médica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2056 +data: App\Entity\Department {#1895 …} +value: "DTUCLabRR" +label: "Laboratorio De Energías Renovables Y Residuos ‐ Dictuc Uc" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2057 +data: App\Entity\Department {#1902 …} +value: "IAC" +label: "Magister En Administración De La Construcción" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2058 +data: App\Entity\Department {#1909 …} +value: "MANE" +label: "Magíster En Analítica Para Los Negocios" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2059 +data: App\Entity\Department {#1916 …} +value: "MIE" +label: "Magister En Ingenieria De La Energia" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2060 +data: App\Entity\Department {#1923 …} +value: "IEG" +label: "Magíster En Ingeniería Estructural Y Geotécnica" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2061 +data: App\Entity\Department {#1930 …} +value: "IND" +label: "Magister En Ingeniería Industrial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2062 +data: App\Entity\Department {#1937 …} +value: "MIA" +label: "Magister En Inteligencia Artificial" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2063 +data: App\Entity\Department {#1944 …} +value: "MPGI" +label: "Magíster En Procesamiento Y Gestión De La Información" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2064 +data: App\Entity\Department {#1951 …} +value: "MTIG" +label: "Magister En Tecnologías De Información Y Gestión" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2065 +data: App\Entity\Department {#1958 …} +value: "CENAMAD" +label: "Proyecto Cenamad" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2066 +data: App\Entity\Department {#1965 …} +value: "ITReND" +label: "Proyecto Itrend" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2067 +data: App\Entity\Department {#1972 …} +value: "proy_mece" +label: "Proyecto Mecesup 2005" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2068 +data: App\Entity\Department {#1979 …} +value: "NDI" +label: "Subdirección De Desarrollo Informático" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2069 +data: App\Entity\Department {#1986 …} +value: "SDirFin" +label: "Subdirección De Finanzas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2070 +data: App\Entity\Department {#1993 …} +value: "SDirInfra" +label: "Subdirección De Infraestructura" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2071 +data: App\Entity\Department {#2000 …} +value: "AREAPERS" +label: "Subdirección De Personas" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2072 +data: App\Entity\Department {#2007 …} +value: "SSI" +label: "Subdirección De Servicios Informáticos" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2073 +data: App\Entity\Department {#2014 …} +value: "SDirViInd" +label: "Subdirección De Vinculación Con La Industria (Ilo)" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2074 +data: App\Entity\Department {#2021 …} +value: "VDEC" +label: "Vicedecanato" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#1528 -errors: [] -form: Symfony\Component\Form\Form {#1408 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#1571 …5} |
| full_name | "faculty_filter[department]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_department" |
| is_selected | Closure($choice, $value) {#2076 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Departamento" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "department" |
| placeholder | "Todos los departamentos" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_department" |
| valid | true |
| value | "" |
area
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchArea $researchArea) {#896 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "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) {#897 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1283 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1282 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1284 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1285 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ra.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1286 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1279 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchArea $researchArea) {#896 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1329 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1288 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1287 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1291 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1289 …} } |
| choices | null |
| class | "App\Entity\ResearchArea" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#165 …} -logger: Monolog\Logger {#58 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#202 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1310 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#202 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1237 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "Á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 {#1283 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1282 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "ra" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1284 #from: "App\Entity\ResearchArea" #alias: "ra" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1285 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "ra.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1286 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "ra.area ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT ra FROM App\Entity\ResearchArea ra WHERE ra.active = 1 ORDER BY ra.area ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1279 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1238 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1239 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_area" ] |
| cache_key | "_faculty_filter_area_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2102 +data: App\Entity\ResearchArea {#2094 …} +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 {#2190 +data: App\Entity\ResearchArea {#2187 …} +value: "32" +label: "Ciencia De La Computación (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2080 +data: App\Entity\ResearchArea {#2200 …} +value: "11" +label: "Ingeniería Civil (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2342 +data: App\Entity\ResearchArea {#2209 …} +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 {#2219 +data: App\Entity\ResearchArea {#2218 …} +value: "22" +label: "Ingeniería De Transporte Y Logística (Magíster En Ingeniería)" +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2339 +data: App\Entity\ResearchArea {#2229 …} +value: "8" +label: "Ingeniería Eléctrica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2349 +data: App\Entity\ResearchArea {#2238 …} +value: "14" +label: "Ingeniería Eléctrica (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2346 +data: App\Entity\ResearchArea {#2247 …} +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 {#2085 +data: App\Entity\ResearchArea {#2256 …} +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 {#2341 +data: App\Entity\ResearchArea {#2265 …} +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 {#2348 +data: App\Entity\ResearchArea {#2274 …} +value: "36" +label: "Ingenieria Industrial Y De Transporte (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2350 +data: App\Entity\ResearchArea {#2283 …} +value: "34" +label: "Ingeniería Mecánica (Doctorado En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2351 +data: App\Entity\ResearchArea {#2292 …} +value: "37" +label: "Ingeniería Mecánica (Magíster En Ciencias De La Ingeniería)" +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2352 +data: App\Entity\ResearchArea {#2301 …} +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 {#2353 +data: App\Entity\ResearchArea {#2310 …} +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 {#2354 +data: App\Entity\ResearchArea {#2319 …} +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 {#2355 +data: App\Entity\ResearchArea {#2328 …} +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 {#2075 -errors: [] -form: Symfony\Component\Form\Form {#1411 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2077 …5} |
| full_name | "faculty_filter[area]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_area" |
| is_selected | Closure($choice, $value) {#2357 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Área de investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "area" |
| placeholder | "Todas las áreas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_area" |
| valid | true |
| value | "" |
line
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2" ] |
[ "class" => "select2" ] |
| choice_label | Closure(ResearchLine $researchLine) {#898 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "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) {#899 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1367 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1366 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1368 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1369 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "rl.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1370 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1363 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(ResearchLine $researchLine) {#898 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1413 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1372 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1371 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1375 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1373 …} } |
| choices | null |
| class | "App\Entity\ResearchLine" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#165 …} -logger: Monolog\Logger {#58 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#202 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1394 -singleId: true -intId: true -idField: "id" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#202 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1302 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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 {#1367 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1366 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "rl" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1368 #from: "App\Entity\ResearchLine" #alias: "rl" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1369 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "rl.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1370 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "rl.line ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT rl FROM App\Entity\ResearchLine rl WHERE rl.active = 1 ORDER BY rl.line ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1363 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1303 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1304 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_line" ] |
| cache_key | "_faculty_filter_line_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2356 -errors: [] -form: Symfony\Component\Form\Form {#1436 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2358 …5} |
| full_name | "faculty_filter[line]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_line" |
| is_selected | Closure($choice, $value) {#2361 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" } |
| label | "Línea de investigación" |
| label_attr | [] |
| label_format | null |
| label_html | false |
| label_translation_parameters | [] |
| method | "POST" |
| multipart | false |
| multiple | false |
| name | "line" |
| placeholder | "Todas las líneas" |
| placeholder_attr | [] |
| placeholder_in_choices | false |
| preferred_choices | [] |
| priority | 0 |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| submitted | false |
| translation_domain | null |
| unique_block_prefix | "_faculty_filter_line" |
| valid | true |
| value | "" |
CodCurriculum
Form type:
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Errors
This form has no errors.
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | null |
| View Format |
"" |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| attr | [ "class" => "select2 form-control" ] |
[ "class" => "select2 form-control" ] |
| choice_label | Closure(CodCurriculum $codCurriculum) {#900 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "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) {#901 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} } |
Doctrine\ORM\QueryBuilder {#1382 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1384 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1380 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1379 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "cc.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1378 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1385 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
same as passed value |
Resolved Options
| Option | Value |
|---|---|
| action | "" |
| allow_extra_fields | false |
| allow_file_upload | false |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| auto_initialize | true |
| block_name | null |
| block_prefix | null |
| by_reference | true |
| choice_attr | null |
| choice_filter | null |
| choice_label | Closure(CodCurriculum $codCurriculum) {#900 class: "App\Form\FacultyFilterType" this: App\Form\FacultyFilterType {#837 …} use: { $locale: "es" } } |
| choice_lazy | false |
| choice_loader | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceLoader {#1440 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\DoctrineChoiceLoader {#1409 …} } |
| choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#1377 -option: Symfony\Bridge\Doctrine\Form\Type\DoctrineType::createChoiceName(object $choice, string|int $key, string $value): string {#1002 …} } |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#1401 -option: Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader::getIdValue(?object $object = null): string {#1405 …} } |
| choices | null |
| class | "App\Entity\CodCurriculum" |
| compound | false |
| constraints | [] |
| csrf_field_name | "_token" |
| csrf_message | "The CSRF token is invalid. Please try to resubmit the form." |
| csrf_protection | true |
| csrf_token_id | null |
| csrf_token_manager | Symfony\Component\Security\Csrf\SameOriginCsrfTokenManager {#631 -requestStack: Symfony\Component\HttpFoundation\RequestStack {#165 …} -logger: Monolog\Logger {#58 …} -fallbackCsrfTokenManager: Symfony\Component\Security\Csrf\CsrfTokenManager {#632 …} -tokenIds: [ "submit" => 0 "authenticate" => 1 "logout" => 2 ] -checkHeader: 0 -cookieName: "csrf-token" } |
| data_class | null |
| disabled | false |
| duplicate_preferred_choices | true |
| em | Doctrine\ORM\EntityManager {#202 …11} |
| empty_data | "" |
| error_bubbling | false |
| error_mapping | [] |
| expanded | false |
| extra_fields_message | "This form should not contain extra fields." |
| form_attr | false |
| getter | null |
| group_by | null |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id_reader | Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#1421 -singleId: true -intId: true -idField: "codCurriculum" -associationIdReader: null -om: Doctrine\ORM\EntityManager {#202 …11} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#1330 …} } |
| inherit_data | false |
| invalid_message | "The selected choice is invalid." |
| invalid_message_parameters | [] |
| is_empty_callback | null |
| label | "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 {#1382 -dqlParts: [ "distinct" => false "select" => [ Doctrine\ORM\Query\Expr\Select {#1384 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Func" ] #parts: [ "cc" ] } ] "from" => [ Doctrine\ORM\Query\Expr\From {#1380 #from: "App\Entity\CodCurriculum" #alias: "cc" #indexBy: null } ] "join" => [] "set" => [] "where" => Doctrine\ORM\Query\Expr\Andx {#1379 #preSeparator: "(" #separator: " AND " #postSeparator: ")" #allowedClasses: [ "Doctrine\ORM\Query\Expr\Comparison" "Doctrine\ORM\Query\Expr\Func" "Doctrine\ORM\Query\Expr\Orx" "Doctrine\ORM\Query\Expr\Andx" ] #parts: [ "cc.active = 1" ] } "groupBy" => [] "having" => null "orderBy" => [ Doctrine\ORM\Query\Expr\OrderBy {#1378 #preSeparator: "" #separator: ", " #postSeparator: "" #allowedClasses: [] #parts: [ "cc.nom_curriculum ASC" ] } ] ] -type: Doctrine\ORM\QueryType {#992 …} -dql: "SELECT cc FROM App\Entity\CodCurriculum cc WHERE cc.active = 1 ORDER BY cc.nom_curriculum ASC" -parameters: Doctrine\Common\Collections\ArrayCollection {#1385 …} -firstResult: 0 -maxResults: null -joinRootAliases: [] #cacheable: false #cacheRegion: null #cacheMode: null #lifetime: 0 -boundCounter: 0 -em: Doctrine\ORM\EntityManager {#202 …11} } |
| required | false |
| row_attr | [] |
| separator | "-------------------" |
| separator_html | false |
| setter | null |
| translation_domain | null |
| trim | false |
| upload_max_size_message | Closure() {#1387 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#198 …} $message: Closure() {#1388 …} $translationDomain: "validators" } } |
| validation_groups | null |
View Vars
| Variable | Value |
|---|---|
| action | "" |
| attr | [ "class" => "select2 form-control" ] |
| attr_translation_parameters | [] |
| block_prefixes | [ "form" "choice" "entity" "_faculty_filter_CodCurriculum" ] |
| cache_key | "_faculty_filter_CodCurriculum_entity" |
| choice_translation_domain | false |
| choice_translation_parameters | [] |
| choices | [ 40301 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2366 +data: App\Entity\CodCurriculum {#2191 …} +value: "40301" +label: "Doctorado En Ciencias De La Ingeniería" +attr: [] +labelTranslationParameters: [] } 40201 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2360 +data: App\Entity\CodCurriculum {#2103 …} +value: "40201" +label: "Magíster En Ciencias De La Ingeniería" +attr: [] +labelTranslationParameters: [] } 40401 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#2371 +data: App\Entity\CodCurriculum {#2220 …} +value: "40401" +label: "Magíster En Ingeniería" +attr: [] +labelTranslationParameters: [] } ] |
| compound | false |
| data | null |
| disabled | false |
| duplicate_preferred_choices | true |
| errors | Symfony\Component\Form\FormErrorIterator {#2359 -errors: [] -form: Symfony\Component\Form\Form {#1428 …} } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#2363 …5} |
| full_name | "faculty_filter[CodCurriculum]" |
| help | null |
| help_attr | [] |
| help_html | false |
| help_translation_parameters | [] |
| id | "faculty_filter_CodCurriculum" |
| is_selected | Closure($choice, $value) {#2362 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 | "_faculty_filter_CodCurriculum" |
| valid | true |
| value | "" |