hooks.php

Version

1.1.2.6 (checked in on 2008/03/15 at 17:22:01 by develCuy)

Description

These are the hooks that are invoked by the Subscription module.

Hooks are typically called in all modules at once using module_invoke_all().

Functions

Namesort iconDescription
hook_count_user_subscriptionsDeclare a subscription plugin count handler.
hook_disablePerform necessary actions before module is disabled. (Copied from api.drupal.org).
hook_form_alterPerform alterations before a form is rendered. (Copied from api.drupal.org).
hook_installInstall the current version of the database schema. (Copied from api.drupal.org).
hook_mailkeysProvide mailkeys definitions.
hook_menuDefine menu items and page callbacks. (Copied from api.drupal.org).
hook_nodeapiAct on nodes defined by other modules.
hook_ogDeclare a Organic Groups event handler.
hook_og_notifyGiven a node object prevents or not OG module sending notifications. (Based on OG documentation).
hook_subscriptionsDeclare a subscription event handler and plugin hook dispatcher.
hook_uninstallRemove any tables or variables that the module sets. (Copied from api.drupal.org).
hook_views_pre_queryCalled just before a query begins to be built for every view. (Copied from Views 1.x module developer API)
hook_views_tablesReturns an array of table objects. (Adapted from Views 1.x module developer API).
_hook_node_optionsConstructs node options to be displayed in the node subscriptions controls.
_hook_typesReturns an array with information of types for subscriptions module user interface.