CssCollectionRenderer::__construct

public CssCollectionRenderer::__construct(StateInterface $state)

Constructs a CssCollectionRenderer.

Parameters

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

File

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

Class

CssCollectionRenderer
Renders CSS assets.

Namespace

Drupal\Core\Asset

Code

public function __construct(StateInterface $state) {
  $this->state = $state;
}
doc_Drupal
2016-10-29 08:59:16
Comments
Leave a Comment

Please login to continue.