Interface defining a service that dumps an (optimized) asset.
Hierarchy
- interface \Drupal\Core\Asset\AssetDumperInterface
File
- core/lib/Drupal/Core/Asset/AssetDumperInterface.php, line 8
Namespace
Drupal\Core\Asset
Members
Name | Modifiers | Type | Description |
---|---|---|---|
AssetDumperInterface::dump | public | function | Dumps an (optimized) asset to persistent storage. |
Please login to continue.