You are here

function acquia_purge_perm in Acquia Purge 6

Implements hook_perm().

File

./acquia_purge.module, line 86
Acquia Purge, Top-notch Varnish purging on Acquia Cloud!

Code

function acquia_purge_perm() {
  return array(
    'purge notification',
  );
}