Search for select

  1. Search 7.x for select
  2. Search 9.5.x for select
  3. Search 8.9.x for select
  4. Search 11.x for select
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Select class core/modules/sqlite/src/Driver/Database/sqlite/Select.php SQLite implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/mysql/src/Driver/Database/mysql/Select.php MySQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/modules/pgsql/src/Driver/Database/pgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/tests/Drupal/Tests/Core/Database/Stub/Select.php
Select class core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Select.php CoreFakeWithAllCustomClasses implementation of \Drupal\Core\Database\Select.
Select class core/lib/Drupal/Core/Render/Element/Select.php Provides a form element for a drop-down menu or scrolling selection box.
Select class core/lib/Drupal/Core/Database/Driver/sqlite/Select.php SQLite implementation of \Drupal\Core\Database\Query\Select.
Select class core/lib/Drupal/Core/Database/Driver/pgsql/Select.php PostgreSQL implementation of \Drupal\Core\Database\Query\Select.
Select class core/lib/Drupal/Core/Database/Query/Select.php Query builder for SELECT statements.

All search results

Title Object type File name Summary
EntityReferenceSelectionAccessTest class core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests for the base handlers provided by Entity Reference.
EntityReferenceSelectionAccessTest.php file core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::$modules property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Modules to install.
EntityReferenceSelectionAccessTest::assertReferenceable function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Checks that a selection plugin returns the expected results.
EntityReferenceSelectionAccessTest::setUp function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php
EntityReferenceSelectionAccessTest::testCommentHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the comment-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testMediaHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the selection handler for the media entity type.
EntityReferenceSelectionAccessTest::testNodeHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the node-specific overrides of the entity handler.
EntityReferenceSelectionAccessTest::testTermHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the term-specific overrides of the selection handler.
EntityReferenceSelectionAccessTest::testUserHandler function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelection/EntityReferenceSelectionAccessTest.php Tests the user-specific overrides of the entity handler.
EntityReferenceSelectionReferenceableTest class core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Tests entity reference selection plugins.
EntityReferenceSelectionReferenceableTest.php file core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
EntityReferenceSelectionReferenceableTest::$bundle property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Bundle of 'entity_test_no_label' entity.
EntityReferenceSelectionReferenceableTest::$labels property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Labels to be tested.
EntityReferenceSelectionReferenceableTest::$modules property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Modules to install.
EntityReferenceSelectionReferenceableTest::$selectionHandler property core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php The selection handler.
EntityReferenceSelectionReferenceableTest::providerTestCases function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Provides test cases for ::testReferenceablesWithNoLabelKey() test.
EntityReferenceSelectionReferenceableTest::setUp function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php
EntityReferenceSelectionReferenceableTest::testReferenceablesWithNoLabelKey function core/modules/system/tests/src/Kernel/Entity/EntityReferenceSelectionReferenceableTest.php Tests referenceable entities with no target entity type 'label' key.
EntityReferenceSelectionSortTest class core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php Tests sorting referenced items.
EntityReferenceSelectionSortTest.php file core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
EntityReferenceSelectionSortTest::$modules property core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php Modules to install.
EntityReferenceSelectionSortTest::setUp function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php
EntityReferenceSelectionSortTest::testSort function core/tests/Drupal/KernelTests/Core/Entity/EntityReferenceSelection/EntityReferenceSelectionSortTest.php Assert sorting by field and property.
EntityReferenceWidgetTest::testFocusNotAppliedWithoutSelectionChange function core/modules/media_library/tests/src/FunctionalJavascript/EntityReferenceWidgetTest.php Tests that disabled media items don't capture focus on page load.
ExposedFormTest::testRememberSelected function core/modules/views/tests/src/Functional/Plugin/ExposedFormTest.php Tests the "Remember the last selection" functionality.
FieldConfigValidationTest::testEntityReferenceSelectionHandlerIsValidated function core/modules/field/tests/src/Kernel/Entity/FieldConfigValidationTest.php Tests that entity reference selection handler plugin IDs are validated.
field_test_entity_reference_selection_alter function core/modules/field/tests/modules/field_test/field_test.module
FileSelection class core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Provides specific access control for the file entity type.
FileSelection.php file core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php
FileSelection::buildEntityQuery function core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Builds an EntityQuery to get referenceable entities.
FileSelection::createNewEntity function core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Creates a new entity object that can be used as a valid reference.
FileSelection::validateReferenceableNewEntities function core/modules/file/src/Plugin/EntityReferenceSelection/FileSelection.php Validates which newly created entities can be referenced.
FilterFormTest::assertNoSelect function core/modules/filter/tests/src/Functional/FilterFormTest.php Makes sure that no select element with the given ID exists on the page.
FilterFormTest::assertRequiredSelectAndOptions function core/modules/filter/tests/src/Functional/FilterFormTest.php Asserts that there is a select element with the given ID that is required.
FilterPluginBase::prepareFilterSelectOptions function core/modules/views/src/Plugin/views/filter/FilterPluginBase.php Sanitizes the HTML select element's options.
FilterTest::testInOperatorSelectAllOptions function core/modules/views/tests/src/Functional/Plugin/FilterTest.php Tests an exposed filter when all options are selected.
FocusFirstCommand::$selector property core/lib/Drupal/Core/Ajax/FocusFirstCommand.php The selector of the container with tabbable elements.
form--select.css file core/themes/claro/css/components/form--select.css Select input elements.
form--select.pcss.css file core/themes/claro/css/components/form--select.pcss.css Select input elements.
form-select.css file core/themes/olivero/css/components/form-select.css Select input elements.
form-select.pcss.css file core/themes/olivero/css/components/form-select.pcss.css Select input elements.
FormHelper::rewriteStatesSelector function core/lib/Drupal/Core/Form/FormHelper.php Rewrites #states selectors in a render element.
FormHelperTest::testRewriteStatesSelector function core/tests/Drupal/Tests/Core/Form/FormHelperTest.php Tests rewriting the #states selectors.
FormTest::testEmptySelect function core/modules/system/tests/src/Functional/Form/FormTest.php Tests a select element when #options is not set.
FormTest::testSelect function core/modules/system/tests/src/Functional/Form/FormTest.php Tests validation of #type 'select' elements.
FormTest::testSelectSorting function core/modules/system/tests/src/Functional/Form/FormTest.php Tests sorting and not sorting of options in a select element.
FormTest::validateSelectSorting function core/modules/system/tests/src/Functional/Form/FormTest.php Validates that the options are in the right order in a select.
FormTestEmptySelectForm class core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php Builds a form to test select elements when #options is not an array.
FormTestEmptySelectForm.php file core/modules/system/tests/modules/form_test/src/Form/FormTestEmptySelectForm.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.