You are here

function commerce_avatax_theme in Drupal Commerce Connector for AvaTax 7.5

Same name and namespace in other branches
  1. 8 commerce_avatax.module \commerce_avatax_theme()
  2. 7.4 commerce_avatax.module \commerce_avatax_theme()

Implements hook_theme().

File

./commerce_avatax.module, line 1038
AvaTax service integration from Avalara, Inc.

Code

function commerce_avatax_theme() {
  return array(
    'commerce_avatax_address' => array(
      'variables' => array(
        'address' => array(),
      ),
    ),
  );
}