You are here

function commerce_cart_js_theme in Commerce Cart API 8

Implements hook_theme().

File

tests/modules/commerce_cart_js/commerce_cart_js.module, line 6

Code

function commerce_cart_js_theme($existing, $type, $theme, $path) {
  return [
    'commerce_cart_js_block' => [
      'variables' => [],
    ],
  ];
}