protected function AssetFactory::createGlobAsset

1 call to AssetFactory::createGlobAsset()
AssetFactory::parseInput in drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php
Parses an input string string into an asset.

File

drupal/core/vendor/kriswallsmith/assetic/src/Assetic/Factory/AssetFactory.php, line 315

Class

AssetFactory
The asset factory creates asset objects.

Namespace

Assetic\Factory

Code

protected function createGlobAsset($glob, $root = null, $vars) {
  return new GlobAsset($glob, array(), $root, $vars);
}