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 |
---|---|---|---|
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. |
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. |
ResourceIdentifierInterface | interface | core/ |
An interface for identifying a related resource. |
ResourceIdentifierInterface.php | file | core/ |
|
ResourceIdentifierInterface::getId | function | core/ |
Gets the resource identifier's ID. |
ResourceIdentifierInterface::getResourceType | function | core/ |
Gets the resource identifier's JSON:API resource type. |
ResourceIdentifierInterface::getTypeName | function | core/ |
Gets the resource identifier's JSON:API resource type name. |
ResourceInterface | interface | core/ |
Specifies the publicly available methods of a resource plugin. |
ResourceInterface.php | file | core/ |
|
ResourceInterface::availableMethods | function | core/ |
Returns the available HTTP request methods on this plugin. |
ResourceInterface::permissions | function | core/ |
Provides an array of permissions suitable for .permissions.yml files. |
ResourceInterface::routes | function | core/ |
Returns a collection of routes with URL path information for the resource. |
ResourceResponseInterface | interface | core/ |
Defines a common interface for resource responses. |
ResourceResponseInterface.php | file | core/ |
Pagination
- Previous page
- Page 71
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.