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 |
|---|---|---|---|
| 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. |
| AttachedAssetsInterface::getSettings | function | core/ |
Returns the settings attached to the current response. |
| AttachedAssetsInterface::setAlreadyLoadedLibraries | function | core/ |
Sets the asset libraries that the current request marked as already loaded. |
| AttachedAssetsInterface::setLibraries | function | core/ |
Sets the asset libraries attached to the current response. |
| AttachedAssetsInterface::setSettings | function | core/ |
Sets the JavaScript settings that are attached to the current response. |
| AttachmentsInterface | interface | core/ |
Defines an interface for responses that can expose #attached metadata. |
| AttachmentsInterface.php | file | core/ |
|
| AttachmentsInterface::addAttachments | function | core/ |
Adds attachments. |
| AttachmentsInterface::getAttachments | function | core/ |
Gets attachments. |
| AttachmentsInterface::setAttachments | function | core/ |
Sets attachments. |
| AttachmentsResponseProcessorInterface | interface | core/ |
Defines an interface for processing attachments of responses that have them. |
| AttachmentsResponseProcessorInterface.php | file | core/ |
|
| AttachmentsResponseProcessorInterface::processAttachments | function | core/ |
Processes the attachments of a response that has attachments. |
| AuditorInterface | interface | core/ |
Defines an interface for migration auditors. |
| AuditorInterface.php | file | core/ |
|
| AuditorInterface::audit | function | core/ |
Audits a migration. |
| AuditorInterface::auditMultiple | function | core/ |
Audits a set of migrations. |
| AuthenticationCollectorInterface | interface | core/ |
Interface for collectors of registered authentication providers. |
| AuthenticationCollectorInterface.php | file | core/ |
|
| AuthenticationCollectorInterface::addProvider | function | core/ |
Adds a provider to the array of registered providers. |
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.