Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
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.
QuickEditEntityFieldAccessCheckInterface interface core/modules/quickedit/src/Access/QuickEditEntityFieldAccessCheckInterface.php Access check for in-place editing entity fields.
QuickEditEntityFieldAccessCheckInterface.php file core/modules/quickedit/src/Access/QuickEditEntityFieldAccessCheckInterface.php
QuickEditEntityFieldAccessCheckInterface::accessEditEntityField function core/modules/quickedit/src/Access/QuickEditEntityFieldAccessCheckInterface.php Checks access to edit the requested field of the requested entity.
RdfMappingInterface interface core/modules/rdf/src/RdfMappingInterface.php Provides an interface defining an RDF mapping entity.
RdfMappingInterface.php file core/modules/rdf/src/RdfMappingInterface.php
RdfMappingInterface::getBundleMapping function core/modules/rdf/src/RdfMappingInterface.php Gets the mapping config for the bundle-level data.
RdfMappingInterface::getFieldMapping function core/modules/rdf/src/RdfMappingInterface.php Gets the mapping config for a field.
RdfMappingInterface::getPreparedBundleMapping function core/modules/rdf/src/RdfMappingInterface.php Gets the mapping for the bundle-level data.
RdfMappingInterface::getPreparedFieldMapping function core/modules/rdf/src/RdfMappingInterface.php Gets the prepared mapping for a field.
RdfMappingInterface::setBundleMapping function core/modules/rdf/src/RdfMappingInterface.php Sets the mapping config for the bundle-level data.
RdfMappingInterface::setFieldMapping function core/modules/rdf/src/RdfMappingInterface.php Sets the mapping config for a field.
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.
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.
RelationLinkManagerInterface interface core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php
RelationLinkManagerInterface.php file core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php
RelationLinkManagerInterface::getRelationInternalIds function core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php Translates a REST URI into internal IDs.
RelationLinkManagerInterface::getRelationUri function core/modules/hal/src/LinkManager/RelationLinkManagerInterface.php Gets the URI that corresponds to a field.
RelationshipNormalizer::$supportedInterfaceOrClass property core/modules/jsonapi/src/Normalizer/RelationshipNormalizer.php The interface or class that this Normalizer supports.
ReliableQueueInterface interface core/lib/Drupal/Core/Queue/ReliableQueueInterface.php Reliable queue interface.
ReliableQueueInterface.php file core/lib/Drupal/Core/Queue/ReliableQueueInterface.php
RenderableInterface interface core/lib/Drupal/Core/Render/RenderableInterface.php Defines an object which can be rendered by the Render API.
RenderableInterface.php file core/lib/Drupal/Core/Render/RenderableInterface.php
RenderableInterface::toRenderable function core/lib/Drupal/Core/Render/RenderableInterface.php Returns a render array representation of the object.
RenderCacheInterface interface core/lib/Drupal/Core/Render/RenderCacheInterface.php Defines an interface for caching rendered render arrays.
RenderCacheInterface.php file core/lib/Drupal/Core/Render/RenderCacheInterface.php
RenderCacheInterface::get function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets the cached, pre-rendered element of a renderable element from cache.
RenderCacheInterface::getCacheableRenderArray function core/lib/Drupal/Core/Render/RenderCacheInterface.php Gets a cacheable render array for a render array and its rendered output.
RenderCacheInterface::set function core/lib/Drupal/Core/Render/RenderCacheInterface.php Caches the rendered output of a renderable array.
RenderCallbackInterface interface core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php Indicates all public methods are safe to use in render callbacks.
RenderCallbackInterface.php file core/lib/Drupal/Core/Render/Element/RenderCallbackInterface.php
RendererInterface interface core/lib/Drupal/Core/Render/RendererInterface.php Defines an interface for turning a render array into a string.
RendererInterface.php file core/lib/Drupal/Core/Render/RendererInterface.php
RendererInterface::addCacheableDependency function core/lib/Drupal/Core/Render/RendererInterface.php Adds a dependency on an object: merges its cacheability metadata.

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