You are here

function consumers_theme in Consumers 8

Implements hook_theme().

File

./consumers.module, line 16
Module implementation file.

Code

function consumers_theme($existing, $type, $theme, $path) {
  return [
    'consumer' => [
      'render element' => 'elements',
    ],
  ];
}