You are here

ga_push.install in GA Push 7

Contains install and update functions for GA Push.

File

ga_push.install
View source
<?php

/**
 * @file
 * Contains install and update functions for GA Push.
 */

/**
 * Implements hook_uninstall().
 */
function ga_push_uninstall() {

  // Delete created variables.
  variable_del('ga_push_default_method');
  variable_del('ga_push_debug');
}

Functions

Namesort descending Description
ga_push_uninstall Implements hook_uninstall().