function tripal_stock_help
2.x tripal_stock.module | tripal_stock_help($path, $arg) |
3.x tripal_stock.module | tripal_stock_help($path, $arg) |
Implements hook_help(). Adds a help page to the module list
Related topics
2 string references to 'tripal_stock_help'
- tripal_stock_menu in tripal_stock/
tripal_stock.module - Implements hook_menu(). Adds menu items for the tripal_stock
- tripal_stock_theme in tripal_stock/
tripal_stock.module - Implements hook_theme(). Register themeing functions for this module
File
- tripal_stock/
tripal_stock.module, line 357 - Basic functionality for stocks
Code
function tripal_stock_help($path, $arg) {
if ($path == 'admin/help#tripal_stock') {
return theme('tripal_stock_help', array());
}
}