Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| QueryInterface::currentRevision | function | core/ |
Limits the query to only default revisions. |
| QueryInterface::execute | function | core/ |
Execute the query. |
| QueryInterface::exists | function | core/ |
Queries for a non-empty value on a field. |
| QueryInterface::getEntityTypeId | function | core/ |
Gets the ID of the entity type for this query. |
| QueryInterface::latestRevision | function | core/ |
Queries the latest revision. |
| QueryInterface::notExists | function | core/ |
Queries for an empty field. |
| QueryInterface::orConditionGroup | function | core/ |
Creates a new group of conditions ORed together. |
| QueryInterface::pager | function | core/ |
Enables a pager for the query. |
| QueryInterface::range | function | core/ |
Defines the range of the query. |
| QueryInterface::sort | function | core/ |
Sorts the result set by a given field. |
| QueryInterface::tableSort | function | core/ |
Enables sortable tables for this query. |
| QueueFactoryInterface | interface | core/ |
An interface defining queue factory classes. |
| QueueFactoryInterface.php | file | core/ |
|
| QueueFactoryInterface::get | function | core/ |
Constructs a new queue object for a given name. |
| QueueGarbageCollectionInterface | interface | core/ |
Queue garbage collection interface. |
| QueueGarbageCollectionInterface.php | file | core/ |
|
| QueueGarbageCollectionInterface::garbageCollection | function | core/ |
Cleans queues of garbage. |
| QueueInterface | interface | core/ |
Interface for a queue. |
| QueueInterface.php | file | core/ |
|
| QueueInterface::claimItem | function | core/ |
Claims an item in the queue for processing. |
| QueueInterface::createItem | function | core/ |
Adds a queue item and store it directly to the queue. |
| QueueInterface::createQueue | function | core/ |
Creates a queue. |
| QueueInterface::deleteItem | function | core/ |
Deletes a finished item from the queue. |
| QueueInterface::deleteQueue | function | core/ |
Deletes a queue and every item in the queue. |
| QueueInterface::numberOfItems | function | core/ |
Retrieves the number of items in the queue. |
| QueueInterface::releaseItem | function | core/ |
Releases an item that the worker could not process. |
| QueueWorkerInterface | interface | core/ |
Defines an interface for a QueueWorker plugin. |
| QueueWorkerInterface.php | file | core/ |
|
| QueueWorkerInterface::processItem | function | core/ |
Works on a single queue item. |
| QueueWorkerManagerInterface | interface | core/ |
Provides an interface for a queue worker manager. |
| QueueWorkerManagerInterface.php | file | core/ |
|
| QueueWorkerManagerInterface::DEFAULT_QUEUE_CRON_TIME | constant | core/ |
The default time duration in seconds spent calling a queue worker. |
| RedirectDestinationInterface | interface | core/ |
Provides an interface for redirect destinations. |
| RedirectDestinationInterface.php | file | core/ |
|
| RedirectDestinationInterface::get | function | core/ |
Gets the destination as a path. |
| RedirectDestinationInterface::getAsArray | function | core/ |
Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url. |
| RedirectDestinationInterface::set | function | core/ |
Sets the destination as URL. |
| RefinableCacheableDependencyInterface | interface | core/ |
Allows to add cacheability metadata to an object for the current runtime. |
| RefinableCacheableDependencyInterface.php | file | core/ |
|
| RefinableCacheableDependencyInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
| RefinableCacheableDependencyInterface::addCacheContexts | function | core/ |
Adds cache contexts. |
| RefinableCacheableDependencyInterface::addCacheTags | function | core/ |
Adds cache tags. |
| RefinableCacheableDependencyInterface::mergeCacheMaxAge | function | core/ |
Merges the maximum age (in seconds) with the existing maximum age. |
| RefinableCalculatedPermissionsInterface | interface | core/ |
Defines the refinable calculated permissions interface. |
| RefinableCalculatedPermissionsInterface.php | file | core/ |
|
| RefinableCalculatedPermissionsInterface::addItem | function | core/ |
Adds a calculated permission item. |
| RefinableCalculatedPermissionsInterface::merge | function | core/ |
Merge another calculated permissions object into this one. |
| RefinableCalculatedPermissionsInterface::removeItem | function | core/ |
Removes a single calculated permission item from a given scope. |
| RefinableCalculatedPermissionsInterface::removeItems | function | core/ |
Removes all of the calculated permission items, regardless of scope. |
| RefinableCalculatedPermissionsInterface::removeItemsByScope | function | core/ |
Removes all of the calculated permission items for the given scope. |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.