function fontyourface_views_api in @font-your-face 7
Same name and namespace in other branches
- 6.2 fontyourface.module \fontyourface_views_api()
Implements hook_views_api().
File
- ./
fontyourface.module, line 64
Code
function fontyourface_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'fontyourface') . '/views',
);
}