You are here

function uc_order_date_views_tables in Ubercart 7.3

Implements hook_date_views_tables().

File

uc_order/uc_order.module, line 2300

Code

function uc_order_date_views_tables() {
  return array(
    'uc_orders',
  );
}