public static function Notifications_Event::cache_get in Notifications 6.4
Overrides Messaging_Cached_Object::cache_get
1 call to Notifications_Event::cache_get()
- Notifications_Event::load in includes/
notifications_event.class.inc - Load by id passing through notifications_event() hook
File
- includes/
notifications_event.class.inc, line 396 - Drupal Notifications Framework - Default class file
Class
- Notifications_Event
- Message destination class
Code
public static function cache_get($key) {
return self::object_cache_get('Notifications_Event', $key);
}