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 | 
|---|---|---|---|
| BuilderInterface::getPath | function | composer/ | Return the path to where the metapackage should be written. | 
| BuilderInterface::__construct | function | composer/ | BuilderInterface constructor. | 
| BundleEntityStorageInterface | interface | core/ | A storage that supports entities with bundle specific classes. | 
| BundleEntityStorageInterface.php | file | core/ | |
| BundleEntityStorageInterface::getBundleFromClass | function | core/ | Retrieves the bundle name for a provided class name. | 
| 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. | 
| CacheBackendInterface::garbageCollection | function | core/ | Performs garbage collection on a cache bin. | 
| CacheBackendInterface::get | function | core/ | Returns data from the persistent cache. | 
| CacheBackendInterface::getMultiple | function | core/ | Returns data from the persistent cache when given an array of cache IDs. | 
| CacheBackendInterface::invalidate | function | core/ | Marks a cache item as invalid. | 
| CacheBackendInterface::invalidateAll | function | core/ | Marks all cache items as invalid. | 
| CacheBackendInterface::invalidateMultiple | function | core/ | Marks cache items as invalid. | 
| CacheBackendInterface::removeBin | function | core/ | Remove a cache bin. | 
| CacheBackendInterface::set | function | core/ | Stores data in the persistent cache. | 
| CacheBackendInterface::setMultiple | function | core/ | Store multiple items in the persistent cache. | 
| CacheCollectorInterface | interface | core/ | Provides a caching wrapper to be used in place of large structures. | 
| CacheCollectorInterface.php | file | core/ | |
| CacheCollectorInterface::clear | function | core/ | Clears the collected cache entry. | 
| CacheCollectorInterface::delete | function | core/ | Deletes the element. | 
| CacheCollectorInterface::get | function | core/ | Gets value from the cache. | 
| CacheCollectorInterface::has | function | core/ | Returns whether data exists for this key. | 
| CacheCollectorInterface::reset | function | core/ | Resets the local cache. | 
| CacheCollectorInterface::set | function | core/ | Sets cache data. | 
| CacheContextInterface | interface | core/ | Provides an interface for defining a cache context service. | 
| CacheContextInterface.php | file | core/ | |
| CacheContextInterface::getCacheableMetadata | function | core/ | Gets the cacheability metadata for the context. | 
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.
