You are here

function yashare_views_api in Yandex.Share 7.2

Implements hook_views_api().

File

./yashare.module, line 510

Code

function yashare_views_api() {
  return array(
    'api' => '3.0',
    'path' => drupal_get_path('module', 'yashare') . '/views',
  );
}