function datex_views_api in Datex 7.3
Same name and namespace in other branches
- 7 datex.module \datex_views_api()
- 7.2 datex.module \datex_views_api()
Implements hook_views_api().
File
- ./
datex.module, line 526 - Datex main module file, Datex adds php-intl support to drupal.
Code
function datex_views_api() {
return [
'api' => 3,
'path' => drupal_get_path('module', 'datex'),
];
}