You are here

public function CssCollectionRenderer::__construct in Zircon Profile 8.0

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

Constructs a CssCollectionRenderer.

Parameters

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

File

core/lib/Drupal/Core/Asset/CssCollectionRenderer.php, line 74
Contains \Drupal\Core\Asset\CssCollectionRenderer.

Class

CssCollectionRenderer
Renders CSS assets.

Namespace

Drupal\Core\Asset

Code

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