You are here

function varnish_theme in Varnish 7

Same name and namespace in other branches
  1. 8 varnish.module \varnish_theme()
  2. 6 varnish.module \varnish_theme()

Implements hook_theme().

File

./varnish.module, line 59
Common functions used for the module.

Code

function varnish_theme() {
  return array(
    'varnish_status' => array(
      'variables' => array(
        'status' => array(),
        'version' => 2.1,
      ),
    ),
  );
}