You are here

function datex_views_api in Datex 7.2

Same name and namespace in other branches
  1. 7.3 datex.module \datex_views_api()
  2. 7 datex.module \datex_views_api()

Implementation of hook_views_api().

In order to get views support of node post date while using non-patching mode.

File

./datex.module, line 153
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'),
  );
}