function commerce_promotion_theme_suggestions_commerce_promotion in Commerce Core 8.2
Implements hook_theme_suggestions_commerce_promotion().
File
- modules/
promotion/ commerce_promotion.module, line 64 - Provides a UI for managing promotions.
Code
function commerce_promotion_theme_suggestions_commerce_promotion(array $variables) {
return _commerce_entity_theme_suggestions('commerce_promotion', $variables);
}