72 string references to 'Select'
- AjaxFormPageCacheTest::testSimpleAJAXFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ AjaxFormPageCacheTest.php - Create a simple form, then submit the form via AJAX to change to it.
- Callbacks::selectCallback in core/
modules/ system/ tests/ modules/ ajax_forms_test/ src/ Callbacks.php - Ajax callback triggered by select.
- Connection::getDriverClass in core/
lib/ Drupal/ Core/ Database/ Connection.php - Gets the driver-specific override class if any for the specified class.
- Connection::select in core/
lib/ Drupal/ Core/ Database/ Connection.php - Prepares and returns a SELECT query object.
- ConnectionTest::providerGetDriverClass in core/
tests/ Drupal/ Tests/ Core/ Database/ ConnectionTest.php - Data provider for testGetDriverClass().
- ConnectionTest::testConnectionOptions in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ConnectionTest.php - Tests the connection options of the active database.
- ContentTranslationHandler::addTranslatabilityClue in core/
modules/ content_translation/ src/ ContentTranslationHandler.php - Adds a clue about the form element translatability.
- DatabaseTestSchemaInstallTrait::installSampleSchema in core/
tests/ Drupal/ KernelTests/ Core/ Database/ DatabaseTestSchemaInstallTrait.php - Sets up our sample table schema.
- FormTest::testDisabledMarkup in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Verify markup for disabled form elements.
- FormTest::testRequiredCheckboxesRadio in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Tests validation for required checkbox, select, and radio elements.
- FormTest::testRequiredFields in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Check several empty values for required forms elements.
- FormTest::testSelect in core/
modules/ system/ tests/ src/ Functional/ Form/ FormTest.php - Tests validation of #type 'select' elements.
- FormTestDisabledElementsForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestDisabledElementsForm.php - Form constructor.
- FormTestValidateRequiredForm::buildForm in core/
modules/ system/ tests/ modules/ form_test/ src/ Form/ FormTestValidateRequiredForm.php - Form constructor.
- FormValidator::performRequiredValidation in core/
lib/ Drupal/ Core/ Form/ FormValidator.php - Performs validation of elements that are not subject to limited validation.
- FormValuesTest::testSimpleAjaxFormValue in core/
tests/ Drupal/ FunctionalJavascriptTests/ Ajax/ FormValuesTest.php - Submits forms with select and checkbox elements via Ajax.
- form_test.routing.yml in core/
modules/ system/ tests/ modules/ form_test/ form_test.routing.yml - core/modules/system/tests/modules/form_test/form_test.routing.yml
- RenderElement::preRenderAjaxForm in core/
lib/ Drupal/ Core/ Render/ Element/ RenderElement.php - Adds Ajax information about an element to communicate with JavaScript.
- ReservedWordTest::testGroupBy in core/
tests/ Drupal/ KernelTests/ Core/ Database/ ReservedWordTest.php - Tests SELECT query with GROUP BY clauses on fields with reserved names.
- TaxonomyIndexTid::buildExposeForm in core/
modules/ taxonomy/ src/ Plugin/ views/ filter/ TaxonomyIndexTid.php - Options form subform for exposed filter options.
- TaxonomyIndexTid::buildExtraOptionsForm in core/
modules/ taxonomy/ src/ Plugin/ views/ filter/ TaxonomyIndexTid.php - Provide a form for setting options.
- views.view.base_and_revision.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.base_and_revision.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.base_and_revision.yml
- views.view.block_content.yml in core/
modules/ block_content/ config/ optional/ views.view.block_content.yml - core/modules/block_content/config/optional/views.view.block_content.yml
- views.view.comment.yml in core/
modules/ comment/ config/ optional/ views.view.comment.yml - core/modules/comment/config/optional/views.view.comment.yml
- views.view.contextual_recent.yml in core/
modules/ contextual/ tests/ modules/ contextual_test/ config/ optional/ views.view.contextual_recent.yml - core/modules/contextual/tests/modules/contextual_test/config/optional/views.view.contextual_recent.yml
- views.view.taxonomy_term.yml in core/
modules/ taxonomy/ config/ optional/ views.view.taxonomy_term.yml - core/modules/taxonomy/config/optional/views.view.taxonomy_term.yml
- views.view.test_alias.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_alias.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_alias.yml
- views.view.test_another_broken_config_multi_value.yml in core/
modules/ views/ tests/ fixtures/ update/ views.view.test_another_broken_config_multi_value.yml - core/modules/views/tests/fixtures/update/views.view.test_another_broken_config_multi_value.yml
- views.view.test_block_content_revision_user.yml in core/
modules/ block_content/ tests/ modules/ block_content_test_views/ test_views/ views.view.test_block_content_revision_user.yml - core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_block_content_revision_user.yml
- views.view.test_boolean_grouped_filter_view.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_boolean_grouped_filter_view.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_boolean_grouped_filter_view.yml
- views.view.test_broken_config_multi_value.yml in core/
modules/ views/ tests/ fixtures/ update/ views.view.test_broken_config_multi_value.yml - core/modules/views/tests/fixtures/update/views.view.test_broken_config_multi_value.yml
- views.view.test_comment_field_name.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_comment_field_name.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_comment_field_name.yml
- views.view.test_content_ajax.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_content_ajax.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_content_ajax.yml
- views.view.test_destroy.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_destroy.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_destroy.yml
- views.view.test_display.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_display.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_display.yml
- views.view.test_duplicate_field_handlers.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_duplicate_field_handlers.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_duplicate_field_handlers.yml
- views.view.test_exposed_admin_ui.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_exposed_admin_ui.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_admin_ui.yml
- views.view.test_exposed_filters.yml in core/
modules/ views/ tests/ fixtures/ update/ views.view.test_exposed_filters.yml - core/modules/views/tests/fixtures/update/views.view.test_exposed_filters.yml
- views.view.test_exposed_filter_datetime.yml in core/
modules/ datetime/ tests/ modules/ datetime_test/ test_views/ views.view.test_exposed_filter_datetime.yml - core/modules/datetime/tests/modules/datetime_test/test_views/views.view.test_exposed_filter_datetime.yml
- views.view.test_exposed_form_checkboxes.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_exposed_form_checkboxes.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_checkboxes.yml
- views.view.test_exposed_form_pager.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_exposed_form_pager.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_exposed_form_pager.yml
- views.view.test_field_filters.yml in core/
modules/ comment/ tests/ modules/ comment_test_views/ test_views/ views.view.test_field_filters.yml - core/modules/comment/tests/modules/comment_test_views/test_views/views.view.test_field_filters.yml
- views.view.test_field_filters.yml in core/
modules/ taxonomy/ tests/ modules/ taxonomy_test_views/ test_views/ views.view.test_field_filters.yml - core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_field_filters.yml
- views.view.test_field_filters.yml in core/
modules/ block_content/ tests/ modules/ block_content_test_views/ test_views/ views.view.test_field_filters.yml - core/modules/block_content/tests/modules/block_content_test_views/test_views/views.view.test_field_filters.yml
- views.view.test_filter_current_user.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_filter_current_user.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_current_user.yml
- views.view.test_filter_in_operator_ui.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_filter_in_operator_ui.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_in_operator_ui.yml
- views.view.test_filter_permission.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_filter_permission.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_filter_permission.yml
- views.view.test_filter_placeholder_text.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_filter_placeholder_text.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_filter_placeholder_text.yml
- views.view.test_filter_taxonomy_index_tid.yml in core/
modules/ taxonomy/ tests/ modules/ taxonomy_test_views/ test_views/ views.view.test_filter_taxonomy_index_tid.yml - core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid.yml
- views.view.test_filter_taxonomy_index_tid_depth.yml in core/
modules/ taxonomy/ tests/ modules/ taxonomy_test_views/ test_views/ views.view.test_filter_taxonomy_index_tid_depth.yml - core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid_depth.yml
- views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml in core/
modules/ taxonomy/ tests/ modules/ taxonomy_test_views/ test_views/ views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml - core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_filter_taxonomy_index_tid__non_existing_dependency.yml
- views.view.test_glossary.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_glossary.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_glossary.yml
- views.view.test_history.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_history.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_history.yml
- views.view.test_latest_revision_filter.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_latest_revision_filter.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_revision_filter.yml
- views.view.test_latest_translation_affected_revision_filter.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_latest_translation_affected_revision_filter.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_latest_translation_affected_revision_filter.yml
- views.view.test_remember_selected.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_remember_selected.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_remember_selected.yml
- views.view.test_search.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_search.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_search.yml
- views.view.test_serializer_node_exposed_filter.yml in core/
modules/ rest/ tests/ modules/ rest_test_views/ test_views/ views.view.test_serializer_node_exposed_filter.yml - core/modules/rest/tests/modules/rest_test_views/test_views/views.view.test_serializer_node_exposed_filter.yml
- views.view.test_tag_cache.yml in core/
modules/ views/ tests/ modules/ views_test_config/ test_views/ views.view.test_tag_cache.yml - core/modules/views/tests/modules/views_test_config/test_views/views.view.test_tag_cache.yml
- views.view.test_taxonomy_exposed_grouped_filter.yml in core/
modules/ taxonomy/ tests/ modules/ taxonomy_test_views/ test_views/ views.view.test_taxonomy_exposed_grouped_filter.yml - core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_exposed_grouped_filter.yml
- views.view.test_taxonomy_name_argument.yml in core/
modules/ taxonomy/ tests/ modules/ taxonomy_test_views/ test_views/ views.view.test_taxonomy_name_argument.yml - core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_taxonomy_name_argument.yml
- views.view.test_user_bulk_form_combine_filter.yml in core/
modules/ user/ tests/ modules/ user_test_views/ test_views/ views.view.test_user_bulk_form_combine_filter.yml - core/modules/user/tests/modules/user_test_views/test_views/views.view.test_user_bulk_form_combine_filter.yml
- views.view.test_user_multi_value.yml in core/
modules/ views/ tests/ fixtures/ update/ views.view.test_user_multi_value.yml - core/modules/views/tests/fixtures/update/views.view.test_user_multi_value.yml
- views.view.user_admin_people.yml in core/
modules/ user/ config/ optional/ views.view.user_admin_people.yml - core/modules/user/config/optional/views.view.user_admin_people.yml
- views.view.who_s_new.yml in core/
modules/ user/ config/ optional/ views.view.who_s_new.yml - core/modules/user/config/optional/views.view.who_s_new.yml
- views.view.who_s_online.yml in core/
modules/ user/ config/ optional/ views.view.who_s_online.yml - core/modules/user/config/optional/views.view.who_s_online.yml
- ViewsWizardTest::testCreateViewWizard in core/
modules/ views_ui/ tests/ src/ FunctionalJavascript/ ViewsWizardTest.php - Tests creating a View using the wizard.
- WebAssert::optionExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Checks that specific option in a select field exists on the current page.
- WebAssert::optionNotExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Checks that an option in a select field does NOT exist on the current page.
- WebAssert::selectExists in core/
tests/ Drupal/ Tests/ WebAssert.php - Checks that specific select field exists on the current page.
- Weight::processWeight in core/
lib/ Drupal/ Core/ Render/ Element/ Weight.php - Expands a weight element into a select/number element.
- WeightTest::testProcessWeightSelectMax in core/
tests/ Drupal/ KernelTests/ Core/ Render/ Element/ WeightTest.php - Tests transformation from "select" to "number" for MAX_DELTA + 1.
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.