You are here

function piwik_stats_views_api in Piwik Statistic Integration 7.2

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

Implements hook_views_api().

File

./piwik_stats.module, line 827
Integrates piwik statistics as entity fields.

Code

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