You are here

public function JsCollectionRenderer::__construct in Drupal 8

Same name and namespace in other branches
  1. 9 core/lib/Drupal/Core/Asset/JsCollectionRenderer.php \Drupal\Core\Asset\JsCollectionRenderer::__construct()

Constructs a JsCollectionRenderer.

Parameters

\Drupal\Core\State\StateInterface $state: The state key/value store.

File

core/lib/Drupal/Core/Asset/JsCollectionRenderer.php, line 26

Class

JsCollectionRenderer
Renders JavaScript assets.

Namespace

Drupal\Core\Asset

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}