You are here

public function FrontendEnvironmentLibraryController::__construct in Build Hooks 3.x

Same name and namespace in other branches
  1. 8.2 src/Controller/FrontendEnvironmentLibraryController.php \Drupal\build_hooks\Controller\FrontendEnvironmentLibraryController::__construct()

FrontendEnvironmentLibraryController constructor.

Parameters

\Drupal\build_hooks\Plugin\FrontendEnvironmentManager $frontendEnvironmentManager: The frontend environment manager.

File

src/Controller/FrontendEnvironmentLibraryController.php, line 28

Class

FrontendEnvironmentLibraryController
Provides a list of frontend environment plugins.

Namespace

Drupal\build_hooks\Controller

Code

public function __construct(FrontendEnvironmentManager $frontendEnvironmentManager) {
  $this->frontendEnvironmentManager = $frontendEnvironmentManager;
}