function bbb_views_views_api in BigBlueButton 7
Same name and namespace in other branches
- 8 modules/bbb_views/bbb_views.module \bbb_views_views_api()
Implements hook_views_api().
File
- ./
bbb_views.module, line 15 - Big Blue Button - Enables universities and colleges to deliver a high-quality learning experience.
Code
function bbb_views_views_api() {
return array(
'api' => 2,
'path' => drupal_get_path('module', 'bbb') . '/includes',
);
}