You are here

8 invocations of hook_help() in Zircon Profile 8

field_help in core/modules/field/field.module
Implements hook_help().
HelpBlock::getActiveHelp in core/modules/help/src/Plugin/Block/HelpBlock.php
Returns the help associated with the active menu item.
HelpController::helpLinksAsList in core/modules/help/src/Controller/HelpController.php
Provides a formatted list of available help topics.
HelpController::helpPage in core/modules/help/src/Controller/HelpController.php
Prints a page listing general help for a module.
HelpEmptyPageTest::testEmptyHookHelp in core/modules/help/src/Tests/HelpEmptyPageTest.php
Ensures that no URL generator is called on a page without hook_help().
HelpTest::getModuleList in core/modules/help/src/Tests/HelpTest.php
Gets the list of enabled modules that implement hook_help().
ModulesListForm::buildRow in core/modules/system/src/Form/ModulesListForm.php
Builds a table row for the system modules page.
NoHelpTest::testMainPageNoHelp in core/modules/help/src/Tests/NoHelpTest.php
Ensures modules not implementing help do not appear on admin/help.