You are here

function fb_views_views_api in Drupal for Facebook 7.3

Same name and namespace in other branches
  1. 6.3 fb_views/fb_views.module \fb_views_views_api()
  2. 6.2 fb_views/fb_views.module \fb_views_views_api()

@file Facebook-specific views arguments, filters, etc...

File

fb_views/fb_views.module, line 7
Facebook-specific views arguments, filters, etc...

Code

function fb_views_views_api() {
  return array(
    'api' => 2,
    'path' => drupal_get_path('module', 'fb_views'),
  );
}