You are here

function synonyms_views_api in Synonyms 7

Implements hook_views_api().

File

./synonyms.module, line 889
Provide synonyms feature for Drupal entities.

Code

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