function datex_views_api in Datex 7
Same name and namespace in other branches
- 7.3 datex.module \datex_views_api()
- 7.2 datex.module \datex_views_api()
Implements hook_views_api().
In order to get views support of node post date while using non-patching method.
File
- ./
datex.module, line 91 - Convert output of date_format() to Jalali in a patched drupal installation.
Code
function datex_views_api() {
return array(
'api' => 3,
'path' => drupal_get_path('module', 'datex'),
);
}