You are here

public function MinifyJsCommands::__construct in Minify JS 8

Same name and namespace in other branches
  1. 8.2 src/Commands/MinifyJsCommands.php \Drupal\minifyjs\Commands\MinifyJsCommands::__construct()

MinifyJsCommands constructor.

File

src/Commands/MinifyJsCommands.php, line 32

Class

MinifyJsCommands
A Drush commandfile.

Namespace

Drupal\minifyjs\Commands

Code

public function __construct(CacheBackendInterface $cache) {
  $this->cache = $cache;
}