Functions

Primary tabs

Name Locationsort ascending Description Direct uses Strings
trigger_assign drupal/modules/trigger/trigger.admin.inc Builds a form that allows users to assign actions to triggers. 1
trigger_unassign drupal/modules/trigger/trigger.admin.inc Form constructor for confirmation page for removal of an assigned action. 1
trigger_unassign_submit drupal/modules/trigger/trigger.admin.inc Form submission handler for trigger_unassign().
trigger_assign_form drupal/modules/trigger/trigger.admin.inc Returns the form for assigning an action to a trigger. 1
trigger_assign_form_validate drupal/modules/trigger/trigger.admin.inc Form validation handler for trigger_assign_form(). 1
trigger_assign_form_submit drupal/modules/trigger/trigger.admin.inc Form submission handler for trigger_assign_form(). 1
theme_trigger_display drupal/modules/trigger/trigger.admin.inc Returns HTML for the form showing actions assigned to a trigger.
trigger_test_action_info drupal/modules/trigger/tests/trigger_test.module Implements hook_action_info().
trigger_test_trigger_info drupal/modules/trigger/tests/trigger_test.module Implements hook_trigger_info().
trigger_test_system_cron_action drupal/modules/trigger/tests/trigger_test.module Action fired during the "cron run" trigger test. 1
trigger_test_system_cron_conf_action drupal/modules/trigger/tests/trigger_test.module Implement a configurable Drupal action. 1
trigger_test_system_cron_conf_action_form drupal/modules/trigger/tests/trigger_test.module Form for configurable test action.
trigger_test_system_cron_conf_action_submit drupal/modules/trigger/tests/trigger_test.module Form submission handler for configurable test action.
trigger_test_generic_action drupal/modules/trigger/tests/trigger_test.module Action fired during the "taxonomy", "comment", and "user" trigger tests. 3
trigger_test_generic_any_action drupal/modules/trigger/tests/trigger_test.module Action fired during the additional trigger tests. 2
translation_node_overview drupal/modules/translation/translation.pages.inc Page callback: Displays a list of a node's translations. 1
translation_help drupal/modules/translation/translation.module Implements hook_help().
translation_menu drupal/modules/translation/translation.module Implements hook_menu().
_translation_tab_access drupal/modules/translation/translation.module Access callback: Checks that the user has permission to 'translate content'. 1
translation_admin_paths drupal/modules/translation/translation.module Implements hook_admin_paths().
translation_permission drupal/modules/translation/translation.module Implements hook_permission().
translation_form_node_type_form_alter drupal/modules/translation/translation.module Implements hook_form_FORM_ID_alter() for node_type_form().
translation_form_node_form_alter drupal/modules/translation/translation.module Implements hook_form_BASE_FORM_ID_alter() for node_form().
translation_node_view drupal/modules/translation/translation.module Implements hook_node_view().
translation_node_prepare drupal/modules/translation/translation.module Implements hook_node_prepare().
translation_node_insert drupal/modules/translation/translation.module Implements hook_node_insert().
translation_node_update drupal/modules/translation/translation.module Implements hook_node_update().
translation_node_validate drupal/modules/translation/translation.module Implements hook_node_validate().
translation_node_delete drupal/modules/translation/translation.module Implements hook_node_delete().
translation_remove_from_set drupal/modules/translation/translation.module Removes a node from its translation set and updates accordingly. 1
translation_node_get_translations drupal/modules/translation/translation.module Gets all nodes in a given translation set. 7
translation_supported_type drupal/modules/translation/translation.module Returns whether the given content type has support for translations. 8
translation_path_get_translations drupal/modules/translation/translation.module Returns the paths of all translations of a node, based on its Drupal path.
translation_language_switch_links_alter drupal/modules/translation/translation.module Implements hook_language_switch_links_alter().
translation_test_node_insert drupal/modules/translation/tests/translation_test.module Implements hook_node_insert().
tracker_page drupal/modules/tracker/tracker.pages.inc Page callback: prints a listing of active nodes on the site. 1
tracker_help drupal/modules/tracker/tracker.module Implements hook_help().
tracker_menu drupal/modules/tracker/tracker.module Implements hook_menu().
tracker_cron drupal/modules/tracker/tracker.module Implements hook_cron(). 2
_tracker_myrecent_access drupal/modules/tracker/tracker.module Access callback for tracker/%user_uid_optional. 1
_tracker_user_access drupal/modules/tracker/tracker.module Access callback for user/%user/track. 1
tracker_node_insert drupal/modules/tracker/tracker.module Implements hook_node_insert().
tracker_node_update drupal/modules/tracker/tracker.module Implements hook_node_update().
tracker_node_delete drupal/modules/tracker/tracker.module Implements hook_node_delete().
tracker_comment_update drupal/modules/tracker/tracker.module Implements hook_comment_update().
tracker_comment_publish drupal/modules/tracker/tracker.module Implements hook_comment_publish().
tracker_comment_unpublish drupal/modules/tracker/tracker.module Implements hook_comment_unpublish().
tracker_comment_delete drupal/modules/tracker/tracker.module Implements hook_comment_delete().
_tracker_add drupal/modules/tracker/tracker.module Updates indexing tables when a node is added, updated, or commented on. 3
_tracker_calculate_changed drupal/modules/tracker/tracker.module Determines the max timestamp between $node->changed and the last comment. 2

Pages

Other projects