namespace Assetic\Asset

Classsort ascending Location Description
StringAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/StringAsset.php Represents a string asset.
HttpAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/HttpAsset.php Represents an asset loaded via an HTTP request.
GlobAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/GlobAsset.php A collection of assets loaded by glob.
FileAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/FileAsset.php Represents an asset loaded from a file.
BaseAsset drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/BaseAsset.php A base abstract asset.
AssetReference drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetReference.php A reference to an asset in the asset manager.
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.
AssetCollectionInterface drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollectionInterface.php An asset collection.
AssetCollection drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCollection.php A collection of assets.
AssetCache drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Asset/AssetCache.php Caches an asset to avoid the cost of loading and dumping.