You are here

function addthis_views_api in AddThis 6.3

Same name and namespace in other branches
  1. 6.2 addthis.module \addthis_views_api()

Implementation of hook_views_api().

File

./addthis.module, line 439
Provides integration with the AddThis.com bookmarking & sharing service.

Code

function addthis_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'addthis'),
  );
}