function Notifications_Subscription::get_link in Notifications 7
Subscribe links are ok for instances and types
File
- ./
notifications.subscription.inc, line 284 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription
- Common base for subscription type and subscription instance
Code
function get_link($type = NULL, $options = array()) {
$link = $this
->element_link($type, $options);
return drupal_render($link);
}