better_watchdog_ui_rules.module in Better Watchdog UI 7
Same filename and directory in other branches
File
better_watchdog_ui_rules/better_watchdog_ui_rules.moduleView source
<?php
/**
* @file
* Provide Rules integration for database log entry events.
*/
module_load_include('inc', 'better_watchdog_ui_rules', 'better_watchdog_ui_rules.rules');
/**
* Implements hook_entity_info_alter().
*/
function better_watchdog_ui_rules_entity_info_alter(&$entity_info) {
// Set the rules controller class for nodes to own implementation.
$entity_info['better_watchdog_ui_watchdog']['rules controller class'] = 'WatchdogRulesController';
}
Functions
Name | Description |
---|---|
better_watchdog_ui_rules_entity_info_alter | Implements hook_entity_info_alter(). |