function taxonomy_list_perm in Taxonomy List 6
Same name and namespace in other branches
- 5.2 taxonomy_list.module \taxonomy_list_perm()
- 5 taxonomy_list.module \taxonomy_list_perm()
- 6.2 taxonomy_list.module \taxonomy_list_perm()
- 7 taxonomy_list.module \taxonomy_list_perm()
Implementation of hook_perm().
File
- ./
taxonomy_list.module, line 20 - List all terms in a vocabulary.
Code
function taxonomy_list_perm() {
return array(
'administer taxonomy_list',
);
}