You are here

function uc_usps_theme in Ubercart 6.2

Same name and namespace in other branches
  1. 8.4 shipping/uc_usps/uc_usps.module \uc_usps_theme()
  2. 7.3 shipping/uc_usps/uc_usps.module \uc_usps_theme()

Implements hook_theme().

File

shipping/uc_usps/uc_usps.module, line 34
Shipping quote method module that receives quotes from the United States Postal Service via XML web service.

Code

function uc_usps_theme() {
  return array(
    'uc_usps_option_label' => array(
      'arguments' => array(
        'service' => NULL,
        'packages' => NULL,
      ),
    ),
  );
}