public function JsCollectionRenderer::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/lib/Drupal/Core/Asset/JsCollectionRenderer.php \Drupal\Core\Asset\JsCollectionRenderer::__construct()
Constructs a JsCollectionRenderer.
Parameters
\Drupal\Core\State\StateInterface: The state key/value store.
File
- core/
lib/ Drupal/ Core/ Asset/ JsCollectionRenderer.php, line 31 - Contains \Drupal\Core\Asset\JsCollectionRenderer.
Class
- JsCollectionRenderer
- Renders JavaScript assets.
Namespace
Drupal\Core\AssetCode
public function __construct(StateInterface $state) {
$this->state = $state;
}