You are here

function piwik_stats_views_api in Piwik Statistic Integration 7

Same name and namespace in other branches
  1. 7.2 piwik_stats.module \piwik_stats_views_api()

Implements hook_views_api().

Register to Views API so include files will be loaded.

File

./piwik_stats.module, line 412
Integrates piwik statistics per node.

Code

function piwik_stats_views_api() {
  return array(
    'api' => 3,
  );
}