You are here

public static function Notifications_Event::db_table in Notifications 6.4

Overrides Messaging_Object::db_table

File

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

Class

Notifications_Event
Message destination class

Code

public static function db_table() {
  return self::DB_TABLE;
}