You are here

function _notifications_send_methods in Notifications 5

Same name and namespace in other branches
  1. 6.4 notifications.module \_notifications_send_methods()
  2. 6 notifications.module \_notifications_send_methods()
  3. 6.2 notifications.module \_notifications_send_methods()
  4. 6.3 notifications.module \_notifications_send_methods()
  5. 7 notifications.module \_notifications_send_methods()

List of send methods

4 calls to _notifications_send_methods()
notifications_content_form in notifications_content/notifications_content.module
Generic subscriptions content form
notifications_form_confirm in ./notifications.admin.inc
Form for subscription confirmation
notifications_tags_user_form in notifications_tags/notifications_tags.module
Returns the taxonomy subscription form
notifications_user_form in ./notifications.admin.inc
Generic subscriptions content form

File

./notifications.module, line 1052
Notifications module

Code

function _notifications_send_methods($account = NULL) {
  return variable_get('notifications_send_methods', messaging_method_list($account));
}