You are here

function geysir_theme in Geysir 8

Implements hook_theme().

File

./geysir.module, line 17
Geysir module file.

Code

function geysir_theme() {
  return [
    'geysir_field_paragraph_wrapper' => [
      'render element' => 'element',
      'file' => 'geysir.theme.inc',
    ],
  ];
}