You are here

function uc_views_bulk_operations_views_handlers in Ubercart Views 6.3

Same name and namespace in other branches
  1. 6.2 uc_views_bulk_operations/views/uc_views_bulk_operations.views.inc \uc_views_bulk_operations_views_handlers()

Implementation of hook_views_handlers().

File

uc_views_bulk_operations/views/uc_views_bulk_operations.views.inc, line 11
Views 2 hooks and callback registries.

Code

function uc_views_bulk_operations_views_handlers() {
  return array(
    'info' => array(
      'path' => drupal_get_path('module', 'uc_views_bulk_operations') . '/views',
    ),
    'handlers' => array(),
  );
}