function recommender_views_handlers in Recommender API 6.2
Same name and namespace in other branches
- 6.3 views/recommender.views.inc \recommender_views_handlers()
@file recommender.views.inc Views support for recommender tables Initially contributed by JoeMcGuire at Drupal.org. Thanks!
File
- ./
recommender.views.inc, line 9 - recommender.views.inc Views support for recommender tables Initially contributed by JoeMcGuire at Drupal.org. Thanks!
Code
function recommender_views_handlers() {
return array(
'info' => array(
'path' => drupal_get_path('module', 'recommender'),
),
'handlers' => array(),
);
}