private function HtmlResponseAttachmentsProcessor::processStyles in Cookie Content Blocker 8
Processes css assets and creates output for the 'styles' variable.
@noinspection PhpUnusedPrivateMethodInspection
Return value
array The output for the 'styles' variable.
File
- src/
Render/ HtmlResponseAttachmentsProcessor.php, line 293  
Class
- HtmlResponseAttachmentsProcessor
 - Processes attachments of HTML responses.
 
Namespace
Drupal\cookie_content_blocker\RenderCode
private function processStyles() : array {
  return $this
    ->renderAssetCollection($this
    ->getCssAssetCollection(), $this->cssCollectionRenderer);
}