- Request / Response
- Performance
- Validator
- Forms 1
- Exception
- Logs 138
- Events
- Routing
- Cache
- Translation 8
- Security
- Twig
- HTTP Client
- Doctrine
- E-mails
- Debug
- Messages
- E-mails
- Notifications
- EasyAdmin
- Configuration
Configuration Settings
Theme
Default theme. It switches between Light and Dark automatically to match the operating system theme.
Provides greatest readability, but requires a well-lit environment.
Reduces eye fatigue. Ideal for low light environments.
Page Width
Fixed page width. Improves readability.
Dynamic page width. As wide as the browser window.
Forms
base_filter
"FMT\Application\FormType\Filter\BaseFilterType"
Errors
Message | Origin | Cause |
---|---|---|
The CSRF token is invalid. Please try to resubmit the form. | base_filter |
Caused by:
Symfony\Component\Security\Csrf\CsrfToken {#768 -id: "base_filter" -value: "" } |
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | FMT\Data\Model\BaseFilterOptions {#4218 #major: null #sortBy: null #sortDirection: "ASC" #limit: null #search: "2024" #firstgen: null } |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | FMT\Data\Model\BaseFilterOptions {#4218 #major: null #sortBy: null #sortDirection: "ASC" #limit: null #search: "2024" #firstgen: null } |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
action | "/public/active-campaigns" |
same as passed value |
data | FMT\Data\Model\BaseFilterOptions {#4218 #major: null #sortBy: null #sortDirection: "ASC" #limit: null #search: "2024" #firstgen: null } |
same as passed value |
method | "GET" |
same as passed value |
sortChoices | [ "profile.firstName" => "fmt.form.first_name" "profile.lastName" => "fmt.form.last_name" "profile.gradYear" => "fmt.form.grad_year" "major.name" => "fmt.form.major" ] |
[ "profile.firstName" => "fmt.form.first_name" "profile.lastName" => "fmt.form.last_name" "profile.gradYear" => "fmt.form.grad_year" "major.name" => "fmt.form.major" ] |
Resolved Options
Option | Value |
---|---|
action | "/public/active-campaigns" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | null |
block_prefix | null |
by_reference | true |
column_size | "" |
compound | true |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | FMT\Data\Model\BaseFilterOptions {#4218 #major: null #sortBy: null #sortDirection: "ASC" #limit: null #search: "2024" #firstgen: null } |
data_class | "FMT\Data\Model\BaseFilterOptions" |
disabled | false |
empty_data | Closure(FormInterface $form) {#4204 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4220 …} use: { $class: "FMT\Data\Model\BaseFilterOptions" } } |
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 | [] |
legacy_error_messages | true |
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 | false |
row_attr | [] |
setter | null |
sortChoices | [ "profile.firstName" => "fmt.form.first_name" "profile.lastName" => "fmt.form.last_name" "profile.gradYear" => "fmt.form.grad_year" "major.name" => "fmt.form.major" ] |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#4202 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#4203 …} } } |
validation_groups | [
"Default"
] |
View Variables
Variable | Value |
---|---|
action | "/public/active-campaigns" |
attr | [ "novalidate" => true ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "base_filter" "_base_filter" ] |
cache_key | "_base_filter_base_filter" |
column_size | "" |
compound | true |
data | FMT\Data\Model\BaseFilterOptions {#4218 #major: null #sortBy: null #sortDirection: "ASC" #limit: null #search: "2024" #firstgen: null } |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4511 -form: Symfony\Component\Form\Form {#2567 …} -errors: [ Symfony\Component\Form\FormError {#766 #messageTemplate: "The CSRF token is invalid. Please try to resubmit the form." #messageParameters: [] #messagePluralization: null -message: "The CSRF token is invalid. Please try to resubmit the form." -cause: Symfony\Component\Security\Csrf\CsrfToken {#768 -id: "base_filter" -value: "" } -origin: Symfony\Component\Form\Form {#2567 …} } ] } |
form | Symfony\Component\Form\FormView {#833 …5} |
full_name | "base_filter" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "GET" |
multipart | false |
name | "base_filter" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter" |
valid | false |
value | FMT\Data\Model\BaseFilterOptions {#4218 #major: null #sortBy: null #sortDirection: "ASC" #limit: null #search: "2024" #firstgen: null } |
sortBy
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "fmt.form.first_name" => "profile.firstName" "fmt.form.last_name" => "profile.lastName" "fmt.form.grad_year" => "profile.gradYear" "fmt.form.major" => "major.name" ] |
[ "fmt.form.first_name" => "profile.firstName" "fmt.form.last_name" => "profile.lastName" "fmt.form.grad_year" => "profile.gradYear" "fmt.form.major" => "major.name" ] |
label | "fmt.form.filter.sort_by" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "fmt.form.first_name" => "profile.firstName" "fmt.form.last_name" => "profile.lastName" "fmt.form.grad_year" => "profile.gradYear" "fmt.form.major" => "major.name" ] |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "fmt.form.filter.sort_by" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2593 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2609 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_base_filter_sortBy" ] |
cache_key | "_base_filter_sortBy_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4752 +label: "fmt.form.first_name" +value: "profile.firstName" +data: "profile.firstName" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#828 +label: "fmt.form.last_name" +value: "profile.lastName" +data: "profile.lastName" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4500 +label: "fmt.form.grad_year" +value: "profile.gradYear" +data: "profile.gradYear" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4756 +label: "fmt.form.major" +value: "major.name" +data: "major.name" +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4716 -form: Symfony\Component\Form\Form {#2564 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4755 …5} |
full_name | "base_filter[sortBy]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_sortBy" |
is_selected | Closure($choice, $value) {#4758 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4206 …} } |
label | "fmt.form.filter.sort_by" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sortBy" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_sortBy" |
valid | true |
value | "" |
sortDirection
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "DESC" |
View Format | same as normalized format |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "ASC" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choice_attr | Closure($choice, $key, $value) {#4196 class: "FMT\Application\FormType\Filter\BaseFilterType" this: FMT\Application\FormType\Filter\BaseFilterType {#4219 …} } |
same as passed value |
choices | [ "fmt.form.filter.sort_desc" => "DESC" "fmt.form.filter.sort_asc" => "ASC" ] |
[ "fmt.form.filter.sort_desc" => "DESC" "fmt.form.filter.sort_asc" => "ASC" ] |
data | "DESC" |
same as passed value |
expanded | true |
same as passed value |
label | false |
false
|
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 | Closure($choice, $key, $value) {#4196 class: "FMT\Application\FormType\Filter\BaseFilterType" this: FMT\Application\FormType\Filter\BaseFilterType {#4219 …} } |
choice_filter | null |
choice_label | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "fmt.form.filter.sort_desc" => "DESC" "fmt.form.filter.sort_asc" => "ASC" ] |
column_size | "" |
compound | true |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | "DESC" |
data_class | null |
disabled | false |
empty_data | null |
error_bubbling | false |
error_mapping | [] |
expanded | true |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2600 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2601 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_base_filter_sortDirection" ] |
cache_key | "_base_filter_sortDirection_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#2553 +label: "fmt.form.filter.sort_desc" +value: "DESC" +data: "DESC" +attr: [ "data-sort-order-choice" => "DESC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#2551 +label: "fmt.form.filter.sort_asc" +value: "ASC" +data: "ASC" +attr: [ "data-sort-order-choice" => "ASC" ] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | true |
data | "ASC" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4759 -form: Symfony\Component\Form\Form {#2470 …} -errors: [] } |
expanded | true |
form | Symfony\Component\Form\FormView {#4760 …5} |
full_name | "base_filter[sortDirection]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_sortDirection" |
is_selected | Closure($choice, $value) {#4762 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4206 …} } |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "sortDirection" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_sortDirection" |
valid | true |
value | "ASC" |
0
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | true |
View Format |
"DESC"
|
Submitted Data
Property | Value |
---|---|
View Format |
null
|
Normalized Format | false |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-sort-order-choice" => "DESC" ] |
[ "data-sort-order-choice" => "DESC" ] |
block_name | "entry" |
same as passed value |
label | "fmt.form.filter.sort_desc" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "DESC" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-sort-order-choice" => "DESC" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2578 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2584 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#2576 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "fmt.form.filter.sort_desc" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2559 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2580 …} } } |
validation_groups | null |
value | "DESC" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-sort-order-choice" => "DESC" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_base_filter_sortDirection_entry" ] |
cache_key | "_base_filter_sortDirection_entry_radio" |
checked | false |
column_size | "" |
compound | false |
data | false |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4765 -form: Symfony\Component\Form\Form {#2471 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4764 …5} |
full_name | "base_filter[sortDirection]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_sortDirection_0" |
label | "fmt.form.filter.sort_desc" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "0" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_sortDirection_entry" |
valid | true |
value | "DESC" |
1
"Symfony\Component\Form\Extension\Core\Type\RadioType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | false |
View Format |
null
|
Submitted Data
Property | Value |
---|---|
View Format |
"ASC"
|
Normalized Format | true |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
attr | [ "data-sort-order-choice" => "ASC" ] |
[ "data-sort-order-choice" => "ASC" ] |
block_name | "entry" |
same as passed value |
label | "fmt.form.filter.sort_asc" |
same as passed value |
label_html | false |
false
|
label_translation_parameters | [] |
[] |
translation_domain | null |
null
|
value | "ASC" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_extra_fields | false |
allow_file_upload | false |
attr | [ "data-sort-order-choice" => "ASC" ] |
attr_translation_parameters | [] |
auto_initialize | true |
block_name | "entry" |
block_prefix | null |
by_reference | true |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form, $viewData) {#2578 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#2584 …} } |
error_bubbling | false |
error_mapping | [] |
extra_fields_message | "This form should not contain extra fields." |
false_values | [
null
] |
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 | Closure($modelData): bool {#2576 returnType: "bool" class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" } |
label | "fmt.form.filter.sort_asc" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2493 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2548 …} } } |
validation_groups | null |
value | "ASC" |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [ "data-sort-order-choice" => "ASC" ] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "checkbox" "radio" "_base_filter_sortDirection_entry" ] |
cache_key | "_base_filter_sortDirection_entry_radio" |
checked | true |
column_size | "" |
compound | false |
data | true |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4767 -form: Symfony\Component\Form\Form {#2461 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4766 …5} |
full_name | "base_filter[sortDirection]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_sortDirection_1" |
label | "fmt.form.filter.sort_asc" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "1" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_sortDirection_entry" |
valid | true |
value | "ASC" |
limit
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ 20 => 20 50 => 50 100 => 100 500 => 500 1000 => 1000 "fmt.form.filter.all" => "all" ] |
[ 20 => 20 50 => 50 100 => 100 500 => 500 1000 => 1000 "fmt.form.filter.all" => "all" ] |
label | "fmt.form.filter.records_per_page" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ 20 => 20 50 => 50 100 => 100 500 => 500 1000 => 1000 "fmt.form.filter.all" => "all" ] |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "fmt.form.filter.records_per_page" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2533 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2534 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_base_filter_limit" ] |
cache_key | "_base_filter_limit_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4769 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4768 +label: "50" +value: "50" +data: 50 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4770 +label: "100" +value: "100" +data: 100 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4771 +label: "500" +value: "500" +data: 500 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4772 +label: "1000" +value: "1000" +data: 1000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4773 +label: "fmt.form.filter.all" +value: "all" +data: "all" +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4763 -form: Symfony\Component\Form\Form {#2626 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4761 …5} |
full_name | "base_filter[limit]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_limit" |
is_selected | Closure($choice, $value) {#4775 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4206 …} } |
label | "fmt.form.filter.records_per_page" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "limit" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_limit" |
valid | true |
value | "" |
search
"Symfony\Component\Form\Extension\Core\Type\TextType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format | same as normalized format |
Normalized Format | "2024" |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
label | false |
false
|
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 |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#2527 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4220 …} } |
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 | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
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 | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | true |
upload_max_size_message | Closure() {#2525 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2526 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "text" "_base_filter_search" ] |
cache_key | "_base_filter_search_text" |
column_size | "" |
compound | false |
data | "2024" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4776 -form: Symfony\Component\Form\Form {#2640 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#4777 …5} |
full_name | "base_filter[search]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_search" |
label | false |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "search" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_search" |
valid | true |
value | "2024" |
firstgen
"Symfony\Component\Form\Extension\Core\Type\ChoiceType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
choices | [ "No" => "No" "Yes" => "Yes" ] |
[ "No" => "No" "Yes" => "Yes" ] |
label | "Show Only First Generation Students" |
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 | null |
choice_loader | null |
choice_name | null |
choice_translation_domain | null |
choice_translation_parameters | [] |
choice_value | null |
choices | [ "No" => "No" "Yes" => "Yes" ] |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
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 | [] |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "Show Only First Generation Students" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
mapped | true |
method | "POST" |
multiple | false |
placeholder | null |
post_max_size_message | "The uploaded file was too large. Please try to upload a smaller file." |
preferred_choices | [] |
priority | 0 |
property_path | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#2499 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#2505 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "_base_filter_firstgen" ] |
cache_key | "_base_filter_firstgen_choice" |
choice_translation_domain | null |
choice_translation_parameters | [] |
choices | [ Symfony\Component\Form\ChoiceList\View\ChoiceView {#4781 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#4780 +label: "Yes" +value: "Yes" +data: "Yes" +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4779 -form: Symfony\Component\Form\Form {#2637 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4778 …5} |
full_name | "base_filter[firstgen]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_firstgen" |
is_selected | Closure($choice, $value) {#4783 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4206 …} } |
label | "Show Only First Generation Students" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
multiple | false |
name | "firstgen" |
placeholder | null |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_firstgen" |
valid | true |
value | "" |
major
"Symfony\Bridge\Doctrine\Form\Type\EntityType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | null |
View Format |
"" |
Submitted Data
Property | Value |
---|---|
View Format |
"" |
Normalized Format | null |
Model Format | same as normalized format |
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
auto_initialize | false |
false
|
choice_label | Closure(?UserMajor $major) {#4201 class: "FMT\Application\FormType\Filter\FilterFormFactory" this: FMT\Application\FormType\Filter\FilterFormFactory {#2942 …} } |
same as passed value |
choices | [ FMT\Data\Entity\UserMajor {#1733 -id: 10 -name: "APPLIED CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1730 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1732 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1731 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1723 -id: 12 -name: "APPLIED PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1720 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1722 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1721 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1557 -id: 45 -name: "ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1554 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1556 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1555 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1662 -id: 24 -name: "CELL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1659 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1661 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1660 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1617 -id: 33 -name: "CLINICAL NUTRITION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1614 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1616 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1615 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1612 -id: 34 -name: "COGNITIVE SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1609 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1611 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1610 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1592 -id: 38 -name: "COMPUTER ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1589 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1591 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1590 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1552 -id: 46 -name: "ELECTRICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1549 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1551 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1550 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1547 -id: 47 -name: "ENGLISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1544 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1546 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1545 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1446 -id: 67 -name: "INTERNATIONAL RELATIONS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1443 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1445 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1444 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1386 -id: 79 -name: "MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1383 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1385 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1366 -id: 83 -name: "MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY)" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1363 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1365 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1364 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2118 -id: 93 -name: "POLITICAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2115 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2117 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2116 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2110 -id: 95 -name: "PSYCHOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2105 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2107 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2106 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2436 -id: 1 -name: "ACCOUNTING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2273 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2444 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950561 {#2431 date: 2024-12-11 20:56:01.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2389 -id: 2 -name: "AFRICAN AMERICAN AND AFRICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2392 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2391 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2394 -id: 3 -name: "AGRICULTURAL AND ENVIRONMENTAL EDUCATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2397 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2396 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2282 -id: 4 -name: "AGRICULTURAL AND ENVIRONMENTAL TECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2411 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2284 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2404 -id: 5 -name: "AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2406 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2402 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2403 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2405 -id: 6 -name: "ANIMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2249 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2387 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2386 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1748 -id: 7 -name: "ANIMAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1745 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1747 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1746 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1743 -id: 8 -name: "ANIMAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1740 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1742 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1741 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1739 -id: 9 -name: "ANTHROPOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1735 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1737 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1736 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1728 -id: 11 -name: "APPLIED MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1725 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1727 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1726 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1718 -id: 13 -name: "ART HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1715 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1717 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1716 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1713 -id: 14 -name: "ART STUDIO" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1710 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1712 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1711 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1708 -id: 15 -name: "ASIAN AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1705 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1707 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1706 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1703 -id: 16 -name: "ATMOSPHERIC SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1700 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1702 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1701 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1698 -id: 17 -name: "BIOCHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1695 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1697 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1696 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1692 -id: 18 -name: "BIOCHEMISTRY AND MOLECULAR BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1689 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1691 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1690 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1687 -id: 19 -name: "BIOLOGICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1684 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1686 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1685 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1682 -id: 20 -name: "BIOLOGICAL SYSTEMS ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1679 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1681 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1680 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1677 -id: 21 -name: "BIOMEDICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1674 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1676 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1675 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1672 -id: 22 -name: "BIOTECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1669 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1671 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1670 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1667 -id: 23 -name: "BUSINESS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1664 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1666 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1665 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1657 -id: 25 -name: "CHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1654 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1656 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1655 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1652 -id: 26 -name: "CHEMICAL PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1649 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1651 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1650 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1647 -id: 27 -name: "CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1644 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1646 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1645 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1642 -id: 28 -name: "CHICANA/CHICANO STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1639 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1641 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1640 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1637 -id: 29 -name: "CHINESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1634 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1636 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1635 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1631 -id: 30 -name: "CINEMA AND DIGITAL MEDIA" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1629 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1633 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1630 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1627 -id: 31 -name: "CIVIL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1624 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1626 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1625 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1622 -id: 32 -name: "CLASSICAL CIVILIZATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1619 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1621 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1620 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1607 -id: 35 -name: "COMMUNICATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1604 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1606 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1605 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1602 -id: 36 -name: "COMMUNITY AND REGIONAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1599 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1601 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1600 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1597 -id: 37 -name: "COMPARATIVE LITERATURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1594 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1596 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1595 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1587 -id: 39 -name: "COMPUTER SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1584 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1586 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1585 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1582 -id: 40 -name: "COMPUTER SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1579 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1581 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1580 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1577 -id: 41 -name: "DATA SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1574 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1576 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1575 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1572 -id: 42 -name: "DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1569 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1571 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1570 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1567 -id: 43 -name: "EAST ASIAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1564 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1566 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1565 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1562 -id: 44 -name: "ECOLOGICAL MANAGEMENT AND RESTORATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1559 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1561 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1560 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1542 -id: 48 -name: "ENTOMOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1539 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1541 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1540 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1537 -id: 49 -name: "ENVIRONMENTAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1534 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1536 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1535 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1532 -id: 50 -name: "ENVIRONMENTAL HORTICULTURE AND URBAN FORESTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1529 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1531 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1530 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1527 -id: 51 -name: "ENVIRONMENTAL POLICY ANALYSIS AND PLANNING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1524 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1526 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1525 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1522 -id: 52 -name: "ENVIRONMENTAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1519 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1521 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1520 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1517 -id: 53 -name: "ENVIRONMENTAL TOXICOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1514 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1516 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1515 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1512 -id: 54 -name: "EVOLUTION, ECOLOGY AND BIODIVERSITY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1509 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1511 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1510 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1507 -id: 55 -name: "FOOD SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1503 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1505 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1504 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1501 -id: 56 -name: "FRENCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1506 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1500 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1499 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1497 -id: 57 -name: "GENDER, SEXUALITY AND WOMEN’S STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1494 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1496 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1495 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1492 -id: 58 -name: "GENETICS AND GENOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1489 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1491 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1490 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1487 -id: 59 -name: "GEOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1484 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1486 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1485 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1482 -id: 60 -name: "GERMAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1479 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1481 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1480 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1477 -id: 61 -name: "GLOBAL DISEASE BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1474 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1476 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1475 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1472 -id: 62 -name: "HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1469 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1471 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1470 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1467 -id: 63 -name: "HUMAN BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1464 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1466 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1465 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1462 -id: 64 -name: "HUMAN DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1459 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1461 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1460 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1457 -id: 65 -name: "HYDROLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1453 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1456 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1454 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1451 -id: 66 -name: "INTERNATIONAL AGRICULTURAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1448 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1450 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1449 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1441 -id: 68 -name: "ITALIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1438 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1440 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1439 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1436 -id: 69 -name: "JAPANESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1433 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1435 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1434 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1431 -id: 70 -name: "LANDSCAPE ARCHITECTURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1428 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1430 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1429 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1425 -id: 71 -name: "LINGUISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1422 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1424 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1423 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1421 -id: 72 -name: "MANAGERIAL ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1418 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1420 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1419 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1416 -id: 73 -name: "MARINE AND COASTAL SCIENCE — COASTAL ENVIRONMENTAL PROCESSES OR MARINE ENVIRONMENTAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1413 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1415 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1414 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1411 -id: 74 -name: "MARINE AND COASTAL SCIENCE — OCEANS AND THE EARTH SYSTEM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1408 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1410 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1409 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1406 -id: 75 -name: "MARINE AND COASTAL SCIENCE—MARINE ECOLOGY AND ORGANISMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1403 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1405 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1404 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1401 -id: 76 -name: "MATERIALS SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1398 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1400 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1399 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1396 -id: 77 -name: "MATHEMATICAL ANALYTICS AND OPERATIONS RESEARCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1393 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1394 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1391 -id: 78 -name: "MATHEMATICAL AND SCIENTIFIC COMPUTATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1388 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1389 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1381 -id: 80 -name: "MECHANICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1378 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1380 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1379 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1376 -id: 81 -name: "MEDIEVAL AND EARLY MODERN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1373 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1375 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1374 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1371 -id: 82 -name: "MIDDLE EAST/SOUTH ASIA STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1368 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1370 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1369 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1361 -id: 84 -name: "MUSIC" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1358 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1360 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1359 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1455 -id: 85 -name: "NATIVE AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2155 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2157 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2156 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2153 -id: 86 -name: "NEUROBIOLOGY, PHYSIOLOGY AND BEHAVIOR" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2150 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2152 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2151 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2148 -id: 87 -name: "NUTRITION SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2145 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2147 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2146 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2143 -id: 88 -name: "PHARMACEUTICAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2140 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2142 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2141 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2138 -id: 89 -name: "PHILOSOPHY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2135 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2137 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2136 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2133 -id: 90 -name: "PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2130 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2132 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2131 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2128 -id: 91 -name: "PLANT BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2125 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2127 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2126 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2123 -id: 92 -name: "PLANT SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2120 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2122 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2121 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2113 -id: 94 -name: "POLITICAL SCIENCE — PUBLIC SERVICE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2109 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2112 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2111 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2103 -id: 96 -name: "RELIGIOUS STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2100 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2102 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2101 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2098 -id: 97 -name: "RUSSIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2095 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2097 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2096 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2093 -id: 98 -name: "SCIENCE AND TECHNOLOGY STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2090 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2092 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2091 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2088 -id: 99 -name: "SOCIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2085 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2087 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2086 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2083 -id: 100 -name: "SOCIOLOGY — ORGANIZATIONAL STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2080 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2082 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2081 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2078 -id: 101 -name: "SPANISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2075 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2077 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2076 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2073 -id: 102 -name: "STATISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2070 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2072 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2071 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2068 -id: 103 -name: "SUSTAINABLE AGRICULTURE AND FOOD SYSTEMS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2065 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2067 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2066 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2062 -id: 104 -name: "SUSTAINABLE ENVIRONMENTAL DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2059 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2061 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2060 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2056 -id: 105 -name: "SYSTEMS AND SYNTHETIC BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2052 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2054 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2053 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2050 -id: 106 -name: "THEATRE AND DANCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2047 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2049 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2048 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2045 -id: 107 -name: "UNDECLARED — FINE ARTS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2041 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2043 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2042 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2039 -id: 108 -name: "UNDECLARED — HUMANITIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2036 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2038 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2037 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2032 -id: 109 -name: "UNDECLARED — LIFE SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2029 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2031 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2030 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2028 -id: 110 -name: "UNDECLARED — PHYSICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2023 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2027 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2025 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2021 -id: 111 -name: "UNDECLARED — SOCIAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2018 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2020 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2019 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2016 -id: 112 -name: "UNDECLARED/EXPLORATORY PROGRAM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2013 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2015 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2014 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2011 -id: 113 -name: "VITICULTURE AND ENOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2008 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2010 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2009 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2006 -id: 114 -name: "WILDLIFE, FISH AND CONSERVATION BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2000 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2002 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2001 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } ] |
[ FMT\Data\Entity\UserMajor {#1733 -id: 10 -name: "APPLIED CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1730 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1732 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1731 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1723 -id: 12 -name: "APPLIED PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1720 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1722 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1721 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1557 -id: 45 -name: "ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1554 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1556 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1555 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1662 -id: 24 -name: "CELL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1659 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1661 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1660 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1617 -id: 33 -name: "CLINICAL NUTRITION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1614 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1616 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1615 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1612 -id: 34 -name: "COGNITIVE SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1609 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1611 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1610 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1592 -id: 38 -name: "COMPUTER ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1589 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1591 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1590 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1552 -id: 46 -name: "ELECTRICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1549 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1551 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1550 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1547 -id: 47 -name: "ENGLISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1544 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1546 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1545 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1446 -id: 67 -name: "INTERNATIONAL RELATIONS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1443 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1445 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1444 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1386 -id: 79 -name: "MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1383 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1385 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1366 -id: 83 -name: "MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY)" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1363 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1365 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1364 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2118 -id: 93 -name: "POLITICAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2115 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2117 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2116 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2110 -id: 95 -name: "PSYCHOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2105 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2107 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2106 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2436 -id: 1 -name: "ACCOUNTING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2273 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2444 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950561 {#2431 date: 2024-12-11 20:56:01.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2389 -id: 2 -name: "AFRICAN AMERICAN AND AFRICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2392 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2391 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2394 -id: 3 -name: "AGRICULTURAL AND ENVIRONMENTAL EDUCATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2397 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2396 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2282 -id: 4 -name: "AGRICULTURAL AND ENVIRONMENTAL TECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2411 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2284 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2404 -id: 5 -name: "AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2406 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2402 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2403 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2405 -id: 6 -name: "ANIMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2249 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2387 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2386 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1748 -id: 7 -name: "ANIMAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1745 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1747 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1746 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1743 -id: 8 -name: "ANIMAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1740 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1742 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1741 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1739 -id: 9 -name: "ANTHROPOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1735 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1737 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1736 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1728 -id: 11 -name: "APPLIED MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1725 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1727 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1726 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1718 -id: 13 -name: "ART HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1715 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1717 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1716 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1713 -id: 14 -name: "ART STUDIO" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1710 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1712 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1711 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1708 -id: 15 -name: "ASIAN AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1705 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1707 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1706 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1703 -id: 16 -name: "ATMOSPHERIC SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1700 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1702 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1701 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1698 -id: 17 -name: "BIOCHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1695 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1697 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1696 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1692 -id: 18 -name: "BIOCHEMISTRY AND MOLECULAR BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1689 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1691 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1690 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1687 -id: 19 -name: "BIOLOGICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1684 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1686 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1685 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1682 -id: 20 -name: "BIOLOGICAL SYSTEMS ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1679 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1681 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1680 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1677 -id: 21 -name: "BIOMEDICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1674 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1676 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1675 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1672 -id: 22 -name: "BIOTECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1669 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1671 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1670 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1667 -id: 23 -name: "BUSINESS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1664 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1666 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1665 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1657 -id: 25 -name: "CHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1654 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1656 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1655 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1652 -id: 26 -name: "CHEMICAL PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1649 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1651 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1650 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1647 -id: 27 -name: "CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1644 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1646 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1645 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1642 -id: 28 -name: "CHICANA/CHICANO STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1639 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1641 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1640 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1637 -id: 29 -name: "CHINESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1634 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1636 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1635 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1631 -id: 30 -name: "CINEMA AND DIGITAL MEDIA" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1629 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1633 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1630 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1627 -id: 31 -name: "CIVIL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1624 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1626 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1625 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1622 -id: 32 -name: "CLASSICAL CIVILIZATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1619 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1621 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1620 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1607 -id: 35 -name: "COMMUNICATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1604 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1606 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1605 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1602 -id: 36 -name: "COMMUNITY AND REGIONAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1599 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1601 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1600 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1597 -id: 37 -name: "COMPARATIVE LITERATURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1594 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1596 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1595 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1587 -id: 39 -name: "COMPUTER SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1584 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1586 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1585 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1582 -id: 40 -name: "COMPUTER SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1579 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1581 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1580 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1577 -id: 41 -name: "DATA SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1574 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1576 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1575 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1572 -id: 42 -name: "DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1569 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1571 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1570 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1567 -id: 43 -name: "EAST ASIAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1564 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1566 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1565 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1562 -id: 44 -name: "ECOLOGICAL MANAGEMENT AND RESTORATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1559 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1561 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1560 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1542 -id: 48 -name: "ENTOMOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1539 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1541 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1540 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1537 -id: 49 -name: "ENVIRONMENTAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1534 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1536 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1535 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1532 -id: 50 -name: "ENVIRONMENTAL HORTICULTURE AND URBAN FORESTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1529 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1531 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1530 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1527 -id: 51 -name: "ENVIRONMENTAL POLICY ANALYSIS AND PLANNING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1524 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1526 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1525 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1522 -id: 52 -name: "ENVIRONMENTAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1519 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1521 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1520 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1517 -id: 53 -name: "ENVIRONMENTAL TOXICOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1514 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1516 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1515 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1512 -id: 54 -name: "EVOLUTION, ECOLOGY AND BIODIVERSITY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1509 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1511 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1510 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1507 -id: 55 -name: "FOOD SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1503 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1505 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1504 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1501 -id: 56 -name: "FRENCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1506 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1500 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1499 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1497 -id: 57 -name: "GENDER, SEXUALITY AND WOMEN’S STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1494 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1496 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1495 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1492 -id: 58 -name: "GENETICS AND GENOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1489 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1491 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1490 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1487 -id: 59 -name: "GEOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1484 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1486 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1485 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1482 -id: 60 -name: "GERMAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1479 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1481 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1480 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1477 -id: 61 -name: "GLOBAL DISEASE BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1474 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1476 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1475 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1472 -id: 62 -name: "HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1469 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1471 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1470 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1467 -id: 63 -name: "HUMAN BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1464 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1466 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1465 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1462 -id: 64 -name: "HUMAN DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1459 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1461 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1460 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1457 -id: 65 -name: "HYDROLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1453 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1456 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1454 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1451 -id: 66 -name: "INTERNATIONAL AGRICULTURAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1448 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1450 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1449 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1441 -id: 68 -name: "ITALIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1438 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1440 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1439 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1436 -id: 69 -name: "JAPANESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1433 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1435 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1434 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1431 -id: 70 -name: "LANDSCAPE ARCHITECTURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1428 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1430 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1429 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1425 -id: 71 -name: "LINGUISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1422 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1424 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1423 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1421 -id: 72 -name: "MANAGERIAL ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1418 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1420 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1419 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1416 -id: 73 -name: "MARINE AND COASTAL SCIENCE — COASTAL ENVIRONMENTAL PROCESSES OR MARINE ENVIRONMENTAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1413 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1415 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1414 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1411 -id: 74 -name: "MARINE AND COASTAL SCIENCE — OCEANS AND THE EARTH SYSTEM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1408 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1410 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1409 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1406 -id: 75 -name: "MARINE AND COASTAL SCIENCE—MARINE ECOLOGY AND ORGANISMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1403 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1405 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1404 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1401 -id: 76 -name: "MATERIALS SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1398 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1400 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1399 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1396 -id: 77 -name: "MATHEMATICAL ANALYTICS AND OPERATIONS RESEARCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1393 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1394 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1391 -id: 78 -name: "MATHEMATICAL AND SCIENTIFIC COMPUTATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1388 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1389 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1381 -id: 80 -name: "MECHANICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1378 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1380 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1379 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1376 -id: 81 -name: "MEDIEVAL AND EARLY MODERN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1373 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1375 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1374 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1371 -id: 82 -name: "MIDDLE EAST/SOUTH ASIA STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1368 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1370 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1369 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1361 -id: 84 -name: "MUSIC" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1358 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1360 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1359 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1455 -id: 85 -name: "NATIVE AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2155 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2157 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2156 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2153 -id: 86 -name: "NEUROBIOLOGY, PHYSIOLOGY AND BEHAVIOR" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2150 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2152 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2151 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2148 -id: 87 -name: "NUTRITION SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2145 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2147 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2146 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2143 -id: 88 -name: "PHARMACEUTICAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2140 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2142 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2141 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2138 -id: 89 -name: "PHILOSOPHY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2135 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2137 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2136 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2133 -id: 90 -name: "PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2130 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2132 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2131 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2128 -id: 91 -name: "PLANT BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2125 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2127 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2126 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2123 -id: 92 -name: "PLANT SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2120 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2122 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2121 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2113 -id: 94 -name: "POLITICAL SCIENCE — PUBLIC SERVICE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2109 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2112 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2111 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2103 -id: 96 -name: "RELIGIOUS STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2100 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2102 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2101 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2098 -id: 97 -name: "RUSSIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2095 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2097 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2096 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2093 -id: 98 -name: "SCIENCE AND TECHNOLOGY STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2090 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2092 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2091 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2088 -id: 99 -name: "SOCIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2085 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2087 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2086 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2083 -id: 100 -name: "SOCIOLOGY — ORGANIZATIONAL STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2080 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2082 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2081 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2078 -id: 101 -name: "SPANISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2075 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2077 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2076 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2073 -id: 102 -name: "STATISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2070 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2072 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2071 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2068 -id: 103 -name: "SUSTAINABLE AGRICULTURE AND FOOD SYSTEMS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2065 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2067 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2066 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2062 -id: 104 -name: "SUSTAINABLE ENVIRONMENTAL DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2059 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2061 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2060 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2056 -id: 105 -name: "SYSTEMS AND SYNTHETIC BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2052 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2054 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2053 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2050 -id: 106 -name: "THEATRE AND DANCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2047 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2049 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2048 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2045 -id: 107 -name: "UNDECLARED — FINE ARTS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2041 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2043 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2042 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2039 -id: 108 -name: "UNDECLARED — HUMANITIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2036 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2038 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2037 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2032 -id: 109 -name: "UNDECLARED — LIFE SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2029 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2031 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2030 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2028 -id: 110 -name: "UNDECLARED — PHYSICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2023 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2027 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2025 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2021 -id: 111 -name: "UNDECLARED — SOCIAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2018 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2020 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2019 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2016 -id: 112 -name: "UNDECLARED/EXPLORATORY PROGRAM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2013 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2015 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2014 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2011 -id: 113 -name: "VITICULTURE AND ENOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2008 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2010 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2009 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2006 -id: 114 -name: "WILDLIFE, FISH AND CONSERVATION BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2000 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2002 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2001 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } ] |
class | "FMT\Data\Entity\UserMajor" |
same as passed value |
label | "fmt.form.filter.major" |
same as passed value |
placeholder | "fmt.form.filter.all_majors" |
same as passed value |
Resolved Options
Option | Value |
---|---|
action | "" |
allow_add | false |
allow_extra_fields | false |
allow_file_upload | false |
attr | [] |
attr_translation_parameters | [] |
auto_initialize | false |
block_name | null |
block_prefix | null |
button_add_icon | "fa-plus" |
button_add_label | "action.add_new_item" |
by_reference | true |
choice_attr | null |
choice_filter | null |
choice_label | Closure(?UserMajor $major) {#4201 class: "FMT\Application\FormType\Filter\FilterFormFactory" this: FMT\Application\FormType\Filter\FilterFormFactory {#2942 …} } |
choice_loader | null |
choice_name | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceFieldName {#812 -option: [ "Symfony\Bridge\Doctrine\Form\Type\DoctrineType" "createChoiceName" ] } |
choice_translation_domain | false |
choice_translation_parameters | [] |
choice_value | Symfony\Component\Form\ChoiceList\Factory\Cache\ChoiceValue {#813 -option: [ Symfony\Bridge\Doctrine\Form\ChoiceList\IdReader {#811 -om: Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2935 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } "getIdValue" ] } |
choices | [ FMT\Data\Entity\UserMajor {#1733 -id: 10 -name: "APPLIED CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1730 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1732 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1731 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1723 -id: 12 -name: "APPLIED PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1720 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1722 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1721 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1557 -id: 45 -name: "ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1554 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1556 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1555 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1662 -id: 24 -name: "CELL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1659 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1661 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1660 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1617 -id: 33 -name: "CLINICAL NUTRITION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1614 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1616 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1615 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1612 -id: 34 -name: "COGNITIVE SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1609 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1611 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1610 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1592 -id: 38 -name: "COMPUTER ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1589 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1591 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1590 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1552 -id: 46 -name: "ELECTRICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1549 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1551 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1550 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1547 -id: 47 -name: "ENGLISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1544 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1546 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1545 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1446 -id: 67 -name: "INTERNATIONAL RELATIONS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1443 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1445 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1444 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1386 -id: 79 -name: "MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1383 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1385 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1366 -id: 83 -name: "MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY)" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1363 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1365 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1364 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2118 -id: 93 -name: "POLITICAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2115 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2117 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2116 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2110 -id: 95 -name: "PSYCHOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2105 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2107 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2106 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2436 -id: 1 -name: "ACCOUNTING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2273 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2444 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950561 {#2431 date: 2024-12-11 20:56:01.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2389 -id: 2 -name: "AFRICAN AMERICAN AND AFRICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2392 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2391 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2394 -id: 3 -name: "AGRICULTURAL AND ENVIRONMENTAL EDUCATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2397 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2396 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2282 -id: 4 -name: "AGRICULTURAL AND ENVIRONMENTAL TECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2411 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2284 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2404 -id: 5 -name: "AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2406 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2402 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2403 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2405 -id: 6 -name: "ANIMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2249 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2387 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2386 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1748 -id: 7 -name: "ANIMAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1745 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1747 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1746 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1743 -id: 8 -name: "ANIMAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1740 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1742 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1741 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1739 -id: 9 -name: "ANTHROPOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1735 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1737 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1736 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1728 -id: 11 -name: "APPLIED MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1725 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1727 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1726 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1718 -id: 13 -name: "ART HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1715 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1717 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1716 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1713 -id: 14 -name: "ART STUDIO" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1710 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1712 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1711 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1708 -id: 15 -name: "ASIAN AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1705 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1707 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1706 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1703 -id: 16 -name: "ATMOSPHERIC SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1700 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1702 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1701 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1698 -id: 17 -name: "BIOCHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1695 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1697 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1696 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1692 -id: 18 -name: "BIOCHEMISTRY AND MOLECULAR BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1689 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1691 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1690 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1687 -id: 19 -name: "BIOLOGICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1684 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1686 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1685 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1682 -id: 20 -name: "BIOLOGICAL SYSTEMS ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1679 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1681 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1680 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1677 -id: 21 -name: "BIOMEDICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1674 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1676 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1675 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1672 -id: 22 -name: "BIOTECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1669 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1671 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1670 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1667 -id: 23 -name: "BUSINESS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1664 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1666 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1665 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1657 -id: 25 -name: "CHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1654 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1656 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1655 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1652 -id: 26 -name: "CHEMICAL PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1649 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1651 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1650 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1647 -id: 27 -name: "CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1644 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1646 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1645 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1642 -id: 28 -name: "CHICANA/CHICANO STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1639 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1641 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1640 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1637 -id: 29 -name: "CHINESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1634 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1636 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1635 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1631 -id: 30 -name: "CINEMA AND DIGITAL MEDIA" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1629 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1633 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1630 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1627 -id: 31 -name: "CIVIL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1624 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1626 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1625 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1622 -id: 32 -name: "CLASSICAL CIVILIZATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1619 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1621 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1620 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1607 -id: 35 -name: "COMMUNICATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1604 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1606 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1605 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1602 -id: 36 -name: "COMMUNITY AND REGIONAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1599 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1601 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1600 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1597 -id: 37 -name: "COMPARATIVE LITERATURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1594 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1596 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1595 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1587 -id: 39 -name: "COMPUTER SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1584 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1586 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1585 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1582 -id: 40 -name: "COMPUTER SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1579 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1581 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1580 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1577 -id: 41 -name: "DATA SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1574 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1576 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1575 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1572 -id: 42 -name: "DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1569 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1571 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1570 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1567 -id: 43 -name: "EAST ASIAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1564 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1566 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1565 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1562 -id: 44 -name: "ECOLOGICAL MANAGEMENT AND RESTORATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1559 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1561 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1560 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1542 -id: 48 -name: "ENTOMOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1539 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1541 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1540 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1537 -id: 49 -name: "ENVIRONMENTAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1534 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1536 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1535 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1532 -id: 50 -name: "ENVIRONMENTAL HORTICULTURE AND URBAN FORESTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1529 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1531 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1530 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1527 -id: 51 -name: "ENVIRONMENTAL POLICY ANALYSIS AND PLANNING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1524 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1526 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1525 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1522 -id: 52 -name: "ENVIRONMENTAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1519 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1521 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1520 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1517 -id: 53 -name: "ENVIRONMENTAL TOXICOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1514 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1516 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1515 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1512 -id: 54 -name: "EVOLUTION, ECOLOGY AND BIODIVERSITY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1509 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1511 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1510 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1507 -id: 55 -name: "FOOD SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1503 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1505 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1504 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1501 -id: 56 -name: "FRENCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1506 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1500 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1499 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1497 -id: 57 -name: "GENDER, SEXUALITY AND WOMEN’S STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1494 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1496 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1495 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1492 -id: 58 -name: "GENETICS AND GENOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1489 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1491 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1490 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1487 -id: 59 -name: "GEOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1484 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1486 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1485 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1482 -id: 60 -name: "GERMAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1479 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1481 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1480 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1477 -id: 61 -name: "GLOBAL DISEASE BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1474 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1476 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1475 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1472 -id: 62 -name: "HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1469 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1471 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1470 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1467 -id: 63 -name: "HUMAN BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1464 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1466 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1465 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1462 -id: 64 -name: "HUMAN DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1459 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1461 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1460 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1457 -id: 65 -name: "HYDROLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1453 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1456 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1454 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1451 -id: 66 -name: "INTERNATIONAL AGRICULTURAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1448 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1450 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1449 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1441 -id: 68 -name: "ITALIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1438 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1440 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1439 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1436 -id: 69 -name: "JAPANESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1433 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1435 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1434 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1431 -id: 70 -name: "LANDSCAPE ARCHITECTURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1428 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1430 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1429 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1425 -id: 71 -name: "LINGUISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1422 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1424 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1423 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1421 -id: 72 -name: "MANAGERIAL ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1418 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1420 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1419 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1416 -id: 73 -name: "MARINE AND COASTAL SCIENCE — COASTAL ENVIRONMENTAL PROCESSES OR MARINE ENVIRONMENTAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1413 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1415 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1414 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1411 -id: 74 -name: "MARINE AND COASTAL SCIENCE — OCEANS AND THE EARTH SYSTEM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1408 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1410 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1409 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1406 -id: 75 -name: "MARINE AND COASTAL SCIENCE—MARINE ECOLOGY AND ORGANISMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1403 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1405 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1404 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1401 -id: 76 -name: "MATERIALS SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1398 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1400 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1399 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1396 -id: 77 -name: "MATHEMATICAL ANALYTICS AND OPERATIONS RESEARCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1393 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1394 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1391 -id: 78 -name: "MATHEMATICAL AND SCIENTIFIC COMPUTATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1388 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1389 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1381 -id: 80 -name: "MECHANICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1378 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1380 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1379 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1376 -id: 81 -name: "MEDIEVAL AND EARLY MODERN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1373 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1375 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1374 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1371 -id: 82 -name: "MIDDLE EAST/SOUTH ASIA STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1368 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1370 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1369 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1361 -id: 84 -name: "MUSIC" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1358 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1360 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1359 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#1455 -id: 85 -name: "NATIVE AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2155 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2157 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2156 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2153 -id: 86 -name: "NEUROBIOLOGY, PHYSIOLOGY AND BEHAVIOR" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2150 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2152 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2151 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2148 -id: 87 -name: "NUTRITION SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2145 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2147 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2146 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2143 -id: 88 -name: "PHARMACEUTICAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2140 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2142 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2141 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2138 -id: 89 -name: "PHILOSOPHY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2135 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2137 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2136 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2133 -id: 90 -name: "PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2130 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2132 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2131 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2128 -id: 91 -name: "PLANT BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2125 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2127 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2126 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2123 -id: 92 -name: "PLANT SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2120 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2122 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2121 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2113 -id: 94 -name: "POLITICAL SCIENCE — PUBLIC SERVICE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2109 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2112 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2111 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2103 -id: 96 -name: "RELIGIOUS STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2100 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2102 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2101 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2098 -id: 97 -name: "RUSSIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2095 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2097 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2096 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2093 -id: 98 -name: "SCIENCE AND TECHNOLOGY STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2090 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2092 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2091 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2088 -id: 99 -name: "SOCIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2085 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2087 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2086 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2083 -id: 100 -name: "SOCIOLOGY — ORGANIZATIONAL STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2080 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2082 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2081 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2078 -id: 101 -name: "SPANISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2075 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2077 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2076 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2073 -id: 102 -name: "STATISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2070 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2072 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2071 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2068 -id: 103 -name: "SUSTAINABLE AGRICULTURE AND FOOD SYSTEMS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2065 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2067 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2066 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2062 -id: 104 -name: "SUSTAINABLE ENVIRONMENTAL DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2059 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2061 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2060 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2056 -id: 105 -name: "SYSTEMS AND SYNTHETIC BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2052 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2054 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2053 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2050 -id: 106 -name: "THEATRE AND DANCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2047 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2049 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2048 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2045 -id: 107 -name: "UNDECLARED — FINE ARTS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2041 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2043 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2042 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2039 -id: 108 -name: "UNDECLARED — HUMANITIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2036 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2038 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2037 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2032 -id: 109 -name: "UNDECLARED — LIFE SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2029 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2031 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2030 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2028 -id: 110 -name: "UNDECLARED — PHYSICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2023 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2027 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2025 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2021 -id: 111 -name: "UNDECLARED — SOCIAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2018 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2020 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2019 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2016 -id: 112 -name: "UNDECLARED/EXPLORATORY PROGRAM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2013 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2015 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2014 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2011 -id: 113 -name: "VITICULTURE AND ENOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2008 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2010 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2009 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } FMT\Data\Entity\UserMajor {#2006 -id: 114 -name: "WILDLIFE, FISH AND CONSERVATION BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2000 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2002 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2001 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } ] |
class | "FMT\Data\Entity\UserMajor" |
column_size | "" |
compound | false |
constraints | [] |
crudControllerFqcn | null |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data_class | null |
disabled | false |
em | Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} |
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 {#811 -om: Container4vHmh8T\EntityManager_9a5be93 - Doctrine\ORM\EntityManager@proxy {#472 …2} -classMetadata: Doctrine\ORM\Mapping\ClassMetadata {#2935 …} -singleId: true -intId: true -idField: "id" -associationIdReader: null } |
inherit_data | false |
invalid_message | "This value is not valid." |
invalid_message_parameters | [] |
is_empty_callback | null |
label | "fmt.form.filter.major" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
legacy_error_messages | true |
list_button_cancel_label | "action.list.cancel" |
list_button_icon | "fa-list" |
list_button_label | "action.list_items" |
list_button_validate_label | "action.list.validate" |
list_display_columns | null |
list_filters | null |
list_selector | false |
list_show_filter | false |
list_show_search | false |
mapped | true |
method | "POST" |
multiple | false |
placeholder | "fmt.form.filter.all_majors" |
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 | null |
required | true |
row_attr | [] |
setter | null |
translation_domain | null |
trim | false |
upload_max_size_message | Closure() {#810 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#808 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
allow_add | false |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "choice" "entity" "_base_filter_major" ] |
button_add_icon | "fa-plus" |
button_add_label | "action.add_new_item" |
cache_key | "_base_filter_major_entity" |
choice_translation_domain | false |
choice_translation_parameters | [] |
choices | [ 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4807 +label: "University of California, Davis (UCDAVIS) - APPLIED CHEMISTRY (5 students)" +value: "10" +data: FMT\Data\Entity\UserMajor {#1733 -id: 10 -name: "APPLIED CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1730 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1732 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1731 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4803 +label: "University of California, Davis (UCDAVIS) - APPLIED PHYSICS (2 students)" +value: "12" +data: FMT\Data\Entity\UserMajor {#1723 -id: 12 -name: "APPLIED PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1720 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1722 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1721 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#4806 +label: "University of California, Davis (UCDAVIS) - ECONOMICS (2 students)" +value: "45" +data: FMT\Data\Entity\UserMajor {#1557 -id: 45 -name: "ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1554 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1556 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1555 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5039 +label: "University of California, Davis (UCDAVIS) - CELL BIOLOGY (1 students)" +value: "24" +data: FMT\Data\Entity\UserMajor {#1662 -id: 24 -name: "CELL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1659 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1661 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1660 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5040 +label: "University of California, Davis (UCDAVIS) - CLINICAL NUTRITION (1 students)" +value: "33" +data: FMT\Data\Entity\UserMajor {#1617 -id: 33 -name: "CLINICAL NUTRITION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1614 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1616 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1615 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5041 +label: "University of California, Davis (UCDAVIS) - COGNITIVE SCIENCE (1 students)" +value: "34" +data: FMT\Data\Entity\UserMajor {#1612 -id: 34 -name: "COGNITIVE SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1609 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1611 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1610 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5004 +label: "University of California, Davis (UCDAVIS) - COMPUTER ENGINEERING (1 students)" +value: "38" +data: FMT\Data\Entity\UserMajor {#1592 -id: 38 -name: "COMPUTER ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1589 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1591 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1590 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5005 +label: "University of California, Davis (UCDAVIS) - ELECTRICAL ENGINEERING (1 students)" +value: "46" +data: FMT\Data\Entity\UserMajor {#1552 -id: 46 -name: "ELECTRICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1549 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1551 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1550 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5038 +label: "University of California, Davis (UCDAVIS) - ENGLISH (1 students)" +value: "47" +data: FMT\Data\Entity\UserMajor {#1547 -id: 47 -name: "ENGLISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1544 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1546 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1545 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5037 +label: "University of California, Davis (UCDAVIS) - INTERNATIONAL RELATIONS (1 students)" +value: "67" +data: FMT\Data\Entity\UserMajor {#1446 -id: 67 -name: "INTERNATIONAL RELATIONS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1443 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1445 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1444 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5036 +label: "University of California, Davis (UCDAVIS) - MATHEMATICS (1 students)" +value: "79" +data: FMT\Data\Entity\UserMajor {#1386 -id: 79 -name: "MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1383 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1385 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5035 +label: "University of California, Davis (UCDAVIS) - MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY) (1 students)" +value: "83" +data: FMT\Data\Entity\UserMajor {#1366 -id: 83 -name: "MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY)" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1363 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1365 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1364 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5034 +label: "University of California, Davis (UCDAVIS) - POLITICAL SCIENCE (1 students)" +value: "93" +data: FMT\Data\Entity\UserMajor {#2118 -id: 93 -name: "POLITICAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2115 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2117 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2116 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5033 +label: "University of California, Davis (UCDAVIS) - PSYCHOLOGY (1 students)" +value: "95" +data: FMT\Data\Entity\UserMajor {#2110 -id: 95 -name: "PSYCHOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2105 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2107 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2106 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5032 +label: "University of California, Davis (UCDAVIS) - ACCOUNTING (0 students)" +value: "1" +data: FMT\Data\Entity\UserMajor {#2436 -id: 1 -name: "ACCOUNTING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2273 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2444 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950561 {#2431 date: 2024-12-11 20:56:01.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5031 +label: "University of California, Davis (UCDAVIS) - AFRICAN AMERICAN AND AFRICAN STUDIES (0 students)" +value: "2" +data: FMT\Data\Entity\UserMajor {#2389 -id: 2 -name: "AFRICAN AMERICAN AND AFRICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2392 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2391 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5030 +label: "University of California, Davis (UCDAVIS) - AGRICULTURAL AND ENVIRONMENTAL EDUCATION (0 students)" +value: "3" +data: FMT\Data\Entity\UserMajor {#2394 -id: 3 -name: "AGRICULTURAL AND ENVIRONMENTAL EDUCATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2397 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2396 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5014 +label: "University of California, Davis (UCDAVIS) - AGRICULTURAL AND ENVIRONMENTAL TECHNOLOGY (0 students)" +value: "4" +data: FMT\Data\Entity\UserMajor {#2282 -id: 4 -name: "AGRICULTURAL AND ENVIRONMENTAL TECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2411 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2284 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2384 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5015 +label: "University of California, Davis (UCDAVIS) - AMERICAN STUDIES (0 students)" +value: "5" +data: FMT\Data\Entity\UserMajor {#2404 -id: 5 -name: "AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2406 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2402 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2403 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5016 +label: "University of California, Davis (UCDAVIS) - ANIMAL BIOLOGY (0 students)" +value: "6" +data: FMT\Data\Entity\UserMajor {#2405 -id: 6 -name: "ANIMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2249 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2387 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2386 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5017 +label: "University of California, Davis (UCDAVIS) - ANIMAL SCIENCE (0 students)" +value: "7" +data: FMT\Data\Entity\UserMajor {#1748 -id: 7 -name: "ANIMAL SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1745 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1747 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1746 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5018 +label: "University of California, Davis (UCDAVIS) - ANIMAL SCIENCE AND MANAGEMENT (0 students)" +value: "8" +data: FMT\Data\Entity\UserMajor {#1743 -id: 8 -name: "ANIMAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1740 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1742 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1741 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5019 +label: "University of California, Davis (UCDAVIS) - ANTHROPOLOGY (0 students)" +value: "9" +data: FMT\Data\Entity\UserMajor {#1739 -id: 9 -name: "ANTHROPOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1735 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1737 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1736 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5020 +label: "University of California, Davis (UCDAVIS) - APPLIED MATHEMATICS (0 students)" +value: "11" +data: FMT\Data\Entity\UserMajor {#1728 -id: 11 -name: "APPLIED MATHEMATICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1725 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1727 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1726 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5021 +label: "University of California, Davis (UCDAVIS) - ART HISTORY (0 students)" +value: "13" +data: FMT\Data\Entity\UserMajor {#1718 -id: 13 -name: "ART HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1715 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1717 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1716 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5022 +label: "University of California, Davis (UCDAVIS) - ART STUDIO (0 students)" +value: "14" +data: FMT\Data\Entity\UserMajor {#1713 -id: 14 -name: "ART STUDIO" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1710 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1712 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1711 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5023 +label: "University of California, Davis (UCDAVIS) - ASIAN AMERICAN STUDIES (0 students)" +value: "15" +data: FMT\Data\Entity\UserMajor {#1708 -id: 15 -name: "ASIAN AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1705 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1707 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1706 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5024 +label: "University of California, Davis (UCDAVIS) - ATMOSPHERIC SCIENCE (0 students)" +value: "16" +data: FMT\Data\Entity\UserMajor {#1703 -id: 16 -name: "ATMOSPHERIC SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1700 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1702 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1701 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5025 +label: "University of California, Davis (UCDAVIS) - BIOCHEMICAL ENGINEERING (0 students)" +value: "17" +data: FMT\Data\Entity\UserMajor {#1698 -id: 17 -name: "BIOCHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1695 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1697 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1696 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5026 +label: "University of California, Davis (UCDAVIS) - BIOCHEMISTRY AND MOLECULAR BIOLOGY (0 students)" +value: "18" +data: FMT\Data\Entity\UserMajor {#1692 -id: 18 -name: "BIOCHEMISTRY AND MOLECULAR BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1689 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1691 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1690 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5027 +label: "University of California, Davis (UCDAVIS) - BIOLOGICAL SCIENCES (0 students)" +value: "19" +data: FMT\Data\Entity\UserMajor {#1687 -id: 19 -name: "BIOLOGICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1684 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1686 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1685 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5028 +label: "University of California, Davis (UCDAVIS) - BIOLOGICAL SYSTEMS ENGINEERING (0 students)" +value: "20" +data: FMT\Data\Entity\UserMajor {#1682 -id: 20 -name: "BIOLOGICAL SYSTEMS ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1679 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1681 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1680 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5029 +label: "University of California, Davis (UCDAVIS) - BIOMEDICAL ENGINEERING (0 students)" +value: "21" +data: FMT\Data\Entity\UserMajor {#1677 -id: 21 -name: "BIOMEDICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1674 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1676 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1675 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5045 +label: "University of California, Davis (UCDAVIS) - BIOTECHNOLOGY (0 students)" +value: "22" +data: FMT\Data\Entity\UserMajor {#1672 -id: 22 -name: "BIOTECHNOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1669 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1671 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1670 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5046 +label: "University of California, Davis (UCDAVIS) - BUSINESS (0 students)" +value: "23" +data: FMT\Data\Entity\UserMajor {#1667 -id: 23 -name: "BUSINESS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1664 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1666 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1665 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5047 +label: "University of California, Davis (UCDAVIS) - CHEMICAL ENGINEERING (0 students)" +value: "25" +data: FMT\Data\Entity\UserMajor {#1657 -id: 25 -name: "CHEMICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1654 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1656 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1655 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5048 +label: "University of California, Davis (UCDAVIS) - CHEMICAL PHYSICS (0 students)" +value: "26" +data: FMT\Data\Entity\UserMajor {#1652 -id: 26 -name: "CHEMICAL PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1649 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1651 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1650 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5049 +label: "University of California, Davis (UCDAVIS) - CHEMISTRY (0 students)" +value: "27" +data: FMT\Data\Entity\UserMajor {#1647 -id: 27 -name: "CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1644 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1646 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1645 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5050 +label: "University of California, Davis (UCDAVIS) - CHICANA/CHICANO STUDIES (0 students)" +value: "28" +data: FMT\Data\Entity\UserMajor {#1642 -id: 28 -name: "CHICANA/CHICANO STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1639 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1641 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1640 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5051 +label: "University of California, Davis (UCDAVIS) - CHINESE (0 students)" +value: "29" +data: FMT\Data\Entity\UserMajor {#1637 -id: 29 -name: "CHINESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1634 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1636 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1635 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5052 +label: "University of California, Davis (UCDAVIS) - CINEMA AND DIGITAL MEDIA (0 students)" +value: "30" +data: FMT\Data\Entity\UserMajor {#1631 -id: 30 -name: "CINEMA AND DIGITAL MEDIA" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1629 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1633 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1630 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5053 +label: "University of California, Davis (UCDAVIS) - CIVIL ENGINEERING (0 students)" +value: "31" +data: FMT\Data\Entity\UserMajor {#1627 -id: 31 -name: "CIVIL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1624 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1626 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1625 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5054 +label: "University of California, Davis (UCDAVIS) - CLASSICAL CIVILIZATION (0 students)" +value: "32" +data: FMT\Data\Entity\UserMajor {#1622 -id: 32 -name: "CLASSICAL CIVILIZATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1619 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1621 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1620 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5055 +label: "University of California, Davis (UCDAVIS) - COMMUNICATION (0 students)" +value: "35" +data: FMT\Data\Entity\UserMajor {#1607 -id: 35 -name: "COMMUNICATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1604 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1606 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1605 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5056 +label: "University of California, Davis (UCDAVIS) - COMMUNITY AND REGIONAL DEVELOPMENT (0 students)" +value: "36" +data: FMT\Data\Entity\UserMajor {#1602 -id: 36 -name: "COMMUNITY AND REGIONAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1599 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1601 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1600 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5057 +label: "University of California, Davis (UCDAVIS) - COMPARATIVE LITERATURE (0 students)" +value: "37" +data: FMT\Data\Entity\UserMajor {#1597 -id: 37 -name: "COMPARATIVE LITERATURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1594 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1596 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1595 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5058 +label: "University of California, Davis (UCDAVIS) - COMPUTER SCIENCE (0 students)" +value: "39" +data: FMT\Data\Entity\UserMajor {#1587 -id: 39 -name: "COMPUTER SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1584 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1586 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1585 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5059 +label: "University of California, Davis (UCDAVIS) - COMPUTER SCIENCE AND ENGINEERING (0 students)" +value: "40" +data: FMT\Data\Entity\UserMajor {#1582 -id: 40 -name: "COMPUTER SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1579 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1581 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1580 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5060 +label: "University of California, Davis (UCDAVIS) - DATA SCIENCE (0 students)" +value: "41" +data: FMT\Data\Entity\UserMajor {#1577 -id: 41 -name: "DATA SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1574 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1576 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1575 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5061 +label: "University of California, Davis (UCDAVIS) - DESIGN (0 students)" +value: "42" +data: FMT\Data\Entity\UserMajor {#1572 -id: 42 -name: "DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1569 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1571 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1570 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5062 +label: "University of California, Davis (UCDAVIS) - EAST ASIAN STUDIES (0 students)" +value: "43" +data: FMT\Data\Entity\UserMajor {#1567 -id: 43 -name: "EAST ASIAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1564 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1566 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1565 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5063 +label: "University of California, Davis (UCDAVIS) - ECOLOGICAL MANAGEMENT AND RESTORATION (0 students)" +value: "44" +data: FMT\Data\Entity\UserMajor {#1562 -id: 44 -name: "ECOLOGICAL MANAGEMENT AND RESTORATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1559 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1561 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1560 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5064 +label: "University of California, Davis (UCDAVIS) - ENTOMOLOGY (0 students)" +value: "48" +data: FMT\Data\Entity\UserMajor {#1542 -id: 48 -name: "ENTOMOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1539 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1541 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1540 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5065 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL ENGINEERING (0 students)" +value: "49" +data: FMT\Data\Entity\UserMajor {#1537 -id: 49 -name: "ENVIRONMENTAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1534 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1536 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1535 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5066 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL HORTICULTURE AND URBAN FORESTRY (0 students)" +value: "50" +data: FMT\Data\Entity\UserMajor {#1532 -id: 50 -name: "ENVIRONMENTAL HORTICULTURE AND URBAN FORESTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1529 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1531 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1530 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5067 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL POLICY ANALYSIS AND PLANNING (0 students)" +value: "51" +data: FMT\Data\Entity\UserMajor {#1527 -id: 51 -name: "ENVIRONMENTAL POLICY ANALYSIS AND PLANNING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1524 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1526 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1525 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5068 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL SCIENCE AND MANAGEMENT (0 students)" +value: "52" +data: FMT\Data\Entity\UserMajor {#1522 -id: 52 -name: "ENVIRONMENTAL SCIENCE AND MANAGEMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1519 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1521 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1520 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5069 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL TOXICOLOGY (0 students)" +value: "53" +data: FMT\Data\Entity\UserMajor {#1517 -id: 53 -name: "ENVIRONMENTAL TOXICOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1514 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1516 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1515 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5070 +label: "University of California, Davis (UCDAVIS) - EVOLUTION, ECOLOGY AND BIODIVERSITY (0 students)" +value: "54" +data: FMT\Data\Entity\UserMajor {#1512 -id: 54 -name: "EVOLUTION, ECOLOGY AND BIODIVERSITY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1509 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1511 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1510 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5071 +label: "University of California, Davis (UCDAVIS) - FOOD SCIENCE (0 students)" +value: "55" +data: FMT\Data\Entity\UserMajor {#1507 -id: 55 -name: "FOOD SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1503 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1505 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1504 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5072 +label: "University of California, Davis (UCDAVIS) - FRENCH (0 students)" +value: "56" +data: FMT\Data\Entity\UserMajor {#1501 -id: 56 -name: "FRENCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1506 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1500 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1499 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5073 +label: "University of California, Davis (UCDAVIS) - GENDER, SEXUALITY AND WOMEN’S STUDIES (0 students)" +value: "57" +data: FMT\Data\Entity\UserMajor {#1497 -id: 57 -name: "GENDER, SEXUALITY AND WOMEN’S STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1494 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1496 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1495 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5074 +label: "University of California, Davis (UCDAVIS) - GENETICS AND GENOMICS (0 students)" +value: "58" +data: FMT\Data\Entity\UserMajor {#1492 -id: 58 -name: "GENETICS AND GENOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1489 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1491 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1490 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5075 +label: "University of California, Davis (UCDAVIS) - GEOLOGY (0 students)" +value: "59" +data: FMT\Data\Entity\UserMajor {#1487 -id: 59 -name: "GEOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1484 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1486 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1485 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5076 +label: "University of California, Davis (UCDAVIS) - GERMAN (0 students)" +value: "60" +data: FMT\Data\Entity\UserMajor {#1482 -id: 60 -name: "GERMAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1479 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1481 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1480 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5077 +label: "University of California, Davis (UCDAVIS) - GLOBAL DISEASE BIOLOGY (0 students)" +value: "61" +data: FMT\Data\Entity\UserMajor {#1477 -id: 61 -name: "GLOBAL DISEASE BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1474 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1476 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1475 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5078 +label: "University of California, Davis (UCDAVIS) - HISTORY (0 students)" +value: "62" +data: FMT\Data\Entity\UserMajor {#1472 -id: 62 -name: "HISTORY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1469 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1471 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1470 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5079 +label: "University of California, Davis (UCDAVIS) - HUMAN BIOLOGY (0 students)" +value: "63" +data: FMT\Data\Entity\UserMajor {#1467 -id: 63 -name: "HUMAN BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1464 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1466 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1465 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5080 +label: "University of California, Davis (UCDAVIS) - HUMAN DEVELOPMENT (0 students)" +value: "64" +data: FMT\Data\Entity\UserMajor {#1462 -id: 64 -name: "HUMAN DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1459 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1461 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1460 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5081 +label: "University of California, Davis (UCDAVIS) - HYDROLOGY (0 students)" +value: "65" +data: FMT\Data\Entity\UserMajor {#1457 -id: 65 -name: "HYDROLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1453 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1456 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1454 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5082 +label: "University of California, Davis (UCDAVIS) - INTERNATIONAL AGRICULTURAL DEVELOPMENT (0 students)" +value: "66" +data: FMT\Data\Entity\UserMajor {#1451 -id: 66 -name: "INTERNATIONAL AGRICULTURAL DEVELOPMENT" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1448 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1450 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1449 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5083 +label: "University of California, Davis (UCDAVIS) - ITALIAN (0 students)" +value: "68" +data: FMT\Data\Entity\UserMajor {#1441 -id: 68 -name: "ITALIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1438 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1440 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1439 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5084 +label: "University of California, Davis (UCDAVIS) - JAPANESE (0 students)" +value: "69" +data: FMT\Data\Entity\UserMajor {#1436 -id: 69 -name: "JAPANESE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1433 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1435 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1434 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5085 +label: "University of California, Davis (UCDAVIS) - LANDSCAPE ARCHITECTURE (0 students)" +value: "70" +data: FMT\Data\Entity\UserMajor {#1431 -id: 70 -name: "LANDSCAPE ARCHITECTURE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1428 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1430 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1429 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5086 +label: "University of California, Davis (UCDAVIS) - LINGUISTICS (0 students)" +value: "71" +data: FMT\Data\Entity\UserMajor {#1425 -id: 71 -name: "LINGUISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1422 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1424 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1423 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5087 +label: "University of California, Davis (UCDAVIS) - MANAGERIAL ECONOMICS (0 students)" +value: "72" +data: FMT\Data\Entity\UserMajor {#1421 -id: 72 -name: "MANAGERIAL ECONOMICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1418 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1420 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1419 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5088 +label: "University of California, Davis (UCDAVIS) - MARINE AND COASTAL SCIENCE — COASTAL ENVIRONMENTAL PROCESSES OR MARINE ENVIRONMENTAL CHEMISTRY (0 students)" +value: "73" +data: FMT\Data\Entity\UserMajor {#1416 -id: 73 -name: "MARINE AND COASTAL SCIENCE — COASTAL ENVIRONMENTAL PROCESSES OR MARINE ENVIRONMENTAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1413 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1415 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1414 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5089 +label: "University of California, Davis (UCDAVIS) - MARINE AND COASTAL SCIENCE — OCEANS AND THE EARTH SYSTEM (0 students)" +value: "74" +data: FMT\Data\Entity\UserMajor {#1411 -id: 74 -name: "MARINE AND COASTAL SCIENCE — OCEANS AND THE EARTH SYSTEM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1408 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1410 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1409 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5090 +label: "University of California, Davis (UCDAVIS) - MARINE AND COASTAL SCIENCE—MARINE ECOLOGY AND ORGANISMAL BIOLOGY (0 students)" +value: "75" +data: FMT\Data\Entity\UserMajor {#1406 -id: 75 -name: "MARINE AND COASTAL SCIENCE—MARINE ECOLOGY AND ORGANISMAL BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1403 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1405 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1404 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5091 +label: "University of California, Davis (UCDAVIS) - MATERIALS SCIENCE AND ENGINEERING (0 students)" +value: "76" +data: FMT\Data\Entity\UserMajor {#1401 -id: 76 -name: "MATERIALS SCIENCE AND ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1398 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1400 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1399 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5092 +label: "University of California, Davis (UCDAVIS) - MATHEMATICAL ANALYTICS AND OPERATIONS RESEARCH (0 students)" +value: "77" +data: FMT\Data\Entity\UserMajor {#1396 -id: 77 -name: "MATHEMATICAL ANALYTICS AND OPERATIONS RESEARCH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1393 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1395 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1394 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5093 +label: "University of California, Davis (UCDAVIS) - MATHEMATICAL AND SCIENTIFIC COMPUTATION (0 students)" +value: "78" +data: FMT\Data\Entity\UserMajor {#1391 -id: 78 -name: "MATHEMATICAL AND SCIENTIFIC COMPUTATION" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1388 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1390 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1389 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5094 +label: "University of California, Davis (UCDAVIS) - MECHANICAL ENGINEERING (0 students)" +value: "80" +data: FMT\Data\Entity\UserMajor {#1381 -id: 80 -name: "MECHANICAL ENGINEERING" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1378 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1380 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1379 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5095 +label: "University of California, Davis (UCDAVIS) - MEDIEVAL AND EARLY MODERN STUDIES (0 students)" +value: "81" +data: FMT\Data\Entity\UserMajor {#1376 -id: 81 -name: "MEDIEVAL AND EARLY MODERN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1373 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1375 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1374 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5096 +label: "University of California, Davis (UCDAVIS) - MIDDLE EAST/SOUTH ASIA STUDIES (0 students)" +value: "82" +data: FMT\Data\Entity\UserMajor {#1371 -id: 82 -name: "MIDDLE EAST/SOUTH ASIA STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1368 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1370 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1369 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5097 +label: "University of California, Davis (UCDAVIS) - MUSIC (0 students)" +value: "84" +data: FMT\Data\Entity\UserMajor {#1361 -id: 84 -name: "MUSIC" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#1358 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#1360 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#1359 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5098 +label: "University of California, Davis (UCDAVIS) - NATIVE AMERICAN STUDIES (0 students)" +value: "85" +data: FMT\Data\Entity\UserMajor {#1455 -id: 85 -name: "NATIVE AMERICAN STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2155 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2157 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2156 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5099 +label: "University of California, Davis (UCDAVIS) - NEUROBIOLOGY, PHYSIOLOGY AND BEHAVIOR (0 students)" +value: "86" +data: FMT\Data\Entity\UserMajor {#2153 -id: 86 -name: "NEUROBIOLOGY, PHYSIOLOGY AND BEHAVIOR" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2150 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2152 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2151 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5100 +label: "University of California, Davis (UCDAVIS) - NUTRITION SCIENCE (0 students)" +value: "87" +data: FMT\Data\Entity\UserMajor {#2148 -id: 87 -name: "NUTRITION SCIENCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2145 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2147 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2146 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5101 +label: "University of California, Davis (UCDAVIS) - PHARMACEUTICAL CHEMISTRY (0 students)" +value: "88" +data: FMT\Data\Entity\UserMajor {#2143 -id: 88 -name: "PHARMACEUTICAL CHEMISTRY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2140 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2142 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2141 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5102 +label: "University of California, Davis (UCDAVIS) - PHILOSOPHY (0 students)" +value: "89" +data: FMT\Data\Entity\UserMajor {#2138 -id: 89 -name: "PHILOSOPHY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2135 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2137 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2136 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5103 +label: "University of California, Davis (UCDAVIS) - PHYSICS (0 students)" +value: "90" +data: FMT\Data\Entity\UserMajor {#2133 -id: 90 -name: "PHYSICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2130 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2132 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2131 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5104 +label: "University of California, Davis (UCDAVIS) - PLANT BIOLOGY (0 students)" +value: "91" +data: FMT\Data\Entity\UserMajor {#2128 -id: 91 -name: "PLANT BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2125 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2127 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2126 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5105 +label: "University of California, Davis (UCDAVIS) - PLANT SCIENCES (0 students)" +value: "92" +data: FMT\Data\Entity\UserMajor {#2123 -id: 92 -name: "PLANT SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2120 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2122 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2121 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5106 +label: "University of California, Davis (UCDAVIS) - POLITICAL SCIENCE — PUBLIC SERVICE (0 students)" +value: "94" +data: FMT\Data\Entity\UserMajor {#2113 -id: 94 -name: "POLITICAL SCIENCE — PUBLIC SERVICE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2109 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2112 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2111 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5107 +label: "University of California, Davis (UCDAVIS) - RELIGIOUS STUDIES (0 students)" +value: "96" +data: FMT\Data\Entity\UserMajor {#2103 -id: 96 -name: "RELIGIOUS STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2100 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2102 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2101 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5108 +label: "University of California, Davis (UCDAVIS) - RUSSIAN (0 students)" +value: "97" +data: FMT\Data\Entity\UserMajor {#2098 -id: 97 -name: "RUSSIAN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2095 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2097 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2096 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5109 +label: "University of California, Davis (UCDAVIS) - SCIENCE AND TECHNOLOGY STUDIES (0 students)" +value: "98" +data: FMT\Data\Entity\UserMajor {#2093 -id: 98 -name: "SCIENCE AND TECHNOLOGY STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2090 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2092 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2091 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5110 +label: "University of California, Davis (UCDAVIS) - SOCIOLOGY (0 students)" +value: "99" +data: FMT\Data\Entity\UserMajor {#2088 -id: 99 -name: "SOCIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2085 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2087 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2086 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5111 +label: "University of California, Davis (UCDAVIS) - SOCIOLOGY — ORGANIZATIONAL STUDIES (0 students)" +value: "100" +data: FMT\Data\Entity\UserMajor {#2083 -id: 100 -name: "SOCIOLOGY — ORGANIZATIONAL STUDIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2080 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2082 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2081 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5112 +label: "University of California, Davis (UCDAVIS) - SPANISH (0 students)" +value: "101" +data: FMT\Data\Entity\UserMajor {#2078 -id: 101 -name: "SPANISH" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2075 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2077 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2076 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5113 +label: "University of California, Davis (UCDAVIS) - STATISTICS (0 students)" +value: "102" +data: FMT\Data\Entity\UserMajor {#2073 -id: 102 -name: "STATISTICS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2070 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2072 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2071 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5114 +label: "University of California, Davis (UCDAVIS) - SUSTAINABLE AGRICULTURE AND FOOD SYSTEMS (0 students)" +value: "103" +data: FMT\Data\Entity\UserMajor {#2068 -id: 103 -name: "SUSTAINABLE AGRICULTURE AND FOOD SYSTEMS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2065 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2067 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2066 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5115 +label: "University of California, Davis (UCDAVIS) - SUSTAINABLE ENVIRONMENTAL DESIGN (0 students)" +value: "104" +data: FMT\Data\Entity\UserMajor {#2062 -id: 104 -name: "SUSTAINABLE ENVIRONMENTAL DESIGN" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2059 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2061 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2060 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5116 +label: "University of California, Davis (UCDAVIS) - SYSTEMS AND SYNTHETIC BIOLOGY (0 students)" +value: "105" +data: FMT\Data\Entity\UserMajor {#2056 -id: 105 -name: "SYSTEMS AND SYNTHETIC BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2052 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2054 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2053 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5117 +label: "University of California, Davis (UCDAVIS) - THEATRE AND DANCE (0 students)" +value: "106" +data: FMT\Data\Entity\UserMajor {#2050 -id: 106 -name: "THEATRE AND DANCE" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2047 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2049 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2048 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5118 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — FINE ARTS (0 students)" +value: "107" +data: FMT\Data\Entity\UserMajor {#2045 -id: 107 -name: "UNDECLARED — FINE ARTS" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2041 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2043 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2042 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5119 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — HUMANITIES (0 students)" +value: "108" +data: FMT\Data\Entity\UserMajor {#2039 -id: 108 -name: "UNDECLARED — HUMANITIES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2036 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2038 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2037 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5120 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — LIFE SCIENCES (0 students)" +value: "109" +data: FMT\Data\Entity\UserMajor {#2032 -id: 109 -name: "UNDECLARED — LIFE SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2029 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2031 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2030 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5121 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — PHYSICAL SCIENCES (0 students)" +value: "110" +data: FMT\Data\Entity\UserMajor {#2028 -id: 110 -name: "UNDECLARED — PHYSICAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2023 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2027 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2025 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5122 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — SOCIAL SCIENCES (0 students)" +value: "111" +data: FMT\Data\Entity\UserMajor {#2021 -id: 111 -name: "UNDECLARED — SOCIAL SCIENCES" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2018 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2020 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2019 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5123 +label: "University of California, Davis (UCDAVIS) - UNDECLARED/EXPLORATORY PROGRAM (0 students)" +value: "112" +data: FMT\Data\Entity\UserMajor {#2016 -id: 112 -name: "UNDECLARED/EXPLORATORY PROGRAM" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2013 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2015 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2014 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5124 +label: "University of California, Davis (UCDAVIS) - VITICULTURE AND ENOLOGY (0 students)" +value: "113" +data: FMT\Data\Entity\UserMajor {#2011 -id: 113 -name: "VITICULTURE AND ENOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2008 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2010 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2009 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#5125 +label: "University of California, Davis (UCDAVIS) - WILDLIFE, FISH AND CONSERVATION BIOLOGY (0 students)" +value: "114" +data: FMT\Data\Entity\UserMajor {#2006 -id: 114 -name: "WILDLIFE, FISH AND CONSERVATION BIOLOGY" -active: 1 -campusId: 41 -departmentId: 3444 #profile: Doctrine\ORM\PersistentCollection {#2000 …} #userSchool: Proxies\__CG__\FMT\Data\Entity\UserSchool {#2388 …} #createdAt: DateTime @1735045860 {#2002 date: 2024-12-24 13:11:00.0 UTC (+00:00) } #updatedAt: DateTime @1733950550 {#2001 date: 2024-12-11 20:55:50.0 UTC (+00:00) } } +attr: [] +labelTranslationParameters: [] } ] |
column_size | "" |
compound | false |
data | null |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#4784 -form: Symfony\Component\Form\Form {#774 …} -errors: [] } |
expanded | false |
form | Symfony\Component\Form\FormView {#4785 …5} |
full_name | "base_filter[major]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter_major" |
is_selected | Closure($choice, $value) {#5127 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#4206 …} } |
label | "fmt.form.filter.major" |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
list_button_cancel_label | "action.list.cancel" |
list_button_icon | "fa-list" |
list_button_label | "action.list_items" |
list_button_validate_label | "action.list.validate" |
list_display_columns | null |
list_filters | null |
list_selector | false |
list_show_filter | false |
list_show_search | false |
method | "POST" |
multipart | false |
multiple | false |
name | "major" |
placeholder | "fmt.form.filter.all_majors" |
placeholder_in_choices | false |
preferred_choices | [] |
priority | 0 |
required | false |
row_attr | [] |
separator | "-------------------" |
size | null |
submitted | true |
translation_domain | null |
unique_block_prefix | "_base_filter_major" |
valid | true |
value | "" |
_token
"Symfony\Component\Form\Extension\Core\Type\HiddenType"
Default Data
Property | Value |
---|---|
Model Format | same as normalized format |
Normalized Format | "9b362f2b359bbf4c098.kuL3r35PWF4ZI9TP8JP83YX5yEBE-gZHpc5ZW6IJ_-s.5aqEghkmbBVNeY6Ex9mEude3qxAwkDQV7aoMEuBvraLYso_kJxYpNyBnmQ" |
View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
Option | Passed Value | Resolved Value |
---|---|---|
block_prefix | "csrf_token" |
same as passed value |
data | "9b362f2b359bbf4c098.kuL3r35PWF4ZI9TP8JP83YX5yEBE-gZHpc5ZW6IJ_-s.5aqEghkmbBVNeY6Ex9mEude3qxAwkDQV7aoMEuBvraLYso_kJxYpNyBnmQ" |
same as passed value |
mapped | false |
false
|
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 | "csrf_token" |
by_reference | true |
column_size | "" |
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\CsrfTokenManager {#519 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#518 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#517 …} -namespace: Closure() {#515 …} } |
data | "9b362f2b359bbf4c098.kuL3r35PWF4ZI9TP8JP83YX5yEBE-gZHpc5ZW6IJ_-s.5aqEghkmbBVNeY6Ex9mEude3qxAwkDQV7aoMEuBvraLYso_kJxYpNyBnmQ" |
data_class | null |
disabled | false |
empty_data | Closure(FormInterface $form) {#5131 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#4220 …} } |
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 | [] |
legacy_error_messages | true |
mapped | false |
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() {#5133 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2630 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#665 …} $translationDomain: "validators" $message: Closure() {#5130 …} } } |
validation_groups | null |
View Variables
Variable | Value |
---|---|
action | "" |
attr | [] |
attr_translation_parameters | [] |
block_prefixes | [ "form" "hidden" "csrf_token" "_base_filter__token" ] |
cache_key | "_base_filter__token_hidden" |
column_size | "" |
compound | false |
data | "9b362f2b359bbf4c098.kuL3r35PWF4ZI9TP8JP83YX5yEBE-gZHpc5ZW6IJ_-s.5aqEghkmbBVNeY6Ex9mEude3qxAwkDQV7aoMEuBvraLYso_kJxYpNyBnmQ" |
disabled | false |
errors | Symfony\Component\Form\FormErrorIterator {#5143 -form: Symfony\Component\Form\Form {#5139 …} -errors: [] } |
form | Symfony\Component\Form\FormView {#5134 …5} |
full_name | "base_filter[_token]" |
help | null |
help_attr | [] |
help_html | false |
help_translation_parameters | [] |
id | "base_filter__token" |
label | null |
label_attr | [] |
label_format | null |
label_html | false |
label_translation_parameters | [] |
method | "POST" |
multipart | false |
name | "_token" |
priority | 0 |
required | false |
row_attr | [] |
size | null |
submitted | false |
translation_domain | null |
unique_block_prefix | "_base_filter__token" |
valid | true |
value | "9b362f2b359bbf4c098.kuL3r35PWF4ZI9TP8JP83YX5yEBE-gZHpc5ZW6IJ_-s.5aqEghkmbBVNeY6Ex9mEude3qxAwkDQV7aoMEuBvraLYso_kJxYpNyBnmQ" |