function coffee_hook_info in Coffee 6
Same name and namespace in other branches
- 8 coffee.module \coffee_hook_info()
- 7.2 coffee.module \coffee_hook_info()
Implements hook_hook_info().
File
- ./
coffee.module, line 98 - Coffee primary module file
Code
function coffee_hook_info() {
return array(
'coffee' => array(
'coffee_command' => array(
'runs when' => 'When the coffee command is typed in Coffee',
),
),
);
}