function bbb_views_views_api in BigBlueButton 8
Same name and namespace in other branches
- 7 bbb_views.module \bbb_views_views_api()
Implements hook_views_api().
File
- modules/
bbb_views/ 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',
);
}