You are here

Functions in Automatic Nodetitles 6

Primary tabs

Namesort descending Location Description Direct uses Strings
auto_nodetitle_eval ./auto_nodetitle.module Evaluates php code and passes $node to it 1
auto_nodetitle_form_alter ./auto_nodetitle.module Implementation of hook_form_alter().
auto_nodetitle_get_setting ./auto_nodetitle.module Gets the auto node title setting associated with the given content type. 5
auto_nodetitle_install ./auto_nodetitle.install Implementation of hook_install().
auto_nodetitle_is_needed ./auto_nodetitle.module Returns whether the auto nodetitle has to be set. 2
auto_nodetitle_nodeapi ./auto_nodetitle.module Implementation of hook_nodeapi().
auto_nodetitle_node_form_submit ./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. 1
auto_nodetitle_node_operations ./auto_nodetitle.module Implementation of hook_node_operations().
auto_nodetitle_node_settings_form ./auto_nodetitle.module Helper function for hook_form_alter() renders the settings per node-type. 1
auto_nodetitle_node_type ./auto_nodetitle.module Implementation of hook_node_type().
auto_nodetitle_operations_update ./auto_nodetitle.module Callback function for updating node titles. 1
auto_nodetitle_perm ./auto_nodetitle.module Implementation of hook_perm()
auto_nodetitle_set_title ./auto_nodetitle.module Sets the automatically generated nodetitle for the node 3
auto_nodetitle_uninstall ./auto_nodetitle.install Implementation of hook_uninstall().
auto_nodetitle_update_1 ./auto_nodetitle.install make sure hooks are invoked after cck main hooks
_auto_nodetitle_patternprocessor ./auto_nodetitle.module Helper 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. 1

Other projects