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 |
|---|---|---|---|
| BooleanInterface.php | file | core/ |
|
| BooleanItemNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| BooleanNormalizer::$supportedInterfaceOrClass | property | core/ |
The interface or class that this Normalizer supports. |
| BreadcrumbBuilderInterface | interface | core/ |
Defines an interface for classes that build breadcrumbs. |
| BreadcrumbBuilderInterface.php | file | core/ |
|
| BreadcrumbBuilderInterface::applies | function | core/ |
Whether this breadcrumb builder should be used to build the breadcrumb. |
| BreadcrumbBuilderInterface::build | function | core/ |
Builds the breadcrumb. |
| BreakpointInterface | interface | core/ |
Interface for Breakpoint plugins. |
| BreakpointInterface.php | file | core/ |
|
| BreakpointInterface::getGroup | function | core/ |
Returns the breakpoint group. |
| BreakpointInterface::getLabel | function | core/ |
Returns the translated label. |
| BreakpointInterface::getMediaQuery | function | core/ |
Returns the media query. |
| BreakpointInterface::getMultipliers | function | core/ |
Returns the multipliers. |
| BreakpointInterface::getProvider | function | core/ |
Returns the provider. |
| BreakpointInterface::getWeight | function | core/ |
Returns the weight. |
| BreakpointManagerInterface | interface | core/ |
Defines an interface for breakpoint managers. |
| BreakpointManagerInterface.php | file | core/ |
|
| BreakpointManagerInterface::getBreakpointsByGroup | function | core/ |
Gets breakpoints for the specified group. |
| BreakpointManagerInterface::getGroupProviders | function | core/ |
Gets all the providers for the specified breakpoint group. |
| BreakpointManagerInterface::getGroups | function | core/ |
Gets all the existing breakpoint groups. |
| BuilderInterface | interface | composer/ |
Produce the output for a metapackage. |
| BuilderInterface.php | file | composer/ |
|
| BuilderInterface::getPackage | function | composer/ |
Generate the Composer.json data for the current tag or branch. |
| BuilderInterface::getPath | function | composer/ |
Return the path to where the metapackage should be written. |
| BuilderInterface::__construct | function | composer/ |
BuilderInterface constructor. |
| BundleTranslationSettingsInterface | interface | core/ |
Interface providing support for content translation bundle settings. |
| BundleTranslationSettingsInterface.php | file | core/ |
|
| BundleTranslationSettingsInterface::getBundleTranslationSettings | function | core/ |
Returns translation settings for the specified bundle. |
| BundleTranslationSettingsInterface::setBundleTranslationSettings | function | core/ |
Sets translation settings for the specified bundle. |
| CacheableDependencyInterface | interface | core/ |
Defines an interface for objects which may be used by other cached objects. |
| CacheableDependencyInterface.php | file | core/ |
|
| CacheableDependencyInterface::getCacheContexts | function | core/ |
The cache contexts associated with this object. |
| CacheableDependencyInterface::getCacheMaxAge | function | core/ |
The maximum age for which this object may be cached. |
| CacheableDependencyInterface::getCacheTags | function | core/ |
The cache tags associated with this object. |
| CacheableNormalizerInterface | interface | core/ |
Defines the interface for normalizers producing cacheable normalizations. |
| CacheableNormalizerInterface.php | file | core/ |
|
| CacheableNormalizerInterface::SERIALIZATION_CONTEXT_CACHEABILITY | constant | core/ |
Name of key for bubbling cacheability metadata via serialization context. |
| CacheableResponseInterface | interface | core/ |
Defines an interface for responses that can expose cacheability metadata. |
| CacheableResponseInterface.php | file | core/ |
|
| CacheableResponseInterface::addCacheableDependency | function | core/ |
Adds a dependency on an object: merges its cacheability metadata. |
| CacheableResponseInterface::getCacheableMetadata | function | core/ |
Returns the cacheability metadata for this response. |
| CacheableRouteProviderInterface | interface | core/ |
Extends the router provider interface to provide caching support. |
| CacheableRouteProviderInterface.php | file | core/ |
|
| CacheableRouteProviderInterface::addExtraCacheKeyPart | function | core/ |
Adds a cache key part to be used in the cache ID of the route collection. |
| CacheBackendInterface | interface | core/ |
Defines an interface for cache implementations. |
| CacheBackendInterface.php | file | core/ |
|
| CacheBackendInterface::CACHE_PERMANENT | constant | core/ |
Indicates that the item should never be removed unless explicitly deleted. |
| CacheBackendInterface::delete | function | core/ |
Deletes an item from the cache. |
| CacheBackendInterface::deleteAll | function | core/ |
Deletes all cache items in a bin. |
| CacheBackendInterface::deleteMultiple | function | core/ |
Deletes multiple items from the cache. |
Pagination
- Previous page
- Page 7
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.