function commerce_avatax_theme in Drupal Commerce Connector for AvaTax 8
Same name and namespace in other branches
- 7.5 commerce_avatax.module \commerce_avatax_theme()
- 7.4 commerce_avatax.module \commerce_avatax_theme()
Implements hook_theme().
File
- ./
commerce_avatax.module, line 100 - Provides module functionality.
Code
function commerce_avatax_theme() {
return [
'avatax_address' => [
'variables' => [
'original' => [],
'suggestion' => [],
'fields' => [],
],
],
];
}