You are here

function subscriptions_content_page_node in Subscriptions 5.2

Same name and namespace in other branches
  1. 6 subscriptions_content.module \subscriptions_content_page_node()
  2. 7 subscriptions_content.module \subscriptions_content_page_node()
  3. 2.0.x subscriptions_content/subscriptions_content.module \subscriptions_content_page_node()

Subscriptions page callback: List thread subscriptions.

1 string reference to 'subscriptions_content_page_node'
_subscriptions_content_types in ./subscriptions_content.module
Implementation of hook_types(), subhook of hook_subscriptions().

File

./subscriptions_content.module, line 920
Subscriptions to content events

Code

function subscriptions_content_page_node($account, $form) {
  return drupal_get_form('subscriptions_content_node_form', $account, $form);
}