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; }
Please login to continue.