You are here

constant AUTO_NODETITLE_ENABLED in Automatic Nodetitles 6

Same name and namespace in other branches
  1. 8 auto_nodetitle.module \AUTO_NODETITLE_ENABLED
  2. 5 auto_nodetitle.module \AUTO_NODETITLE_ENABLED
  3. 7 auto_nodetitle.module \AUTO_NODETITLE_ENABLED
2 uses of AUTO_NODETITLE_ENABLED
auto_nodetitle_form_alter in ./auto_nodetitle.module
Implementation of hook_form_alter().
auto_nodetitle_node_form_submit in ./auto_nodetitle.module
Makes sure the node preview is shown right. It gets the node object, modifies the title, and updates the node in the form_state.

File

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

Code

define('AUTO_NODETITLE_ENABLED', 1);