You are here

function varnish_perm in Varnish 6

Same name and namespace in other branches
  1. 5 varnish.module \varnish_perm()

Implemetation of hook_perm()

Allows admins to control access to varnish settings.

File

./varnish.module, line 72
varnish.module Provide drupal hooks for integration with the Varnish control layer.

Code

function varnish_perm() {
  return array(
    'administer varnish',
  );
}