Search for interface
- Search 7.x for interface
- Search 9.5.x for interface
- Search 8.9.x for interface
- Search 11.x for interface
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| CachedDiscoveryInterface::useCaches | function | core/ |
Disable the use of caches. |
| CacheDecoratorInterface | interface | core/ |
Defines an interface for cache decorator implementations. |
| CacheDecoratorInterface.php | file | core/ |
|
| CacheDecoratorInterface::setCacheKey | function | core/ |
Specify the key to use when writing the cache. |
| CacheDecoratorInterface::writeCache | function | core/ |
Write the cache. |
| CacheFactoryInterface | interface | core/ |
An interface defining cache factory classes. |
| CacheFactoryInterface.php | file | core/ |
|
| CacheFactoryInterface::get | function | core/ |
Gets a cache backend class for a given cache bin. |
| CacheTagsChecksumInterface | interface | core/ |
Provides checksums for cache tag invalidations. |
| CacheTagsChecksumInterface.php | file | core/ |
|
| CacheTagsChecksumInterface::getCurrentChecksum | function | core/ |
Returns the sum total of validations for a given set of tags. |
| CacheTagsChecksumInterface::INVALID_CHECKSUM_WHILE_IN_TRANSACTION | constant | core/ |
The invalid checksum returned if a database transaction is in progress. |
| CacheTagsChecksumInterface::isValid | function | core/ |
Returns whether the checksum is valid for the given cache tags. |
| CacheTagsChecksumInterface::reset | function | core/ |
Reset statically cached tags. |
| CacheTagsInvalidatorInterface | interface | core/ |
Defines required methods for classes wanting to handle cache tag changes. |
| CacheTagsInvalidatorInterface.php | file | core/ |
|
| CacheTagsInvalidatorInterface::invalidateTags | function | core/ |
Marks cache items with any of the specified tags as invalid. |
| CalculatedCacheContextInterface | interface | core/ |
Provides an interface for defining a calculated cache context service. |
| CalculatedCacheContextInterface.php | file | core/ |
|
| CalculatedCacheContextInterface::getCacheableMetadata | function | core/ |
Gets the cacheability metadata for the context based on the parameter value. |
| CalculatedCacheContextInterface::getContext | function | core/ |
Returns the string representation of the cache context. |
| CalculatedCacheContextInterface::getLabel | function | core/ |
Returns the label of the cache context. |
| CalculatedPermissionsInterface | interface | core/ |
Defines the calculated permissions interface. |
| CalculatedPermissionsInterface.php | file | core/ |
|
| CalculatedPermissionsInterface::getItem | function | core/ |
Retrieves a single calculated permission item from a given scope. |
| CalculatedPermissionsInterface::getItems | function | core/ |
Retrieves all of the calculated permission items, regardless of scope. |
| CalculatedPermissionsInterface::getItemsByScope | function | core/ |
Retrieves all of the calculated permission items for the given scope. |
| CalculatedPermissionsInterface::getScopes | function | core/ |
Retrieves all of the scopes that have items for them. |
| CalculatedPermissionsItemInterface | interface | core/ |
Defines the calculated permissions item interface. |
| CalculatedPermissionsItemInterface.php | file | core/ |
|
| CalculatedPermissionsItemInterface::getIdentifier | function | core/ |
Returns the identifier within the scope. |
| CalculatedPermissionsItemInterface::getPermissions | function | core/ |
Returns the permissions for the calculated permissions item. |
| CalculatedPermissionsItemInterface::getScope | function | core/ |
Returns the scope of the calculated permissions item. |
| CalculatedPermissionsItemInterface::hasPermission | function | core/ |
Returns whether this item has a given permission. |
| CalculatedPermissionsItemInterface::isAdmin | function | core/ |
Returns whether this item grants admin privileges in its scope. |
| CastSqlInterface | interface | core/ |
Defines an interface for defining cast expressions in SQL. |
| CastSqlInterface.php | file | core/ |
|
| CastSqlInterface::getFieldAsInt | function | core/ |
Returns a database expression to cast the field to int. |
| CategorizingPluginManagerInterface | interface | core/ |
Defines an interface for plugin managers that categorize plugin definitions. |
| CategorizingPluginManagerInterface.php | file | core/ |
|
| CategorizingPluginManagerInterface::getCategories | function | core/ |
Gets the names of all categories. |
| CategorizingPluginManagerInterface::getGroupedDefinitions | function | core/ |
Gets sorted plugin definitions grouped by category. |
| CategorizingPluginManagerInterface::getSortedDefinitions | function | core/ |
Gets sorted plugin definitions. |
| ChainBreadcrumbBuilderInterface | interface | core/ |
Defines an interface a chained service that builds the breadcrumb. |
| ChainBreadcrumbBuilderInterface.php | file | core/ |
|
| ChainBreadcrumbBuilderInterface::addBuilder | function | core/ |
Adds another breadcrumb builder. |
| ChainEntityResolverInterface | interface | core/ |
An interface for delegating an entity resolution to a chain of resolvers. |
| ChainEntityResolverInterface.php | file | core/ |
|
| ChainEntityResolverInterface::addResolver | function | core/ |
Adds an entity resolver. |
| ChainRequestPolicyInterface | interface | core/ |
Defines the interface for compound request policies. |
Pagination
- Previous page
- Page 9
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.