You are here

function google_tag_variable_group_info in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.module \google_tag_variable_group_info()

Implements hook_variable_group_info().

File

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

Code

function google_tag_variable_group_info() {
  module_load_include('inc', 'google_tag', 'includes/variable');
  return _google_tag_variable_group_info();
}