function fontyourface_ui_views_api in @font-your-face 7.2
Implements hook_views_api().
File
- modules/
fontyourface_ui/ fontyourface_ui.module, line 121
Code
function fontyourface_ui_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'fontyourface_ui') . '/views',
);
}