Search for interface
- Search 7.x for interface
- Search 8.9.x for interface
- Search 10.3.x for interface
- Search 11.x for interface
- Other projects
Title | Object type | File name | Summary |
---|---|---|---|
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::renderPlaceholder | function | core/ |
Renders final HTML for a placeholder. |
RendererInterface::renderPlain | function | core/ |
Renders final HTML in situations where no assets are needed. |
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. |
ResourceIdentifierNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
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. |
ResourceObjectNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
ResourceResponseInterface | interface | core/ |
Defines a common interface for resource responses. |
ResourceResponseInterface.php | file | core/ |
|
ResourceResponseInterface::getResponseData | function | core/ |
Returns response data that should be serialized. |
ResourceTypeRepositoryInterface | interface | core/ |
Provides a repository of all JSON:API resource types. |
ResourceTypeRepositoryInterface.php | file | core/ |
|
ResourceTypeRepositoryInterface::all | function | core/ |
Gets all JSON:API resource types. |
ResourceTypeRepositoryInterface::get | function | core/ |
Gets a specific JSON:API resource type based on entity type ID and bundle. |
ResourceTypeRepositoryInterface::getByTypeName | function | core/ |
Gets a specific JSON:API resource type based on a supplied typename. |
ResponseDisplayPluginInterface | interface | core/ |
Defines a display which returns a Response object. |
ResponseDisplayPluginInterface.php | file | core/ |
|
ResponseDisplayPluginInterface::buildResponse | function | core/ |
Builds up a response with the rendered view as content. |
ResponsePolicyInterface | interface | core/ |
Defines the interface for response policy implementations. |
Pagination
- Previous page
- Page 69
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.