public static function Notifications_Event::type_info in Notifications 7
Get subscription type information
Overrides Notifications_Entity::type_info
3 calls to Notifications_Event::type_info()
- Notifications_Event::build_object in ./
notifications.event.inc - Build Event from db object
- Notifications_Event::build_type in ./
notifications.event.inc - Build Event from type and action
- Notifications_Event::get_type in ./
notifications.event.inc - Get event type information
File
- ./
notifications.event.inc, line 115 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Notifications Event class
Code
public static function type_info($type_key = NULL, $property = NULL, $default = NULL) {
return notifications_event_type($type_key, $property, $default);
}