You are here

function markdown_theme in Markdown 8.2

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

Implements hook_theme().

File

./markdown.module, line 195
Markdown module.

Code

function markdown_theme($existing, $type, $theme, $path) {
  $hooks['installable_library'] = [
    'variables' => [
      'id' => NULL,
      'installed_library' => NULL,
      'isBundled' => NULL,
      'isMultiple' => NULL,
      'isPreferred' => NULL,
      'label' => NULL,
      'latestVersion' => NULL,
      'library' => NULL,
      'plugin' => NULL,
      'preferred_library' => NULL,
      'status' => NULL,
      'statusTitle' => NULL,
      'version' => NULL,
    ],
  ];
  return $hooks;
}