You are here

public function Notifications_Object::subscription_types in Notifications 7

Get subscription types for this object

File

./notifications.object.inc, line 228
Drupal Notifications Framework - Default class file

Class

Notifications_Object
Wrapper for Drupal objects

Code

public function subscription_types() {
  return $this
    ->invoke_all('subscription types');
}