You are here

protected property ThemeCompilerController::$moduleHandler in Theme Compiler 2.0.x

The module handler service.

Type: \Drupal\Core\Extension\ModuleHandlerInterface

Overrides ControllerBase::$moduleHandler

File

src/Controller/ThemeCompilerController.php, line 44

Class

ThemeCompilerController
Defines the controller used to compile assets provided by themes.

Namespace

Drupal\theme_compiler\Controller

Code

protected $moduleHandler;