public function AssetFactory::setDebug

Sets debug mode for the current factory.

Parameters

Boolean $debug Debug mode:

File

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

Class

AssetFactory
The asset factory creates asset objects.

Namespace

Assetic\Factory

Code

public function setDebug($debug) {
  $this->debug = $debug;
}