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