You are here

google_analytics_et.install in Google Analytics Event Tracking 6

Same filename and directory in other branches
  1. 7 google_analytics_et.install

Install, update and uninstall functions for the google_analytics_et module.

File

google_analytics_et.install
View source
<?php

/**
 * @file
 * Install, update and uninstall functions for the google_analytics_et module.
 */

/**
 * Implements hook_uninstall().
 */
function google_analytics_et_uninstall() {
  variable_del('google_analytics_et_selectors');
  variable_del('google_analytics_et_selectors_override');
}

Functions