You are here

function hijri_views_api in Hijri 7

Same name and namespace in other branches
  1. 8 _hijri.module \hijri_views_api()

Implements hook_views_api().

File

./hijri.module, line 303
This module convert to Hijri date in nodes,comments and a block.

Code

function hijri_views_api() {
  return array(
    'api' => 3,
    'path' => drupal_get_path('module', 'hijri') . '/views',
  );
}