trigger.module
Версия 1.13.2.3 (checked in on 2009/06/08 at 16:34:57 by goba)
Enables functions to be stored and executed at a later time when triggered by other modules or by one of Drupal's core API hooks.
Функции
Имя | Описание |
---|---|
trigger_access_check | Access callback for menu system. |
trigger_actions_delete | Implementation of hook_actions_delete(). |
trigger_comment | Реализация hook_comment(). |
trigger_cron | Реализация hook_cron(). |
trigger_forms | Implementation of hook_forms(). We reuse code by using the same assignment form definition for each node-op combination. |
trigger_help | Реализация hook_help(). |
trigger_menu | Реализация hook_menu(). |
trigger_nodeapi | Реализация hook_nodeapi(). |
trigger_options | Данная функция генерирует опции для поля выбора действия (элемент select), содержащие сами действия (actions). |
trigger_taxonomy | Реализация hook_taxonomy(). |
trigger_theme | Implementation of hook_theme(). |
trigger_user | Реализация hook_user(). |
_trigger_get_hook_aids | Get the aids of actions to be executed for a hook-op combination. |
_trigger_normalize_comment_context | When an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the comment hook, the node object is not available since the... |
_trigger_normalize_node_context | When an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on users is called during the node hook, the user object is not available since the node... |
_trigger_normalize_user_context | When an action is called in a context that does not match its type, the object that the action expects must be retrieved. For example, when an action that works on nodes is called during the user hook, the node object is not available since the user... |