You are here

function uc_product_kit_theme in Ubercart 8.4

Same name and namespace in other branches
  1. 6.2 uc_product_kit/uc_product_kit.module \uc_product_kit_theme()
  2. 7.3 uc_product_kit/uc_product_kit.module \uc_product_kit_theme()

Implements hook_theme().

File

uc_product_kit/uc_product_kit.module, line 515
The product kit module for Ubercart.

Code

function uc_product_kit_theme() {
  return [
    'uc_product_kit_list_item' => [
      'variables' => [
        'product' => NULL,
      ],
      'file' => 'uc_product_kit.theme.inc',
      'function' => 'theme_uc_product_kit_list_item',
    ],
  ];
}