You are here

function uc_views_date_api_tables in Ubercart Views 6.3

Implementation of hook_date_api_tables().

File

./uc_views.module, line 16

Code

function uc_views_date_api_tables() {
  return array(
    'uc_orders',
    'uc_cart_products',
  );
}