public function ContainerManagerInterface::getScriptAttachments in GoogleTagManager 7.2
Adds render array items of page attachments.
Parameters
array $page: The page render array.
1 method overrides ContainerManagerInterface::getScriptAttachments()
- GTMContainerManager::getScriptAttachments in includes/
entity/ manager.inc - Adds render array items of page attachments.
File
- includes/
entity/ manager_interface.inc, line 36
Class
- ContainerManagerInterface
- Provides an interface for a Google tag container manager.
Code
public function getScriptAttachments(array &$page);