You are here

function cmf_perm in Content Management Filter 7

Same name and namespace in other branches
  1. 5 cmf.module \cmf_perm()
  2. 6.2 cmf.module \cmf_perm()
  3. 6 cmf.module \cmf_perm()

Implementation of hook_perm().

File

./cmf.module, line 34
@brief Content management filter module file

Code

function cmf_perm() {
  return array(
    'filter and manage site content',
    'view user content list',
  );
}