function hijri_views_api in Hijri 8
Same name and namespace in other branches
- 7 hijri.module \hijri_views_api()
Implements hook_views_api().
File
- ./
_hijri.module, line 110
Code
function hijri_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'hijri') . '/views',
);
}