public function AssetFactory::addWorker

Adds a factory worker.

Parameters

WorkerInterface $worker A worker:

File

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

Class

AssetFactory
The asset factory creates asset objects.

Namespace

Assetic\Factory

Code

public function addWorker(WorkerInterface $worker) {
  $this->workers[] = $worker;
}