public function MinifyJsCommands::__construct in Minify JS 8
Same name and namespace in other branches
- 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\CommandsCode
public function __construct(CacheBackendInterface $cache) {
$this->cache = $cache;
}