function patterns_perm in Patterns 5
Same name and namespace in other branches
- 6.2 patterns.module \patterns_perm()
- 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',
);
}