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 |
|---|---|---|---|
| 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. |
| ReliableQueueInterface | interface | core/ |
Reliable queue interface. |
| ReliableQueueInterface.php | file | core/ |
|
| RemovableDependentPluginInterface | interface | core/ |
Provides an interface for plugins that react when dependencies are removed. |
| RemovableDependentPluginInterface.php | file | core/ |
|
| RemovableDependentPluginInterface::onCollectionDependencyRemoval | function | core/ |
Informs the plugin in a collection to act on removal of dependencies. |
| 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::getMultiple | function | core/ |
Gets multiple cached, pre-rendered elements from cache. |
| 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. |
| RendererInterface::executeInRenderContext | function | core/ |
Executes a callable within a render context. |
| RendererInterface::hasRenderContext | function | core/ |
Checks whether a render context is active. |
| RendererInterface::mergeBubbleableMetadata | function | core/ |
Merges the bubbleable rendering metadata o/t 2nd render array with the 1st. |
| RendererInterface::render | function | core/ |
Renders HTML given a structured array tree. |
| RendererInterface::renderInIsolation | function | core/ |
Renders final HTML in situations where no assets are needed. |
| RendererInterface::renderPlaceholder | function | core/ |
Renders final HTML for a placeholder. |
| RendererInterface::renderPlain | function | core/ |
|
| RendererInterface::renderRoot | function | core/ |
Renders final HTML given a structured array tree. |
| RequestPolicyInterface | interface | core/ |
Defines the interface for request policy implementations. |
| RequestPolicyInterface.php | file | core/ |
|
| RequestPolicyInterface::ALLOW | constant | core/ |
Allow delivery of cached pages. |
| RequestPolicyInterface::check | function | core/ |
Determines whether delivery of a cached page should be attempted. |
| RequestPolicyInterface::DENY | constant | core/ |
Deny delivery of cached pages. |
| RequiredFieldStorageDefinitionInterface | interface | core/ |
Defines an interface for required field storage definitions. |
| RequiredFieldStorageDefinitionInterface.php | file | core/ |
|
| RequiredFieldStorageDefinitionInterface::isStorageRequired | function | core/ |
Returns whether the field storage is required. |
| RequirementsAwareDestinationInterface | interface | core/ |
Defines the RequirementsAwareDestinationInterface. |
| RequirementsAwareSourceInterface | interface | core/ |
Defines the RequirementsAwareSourceInterface. |
| RequirementsInterface | interface | core/ |
An interface to check for a migrate plugin requirements. |
| RequirementsInterface.php | file | core/ |
|
| RequirementsInterface::checkRequirements | function | core/ |
Checks if requirements for this plugin are OK. |
| ResettableStackedRouteMatchInterface | interface | core/ |
Defines an interface for a resettable stack of route matches. |
| ResettableStackedRouteMatchInterface.php | file | core/ |
|
| ResettableStackedRouteMatchInterface::resetRouteMatch | function | core/ |
Resets the route match static cache. |
| ResourceFetcherInterface | interface | core/ |
Defines an interface for an oEmbed resource fetcher service. |
| ResourceFetcherInterface.php | file | core/ |
|
| ResourceFetcherInterface::fetchResource | function | core/ |
Fetches an oEmbed resource. |
Pagination
- Previous page
- Page 70
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.