You are here

function homebox_hook_info in Homebox 7.2

Same name and namespace in other branches
  1. 7.3 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;
}