Search for interface

  1. Search 7.x for interface
  2. Search 9.5.x for interface
  3. Search 8.9.x for interface
  4. Search 10.3.x for interface
  5. Other projects
Title Object type File name Summary
QueryInterface::latestRevision function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries the latest revision.
QueryInterface::notExists function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Queries for an empty field.
QueryInterface::orConditionGroup function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Creates a new group of conditions ORed together.
QueryInterface::pager function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Enables a pager for the query.
QueryInterface::range function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Defines the range of the query.
QueryInterface::sort function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Sorts the result set by a given field.
QueryInterface::tableSort function core/lib/Drupal/Core/Entity/Query/QueryInterface.php Enables sortable tables for this query.
QueueFactoryInterface interface core/lib/Drupal/Core/Queue/QueueFactoryInterface.php An interface defining queue factory classes.
QueueFactoryInterface.php file core/lib/Drupal/Core/Queue/QueueFactoryInterface.php
QueueFactoryInterface::get function core/lib/Drupal/Core/Queue/QueueFactoryInterface.php Constructs a new queue object for a given name.
QueueGarbageCollectionInterface interface core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Queue garbage collection interface.
QueueGarbageCollectionInterface.php file core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php
QueueGarbageCollectionInterface::garbageCollection function core/lib/Drupal/Core/Queue/QueueGarbageCollectionInterface.php Cleans queues of garbage.
QueueInterface interface core/lib/Drupal/Core/Queue/QueueInterface.php Interface for a queue.
QueueInterface.php file core/lib/Drupal/Core/Queue/QueueInterface.php
QueueInterface::claimItem function core/lib/Drupal/Core/Queue/QueueInterface.php Claims an item in the queue for processing.
QueueInterface::createItem function core/lib/Drupal/Core/Queue/QueueInterface.php Adds a queue item and store it directly to the queue.
QueueInterface::createQueue function core/lib/Drupal/Core/Queue/QueueInterface.php Creates a queue.
QueueInterface::deleteItem function core/lib/Drupal/Core/Queue/QueueInterface.php Deletes a finished item from the queue.
QueueInterface::deleteQueue function core/lib/Drupal/Core/Queue/QueueInterface.php Deletes a queue and every item in the queue.
QueueInterface::numberOfItems function core/lib/Drupal/Core/Queue/QueueInterface.php Retrieves the number of items in the queue.
QueueInterface::releaseItem function core/lib/Drupal/Core/Queue/QueueInterface.php Releases an item that the worker could not process.
QueueWorkerInterface interface core/lib/Drupal/Core/Queue/QueueWorkerInterface.php Defines an interface for a QueueWorker plugin.
QueueWorkerInterface.php file core/lib/Drupal/Core/Queue/QueueWorkerInterface.php
QueueWorkerInterface::processItem function core/lib/Drupal/Core/Queue/QueueWorkerInterface.php Works on a single queue item.
QueueWorkerManagerInterface interface core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php Provides an interface for a queue worker manager.
QueueWorkerManagerInterface.php file core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php
QueueWorkerManagerInterface::DEFAULT_QUEUE_CRON_TIME constant core/lib/Drupal/Core/Queue/QueueWorkerManagerInterface.php The default time duration in seconds spent calling a queue worker.
RedirectDestinationInterface interface core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php Provides an interface for redirect destinations.
RedirectDestinationInterface.php file core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php
RedirectDestinationInterface::get function core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php Gets the destination as a path.
RedirectDestinationInterface::getAsArray function core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php Prepares a 'destination' URL query parameter for use with \Drupal\Core\Url.
RedirectDestinationInterface::set function core/lib/Drupal/Core/Routing/RedirectDestinationInterface.php Sets the destination as URL.
RefinableCacheableDependencyInterface interface core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Allows to add cacheability metadata to an object for the current runtime.
RefinableCacheableDependencyInterface.php file core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php
RefinableCacheableDependencyInterface::addCacheableDependency function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds a dependency on an object: merges its cacheability metadata.
RefinableCacheableDependencyInterface::addCacheContexts function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache contexts.
RefinableCacheableDependencyInterface::addCacheTags function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Adds cache tags.
RefinableCacheableDependencyInterface::mergeCacheMaxAge function core/lib/Drupal/Core/Cache/RefinableCacheableDependencyInterface.php Merges the maximum age (in seconds) with the existing maximum age.
RefinableCalculatedPermissionsInterface interface core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Defines the refinable calculated permissions interface.
RefinableCalculatedPermissionsInterface.php file core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php
RefinableCalculatedPermissionsInterface::addItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Adds a calculated permission item.
RefinableCalculatedPermissionsInterface::merge function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Merge another calculated permissions object into this one.
RefinableCalculatedPermissionsInterface::removeItem function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes a single calculated permission item from a given scope.
RefinableCalculatedPermissionsInterface::removeItems function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items, regardless of scope.
RefinableCalculatedPermissionsInterface::removeItemsByScope function core/lib/Drupal/Core/Session/RefinableCalculatedPermissionsInterface.php Removes all of the calculated permission items for the given scope.
RefinableDependentAccessInterface interface core/modules/block_content/src/Access/RefinableDependentAccessInterface.php An interface to allow adding an access dependency.
RefinableDependentAccessInterface.php file core/modules/block_content/src/Access/RefinableDependentAccessInterface.php
RefinableDependentAccessInterface::addAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessInterface.php Adds an access dependency into the existing access dependency.
RefinableDependentAccessInterface::setAccessDependency function core/modules/block_content/src/Access/RefinableDependentAccessInterface.php Sets the access dependency.

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