auto_nodetitle.module

Version

1.20.2.1 (checked in on 2008/06/08 at 13:10:07 by fago)

Description

Allows hiding of the node title field and automatic title creation

Constants

Namesort iconDescription
AUTO_NODETITLE_DISABLED
AUTO_NODETITLE_ENABLED
AUTO_NODETITLE_OPTIONAL

Functions

Namesort iconDescription
auto_nodetitle_evalEvaluates php code and passes $node to it
auto_nodetitle_form_alterImplementation of hook_form_alter().
auto_nodetitle_get_settingGets the auto node title setting associated with the given content type.
auto_nodetitle_node_settings_formHelper function for hook_form_alter() renders the settings per node-type.
auto_nodetitle_permImplementation of hook_perm()
_auto_nodetitle_patternprocessorHelper function to generate the title according to the PHP code. Right now its only a wrapper, but if this is to be expanded, here is the place to be. *