JsCollectionRenderer::__construct

public JsCollectionRenderer::__construct(StateInterface $state)

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;
}
doc_Drupal
2016-10-29 09:21:35
Comments
Leave a Comment

Please login to continue.