function hijri_views_handlers in Hijri 7
Same name and namespace in other branches
- 8 views/hijri.views.inc \hijri_views_handlers()
Implements hook_views_handlers().
File
- views/
hijri.views.inc, line 26 - Views definitions for Hijri module.
Code
function hijri_views_handlers() {
return array(
'info' => array(
'path' => drupal_get_path('module', 'hijri') . '/views',
),
'handlers' => array(
'hijri_handler_hijri_created' => array(
'parent' => 'views_handler_field_date',
),
),
);
}