You are here

public function JsCollectionGrouper::__construct in Advanced CSS/JS Aggregation 8.2

Construct the AssetDumper instance.

Parameters

\Drupal\Core\Extension\ModuleHandlerInterface $module_handler: The module handler.

File

src/Asset/JsCollectionGrouper.php, line 27

Class

JsCollectionGrouper
Groups JavaScript assets.

Namespace

Drupal\advagg\Asset

Code

public function __construct(ModuleHandlerInterface $module_handler) {
  $this->moduleHandler = $module_handler;
}