constant AUTO_NODETITLE_ENABLED in Automatic Nodetitles 7
Same name and namespace in other branches
- 8 auto_nodetitle.module \AUTO_NODETITLE_ENABLED
- 5 auto_nodetitle.module \AUTO_NODETITLE_ENABLED
- 6 auto_nodetitle.module \AUTO_NODETITLE_ENABLED
3 uses of AUTO_NODETITLE_ENABLED
- auto_nodetitle_form_alter in ./
auto_nodetitle.module - Implements hook_form_alter() for the node form.
- auto_nodetitle_inline_entity_form_entity_form_alter in ./
auto_nodetitle.module - Implements hook_inline_entity_form_entity_form_alter().
- auto_nodetitle_node_submit in ./
auto_nodetitle.module - Implements hook_node_submit().
File
- ./
auto_nodetitle.module, line 9 - Allows hiding of the node title field and automatic title creation.
Code
define('AUTO_NODETITLE_ENABLED', 1);