function rules_entity_category_info
Implements hook_rules_category_info() on behalf of the pseudo entity module.
Related topics
File
-
modules/
entity.rules.inc, line 24
Code
function rules_entity_category_info() {
return array(
'rules_entity' => array(
'label' => t('Entities'),
'equals group' => t('Entities'),
'weight' => -50,
),
);
}