You are here

function fontyourface_views_api in @font-your-face 6.2

Same name and namespace in other branches
  1. 7 fontyourface.module \fontyourface_views_api()

Implements hook_views_api().

File

./fontyourface.module, line 52

Code

function fontyourface_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'fontyourface') . '/views',
  );
}