You are here

function commerce_tax_theme in Commerce Core 8.2

Implements hook_theme().

File

modules/tax/commerce_tax.module, line 18
Provides tax functionality.

Code

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