Search for help

  1. Search 9.5.x for help
  2. Search 8.9.x for help
  3. Search 10.3.x for help
  4. Search 11.x for help
  5. Search main for help
  6. Other projects
Title Object type File name Summary
help.admin.inc file modules/help/help.admin.inc Admin page callbacks for the help module.
help.css file modules/help/help.css .help-items {
float: left; /* LTR */
width: 22%;
padding-right: 3%; /* LTR */
}
.help-items-last {
padding-right: 0; /* LTR */
}
help.info file modules/help/help.info name = Help
description = Manages the display of online help.
package = Core
version = VERSION
core = 7.x
files[] = help.test
help.module file modules/help/help.module Manages displaying online help.
help.test file modules/help/help.test Tests for help.module.
Helper class misc/typo3/phar-stream-wrapper/src/Helper.php Helper provides low-level tools on file name resolving. However it does not
(and should not) maintain any runtime state information. In order to resolve
Phar archive paths according resolvers have to be used.
Helper.php file misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::determineBaseFile function misc/typo3/phar-stream-wrapper/src/Helper.php Determines base file that can be accessed using the regular file system.
For e.g. "phar:///home/user/bundle.phar/content.txt" that would result
into "/home/user/bundle.phar".
Helper::getCanonicalPath function misc/typo3/phar-stream-wrapper/src/Helper.php Resolves all dots, slashes and removes spaces after or before a path...
Helper::hasPharPrefix function misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::isAbsolutePath function misc/typo3/phar-stream-wrapper/src/Helper.php Checks if the $path is absolute or relative (detecting either '/' or
'x:/' as first part of string) and returns TRUE if so.
Helper::isWindows function misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::normalizePath function misc/typo3/phar-stream-wrapper/src/Helper.php Normalizes a path, removes phar:// prefix, fixes Windows directory
separators. Result is without trailing slash.
Helper::normalizeWindowsPath function misc/typo3/phar-stream-wrapper/src/Helper.php Fixes a path for windows-backslashes and reduces double-slashes to single slashes
Helper::removePharPrefix function misc/typo3/phar-stream-wrapper/src/Helper.php
Helper::resetOpCache function misc/typo3/phar-stream-wrapper/src/Helper.php
HelpTestCase class modules/help/help.test Tests help display and user access for all modules implementing help.
HelpTestCase::$any_user property modules/help/help.test The anonymous user that will be created.
HelpTestCase::$big_user property modules/help/help.test The admin user that will be created.
HelpTestCase::$modules property modules/help/help.test The list of modules.
HelpTestCase::getInfo function modules/help/help.test
HelpTestCase::getModuleList function modules/help/help.test Gets the list of enabled modules that implement hook_help().
HelpTestCase::setUp function modules/help/help.test Sets up a Drupal site for running functional and integration tests.
HelpTestCase::testHelp function modules/help/help.test Logs in users, creates dblog events, and tests dblog functionality.
HelpTestCase::verifyHelp function modules/help/help.test Verifies the logged in user has access to the various help nodes.
help_help function modules/help/help.module Implements hook_help().
help_links_as_list function modules/help/help.admin.inc Provides a formatted list of available help topics.
help_main function modules/help/help.admin.inc Menu callback; prints a page listing a glossary of Drupal terminology.
help_menu function modules/help/help.module Implements hook_menu().
help_page function modules/help/help.admin.inc Menu callback; prints a page listing general help for a module.
hook_help function modules/system/system.api.php Provide online user help.
ImageAdminUiTestCase::testAddEffectHelpText function modules/image/image.test Test if the help text is available on the add effect form.
ImageAdminUiTestCase::testEditEffectHelpText function modules/image/image.test Test if the help text is available on the edit effect form.
image_help function modules/image/image.module Implements hook_help().
list_help function modules/field/modules/list/list.module Implements hook_help().
locale_help function modules/locale/locale.module Implements hook_help().
MenuRouterTestCase::menuItemTitlesCasesHelper function modules/simpletest/tests/menu.test Get a URL and assert the title given a case number. If override is true,
the title is asserted to begin with "Alternative".
menu_get_active_help function includes/menu.inc Returns the help associated with the active menu item.
menu_help function modules/menu/menu.module Implements hook_help().
node_help function modules/node/node.module Implements hook_help().
NoHelpTestCase class modules/help/help.test Tests a module without help to verify it is not listed in the help page.
NoHelpTestCase::$big_user property modules/help/help.test The user who will be created.
NoHelpTestCase::getInfo function modules/help/help.test
NoHelpTestCase::setUp function modules/help/help.test Sets up a Drupal site for running functional and integration tests.
NoHelpTestCase::testMainPageNoHelp function modules/help/help.test Ensures modules not implementing help do not appear on admin/help.
number_help function modules/field/modules/number/number.module Implements hook_help().
openid_help function modules/openid/openid.module Implements hook_help().
options_help function modules/field/modules/options/options.module Implements hook_help().
overlay_help function modules/overlay/overlay.module Implements hook_help().
path_help function modules/path/path.module Implements hook_help().

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.