You are here

function taxonomy_list_perm in Taxonomy List 5

Same name and namespace in other branches
  1. 5.2 taxonomy_list.module \taxonomy_list_perm()
  2. 6.2 taxonomy_list.module \taxonomy_list_perm()
  3. 6 taxonomy_list.module \taxonomy_list_perm()
  4. 7 taxonomy_list.module \taxonomy_list_perm()

Implementation of hook_perm().

File

./taxonomy_list.module, line 21
List the category specified in the URL

Code

function taxonomy_list_perm() {
  return array(
    'administer taxonomy_list',
  );
}