public function Notifications_Subscription_List::key in Notifications 7
File
- ./
notifications.list.inc, line 430 - Drupal Notifications Framework - Default class file
Class
- Notifications_Subscription_List
- List of subscriptions or subscription types
Code
public function key() {
$k = array_keys($this->subscriptions);
return $k[$this->iterator_index];
}