function tft_rules_action_info in Taxonomy File Tree 7
File
- ./
tft.module, line 425 - Module hooks.
Code
function tft_rules_action_info() {
return array(
'tft_rules_create_og_root_folder' => array(
'label' => t('Create a root folder for a group'),
'group' => t('Taxonomy File Tree'),
'parameter' => array(
'group' => array(
'type' => 'node',
'label' => t('Group'),
),
),
),
);
}