function scheduler_views_api in Scheduler 6
Same name and namespace in other branches
- 7 scheduler.module \scheduler_views_api()
Implementation of "contrib module views" hook_views_tables()
File
- ./
scheduler.module, line 956
Code
function scheduler_views_api() {
$info['api'] = 2;
return $info;
}