You are here

function sharethis_views_api in ShareThis 7.2

Same name and namespace in other branches
  1. 6 sharethis.module \sharethis_views_api()

Implements hook_views_api().

File

./sharethis.module, line 530
A module that adds one of the ShareThis widget to your website.

Code

function sharethis_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'sharethis') . '/views',
  );
}