You are here

function google_tag_page_top in GoogleTagManager 8

Implements hook_page_top().

File

./google_tag.module, line 76
Provides primary Drupal hook implementations.

Code

function google_tag_page_top(array &$page) {
  $manager = \Drupal::service('google_tag.container_manager');
  $manager
    ->getNoScriptAttachments($page);
}