commerce_cart_js.module in Commerce Cart API 8
File
tests/modules/commerce_cart_js/commerce_cart_js.moduleView source
<?php
/**
* Implements hook_theme().
*/
function commerce_cart_js_theme($existing, $type, $theme, $path) {
return [
'commerce_cart_js_block' => [
'variables' => [],
],
];
}
Functions
Name | Description |
---|---|
commerce_cart_js_theme | Implements hook_theme(). |