function rules_system_data_info
Implements hook_rules_data_info() on behalf of the system module.
See also
Related topics
File
-
modules/
system.rules.inc, line 54
Code
function rules_system_data_info() {
return array(
'log_entry' => array(
'label' => t('Watchdog log entry'),
'wrap' => TRUE,
'property info' => _rules_system_watchdog_log_entry_info(),
),
);
}