You are here

function service_links_views_api in Service links 6.2

Same name and namespace in other branches
  1. 7.2 service_links.module \service_links_views_api()

Implementation of hook_views_api().

File

./service_links.module, line 1006
Adds social network links to the content.

Code

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