Namesort iconLocationDescription
hook_count_user_subscriptionsdocs/ hooks.phpDeclare a subscription plugin count handler.
hook_disabledocs/ hooks.phpPerform necessary actions before module is disabled. (Copied from api.drupal.org).
hook_form_alterdocs/ hooks.phpPerform alterations before a form is rendered. (Copied from api.drupal.org).
hook_installdocs/ hooks.phpInstall the current version of the database schema. (Copied from api.drupal.org).
hook_mailkeysdocs/ hooks.phpProvide mailkeys definitions.
hook_menudocs/ hooks.phpDefine menu items and page callbacks. (Copied from api.drupal.org).
hook_nodeapidocs/ hooks.phpAct on nodes defined by other modules.
hook_ogdocs/ hooks.phpDeclare a Organic Groups event handler.
hook_og_notifydocs/ hooks.phpGiven a node object prevents or not OG module sending notifications. (Based on OG documentation).
hook_subscriptionsdocs/ hooks.phpDeclare a subscription event handler and plugin hook dispatcher.
hook_uninstalldocs/ hooks.phpRemove any tables or variables that the module sets. (Copied from api.drupal.org).
hook_views_pre_querydocs/ hooks.phpCalled just before a query begins to be built for every view. (Copied from Views 1.x module developer API)
hook_views_tablesdocs/ hooks.phpReturns an array of table objects. (Adapted from Views 1.x module developer API).
subscriptions_og_attach_subscriptions_controlssubscriptions_og.moduleAttach subscriptions controls to given array
subscriptions_og_form_altersubscriptions_og.moduleImplementation of hook_form_alter().
subscriptions_og_get_groups_by_typessubscriptions_og.moduleReturns a list of groups by given group types.
subscriptions_og_group_confirm_subscribe_submitsubscriptions_og.moduleGroup confirm suscribe form submit handler.
subscriptions_og_group_formsubscriptions_og.moduleExtends given form with subscriptions controls by given parameters. Wrapper of subscriptions_form_helper().
subscriptions_og_group_member_formsubscriptions_og.moduleGroup member form.
subscriptions_og_group_subscriptionssubscriptions_og.moduleWrapper of Form listing members and subscribers.
subscriptions_og_group_subscriptions_formsubscriptions_og.moduleForm listing group members or subscribers.
subscriptions_og_group_subscriptions_form_submitsubscriptions_og.moduleGroup subscriptions form submit handler.
subscriptions_og_group_type_formsubscriptions_og.moduleReturns the group type subscription form, which may be called trough User account or Subscriptions user defaults.
subscriptions_og_helpsubscriptions_og.moduleImplementation of hook_help().
subscriptions_og_initsubscriptions_og.moduleImplementation of hook_init().
subscriptions_og_installsubscriptions_og.installImplementation of hook_install().
subscriptions_og_mailkeyssubscriptions_og.moduleImplementation of hook_mailkeys().
subscriptions_og_menusubscriptions_og.moduleImplementation of hook_menu().
subscriptions_og_nodeapisubscriptions_og.moduleImplementation of hook_nodeapi().
subscriptions_og_ogsubscriptions_og.moduleImplementation of hook_og().
subscriptions_og_og_notifysubscriptions_og.moduleImplementation of hook_og_notify().
subscriptions_og_page_group_typesubscriptions_og.moduleReturns a list of group subscriptions by group type.
subscriptions_og_subscriptionssubscriptions_og.moduleImplementation of hook_subscriptions().
subscriptions_og_uninstallsubscriptions_og.installImplementation of hook_uninstall().
subscriptions_og_views_pre_querysubscriptions_og_views.incImplementation of hook_views_pre_query().
subscriptions_og_views_tablessubscriptions_og_views.incImplementation of hook_views_tables().
subscription_og_get_group_typessubscriptions_og.moduleReturn an array of group types with their description.
_hook_node_optionsdocs/ hooks.phpConstructs node options to be displayed in the node subscriptions controls.
_hook_typesdocs/ hooks.phpReturns an array with information of types for subscriptions module user interface.
_subscriptions_og_node_optionssubscriptions_og.moduleImplementation of _hook_node_options().
_subscriptions_og_typessubscriptions_og.moduleInplementation of _hook_types().
_subscriptions_og_unset_array_itemssubscriptions_og.moduleRecursively unset sub-arrays of given $array by $pattern.