You are here

function uc_usps_theme in Ubercart 8.4

Same name and namespace in other branches
  1. 6.2 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 14
United States Postal Service (USPS) shipping quote module.

Code

function uc_usps_theme() {
  return [
    'uc_usps_option_label' => [
      'variables' => [
        'service' => NULL,
        'packages' => NULL,
      ],
      'file' => 'uc_usps.theme.inc',
      'function' => 'theme_uc_usps_option_label',
    ],
  ];
}