function shoutbox_rules_data_info in Shoutbox 7.2
Same name and namespace in other branches
- 7 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'),
),
);
}