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 |
---|---|---|---|
AlterableInterface::addMetaData | function | core/ |
Adds additional metadata to the query. |
AlterableInterface::addTag | function | core/ |
Adds a tag to a query. |
AlterableInterface::getMetaData | function | core/ |
Retrieves a given piece of metadata. |
AlterableInterface::hasAllTags | function | core/ |
Determines if a given query has all specified tags. |
AlterableInterface::hasAnyTag | function | core/ |
Determines if a given query has any specified tag. |
AlterableInterface::hasTag | function | core/ |
Determines if a given query has a given tag. |
AnnotationInterface | interface | core/ |
Defines a common interface for classed annotations. |
AnnotationInterface.php | file | core/ |
|
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. |
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. |
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. |
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. |
AttachedAssetsInterface::getAlreadyLoadedLibraries | function | core/ |
Returns the set of already loaded asset libraries. |
AttachedAssetsInterface::getLibraries | function | core/ |
Returns the asset libraries attached to the current response. |
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.