You are here

function commerce_product_theme_suggestions_commerce_product in Commerce Core 8.2

Implements hook_theme_suggestions_commerce_product().

File

modules/product/commerce_product.module, line 100
Defines the Product entity and associated features.

Code

function commerce_product_theme_suggestions_commerce_product(array $variables) {
  return _commerce_entity_theme_suggestions('commerce_product', $variables);
}