You are here

function markdown_theme in Markdown 3.0.x

Same name and namespace in other branches
  1. 8.2 markdown.module \markdown_theme()

Implements hook_theme().

File

./markdown.module, line 82
Markdown module.

Code

function markdown_theme() {
  $hooks['markdown_benchmark'] = [
    'variables' => [
      'time' => NULL,
      'unit' => NULL,
    ],
  ];
  return $hooks;
}