You are here

private function HtmlResponseAttachmentsProcessor::processScriptsBottom in Cookie Content Blocker 8

Processes js assets and creates output for the 'scripts_bottom' variable.

@noinspection PhpUnusedPrivateMethodInspection

Return value

array The output for the 'styles' variable.

File

src/Render/HtmlResponseAttachmentsProcessor.php, line 317

Class

HtmlResponseAttachmentsProcessor
Processes attachments of HTML responses.

Namespace

Drupal\cookie_content_blocker\Render

Code

private function processScriptsBottom() : array {
  return $this
    ->renderAssetCollection($this
    ->getJsAssetCollection('footer'), $this->jsCollectionRenderer);
}