Search for interface

  1. Search 7.x for interface
  2. Search 8.9.x for interface
  3. Search 10.3.x for interface
  4. Search 11.x for interface
  5. Other projects
Title Object type File name Summary
ArchiverInterface::remove function core/lib/Drupal/Core/Archiver/ArchiverInterface.php Removes the specified file from the archive.
ArgumentsResolverInterface interface core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php Resolves the arguments to pass to a callable.
ArgumentsResolverInterface.php file core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php
ArgumentsResolverInterface::getArguments function core/lib/Drupal/Component/Utility/ArgumentsResolverInterface.php Gets arguments suitable for passing to the given callable.
AssetCollectionGrouperInterface interface core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Interface defining a service that logically groups a collection of assets.
AssetCollectionGrouperInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php
AssetCollectionGrouperInterface::group function core/lib/Drupal/Core/Asset/AssetCollectionGrouperInterface.php Groups a collection of assets into logical groups of asset collections.
AssetCollectionOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Interface defining a service that optimizes a collection of assets.
AssetCollectionOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php
AssetCollectionOptimizerInterface::deleteAll function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Deletes all optimized asset collections assets.
AssetCollectionOptimizerInterface::getAll function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Returns all optimized asset collections assets.
AssetCollectionOptimizerInterface::optimize function core/lib/Drupal/Core/Asset/AssetCollectionOptimizerInterface.php Optimizes a collection of assets.
AssetCollectionRendererInterface interface core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Interface defining a service that generates a render array to render assets.
AssetCollectionRendererInterface.php file core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php
AssetCollectionRendererInterface::render function core/lib/Drupal/Core/Asset/AssetCollectionRendererInterface.php Renders an asset collection.
AssetDumperInterface interface core/lib/Drupal/Core/Asset/AssetDumperInterface.php Interface defining a service that dumps an (optimized) asset.
AssetDumperInterface.php file core/lib/Drupal/Core/Asset/AssetDumperInterface.php
AssetDumperInterface::dump function core/lib/Drupal/Core/Asset/AssetDumperInterface.php Dumps an (optimized) asset to persistent storage.
AssetOptimizerInterface interface core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Interface defining a service that optimizes an asset.
AssetOptimizerInterface.php file core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php
AssetOptimizerInterface::clean function core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Removes unwanted content from an asset.
AssetOptimizerInterface::optimize function core/lib/Drupal/Core/Asset/AssetOptimizerInterface.php Optimizes an asset.
AssetResolverInterface interface core/lib/Drupal/Core/Asset/AssetResolverInterface.php Resolves asset libraries into concrete CSS and JavaScript assets.
AssetResolverInterface.php file core/lib/Drupal/Core/Asset/AssetResolverInterface.php
AssetResolverInterface::getCssAssets function core/lib/Drupal/Core/Asset/AssetResolverInterface.php Returns the CSS assets for the current response's libraries.
AssetResolverInterface::getJsAssets function core/lib/Drupal/Core/Asset/AssetResolverInterface.php Returns the JavaScript assets for the current response's libraries.
AttachedAssetsInterface interface core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php The attached assets collection for the current response.
AttachedAssetsInterface.php file core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php
AttachedAssetsInterface::createFromRenderArray function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Creates an AttachedAssetsInterface object from a render array.
AttachedAssetsInterface::getAlreadyLoadedLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the set of already loaded asset libraries.
AttachedAssetsInterface::getLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the asset libraries attached to the current response.
AttachedAssetsInterface::getSettings function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Returns the settings attached to the current response.
AttachedAssetsInterface::setAlreadyLoadedLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Sets the asset libraries that the current request marked as already loaded.
AttachedAssetsInterface::setLibraries function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Sets the asset libraries attached to the current response.
AttachedAssetsInterface::setSettings function core/lib/Drupal/Core/Asset/AttachedAssetsInterface.php Sets the JavaScript settings that are attached to the current response.
AttachmentsInterface interface core/lib/Drupal/Core/Render/AttachmentsInterface.php Defines an interface for responses that can expose #attached metadata.
AttachmentsInterface.php file core/lib/Drupal/Core/Render/AttachmentsInterface.php
AttachmentsInterface::addAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Adds attachments.
AttachmentsInterface::getAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Gets attachments.
AttachmentsInterface::setAttachments function core/lib/Drupal/Core/Render/AttachmentsInterface.php Sets attachments.
AttachmentsResponseProcessorInterface interface core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Defines an interface for processing attachments of responses that have them.
AttachmentsResponseProcessorInterface.php file core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php
AttachmentsResponseProcessorInterface::processAttachments function core/lib/Drupal/Core/Render/AttachmentsResponseProcessorInterface.php Processes the attachments of a response that has attachments.
AuditorInterface interface core/modules/migrate/src/Audit/AuditorInterface.php Defines an interface for migration auditors.
AuditorInterface.php file core/modules/migrate/src/Audit/AuditorInterface.php
AuditorInterface::audit function core/modules/migrate/src/Audit/AuditorInterface.php Audits a migration.
AuditorInterface::auditMultiple function core/modules/migrate/src/Audit/AuditorInterface.php Audits a set of migrations.
AuthenticationCollectorInterface interface core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Interface for collectors of registered authentication providers.
AuthenticationCollectorInterface.php file core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php
AuthenticationCollectorInterface::addProvider function core/lib/Drupal/Core/Authentication/AuthenticationCollectorInterface.php Adds a provider to the array of registered providers.

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.