function bbb_views_api in BigBlueButton 6
Same name and namespace in other branches
- 7 bbb.module \bbb_views_api()
Implementation of hook_views_api().
File
- ./
bbb.module, line 40 - 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',
);
}