public function CssCollectionRenderer::__construct in Zircon Profile 8
Same name and namespace in other branches
- 8.0 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\AssetCode
public function __construct(StateInterface $state) {
$this->state = $state;
}