function hansel_forum_hansel_action_types in Hansel breadcrumbs 7
Same name and namespace in other branches
- 8 forum/hansel_forum.module \hansel_forum_hansel_action_types()
Implements hook_hansel_action_types().
File
- forum/
hansel_forum.module, line 12 - Hansel forum integration
Code
function hansel_forum_hansel_action_types() {
return array(
'add forum path' => array(
'get crumbs' => 'hansel_forum_action_add_forum_path_get_crumbs',
'info' => 'hansel_forum_action_add_forum_path_info',
'config form' => 'hansel_forum_action_add_forum_path_config_form',
),
);
}