You are here

function commerce_product_bundle_theme_suggestions_commerce_product_bundle_i in Commerce Product Bundle 8

Implements hook_theme_suggestions_HOOK().

File

./commerce_product_bundle.module, line 59
Contains commerce_product_bundle.module.

Code

function commerce_product_bundle_theme_suggestions_commerce_product_bundle_i(array $variables) {
  return _commerce_entity_theme_suggestions('commerce_product_bundle_i', $variables);
}