You are here

function sharethis_views_api in ShareThis 6

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

Implementation of hook_views_api().

File

./sharethis.module, line 192
Provides the ShareThis service.

Code

function sharethis_views_api() {
  return array(
    'api' => 2,
  );
}