You are here

function shoutbox_rules_data_info in Shoutbox 7

Same name and namespace in other branches
  1. 7.2 shoutbox_rules/shoutbox_rules.module \shoutbox_rules_data_info()

Implements hook_rules_data_info().

File

shoutbox_rules/shoutbox_rules.module, line 93
Includes any rules integration provided by shoutbox.

Code

function shoutbox_rules_data_info() {
  return array(
    'shoutbox_message' => array(
      'label' => t('Shoutbox'),
      'group' => t('Shoutbox'),
    ),
  );
}