You are here

function commerce_store_theme_suggestions_commerce_store in Commerce Core 8.2

Implements hook_theme_suggestions_commerce_store().

File

modules/store/commerce_store.module, line 59
Defines the Store entity and associated features.

Code

function commerce_store_theme_suggestions_commerce_store(array $variables) {
  return _commerce_entity_theme_suggestions('commerce_store', $variables);
}