You are here

function commerce_product_theme_suggestions_commerce_product_attribute_value in Commerce Core 8.2

Implements hook_theme_suggestions_commerce_product_commerce_product_attribute_value().

File

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

Code

function commerce_product_theme_suggestions_commerce_product_attribute_value(array $variables) {
  return _commerce_entity_theme_suggestions('commerce_product_attribute_value', $variables);
}