You are here

commerce_cart_js.module in Commerce Cart API 8

File

tests/modules/commerce_cart_js/commerce_cart_js.module
View source
<?php

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

Functions

Namesort descending Description
commerce_cart_js_theme Implements hook_theme().