You are here

function patterns_perm in Patterns 6.2

Same name and namespace in other branches
  1. 5 patterns.module \patterns_perm()
  2. 6 patterns.module \patterns_perm()

Implementation of hook_perm().

File

./patterns.module, line 34
Enables extremely simple adding/removing features to your site with minimal to no configuration

Code

function patterns_perm() {
  return array(
    'administer patterns',
  );
}