You are here

public static function Messaging_Store::can_expire in Messaging 6.4

Capabilities: whether this Queue can expire old messages

File

includes/messaging_store.class.inc, line 29
Database storage for the messaging framework

Class

Messaging_Store
Default storage and queueing system for Messaging

Code

public static function can_expire() {
  return TRUE;
}