You are here

function auto_nodetitle_perm in Automatic Nodetitles 6

Same name and namespace in other branches
  1. 5 auto_nodetitle.module \auto_nodetitle_perm()

Implementation of hook_perm()

File

./auto_nodetitle.module, line 15
Allows hiding of the node title field and automatic title creation

Code

function auto_nodetitle_perm() {
  return array(
    'use PHP for title patterns',
  );
}