function drupal_help_arg

drupal_help_arg($arg = array())

Generates elements for the $arg array in the help hook.

Related topics

File

includes/menu.inc, line 1710
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('', '', '', '', '', '', '', '', '', '', '', '');
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/includes!menu.inc/function/drupal_help_arg/7.x