function office_hours_views_api in Office Hours 7
Same name and namespace in other branches
- 6.2 office_hours.module \office_hours_views_api()
- 6 office_hours.module \office_hours_views_api()
Implements hook_views_api().
File
- ./
office_hours.module, line 79 - Creates a field and widget for inserting working or office hours per day
Code
function office_hours_views_api() {
return array(
'api' => 3,
);
}