You are here

public function ContainerManagerInterface::getNoScriptAttachments in GoogleTagManager 8

Adds render array items of page top attachments.

Parameters

array $page: The page render array.

1 method overrides ContainerManagerInterface::getNoScriptAttachments()
ContainerManager::getNoScriptAttachments in src/Entity/ContainerManager.php
Adds render array items of page top attachments.

File

src/Entity/ContainerManagerInterface.php, line 74

Class

ContainerManagerInterface
Provides an interface for a Google tag container manager.

Namespace

Drupal\google_tag\Entity

Code

public function getNoScriptAttachments(array &$page);