google_analytics_et.install in Google Analytics Event Tracking 7
Same filename and directory in other branches
Install, update and uninstall functions for the google_analytics_et module.
File
google_analytics_et.installView 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
Name | Description |
---|---|
google_analytics_et_uninstall | Implements hook_uninstall(). |