public function AssetFactory::getFilterManager

Returns the current filter manager.

Return value

FilterManager|null The filter manager

File

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

Class

AssetFactory
The asset factory creates asset objects.

Namespace

Assetic\Factory

Code

public function getFilterManager() {
  return $this->fm;
}