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. Search main for select
  6. 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 A stub of the MySQL query builder for SELECT statements.
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
SelectionInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php
SelectionInterface::countReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Counts entities that are referenceable.
SelectionInterface::entityQueryAlter function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Allows altering the SelectQuery generated by EntityFieldQuery.
SelectionInterface::getReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Gets the list of referenceable entities.
SelectionInterface::validateReferenceableEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionInterface.php Validates which existing entities can be referenced.
SelectionPluginBase class core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php Provides a base class for configurable selection handlers.
SelectionPluginBase.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::buildConfigurationForm function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::calculateDependencies function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::defaultConfiguration function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::entityQueryAlter function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::submitConfigurationForm function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginBase::validateConfigurationForm function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginBase.php
SelectionPluginManager class core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php Plugin type manager for Entity Reference Selection plugins.
SelectionPluginManager.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::getFallbackPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::getInstance function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::getPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::getSelectionGroups function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::getSelectionHandler function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManager::__construct function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManager.php
SelectionPluginManagerInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Defines an interface for the entity reference selection plugin manager.
SelectionPluginManagerInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php
SelectionPluginManagerInterface::getPluginId function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the plugin ID for a given target entity type and base plugin ID.
SelectionPluginManagerInterface::getSelectionGroups function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the selection plugins that can reference a specific entity type.
SelectionPluginManagerInterface::getSelectionHandler function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionPluginManagerInterface.php Gets the selection handler for a given entity_reference field.
SelectionTest class core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest class core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests entity reference selection handler.
SelectionTest.php file core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest.php file core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::$defaultTheme property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::$handlerSettings property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php The handler settings for the entity reference field.
SelectionTest::$modules property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest::$modules property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::$nodes property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Nodes for testing.
SelectionTest::$nodes property core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php An array of node titles, keyed by content type and node ID.
SelectionTest::$selectionHandler property core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php The selection handler.
SelectionTest::assertResults function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Confirm the expected results are returned.
SelectionTest::setUp function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php
SelectionTest::setUp function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php
SelectionTest::testAnchorTagStripping function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests the anchor tag stripping.
SelectionTest::testAutocompleteOutput function core/modules/field/tests/src/Functional/EntityReference/Views/SelectionTest.php Tests that the Views selection handles the views output properly.
SelectionTest::testSelectionHandler function core/modules/field/tests/src/Kernel/EntityReference/Views/SelectionTest.php Tests the selection handler.
SelectionWithAutocreateInterface interface core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Interface for Selection plugins that support newly created entities.
SelectionWithAutocreateInterface.php file core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php
SelectionWithAutocreateInterface::createNewEntity function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Creates a new entity object that can be used as a valid reference.
SelectionWithAutocreateInterface::validateReferenceableNewEntities function core/lib/Drupal/Core/Entity/EntityReferenceSelection/SelectionWithAutocreateInterface.php Validates which newly created entities can be referenced.
SelectLanguageForm class core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php Provides the language selection form.
SelectLanguageForm.php file core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php
SelectLanguageForm::buildForm function core/lib/Drupal/Core/Installer/Form/SelectLanguageForm.php

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