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 |
---|---|---|---|
AnnotationInterface::get | function | core/ |
Gets the value of an annotation. |
AnnotationInterface::getClass | function | core/ |
Gets the class of the annotated class. |
AnnotationInterface::getId | function | core/ |
Gets the unique ID for this annotated class. |
AnnotationInterface::getProvider | function | core/ |
Gets the name of the provider of the annotated class. |
AnnotationInterface::setClass | function | core/ |
Sets the class of the annotated class. |
AnnotationInterface::setProvider | function | core/ |
Sets the name of the provider of the annotated class. |
ArchiverInterface | interface | core/ |
Defines the common interface for all Archiver classes. |
ArchiverInterface.php | file | core/ |
|
ArchiverInterface::add | function | core/ |
Adds the specified file or directory to the archive. |
ArchiverInterface::extract | function | core/ |
Extracts multiple files in the archive to the specified path. |
ArchiverInterface::listContents | function | core/ |
Lists all files in the archive. |
ArchiverInterface::remove | function | core/ |
Removes the specified file from the archive. |
ArgumentsResolverInterface | interface | core/ |
Resolves the arguments to pass to a callable. |
ArgumentsResolverInterface.php | file | core/ |
|
ArgumentsResolverInterface::getArguments | function | core/ |
Gets arguments suitable for passing to the given callable. |
AssetCollectionGrouperInterface | interface | core/ |
Interface defining a service that logically groups a collection of assets. |
AssetCollectionGrouperInterface.php | file | core/ |
|
AssetCollectionGrouperInterface::group | function | core/ |
Groups a collection of assets into logical groups of asset collections. |
AssetCollectionGroupOptimizerInterface | interface | core/ |
Interface defining a service that optimizes a collection of assets. |
AssetCollectionGroupOptimizerInterface.php | file | core/ |
|
AssetCollectionGroupOptimizerInterface::optimizeGroup | function | core/ |
Optimizes a specific group of assets. |
AssetCollectionOptimizerInterface | interface | core/ |
Interface defining a service that optimizes a collection of assets. |
AssetCollectionOptimizerInterface.php | file | core/ |
|
AssetCollectionOptimizerInterface::deleteAll | function | core/ |
Deletes all optimized asset collections assets. |
AssetCollectionOptimizerInterface::getAll | function | core/ |
Returns all optimized asset collections assets. |
AssetCollectionOptimizerInterface::optimize | function | core/ |
Optimizes a collection of assets. |
AssetCollectionRendererInterface | interface | core/ |
Interface defining a service that generates a render array to render assets. |
AssetCollectionRendererInterface.php | file | core/ |
|
AssetCollectionRendererInterface::render | function | core/ |
Renders an asset collection. |
AssetDumperInterface | interface | core/ |
Interface defining a service that dumps an (optimized) asset. |
AssetDumperInterface.php | file | core/ |
|
AssetDumperInterface::dump | function | core/ |
Dumps an (optimized) asset to persistent storage. |
AssetDumperUriInterface | interface | core/ |
Interface defining a service that dumps an asset to a specified location. |
AssetDumperUriInterface.php | file | core/ |
|
AssetDumperUriInterface::dumpToUri | function | core/ |
Dumps an (optimized) asset to persistent storage. |
AssetOptimizerInterface | interface | core/ |
Interface defining a service that optimizes an asset. |
AssetOptimizerInterface.php | file | core/ |
|
AssetOptimizerInterface::clean | function | core/ |
Removes unwanted content from an asset. |
AssetOptimizerInterface::optimize | function | core/ |
Optimizes an asset. |
AssetQueryStringInterface | interface | core/ |
Provides a cache busting query string service for asset URLs. |
AssetQueryStringInterface.php | file | core/ |
|
AssetQueryStringInterface::get | function | core/ |
Gets the query string value. |
AssetQueryStringInterface::reset | function | core/ |
Resets the cache query string added to all CSS and JavaScript URLs. |
AssetResolverInterface | interface | core/ |
Resolves asset libraries into concrete CSS and JavaScript assets. |
AssetResolverInterface.php | file | core/ |
|
AssetResolverInterface::getCssAssets | function | core/ |
Returns the CSS assets for the current response's libraries. |
AssetResolverInterface::getJsAssets | function | core/ |
Returns the JavaScript assets for the current response's libraries. |
AttachedAssetsInterface | interface | core/ |
The attached assets collection for the current response. |
AttachedAssetsInterface.php | file | core/ |
|
AttachedAssetsInterface::createFromRenderArray | function | core/ |
Creates an AttachedAssetsInterface object from a render array. |
Pagination
- Previous page
- Page 3
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.