namespace Assetic\Asset

Classsort descending Location Description
AssetCache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php Caches an asset to avoid the cost of loading and dumping.
AssetCollection drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php A collection of assets.
AssetCollectionInterface drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php An asset collection.
AssetInterface drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetInterface.php An asset has a mutable URL and content and can be loaded and dumped.
AssetReference drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php A reference to an asset in the asset manager.
BaseAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php A base abstract asset.
FileAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php Represents an asset loaded from a file.
GlobAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php A collection of assets loaded by glob.
HttpAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php Represents an asset loaded via an HTTP request.
StringAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php Represents a string asset.