You are here

function heartbeat_comments_rules_data_info in Heartbeat 7

Implements hook_rules_data_info().

File

modules/heartbeat_comments/heartbeat_comments.rules.inc, line 40
Includes any rules integration provided by heartbeat comments.

Code

function heartbeat_comments_rules_data_info() {
  return array(
    'heartbeat_comment' => array(
      'label' => t('heartbeat comment'),
      'group' => t('Heartbeat'),
    ),
  );
}