You are here

function google_analytics_counter_install in Google Analytics Counter 8.3

Implements hook_install().

File

./google_analytics_counter.install, line 118
Update, and uninstall functions for the Google Analytics Counter module.

Code

function google_analytics_counter_install() {
  GoogleAnalyticsCounterHelper::gacSaveTypeConfig();
}