You are here

function addthis_views_api in AddThis 6.2

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

Implementation of hook_views_api().

File

./addthis.module, line 100
Stand alone module file to handle AddThis button integration

Code

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