- Request / Response
- Performance
- Validator
- Forms
- Exception
- Logs 120
- 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"
Default Data
| Property | Value |
|---|---|
| Model Format | same as normalized format |
| Normalized Format | FMT\Data\Model\BaseFilterOptions {#1854 #major: null #sortBy: null #sortDirection: null #limit: null #search: null #firstgen: null } |
| View Format | same as normalized format |
Submitted Data
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| action | "/public/active-campaigns" |
same as passed value |
| data | FMT\Data\Model\BaseFilterOptions {#1854 #major: null #sortBy: null #sortDirection: null #limit: null #search: null #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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data | FMT\Data\Model\BaseFilterOptions {#1854 #major: null #sortBy: null #sortDirection: null #limit: null #search: null #firstgen: null } |
| data_class | "FMT\Data\Model\BaseFilterOptions" |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1839 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1856 …} 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() {#1835 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1836 …} } } |
| 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 {#1854 #major: null #sortBy: null #sortDirection: null #limit: null #search: null #firstgen: null } |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3397 -form: Symfony\Component\Form\Form {#1746 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3407 …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 | false |
| translation_domain | null |
| unique_block_prefix | "_base_filter" |
| valid | true |
| value | FMT\Data\Model\BaseFilterOptions {#1854 #major: null #sortBy: null #sortDirection: null #limit: null #search: null #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
This form was not submitted.
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| 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() {#1814 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1815 …} } } |
| 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 {#3389 +label: "fmt.form.first_name" +value: "profile.firstName" +data: "profile.firstName" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3387 +label: "fmt.form.last_name" +value: "profile.lastName" +data: "profile.lastName" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3386 +label: "fmt.form.grad_year" +value: "profile.gradYear" +data: "profile.gradYear" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3385 +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 {#3393 -form: Symfony\Component\Form\Form {#1743 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3394 …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) {#3383 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1828 …} } |
| 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 | false |
| 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
This form was not submitted.
Passed Options
| Option | Passed Value | Resolved Value |
|---|---|---|
| choice_attr | Closure($choice, $key, $value) {#1829 class: "FMT\Application\FormType\Filter\BaseFilterType" this: FMT\Application\FormType\Filter\BaseFilterType {#1855 …} } |
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) {#1829 class: "FMT\Application\FormType\Filter\BaseFilterType" this: FMT\Application\FormType\Filter\BaseFilterType {#1855 …} } |
| 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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| 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() {#1802 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1803 …} } } |
| 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 {#1794 +label: "fmt.form.filter.sort_desc" +value: "DESC" +data: "DESC" +attr: [ "data-sort-order-choice" => "DESC" ] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#1792 +label: "fmt.form.filter.sort_asc" +value: "ASC" +data: "ASC" +attr: [ "data-sort-order-choice" => "ASC" ] +labelTranslationParameters: [] } ] |
| column_size | "" |
| compound | true |
| data | "DESC" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3382 -form: Symfony\Component\Form\Form {#1702 …} -errors: [] } |
| expanded | true |
| form | Symfony\Component\Form\FormView {#3381 …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) {#3380 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1828 …} } |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_base_filter_sortDirection" |
| valid | true |
| value | "DESC" |
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
This form was not submitted.
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1730 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1739 …} } |
| 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 {#1728 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() {#1722 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1727 …} } } |
| 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 | true |
| column_size | "" |
| compound | false |
| data | true |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3376 -form: Symfony\Component\Form\Form {#1699 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3377 …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 | false |
| 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
This form was not submitted.
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form, $viewData) {#1730 class: "Symfony\Component\Form\Extension\Core\Type\CheckboxType" this: Symfony\Component\Form\Extension\Core\Type\CheckboxType {#1739 …} } |
| 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 {#1728 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() {#1712 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1713 …} } } |
| 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 | false |
| column_size | "" |
| compound | false |
| data | false |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3375 -form: Symfony\Component\Form\Form {#1704 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3374 …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 | false |
| 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
This form was not submitted.
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| 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() {#1783 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1785 …} } } |
| 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 {#3372 +label: "20" +value: "20" +data: 20 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3373 +label: "50" +value: "50" +data: 50 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3371 +label: "100" +value: "100" +data: 100 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3370 +label: "500" +value: "500" +data: 500 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3369 +label: "1000" +value: "1000" +data: 1000 +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3368 +label: "fmt.form.filter.all" +value: "all" +data: "all" +attr: [] +labelTranslationParameters: [] } ] |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3378 -form: Symfony\Component\Form\Form {#1695 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3379 …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) {#3366 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1828 …} } |
| 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 | false |
| 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
This form was not submitted.
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#1768 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1856 …} } |
| 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() {#1766 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1767 …} } } |
| 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 | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3365 -form: Symfony\Component\Form\Form {#1692 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3364 …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 | false |
| translation_domain | null |
| unique_block_prefix | "_base_filter_search" |
| valid | true |
| value | "" |
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
This form was not submitted.
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| 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() {#1757 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#1754 …} } } |
| 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 {#3361 +label: "No" +value: "No" +data: "No" +attr: [] +labelTranslationParameters: [] } Symfony\Component\Form\ChoiceList\View\ChoiceView {#3360 +label: "Yes" +value: "Yes" +data: "Yes" +attr: [] +labelTranslationParameters: [] } ] |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3363 -form: Symfony\Component\Form\Form {#1689 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3362 …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) {#3358 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1828 …} } |
| 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 | false |
| translation_domain | null |
| unique_block_prefix | "_base_filter_firstgen" |
| valid | true |
| value | "" |
major
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 | [ 80 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3337 +label: "University of California, Davis (UCDAVIS) - MECHANICAL ENGINEERING (14 students)" +value: "80" +data: FMT\Data\Entity\UserMajor {#1224 …} +attr: [] +labelTranslationParameters: [] } 10 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3340 +label: "University of California, Davis (UCDAVIS) - APPLIED CHEMISTRY (3 students)" +value: "10" +data: FMT\Data\Entity\UserMajor {#1570 …} +attr: [] +labelTranslationParameters: [] } 1 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3338 +label: "University of California, Davis (UCDAVIS) - ACCOUNTING (2 students)" +value: "1" +data: FMT\Data\Entity\UserMajor {#1641 …} +attr: [] +labelTranslationParameters: [] } 14 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3238 +label: "University of California, Davis (UCDAVIS) - ART STUDIO (1 students)" +value: "14" +data: FMT\Data\Entity\UserMajor {#1550 …} +attr: [] +labelTranslationParameters: [] } 16 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3237 +label: "University of California, Davis (UCDAVIS) - ATMOSPHERIC SCIENCE (1 students)" +value: "16" +data: FMT\Data\Entity\UserMajor {#1753 …} +attr: [] +labelTranslationParameters: [] } 17 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3236 +label: "University of California, Davis (UCDAVIS) - BIOCHEMICAL ENGINEERING (1 students)" +value: "17" +data: FMT\Data\Entity\UserMajor {#1725 …} +attr: [] +labelTranslationParameters: [] } 18 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3274 +label: "University of California, Davis (UCDAVIS) - BIOCHEMISTRY AND MOLECULAR BIOLOGY (1 students)" +value: "18" +data: FMT\Data\Entity\UserMajor {#1509 …} +attr: [] +labelTranslationParameters: [] } 23 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3273 +label: "University of California, Davis (UCDAVIS) - BUSINESS (1 students)" +value: "23" +data: FMT\Data\Entity\UserMajor {#1482 …} +attr: [] +labelTranslationParameters: [] } 25 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3239 +label: "University of California, Davis (UCDAVIS) - CHEMICAL ENGINEERING (1 students)" +value: "25" +data: FMT\Data\Entity\UserMajor {#1477 …} +attr: [] +labelTranslationParameters: [] } 38 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3240 +label: "University of California, Davis (UCDAVIS) - COMPUTER ENGINEERING (1 students)" +value: "38" +data: FMT\Data\Entity\UserMajor {#1420 …} +attr: [] +labelTranslationParameters: [] } 46 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3241 +label: "University of California, Davis (UCDAVIS) - ELECTRICAL ENGINEERING (1 students)" +value: "46" +data: FMT\Data\Entity\UserMajor {#1379 …} +attr: [] +labelTranslationParameters: [] } 69 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3242 +label: "University of California, Davis (UCDAVIS) - JAPANESE (1 students)" +value: "69" +data: FMT\Data\Entity\UserMajor {#1278 …} +attr: [] +labelTranslationParameters: [] } 98 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3243 +label: "University of California, Davis (UCDAVIS) - SCIENCE AND TECHNOLOGY STUDIES (1 students)" +value: "98" +data: FMT\Data\Entity\UserMajor {#4296 …} +attr: [] +labelTranslationParameters: [] } 2 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3244 +label: "University of California, Davis (UCDAVIS) - AFRICAN AMERICAN AND AFRICAN STUDIES (0 students)" +value: "2" +data: FMT\Data\Entity\UserMajor {#1612 …} +attr: [] +labelTranslationParameters: [] } 3 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3245 +label: "University of California, Davis (UCDAVIS) - AGRICULTURAL AND ENVIRONMENTAL EDUCATION (0 students)" +value: "3" +data: FMT\Data\Entity\UserMajor {#1617 …} +attr: [] +labelTranslationParameters: [] } 4 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3246 +label: "University of California, Davis (UCDAVIS) - AGRICULTURAL AND ENVIRONMENTAL TECHNOLOGY (0 students)" +value: "4" +data: FMT\Data\Entity\UserMajor {#2135 …} +attr: [] +labelTranslationParameters: [] } 5 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3247 +label: "University of California, Davis (UCDAVIS) - AMERICAN STUDIES (0 students)" +value: "5" +data: FMT\Data\Entity\UserMajor {#1627 …} +attr: [] +labelTranslationParameters: [] } 6 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3261 +label: "University of California, Davis (UCDAVIS) - ANIMAL BIOLOGY (0 students)" +value: "6" +data: FMT\Data\Entity\UserMajor {#1622 …} +attr: [] +labelTranslationParameters: [] } 7 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3268 +label: "University of California, Davis (UCDAVIS) - ANIMAL SCIENCE (0 students)" +value: "7" +data: FMT\Data\Entity\UserMajor {#1522 …} +attr: [] +labelTranslationParameters: [] } 8 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3267 +label: "University of California, Davis (UCDAVIS) - ANIMAL SCIENCE AND MANAGEMENT (0 students)" +value: "8" +data: FMT\Data\Entity\UserMajor {#1580 …} +attr: [] +labelTranslationParameters: [] } 9 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3266 +label: "University of California, Davis (UCDAVIS) - ANTHROPOLOGY (0 students)" +value: "9" +data: FMT\Data\Entity\UserMajor {#1575 …} +attr: [] +labelTranslationParameters: [] } 11 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3259 +label: "University of California, Davis (UCDAVIS) - APPLIED MATHEMATICS (0 students)" +value: "11" +data: FMT\Data\Entity\UserMajor {#1565 …} +attr: [] +labelTranslationParameters: [] } 12 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3258 +label: "University of California, Davis (UCDAVIS) - APPLIED PHYSICS (0 students)" +value: "12" +data: FMT\Data\Entity\UserMajor {#1560 …} +attr: [] +labelTranslationParameters: [] } 13 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3257 +label: "University of California, Davis (UCDAVIS) - ART HISTORY (0 students)" +value: "13" +data: FMT\Data\Entity\UserMajor {#1555 …} +attr: [] +labelTranslationParameters: [] } 15 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3256 +label: "University of California, Davis (UCDAVIS) - ASIAN AMERICAN STUDIES (0 students)" +value: "15" +data: FMT\Data\Entity\UserMajor {#1787 …} +attr: [] +labelTranslationParameters: [] } 19 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3255 +label: "University of California, Davis (UCDAVIS) - BIOLOGICAL SCIENCES (0 students)" +value: "19" +data: FMT\Data\Entity\UserMajor {#1507 …} +attr: [] +labelTranslationParameters: [] } 20 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3254 +label: "University of California, Davis (UCDAVIS) - BIOLOGICAL SYSTEMS ENGINEERING (0 students)" +value: "20" +data: FMT\Data\Entity\UserMajor {#1503 …} +attr: [] +labelTranslationParameters: [] } 21 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3253 +label: "University of California, Davis (UCDAVIS) - BIOMEDICAL ENGINEERING (0 students)" +value: "21" +data: FMT\Data\Entity\UserMajor {#1464 …} +attr: [] +labelTranslationParameters: [] } 22 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3252 +label: "University of California, Davis (UCDAVIS) - BIOTECHNOLOGY (0 students)" +value: "22" +data: FMT\Data\Entity\UserMajor {#1487 …} +attr: [] +labelTranslationParameters: [] } 24 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3251 +label: "University of California, Davis (UCDAVIS) - CELL BIOLOGY (0 students)" +value: "24" +data: FMT\Data\Entity\UserMajor {#1491 …} +attr: [] +labelTranslationParameters: [] } 26 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3250 +label: "University of California, Davis (UCDAVIS) - CHEMICAL PHYSICS (0 students)" +value: "26" +data: FMT\Data\Entity\UserMajor {#1496 …} +attr: [] +labelTranslationParameters: [] } 27 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3249 +label: "University of California, Davis (UCDAVIS) - CHEMISTRY (0 students)" +value: "27" +data: FMT\Data\Entity\UserMajor {#1504 …} +attr: [] +labelTranslationParameters: [] } 28 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3248 +label: "University of California, Davis (UCDAVIS) - CHICANA/CHICANO STUDIES (0 students)" +value: "28" +data: FMT\Data\Entity\UserMajor {#1470 …} +attr: [] +labelTranslationParameters: [] } 29 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3231 +label: "University of California, Davis (UCDAVIS) - CHINESE (0 students)" +value: "29" +data: FMT\Data\Entity\UserMajor {#1459 …} +attr: [] +labelTranslationParameters: [] } 30 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3230 +label: "University of California, Davis (UCDAVIS) - CINEMA AND DIGITAL MEDIA (0 students)" +value: "30" +data: FMT\Data\Entity\UserMajor {#1454 …} +attr: [] +labelTranslationParameters: [] } 31 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3229 +label: "University of California, Davis (UCDAVIS) - CIVIL ENGINEERING (0 students)" +value: "31" +data: FMT\Data\Entity\UserMajor {#1447 …} +attr: [] +labelTranslationParameters: [] } 32 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3228 +label: "University of California, Davis (UCDAVIS) - CLASSICAL CIVILIZATION (0 students)" +value: "32" +data: FMT\Data\Entity\UserMajor {#1450 …} +attr: [] +labelTranslationParameters: [] } 33 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3227 +label: "University of California, Davis (UCDAVIS) - CLINICAL NUTRITION (0 students)" +value: "33" +data: FMT\Data\Entity\UserMajor {#1438 …} +attr: [] +labelTranslationParameters: [] } 34 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3226 +label: "University of California, Davis (UCDAVIS) - COGNITIVE SCIENCE (0 students)" +value: "34" +data: FMT\Data\Entity\UserMajor {#1428 …} +attr: [] +labelTranslationParameters: [] } 35 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3225 +label: "University of California, Davis (UCDAVIS) - COMMUNICATION (0 students)" +value: "35" +data: FMT\Data\Entity\UserMajor {#1435 …} +attr: [] +labelTranslationParameters: [] } 36 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3224 +label: "University of California, Davis (UCDAVIS) - COMMUNITY AND REGIONAL DEVELOPMENT (0 students)" +value: "36" +data: FMT\Data\Entity\UserMajor {#1400 …} +attr: [] +labelTranslationParameters: [] } 37 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3223 +label: "University of California, Davis (UCDAVIS) - COMPARATIVE LITERATURE (0 students)" +value: "37" +data: FMT\Data\Entity\UserMajor {#1425 …} +attr: [] +labelTranslationParameters: [] } 39 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3222 +label: "University of California, Davis (UCDAVIS) - COMPUTER SCIENCE (0 students)" +value: "39" +data: FMT\Data\Entity\UserMajor {#1415 …} +attr: [] +labelTranslationParameters: [] } 40 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3221 +label: "University of California, Davis (UCDAVIS) - COMPUTER SCIENCE AND ENGINEERING (0 students)" +value: "40" +data: FMT\Data\Entity\UserMajor {#1410 …} +attr: [] +labelTranslationParameters: [] } 41 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3220 +label: "University of California, Davis (UCDAVIS) - DATA SCIENCE (0 students)" +value: "41" +data: FMT\Data\Entity\UserMajor {#1405 …} +attr: [] +labelTranslationParameters: [] } 42 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3219 +label: "University of California, Davis (UCDAVIS) - DESIGN (0 students)" +value: "42" +data: FMT\Data\Entity\UserMajor {#1395 …} +attr: [] +labelTranslationParameters: [] } 43 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3218 +label: "University of California, Davis (UCDAVIS) - EAST ASIAN STUDIES (0 students)" +value: "43" +data: FMT\Data\Entity\UserMajor {#1386 …} +attr: [] +labelTranslationParameters: [] } 44 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3217 +label: "University of California, Davis (UCDAVIS) - ECOLOGICAL MANAGEMENT AND RESTORATION (0 students)" +value: "44" +data: FMT\Data\Entity\UserMajor {#1385 …} +attr: [] +labelTranslationParameters: [] } 45 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3216 +label: "University of California, Davis (UCDAVIS) - ECONOMICS (0 students)" +value: "45" +data: FMT\Data\Entity\UserMajor {#1369 …} +attr: [] +labelTranslationParameters: [] } 47 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3215 +label: "University of California, Davis (UCDAVIS) - ENGLISH (0 students)" +value: "47" +data: FMT\Data\Entity\UserMajor {#1376 …} +attr: [] +labelTranslationParameters: [] } 48 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3214 +label: "University of California, Davis (UCDAVIS) - ENTOMOLOGY (0 students)" +value: "48" +data: FMT\Data\Entity\UserMajor {#1366 …} +attr: [] +labelTranslationParameters: [] } 49 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3213 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL ENGINEERING (0 students)" +value: "49" +data: FMT\Data\Entity\UserMajor {#1360 …} +attr: [] +labelTranslationParameters: [] } 50 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3212 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL HORTICULTURE AND URBAN FORESTRY (0 students)" +value: "50" +data: FMT\Data\Entity\UserMajor {#1353 …} +attr: [] +labelTranslationParameters: [] } 51 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3211 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL POLICY ANALYSIS AND PLANNING (0 students)" +value: "51" +data: FMT\Data\Entity\UserMajor {#1345 …} +attr: [] +labelTranslationParameters: [] } 52 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3210 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL SCIENCE AND MANAGEMENT (0 students)" +value: "52" +data: FMT\Data\Entity\UserMajor {#1338 …} +attr: [] +labelTranslationParameters: [] } 53 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3209 +label: "University of California, Davis (UCDAVIS) - ENVIRONMENTAL TOXICOLOGY (0 students)" +value: "53" +data: FMT\Data\Entity\UserMajor {#1341 …} +attr: [] +labelTranslationParameters: [] } 54 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3208 +label: "University of California, Davis (UCDAVIS) - EVOLUTION, ECOLOGY AND BIODIVERSITY (0 students)" +value: "54" +data: FMT\Data\Entity\UserMajor {#1333 …} +attr: [] +labelTranslationParameters: [] } 55 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3207 +label: "University of California, Davis (UCDAVIS) - FOOD SCIENCE (0 students)" +value: "55" +data: FMT\Data\Entity\UserMajor {#1330 …} +attr: [] +labelTranslationParameters: [] } 56 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3206 +label: "University of California, Davis (UCDAVIS) - FRENCH (0 students)" +value: "56" +data: FMT\Data\Entity\UserMajor {#2855 …} +attr: [] +labelTranslationParameters: [] } 57 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3205 +label: "University of California, Davis (UCDAVIS) - GENDER, SEXUALITY AND WOMEN’S STUDIES (0 students)" +value: "57" +data: FMT\Data\Entity\UserMajor {#2833 …} +attr: [] +labelTranslationParameters: [] } 58 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3204 +label: "University of California, Davis (UCDAVIS) - GENETICS AND GENOMICS (0 students)" +value: "58" +data: FMT\Data\Entity\UserMajor {#1324 …} +attr: [] +labelTranslationParameters: [] } 59 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3203 +label: "University of California, Davis (UCDAVIS) - GEOLOGY (0 students)" +value: "59" +data: FMT\Data\Entity\UserMajor {#1318 …} +attr: [] +labelTranslationParameters: [] } 60 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3202 +label: "University of California, Davis (UCDAVIS) - GERMAN (0 students)" +value: "60" +data: FMT\Data\Entity\UserMajor {#1312 …} +attr: [] +labelTranslationParameters: [] } 61 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3201 +label: "University of California, Davis (UCDAVIS) - GLOBAL DISEASE BIOLOGY (0 students)" +value: "61" +data: FMT\Data\Entity\UserMajor {#1268 …} +attr: [] +labelTranslationParameters: [] } 62 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3200 +label: "University of California, Davis (UCDAVIS) - HISTORY (0 students)" +value: "62" +data: FMT\Data\Entity\UserMajor {#1263 …} +attr: [] +labelTranslationParameters: [] } 63 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3199 +label: "University of California, Davis (UCDAVIS) - HUMAN BIOLOGY (0 students)" +value: "63" +data: FMT\Data\Entity\UserMajor {#1308 …} +attr: [] +labelTranslationParameters: [] } 64 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3198 +label: "University of California, Davis (UCDAVIS) - HUMAN DEVELOPMENT (0 students)" +value: "64" +data: FMT\Data\Entity\UserMajor {#1303 …} +attr: [] +labelTranslationParameters: [] } 65 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3197 +label: "University of California, Davis (UCDAVIS) - HYDROLOGY (0 students)" +value: "65" +data: FMT\Data\Entity\UserMajor {#1297 …} +attr: [] +labelTranslationParameters: [] } 66 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3196 +label: "University of California, Davis (UCDAVIS) - INTERNATIONAL AGRICULTURAL DEVELOPMENT (0 students)" +value: "66" +data: FMT\Data\Entity\UserMajor {#1293 …} +attr: [] +labelTranslationParameters: [] } 67 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3195 +label: "University of California, Davis (UCDAVIS) - INTERNATIONAL RELATIONS (0 students)" +value: "67" +data: FMT\Data\Entity\UserMajor {#1288 …} +attr: [] +labelTranslationParameters: [] } 68 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3194 +label: "University of California, Davis (UCDAVIS) - ITALIAN (0 students)" +value: "68" +data: FMT\Data\Entity\UserMajor {#1283 …} +attr: [] +labelTranslationParameters: [] } 70 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3193 +label: "University of California, Davis (UCDAVIS) - LANDSCAPE ARCHITECTURE (0 students)" +value: "70" +data: FMT\Data\Entity\UserMajor {#1273 …} +attr: [] +labelTranslationParameters: [] } 71 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3192 +label: "University of California, Davis (UCDAVIS) - LINGUISTICS (0 students)" +value: "71" +data: FMT\Data\Entity\UserMajor {#1259 …} +attr: [] +labelTranslationParameters: [] } 72 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3191 +label: "University of California, Davis (UCDAVIS) - MANAGERIAL ECONOMICS (0 students)" +value: "72" +data: FMT\Data\Entity\UserMajor {#1256 …} +attr: [] +labelTranslationParameters: [] } 73 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3190 +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 {#1235 …} +attr: [] +labelTranslationParameters: [] } 74 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3189 +label: "University of California, Davis (UCDAVIS) - MARINE AND COASTAL SCIENCE — OCEANS AND THE EARTH SYSTEM (0 students)" +value: "74" +data: FMT\Data\Entity\UserMajor {#1228 …} +attr: [] +labelTranslationParameters: [] } 75 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3188 +label: "University of California, Davis (UCDAVIS) - MARINE AND COASTAL SCIENCE—MARINE ECOLOGY AND ORGANISMAL BIOLOGY (0 students)" +value: "75" +data: FMT\Data\Entity\UserMajor {#1243 …} +attr: [] +labelTranslationParameters: [] } 76 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3187 +label: "University of California, Davis (UCDAVIS) - MATERIALS SCIENCE AND ENGINEERING (0 students)" +value: "76" +data: FMT\Data\Entity\UserMajor {#1244 …} +attr: [] +labelTranslationParameters: [] } 77 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3186 +label: "University of California, Davis (UCDAVIS) - MATHEMATICAL ANALYTICS AND OPERATIONS RESEARCH (0 students)" +value: "77" +data: FMT\Data\Entity\UserMajor {#1245 …} +attr: [] +labelTranslationParameters: [] } 78 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3185 +label: "University of California, Davis (UCDAVIS) - MATHEMATICAL AND SCIENTIFIC COMPUTATION (0 students)" +value: "78" +data: FMT\Data\Entity\UserMajor {#1215 …} +attr: [] +labelTranslationParameters: [] } 79 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3184 +label: "University of California, Davis (UCDAVIS) - MATHEMATICS (0 students)" +value: "79" +data: FMT\Data\Entity\UserMajor {#1209 …} +attr: [] +labelTranslationParameters: [] } 81 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3183 +label: "University of California, Davis (UCDAVIS) - MEDIEVAL AND EARLY MODERN STUDIES (0 students)" +value: "81" +data: FMT\Data\Entity\UserMajor {#2760 …} +attr: [] +labelTranslationParameters: [] } 82 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3182 +label: "University of California, Davis (UCDAVIS) - MIDDLE EAST/SOUTH ASIA STUDIES (0 students)" +value: "82" +data: FMT\Data\Entity\UserMajor {#2830 …} +attr: [] +labelTranslationParameters: [] } 83 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3181 +label: "University of California, Davis (UCDAVIS) - MOLECULAR AND MEDICAL MICROBIOLOGY (FORMERLY MICROBIOLOGY) (0 students)" +value: "83" +data: FMT\Data\Entity\UserMajor {#2756 …} +attr: [] +labelTranslationParameters: [] } 84 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3180 +label: "University of California, Davis (UCDAVIS) - MUSIC (0 students)" +value: "84" +data: FMT\Data\Entity\UserMajor {#2817 …} +attr: [] +labelTranslationParameters: [] } 85 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3179 +label: "University of California, Davis (UCDAVIS) - NATIVE AMERICAN STUDIES (0 students)" +value: "85" +data: FMT\Data\Entity\UserMajor {#2810 …} +attr: [] +labelTranslationParameters: [] } 86 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3178 +label: "University of California, Davis (UCDAVIS) - NEUROBIOLOGY, PHYSIOLOGY AND BEHAVIOR (0 students)" +value: "86" +data: FMT\Data\Entity\UserMajor {#2805 …} +attr: [] +labelTranslationParameters: [] } 87 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3177 +label: "University of California, Davis (UCDAVIS) - NUTRITION SCIENCE (0 students)" +value: "87" +data: FMT\Data\Entity\UserMajor {#2818 …} +attr: [] +labelTranslationParameters: [] } 88 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3176 +label: "University of California, Davis (UCDAVIS) - PHARMACEUTICAL CHEMISTRY (0 students)" +value: "88" +data: FMT\Data\Entity\UserMajor {#2785 …} +attr: [] +labelTranslationParameters: [] } 89 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3175 +label: "University of California, Davis (UCDAVIS) - PHILOSOPHY (0 students)" +value: "89" +data: FMT\Data\Entity\UserMajor {#2780 …} +attr: [] +labelTranslationParameters: [] } 90 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3174 +label: "University of California, Davis (UCDAVIS) - PHYSICS (0 students)" +value: "90" +data: FMT\Data\Entity\UserMajor {#2775 …} +attr: [] +labelTranslationParameters: [] } 91 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3173 +label: "University of California, Davis (UCDAVIS) - PLANT BIOLOGY (0 students)" +value: "91" +data: FMT\Data\Entity\UserMajor {#2798 …} +attr: [] +labelTranslationParameters: [] } 92 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3172 +label: "University of California, Davis (UCDAVIS) - PLANT SCIENCES (0 students)" +value: "92" +data: FMT\Data\Entity\UserMajor {#2793 …} +attr: [] +labelTranslationParameters: [] } 93 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3171 +label: "University of California, Davis (UCDAVIS) - POLITICAL SCIENCE (0 students)" +value: "93" +data: FMT\Data\Entity\UserMajor {#2788 …} +attr: [] +labelTranslationParameters: [] } 94 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3170 +label: "University of California, Davis (UCDAVIS) - POLITICAL SCIENCE — PUBLIC SERVICE (0 students)" +value: "94" +data: FMT\Data\Entity\UserMajor {#2771 …} +attr: [] +labelTranslationParameters: [] } 95 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3169 +label: "University of California, Davis (UCDAVIS) - PSYCHOLOGY (0 students)" +value: "95" +data: FMT\Data\Entity\UserMajor {#2766 …} +attr: [] +labelTranslationParameters: [] } 96 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3168 +label: "University of California, Davis (UCDAVIS) - RELIGIOUS STUDIES (0 students)" +value: "96" +data: FMT\Data\Entity\UserMajor {#2754 …} +attr: [] +labelTranslationParameters: [] } 97 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3167 +label: "University of California, Davis (UCDAVIS) - RUSSIAN (0 students)" +value: "97" +data: FMT\Data\Entity\UserMajor {#2838 …} +attr: [] +labelTranslationParameters: [] } 99 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3166 +label: "University of California, Davis (UCDAVIS) - SOCIOLOGY (0 students)" +value: "99" +data: FMT\Data\Entity\UserMajor {#4300 …} +attr: [] +labelTranslationParameters: [] } 100 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3165 +label: "University of California, Davis (UCDAVIS) - SOCIOLOGY — ORGANIZATIONAL STUDIES (0 students)" +value: "100" +data: FMT\Data\Entity\UserMajor {#4255 …} +attr: [] +labelTranslationParameters: [] } 101 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3164 +label: "University of California, Davis (UCDAVIS) - SPANISH (0 students)" +value: "101" +data: FMT\Data\Entity\UserMajor {#4305 …} +attr: [] +labelTranslationParameters: [] } 102 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3163 +label: "University of California, Davis (UCDAVIS) - STATISTICS (0 students)" +value: "102" +data: FMT\Data\Entity\UserMajor {#4301 …} +attr: [] +labelTranslationParameters: [] } 103 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3162 +label: "University of California, Davis (UCDAVIS) - SUSTAINABLE AGRICULTURE AND FOOD SYSTEMS (0 students)" +value: "103" +data: FMT\Data\Entity\UserMajor {#4229 …} +attr: [] +labelTranslationParameters: [] } 104 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3161 +label: "University of California, Davis (UCDAVIS) - SUSTAINABLE ENVIRONMENTAL DESIGN (0 students)" +value: "104" +data: FMT\Data\Entity\UserMajor {#4239 …} +attr: [] +labelTranslationParameters: [] } 105 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3160 +label: "University of California, Davis (UCDAVIS) - SYSTEMS AND SYNTHETIC BIOLOGY (0 students)" +value: "105" +data: FMT\Data\Entity\UserMajor {#4245 …} +attr: [] +labelTranslationParameters: [] } 106 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3159 +label: "University of California, Davis (UCDAVIS) - THEATRE AND DANCE (0 students)" +value: "106" +data: FMT\Data\Entity\UserMajor {#4223 …} +attr: [] +labelTranslationParameters: [] } 107 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3158 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — FINE ARTS (0 students)" +value: "107" +data: FMT\Data\Entity\UserMajor {#4232 …} +attr: [] +labelTranslationParameters: [] } 108 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3157 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — HUMANITIES (0 students)" +value: "108" +data: FMT\Data\Entity\UserMajor {#4211 …} +attr: [] +labelTranslationParameters: [] } 109 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3156 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — LIFE SCIENCES (0 students)" +value: "109" +data: FMT\Data\Entity\UserMajor {#4222 …} +attr: [] +labelTranslationParameters: [] } 110 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3155 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — PHYSICAL SCIENCES (0 students)" +value: "110" +data: FMT\Data\Entity\UserMajor {#4294 …} +attr: [] +labelTranslationParameters: [] } 111 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3154 +label: "University of California, Davis (UCDAVIS) - UNDECLARED — SOCIAL SCIENCES (0 students)" +value: "111" +data: FMT\Data\Entity\UserMajor {#4271 …} +attr: [] +labelTranslationParameters: [] } 112 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3153 +label: "University of California, Davis (UCDAVIS) - UNDECLARED/EXPLORATORY PROGRAM (0 students)" +value: "112" +data: FMT\Data\Entity\UserMajor {#4290 …} +attr: [] +labelTranslationParameters: [] } 113 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3152 +label: "University of California, Davis (UCDAVIS) - VITICULTURE AND ENOLOGY (0 students)" +value: "113" +data: FMT\Data\Entity\UserMajor {#4285 …} +attr: [] +labelTranslationParameters: [] } 114 => Symfony\Component\Form\ChoiceList\View\ChoiceView {#3151 +label: "University of California, Davis (UCDAVIS) - WILDLIFE, FISH AND CONSERVATION BIOLOGY (0 students)" +value: "114" +data: FMT\Data\Entity\UserMajor {#4281 …} +attr: [] +labelTranslationParameters: [] } ] |
| column_size | "" |
| compound | false |
| data | null |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3357 -form: Symfony\Component\Form\Form {#3399 …} -errors: [] } |
| expanded | false |
| form | Symfony\Component\Form\FormView {#3356 …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) {#3149 class: "Symfony\Component\Form\Extension\Core\Type\ChoiceType" this: Symfony\Component\Form\Extension\Core\Type\ChoiceType {#1828 …} } |
| 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 | false |
| 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 | "a01b.Q0rl0aIhDeNyoea4YYpWpw0nFf3S2AqS2HLDVZE22BE.JXOW5ON2aM4wyND-TOw1_TtgY7e2sT3F6AKsP-R8jXwTJ5Kz9xU1miTU1g" |
| 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 | "a01b.Q0rl0aIhDeNyoea4YYpWpw0nFf3S2AqS2HLDVZE22BE.JXOW5ON2aM4wyND-TOw1_TtgY7e2sT3F6AKsP-R8jXwTJ5Kz9xU1miTU1g" |
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 {#509 -generator: Symfony\Component\Security\Csrf\TokenGenerator\UriSafeTokenGenerator {#508 …} -storage: Symfony\Component\Security\Csrf\TokenStorage\SessionTokenStorage {#507 …} -namespace: Closure() {#505 …} } |
| data | "a01b.Q0rl0aIhDeNyoea4YYpWpw0nFf3S2AqS2HLDVZE22BE.JXOW5ON2aM4wyND-TOw1_TtgY7e2sT3F6AKsP-R8jXwTJ5Kz9xU1miTU1g" |
| data_class | null |
| disabled | false |
| empty_data | Closure(FormInterface $form) {#3145 class: "Symfony\Component\Form\Extension\Core\Type\FormType" this: Symfony\Component\Form\Extension\Core\Type\FormType {#1856 …} } |
| 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() {#3143 class: "Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension" this: Symfony\Component\Form\Extension\Validator\Type\UploadValidatorExtension {#2168 …} use: { $translator: Symfony\Component\Translation\DataCollectorTranslator {#655 …} $translationDomain: "validators" $message: Closure() {#3146 …} } } |
| 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 | "a01b.Q0rl0aIhDeNyoea4YYpWpw0nFf3S2AqS2HLDVZE22BE.JXOW5ON2aM4wyND-TOw1_TtgY7e2sT3F6AKsP-R8jXwTJ5Kz9xU1miTU1g" |
| disabled | false |
| errors | Symfony\Component\Form\FormErrorIterator {#3133 -form: Symfony\Component\Form\Form {#3137 …} -errors: [] } |
| form | Symfony\Component\Form\FormView {#3142 …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 | "a01b.Q0rl0aIhDeNyoea4YYpWpw0nFf3S2AqS2HLDVZE22BE.JXOW5ON2aM4wyND-TOw1_TtgY7e2sT3F6AKsP-R8jXwTJ5Kz9xU1miTU1g" |