Search for %s
- Search 7.x for %s
- Search 9.5.x for %s
- Search 8.9.x for %s
- Search 10.3.x for %s
- Search 11.x for %s
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| SelectInterface::leftJoin | function | core/ |
Left Outer Join against another table in the database. |
| SelectInterface::orderBy | function | core/ |
Orders the result set by a given field. |
| SelectInterface::orderRandom | function | core/ |
Orders the result set by a random value. |
| SelectInterface::preExecute | function | core/ |
Generic preparation and validation for a SELECT query. |
| SelectInterface::range | function | core/ |
Restricts a query to a given range in the result set. |
| SelectInterface::union | function | core/ |
Add another Select query to UNION to this one. |
| SelectInterface::__clone | function | core/ |
Clone magic method. |
| SelectInterface::__toString | function | core/ |
Returns a string representation of how the query will be executed in SQL. |
| SelectionInterface | interface | core/ |
Interface definition for Entity Reference Selection plugins. |
| SelectionInterface.php | file | core/ |
|
| SelectionInterface::countReferenceableEntities | function | core/ |
Counts entities that are referenceable. |
| SelectionInterface::entityQueryAlter | function | core/ |
Allows altering the SelectQuery generated by EntityFieldQuery. |
| SelectionInterface::getReferenceableEntities | function | core/ |
Gets the list of referenceable entities. |
| SelectionInterface::validateReferenceableEntities | function | core/ |
Validates which existing entities can be referenced. |
| SelectionPluginBase | class | core/ |
Provides a base class for configurable selection handlers. |
| SelectionPluginBase.php | file | core/ |
|
| SelectionPluginBase::buildConfigurationForm | function | core/ |
Form constructor. |
| SelectionPluginBase::calculateDependencies | function | core/ |
Calculates dependencies for the configured plugin. |
| SelectionPluginBase::defaultConfiguration | function | core/ |
Gets default configuration for this plugin. |
| SelectionPluginBase::entityQueryAlter | function | core/ |
Allows altering the SelectQuery generated by EntityFieldQuery. |
| SelectionPluginBase::submitConfigurationForm | function | core/ |
Form submission handler. |
| SelectionPluginBase::validateConfigurationForm | function | core/ |
Form validation handler. |
| SelectionPluginManager | class | core/ |
Plugin type manager for Entity Reference Selection plugins. |
| SelectionPluginManager.php | file | core/ |
|
| SelectionPluginManager::getFallbackPluginId | function | core/ |
Gets a fallback id for a missing plugin. |
| SelectionPluginManager::getInstance | function | core/ |
Gets or creates a plugin instance that satisfies the given options. |
| SelectionPluginManager::getPluginId | function | core/ |
Gets the plugin ID for a given target entity type and base plugin ID. |
| SelectionPluginManager::getSelectionGroups | function | core/ |
Gets the selection plugins that can reference a specific entity type. |
| SelectionPluginManager::getSelectionHandler | function | core/ |
Gets the selection handler for a given entity_reference field. |
| SelectionPluginManager::__construct | function | core/ |
Constructs a new \Drupal\Core\Plugin\DefaultPluginManager object. |
| SelectionPluginManagerInterface | interface | core/ |
Defines an interface for the entity reference selection plugin manager. |
| SelectionPluginManagerInterface.php | file | core/ |
|
| SelectionPluginManagerInterface::getPluginId | function | core/ |
Gets the plugin ID for a given target entity type and base plugin ID. |
| SelectionPluginManagerInterface::getSelectionGroups | function | core/ |
Gets the selection plugins that can reference a specific entity type. |
| SelectionPluginManagerInterface::getSelectionHandler | function | core/ |
Gets the selection handler for a given entity_reference field. |
| SelectionTest | class | core/ |
Tests entity reference selection handler. |
| SelectionTest | class | core/ |
Tests entity reference selection handler. |
| SelectionTest.php | file | core/ |
|
| SelectionTest.php | file | core/ |
|
| SelectionTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| SelectionTest::$handlerSettings | property | core/ |
The handler settings for the entity reference field. |
| SelectionTest::$modules | property | core/ |
Modules to install. |
| SelectionTest::$modules | property | core/ |
Modules to install. |
| SelectionTest::$nodes | property | core/ |
Nodes for testing. |
| SelectionTest::$nodes | property | core/ |
An array of node titles, keyed by content type and node ID. |
| SelectionTest::$selectionHandler | property | core/ |
The selection handler. |
| SelectionTest::assertResults | function | core/ |
Confirm the expected results are returned. |
| SelectionTest::setUp | function | core/ |
|
| SelectionTest::setUp | function | core/ |
|
| SelectionTest::testAnchorTagStripping | function | core/ |
Tests the anchor tag stripping. |
Pagination
- Previous page
- Page 1249
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.