class AssetManager

Manages assets.

@author Kris Wallsmith <kris.wallsmith@gmail.com>

Hierarchy

Expanded class hierarchy of AssetManager

3 files declare their use of AssetManager

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/AssetManager.php, line 21

Namespace

Assetic
View source

Members

Namesort descending Modifiers Type Description Overrides
AssetManager::$assets private property
AssetManager::clear public function Clears all assets.
AssetManager::get public function Gets an asset by name. 1
AssetManager::getNames public function Returns an array of asset names. 1
AssetManager::has public function Checks if the current asset manager has a certain asset. 1
AssetManager::set public function Registers an asset to the current asset manager.