function varnish_perm in Varnish 5
Same name and namespace in other branches
- 6 varnish.module \varnish_perm()
Implemetation of hook_perm()
Allows admins to control access to varnish settings.
File
- ./
varnish.module, line 51 - varnish.module Provide drupal hooks for integration with the Varnish control layer.
Code
function varnish_perm() {
return array(
'administer varnish',
);
}