You are here

public static function Notifications_Entity::type_info in Notifications 7

Get information from notifications hooks

1 call to Notifications_Entity::type_info()
Notifications_Entity::get_info in ./notifications.object.inc
Get information for specific instance.
2 methods override Notifications_Entity::type_info()
Notifications_Event::type_info in ./notifications.event.inc
Get subscription type information
Notifications_Subscription::type_info in ./notifications.subscription.inc
Get subscription type information

File

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

Class

Notifications_Entity
Base class for all Notifications entities

Code

public static function type_info($type = NULL, $property = NULL, $default = NULL) {

  // Creating static abstract functions produces warnings.
}