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 |
|---|---|---|---|
| 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/ |
|
| 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. |
| ResponseKeepSessionOpenInterface | interface | core/ |
Indicates that sessions for this response should be kept open after sending. |
| ResponseKeepSessionOpenInterface.php | file | core/ |
|
| ResponsePolicyInterface | interface | core/ |
Defines the interface for response policy implementations. |
| ResponsePolicyInterface.php | file | core/ |
|
| ResponsePolicyInterface::check | function | core/ |
Determines whether it is save to store a page in the cache. |
| ResponsePolicyInterface::DENY | constant | core/ |
Deny storage of a page in the cache. |
| ResponsiveImageStyleInterface | interface | core/ |
Provides an interface defining a responsive_image mapping entity. |
| ResponsiveImageStyleInterface.php | file | core/ |
|
| ResponsiveImageStyleInterface::addImageStyleMapping | function | core/ |
Adds an image style mapping to the responsive image configuration entity. |
| ResponsiveImageStyleInterface::EMPTY_IMAGE | constant | core/ |
The machine name for the empty image breakpoint image style option. |
| ResponsiveImageStyleInterface::getBreakpointGroup | function | core/ |
Returns the breakpoint group for the responsive image style. |
| ResponsiveImageStyleInterface::getFallbackImageStyle | function | core/ |
Returns the fallback image style ID for the responsive image style. |
| ResponsiveImageStyleInterface::getImageStyleIds | function | core/ |
Gets all the image styles IDs involved in the responsive image mapping. |
| ResponsiveImageStyleInterface::getImageStyleMapping | function | core/ |
Gets the image style mapping for a breakpoint ID and multiplier. |
| ResponsiveImageStyleInterface::getImageStyleMappings | function | core/ |
Returns the image style mappings for the responsive image style. |
| ResponsiveImageStyleInterface::getKeyedImageStyleMappings | function | core/ |
Returns the mappings of breakpoint ID and multiplier to image style. |
| ResponsiveImageStyleInterface::hasImageStyleMappings | function | core/ |
Checks if there is at least one mapping defined. |
| ResponsiveImageStyleInterface::isEmptyImageStyleMapping | function | core/ |
Checks if there is at least one image style mapping defined. |
| ResponsiveImageStyleInterface::ORIGINAL_IMAGE | constant | core/ |
The machine name for the original image breakpoint image style option. |
| ResponsiveImageStyleInterface::removeImageStyleMappings | function | core/ |
Removes all image style mappings from the responsive image style. |
| ResponsiveImageStyleInterface::setBreakpointGroup | function | core/ |
Sets the breakpoint group for the responsive image style. |
| ResponsiveImageStyleInterface::setFallbackImageStyle | function | core/ |
Sets the fallback image style for the responsive image style. |
| RestResourceConfigInterface | interface | core/ |
Defines a configuration entity to store enabled REST resources. |
| RestResourceConfigInterface.php | file | core/ |
|
| RestResourceConfigInterface::getAuthenticationProviders | function | core/ |
Retrieves a list of supported authentication providers. |
| RestResourceConfigInterface::getFormats | function | core/ |
Retrieves a list of supported response formats. |
| RestResourceConfigInterface::getMethods | function | core/ |
Retrieves a list of supported HTTP methods. |
| RestResourceConfigInterface::getResourcePlugin | function | core/ |
Retrieves the REST resource plugin. |
| RestResourceConfigInterface::METHOD_GRANULARITY | constant | core/ |
Granularity value for per-method configuration. |
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.