You are here

function google_analytics_reports_install in Google Analytics Reports 8.3

Same name and namespace in other branches
  1. 7.3 google_analytics_reports.install \google_analytics_reports_install()

Implements hook_install().

File

./google_analytics_reports.install, line 77
Contains install and update functions for Google Analytics Reports module.

Code

function google_analytics_reports_install() {
  GoogleAnalyticsReports::importFields();
}