You are here

public static function Messaging_Store::admin_help in Messaging 6.4

Get help for admin pages

File

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

Class

Messaging_Store
Default storage and queueing system for Messaging

Code

public static function admin_help() {
  return array(
    'name' => t('Messaging Store (built-in)'),
    'queue' => t('Queued messages will be processed on cron.'),
  );
}