You are here

function title_views_api in Title 7

Implements hook_views_api().

File

./title.module, line 937

Code

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