You are here

Functions in Automatic Nodetitles 8

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_node_form_alter ./auto_nodetitle.module Implements hook_form_FORM_ID_alter() for the node form.
auto_nodetitle_form_node_type_form_alter ./auto_nodetitle.module Implements hook_form_FORM_ID_alter() for the node type form.
auto_nodetitle_form_node_type_form_submit ./auto_nodetitle.module Submit handler for forms with auto node title options. 1
auto_nodetitle_get_setting ./auto_nodetitle.module Gets the auto node title setting associated with the given content type. 4
auto_nodetitle_install ./auto_nodetitle.install Implements hook_install().
auto_nodetitle_is_needed ./auto_nodetitle.module Returns whether the auto nodetitle has to be set. 2
auto_nodetitle_node_operations ./auto_nodetitle.module Implements hook_node_operations().
auto_nodetitle_node_presave ./auto_nodetitle.module Implements hook_ENTITY_TYPE_presave().
auto_nodetitle_node_submit ./auto_nodetitle.module Implements hook_node_submit().
auto_nodetitle_node_type_delete ./auto_nodetitle.module Implements hook_ENTITY_TYPE_delete() for node_type entities.
auto_nodetitle_node_type_update ./auto_nodetitle.module Implements hook_ENTITY_TYPE_update() for node_type entities.
auto_nodetitle_operations_update ./auto_nodetitle.module Callback function for updating node titles. 1
auto_nodetitle_permission ./auto_nodetitle.module Implements hook_permission().
auto_nodetitle_set_title ./auto_nodetitle.module Sets the automatically generated nodetitle for the node 3
auto_nodetitle_uninstall ./auto_nodetitle.install Implements 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 settings. 1

Other projects