You are here

function notifications_feed_title2nid in Notifications 6

Subscription field mapping

Wrapper for notifications_node_title2nid restricting fo feedapi node types

1 string reference to 'notifications_feed_title2nid'
notifications_feed_notifications in notifications_feed/notifications_feed.module
Implementation of hook_notifications().

File

notifications_feed/notifications_feed.module, line 128
Subscriptions to FeedAPI feeds

Code

function notifications_feed_title2nid($name, $field = NULL) {
  return notifications_node_title2nid($name, $field, array_keys(feedapi_get_types()));
}