function bibcite_theme in Bibliography & Citation 8
Same name and namespace in other branches
- 2.0.x bibcite.module \bibcite_theme()
Implements hook_theme().
File
- ./bibcite.module, line 14 
- Main module hooks.
Code
function bibcite_theme($existing, $type, $theme, $path) {
  return [
    'bibcite_citation' => [
      'variables' => [
        'data' => [],
        'style' => NULL,
      ],
    ],
  ];
}