You are here

public function CssCollectionRenderer::__construct in Drupal 8

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

Constructs a CssCollectionRenderer.

Parameters

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

File

core/lib/Drupal/Core/Asset/CssCollectionRenderer.php, line 25

Class

CssCollectionRenderer
Renders CSS assets.

Namespace

Drupal\Core\Asset

Code

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