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_checkAccess callback for menu system.
trigger_actions_deleteImplementation of hook_actions_delete().
trigger_commentРеализация hook_comment().
trigger_cronРеализация hook_cron().
trigger_formsImplementation 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_themeImplementation of hook_theme().
trigger_userРеализация hook_user().
_trigger_get_hook_aidsGet the aids of actions to be executed for a hook-op combination.
_trigger_normalize_comment_contextWhen 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_contextWhen 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_contextWhen 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...
Войдите или зарегистрируйтесь, чтобы получить возможность отправлять комментарии

Вход в систему