function commerce_invoice_theme_suggestions_commerce_invoice in Commerce Invoice 8.2
Implements hook_theme_suggestions_HOOK().
File
- ./
commerce_invoice.module, line 245 - Defines the Invoice entity and associated features.
Code
function commerce_invoice_theme_suggestions_commerce_invoice(array $variables) {
return _commerce_entity_theme_suggestions('commerce_invoice', $variables);
}