Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
QueueWorkerManagerInterface | interface | core/ |
Provides an interface for a queue worker manager. |
QueueWorkerManagerInterface.php | file | core/ |
|
QuickEditEntityFieldAccessCheckInterface | interface | core/ |
Access check for in-place editing entity fields. |
QuickEditEntityFieldAccessCheckInterface.php | file | core/ |
|
QuickEditEntityFieldAccessCheckInterface::accessEditEntityField | function | core/ |
Checks access to edit the requested field of the requested entity. |
RdfMappingInterface | interface | core/ |
Provides an interface defining an RDF mapping entity. |
RdfMappingInterface.php | file | core/ |
|
RdfMappingInterface::getBundleMapping | function | core/ |
Gets the mapping config for the bundle-level data. |
RdfMappingInterface::getFieldMapping | function | core/ |
Gets the mapping config for a field. |
RdfMappingInterface::getPreparedBundleMapping | function | core/ |
Gets the mapping for the bundle-level data. |
RdfMappingInterface::getPreparedFieldMapping | function | core/ |
Gets the prepared mapping for a field. |
RdfMappingInterface::setBundleMapping | function | core/ |
Sets the mapping config for the bundle-level data. |
RdfMappingInterface::setFieldMapping | function | core/ |
Sets the mapping config for a field. |
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. |
RefinableDependentAccessInterface | interface | core/ |
An interface to allow adding an access dependency. |
RefinableDependentAccessInterface.php | file | core/ |
|
RefinableDependentAccessInterface::addAccessDependency | function | core/ |
Adds an access dependency into the existing access dependency. |
RefinableDependentAccessInterface::setAccessDependency | function | core/ |
Sets the access dependency. |
RelationLinkManagerInterface | interface | core/ |
|
RelationLinkManagerInterface | interface | core/ |
|
RelationLinkManagerInterface.php | file | core/ |
|
RelationLinkManagerInterface.php | file | core/ |
|
RelationLinkManagerInterface::getRelationInternalIds | function | core/ |
Translates a REST URI into internal IDs. |
RelationLinkManagerInterface::getRelationUri | function | core/ |
Gets the URI that corresponds to a field. |
RelationshipNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ReliableQueueInterface | interface | core/ |
Reliable queue interface. |
ReliableQueueInterface.php | file | core/ |
|
RenderableInterface | interface | core/ |
Defines an object which can be rendered by the Render API. |
RenderableInterface.php | file | core/ |
|
RenderableInterface::toRenderable | function | core/ |
Returns a render array representation of the object. |
RenderCacheInterface | interface | core/ |
Defines an interface for caching rendered render arrays. |
RenderCacheInterface.php | file | core/ |
|
RenderCacheInterface::get | function | core/ |
Gets the cached, pre-rendered element of a renderable element from cache. |
RenderCacheInterface::getCacheableRenderArray | function | core/ |
Gets a cacheable render array for a render array and its rendered output. |
RenderCacheInterface::set | function | core/ |
Caches the rendered output of a renderable array. |
RenderCallbackInterface | interface | core/ |
Indicates all public methods are safe to use in render callbacks. |
RenderCallbackInterface.php | file | core/ |
|
RendererInterface | interface | core/ |
Defines an interface for turning a render array into a string. |
RendererInterface.php | file | core/ |
|
RendererInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
Pagination
- Previous page
- Page 68
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.