You are here

function patterns_perm in Patterns 5

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

Implementation of hook_perm().

File

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

Code

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