function 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\AssetCode
public function __construct(StateInterface $state) {
$this->state = $state;
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.