You are here

public function ContainerManagerInterface::getNoScriptAttachments in GoogleTagManager 7.2

Adds render array items of page top attachments.

Parameters

array $page: The page render array.

1 method overrides ContainerManagerInterface::getNoScriptAttachments()
GTMContainerManager::getNoScriptAttachments in includes/entity/manager.inc
Adds render array items of page top attachments.

File

includes/entity/manager_interface.inc, line 44

Class

ContainerManagerInterface
Provides an interface for a Google tag container manager.

Code

public function getNoScriptAttachments(array &$page);