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 10.3.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/Query/Select.php Query builder for SELECT statements.

All search results

Title Object type File name Summary
CommentStatisticsUnitTest::$select property core/modules/comment/tests/src/Unit/CommentStatisticsUnitTest.php Mock select interface.
Connection::select function core/modules/pgsql/src/Driver/Database/pgsql/Connection.php Prepares and returns a SELECT query object.
Connection::select function core/modules/sqlite/src/Driver/Database/sqlite/Connection.php Prepares and returns a SELECT query object.
Connection::select function core/tests/fixtures/database_drivers/custom/fake/Connection.php Prepares and returns a SELECT query object.
Connection::select function core/tests/fixtures/database_drivers/module/core_fake/src/Driver/Database/CoreFakeWithAllCustomClasses/Connection.php Prepares and returns a SELECT query object.
Connection::select function core/lib/Drupal/Core/Database/Connection.php Prepares and returns a SELECT query object.
container--media-library-widget-selection.html.twig file core/profiles/demo_umami/themes/umami/templates/classy/media-library/container--media-library-widget-selection.html.twig Theme implementation of a wrapper for selected media items.
container--media-library-widget-selection.html.twig file core/themes/claro/templates/classy/media-library/container--media-library-widget-selection.html.twig Theme implementation of a wrapper for selected media items.
ContentTranslationUITestBase::$testLanguageSelector property core/modules/content_translation/tests/src/Functional/ContentTranslationUITestBase.php Whether the behavior of the language selector should be tested.
CssCommand::$selector property core/lib/Drupal/Core/Ajax/CssCommand.php A CSS selector string.
DataCommand::$selector property core/lib/Drupal/Core/Ajax/DataCommand.php A CSS selector string for elements to which data will be attached.
DateTimeTest::testEnteringDateTimeViaSelectors function core/modules/system/tests/src/Functional/System/DateTimeTest.php Tests handling case with invalid data in selectors (like February, 31st).
DbUpdateController::selection function core/modules/system/src/Controller/DbUpdateController.php Renders a list of available database updates.
DefaultSelection class core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Default plugin implementation of the Entity Reference Selection plugin.
DefaultSelection.php file core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php
DefaultSelection::$currentUser property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The current user.
DefaultSelection::$entityFieldManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity field manager service.
DefaultSelection::$entityRepository property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity repository.
DefaultSelection::$entityTypeBundleInfo property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Entity type bundle info service.
DefaultSelection::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The entity type manager service.
DefaultSelection::$moduleHandler property core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php The module handler service.
DefaultSelection::buildConfigurationForm function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form constructor.
DefaultSelection::buildEntityQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Builds an EntityQuery to get referenceable entities.
DefaultSelection::countReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Counts entities that are referenceable.
DefaultSelection::create function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Creates an instance of the plugin.
DefaultSelection::createNewEntity function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Creates a new entity object that can be used as a valid reference.
DefaultSelection::defaultConfiguration function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Gets default configuration for this plugin.
DefaultSelection::elementValidateFilter function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Form element validation handler; Filters the #value property of an element.
DefaultSelection::getReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Gets the list of referenceable entities.
DefaultSelection::reAlterQuery function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Helper method: Passes a query to the alteration system again.
DefaultSelection::validateReferenceableEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Validates which existing entities can be referenced.
DefaultSelection::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Validates which newly created entities can be referenced.
DefaultSelection::validateTargetBundles function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Validates a target_bundles element.
DefaultSelection::validateTargetBundlesUpdate function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Validates a target_bundles_update element.
DefaultSelection::__construct function core/lib/Drupal/Core/Entity/Plugin/EntityReferenceSelection/DefaultSelection.php Constructs a new DefaultSelection object.
DefaultSelectionDeriver class core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Provides derivative plugins for the DefaultSelection plugin.
DefaultSelectionDeriver.php file core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php
DefaultSelectionDeriver::$entityTypeManager property core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php The entity type manager.
DefaultSelectionDeriver::create function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Creates a new class instance.
DefaultSelectionDeriver::getDerivativeDefinitions function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Gets the definition of all derivatives of a base plugin.
DefaultSelectionDeriver::__construct function core/lib/Drupal/Core/Entity/Plugin/Derivative/DefaultSelectionDeriver.php Creates a DefaultSelectionDeriver object.
DeleteMultipleForm::$selection property core/lib/Drupal/Core/Entity/Form/DeleteMultipleForm.php The selection, in the entity_id => langcodes format.
DeleteTruncateTest::testSubselectDelete function core/tests/Drupal/KernelTests/Core/Database/DeleteTruncateTest.php Confirms that we can use a subselect in a delete successfully.
details--media-library-add-form-selected-media.html.twig file core/themes/claro/templates/media-library/details--media-library-add-form-selected-media.html.twig Theme override for the "Additional selected media" area of the modal media
library dialog.
DialogRenderer::determineTargetSelector function core/lib/Drupal/Core/Render/MainContent/DialogRenderer.php Determine the target selector for the OpenDialogCommand.
DisplayModeBundleSelectionTest class core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php Tests the bundle selection for view & form display modes.
DisplayModeBundleSelectionTest.php file core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php
DisplayModeBundleSelectionTest::$defaultTheme property core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php The theme to install as the default for testing.
DisplayModeBundleSelectionTest::$modules property core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php Modules to install.
DisplayModeBundleSelectionTest::providerBundleSelection function core/modules/field_ui/tests/src/FunctionalJavascript/DisplayModeBundleSelectionTest.php Data provider for testBundleSelection().

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