You are here

public static function Notifications_Event::db_key in Notifications 6.4

Overrides Messaging_Object::db_key

File

includes/notifications_event.class.inc, line 404
Drupal Notifications Framework - Default class file

Class

Notifications_Event
Message destination class

Code

public static function db_key() {
  return self::DB_KEY;
}