You are here

function commerce_purchase_order_theme in Commerce Purchase Order 8

Implements hook_theme() for commerce_purchase_order().

File

./commerce_purchase_order.module, line 94
Contains commerce_purchase_order.module..

Code

function commerce_purchase_order_theme($existing, $type, $theme, $path) {
  return [
    'commerce_order_receipt__purchase_order_gateway' => [
      'template' => 'commerce-order-receipt--purchase-order-gateway',
      'base hook' => 'commerce_order_receipt',
    ],
  ];
}