function homebox_hook_info in Homebox 7.3
Same name and namespace in other branches
- 7.2 homebox.module \homebox_hook_info()
Implements hook_hook_info().
File
- ./
homebox.module, line 249 - Homebox main file, takes care of global functions settings constants, etc.
Code
function homebox_hook_info() {
$hooks['homebox'] = array(
'group' => 'homebox',
);
return $hooks;
}