You are here

function google_analytics_api_theme in Google Analytics Reports 6

Same name and namespace in other branches
  1. 7 google_analytics_api.module \google_analytics_api_theme()

Implements hook_theme().

File

./google_analytics_api.module, line 67
Implements the API through which Google Analytics data can be accessed.

Code

function google_analytics_api_theme() {
  return array(
    'google_analytics_api_profile_label' => array(
      'arguments' => array(
        'profile' => NULL,
      ),
    ),
  );
}