| 6 menu.inc | drupal_help_arg($arg = array()) |
| 7 menu.inc | drupal_help_arg($arg = array()) |
| 8 menu.inc | drupal_help_arg($arg = array()) |
Generates elements for the $arg array in the help hook.
Related topics
5 calls to drupal_help_arg()
File
- includes/
menu.inc, line 1174 - API for the Drupal menu system.
Code
function drupal_help_arg($arg = array()) {
// Note - the number of empty elements should be > MENU_MAX_PARTS.
return $arg + array('', '', '', '', '', '', '', '', '', '', '', '');
}
Login or register to post comments