You are here

function eu_cookie_compliance_perm in EU Cookie Compliance (GDPR Compliance) 6

Same name and namespace in other branches
  1. 5 eu_cookie_compliance.module \eu_cookie_compliance_perm()

Implements hook_perm().

File

./eu_cookie_compliance.module, line 74
This module intends to deal with the EU Directive on Privacy and Electronic Communications that comes into effect in the UK on 26th May 2012.

Code

function eu_cookie_compliance_perm() {
  return array(
    'administer EU Cookie Compliance popup',
    'see EU Cookie Compliance popup',
  );
}