You are here

function commerce_store_theme in Commerce Core 8.2

Implements hook_theme().

File

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

Code

function commerce_store_theme() {
  return [
    'commerce_store' => [
      'render element' => 'elements',
    ],
  ];
}