1.1.2.6 (checked in on 2008/03/15 at 17:22:01 by develCuy)
These are the hooks that are invoked by the Subscription module.
Hooks are typically called in all modules at once using module_invoke_all().
| Name | Description |
|---|---|
| hook_count_user_subscriptions | Declare a subscription plugin count handler. |
| hook_disable | Perform necessary actions before module is disabled. (Copied from api.drupal.org). |
| hook_form_alter | Perform alterations before a form is rendered. (Copied from api.drupal.org). |
| hook_install | Install the current version of the database schema. (Copied from api.drupal.org). |
| hook_mailkeys | Provide mailkeys definitions. |
| hook_menu | Define menu items and page callbacks. (Copied from api.drupal.org). |
| hook_nodeapi | Act on nodes defined by other modules. |
| hook_og | Declare a Organic Groups event handler. |
| hook_og_notify | Given a node object prevents or not OG module sending notifications. (Based on OG documentation). |
| hook_subscriptions | Declare a subscription event handler and plugin hook dispatcher. |
| hook_uninstall | Remove any tables or variables that the module sets. (Copied from api.drupal.org). |
| hook_views_pre_query | Called just before a query begins to be built for every view. (Copied from Views 1.x module developer API) |
| hook_views_tables | Returns an array of table objects. (Adapted from Views 1.x module developer API). |
| _hook_node_options | Constructs node options to be displayed in the node subscriptions controls. |
| _hook_types | Returns an array with information of types for subscriptions module user interface. |