function rules_rules_core_category_info
Implements hook_rules_category_info() on behalf of the rules_core.
Related topics
File
-
modules/
rules_core.rules.inc, line 17
Code
function rules_rules_core_category_info() {
return array(
'rules_components' => array(
'label' => t('Components'),
'equals group' => t('Components'),
'weight' => 50,
),
);
}