Search for help

  1. Search 7.x for help
  2. Search 9.5.x for help
  3. Search 8.9.x for help
  4. Search 11.x for help
  5. Search main for help
  6. Other projects
Title Object type File name Summary
taxonomy_help function core/modules/taxonomy/taxonomy.module Implements hook_help().
telephone_help function core/modules/telephone/telephone.module Implements hook_help().
template_preprocess_file_upload_help function core/modules/file/file.module Prepares variables for file upload help text templates.
TestHelperPlugin class core/modules/views/src/Tests/TestHelperPlugin.php Wraps the plugin base class to be able to instantiate it.
TestHelperPlugin.php file core/modules/views/src/Tests/TestHelperPlugin.php
TestHelperPlugin::$definedOptions property core/modules/views/src/Tests/TestHelperPlugin.php Stores the defined options.
TestHelperPlugin::defineOptions function core/modules/views/src/Tests/TestHelperPlugin.php Information about options for all kinds of purposes will be held here.
TestHelperPlugin::setDefinedOptions function core/modules/views/src/Tests/TestHelperPlugin.php Allows to set the defined options.
TestHelperPlugin::testSetOptionDefaults function core/modules/views/src/Tests/TestHelperPlugin.php Calls the protected method setOptionDefaults().
TestHelpSection class core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Provides a searchable help section for testing.
TestHelpSection.php file core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php
TestHelpSection::listSearchableTopics function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Returns the IDs of topics that should be indexed for searching.
TestHelpSection::listTopics function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Returns a list of topics to show in the help section.
TestHelpSection::renderTopicForSearch function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpSection/TestHelpSection.php Renders one topic for search indexing or search results.
TestHelpTopicDeriver class core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php A test discovery deriver for fake help topics.
TestHelpTopicDeriver.php file core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php
TestHelpTopicDeriver::getDerivativeDefinition function core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php Gets the definition of a derivative plugin.
TestHelpTopicDeriver::getDerivativeDefinitions function core/modules/help/tests/modules/help_topics_test/src/Plugin/Deriver/TestHelpTopicDeriver.php Gets the definition of all derivatives of a base plugin.
TestHelpTopicPlugin class core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php A fake help topic plugin for testing.
TestHelpTopicPlugin.php file core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php
TestHelpTopicPlugin::getBody function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php Returns the body of the topic.
TestHelpTopicPlugin::getCacheContexts function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php The cache contexts associated with this object.
TestHelpTopicPlugin::getCacheMaxAge function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php The maximum age for which this object may be cached.
TestHelpTopicPlugin::getCacheTags function core/modules/help/tests/modules/help_topics_test/src/Plugin/HelpTopic/TestHelpTopicPlugin.php The cache tags associated with this object.
TestLayoutEntityHelperTrait class core/modules/layout_builder/tests/src/Kernel/LayoutEntityHelperTraitTest.php Test class using the trait.
text_help function core/modules/text/text.module Implements hook_help().
TimeZoneFormHelper class core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Helper class for dealing with timezones.
TimeZoneFormHelper.php file core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php
TimeZoneFormHelper::getOptionsList function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names.
TimeZoneFormHelper::getOptionsListByRegion function core/lib/Drupal/Core/Datetime/TimeZoneFormHelper.php Generate an array of time zones names grouped by region.
TimeZoneFormHelperTest class core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php @coversDefaultClass \Drupal\Core\Datetime\TimeZoneFormHelper[[api-linebreak]]
@group Datetime
TimeZoneFormHelperTest.php file core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php
TimeZoneFormHelperTest::setUp function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php
TimeZoneFormHelperTest::testGetGroupedList function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php @covers ::getOptionsListByRegion[[api-linebreak]]
TimeZoneFormHelperTest::testGetList function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php @covers ::getOptionsList[[api-linebreak]]
@covers ::getOptionsListByRegion[[api-linebreak]]
toolbar_help function core/modules/toolbar/toolbar.module Implements hook_help().
TourHelpPageTest class core/modules/tour/tests/src/Functional/TourHelpPageTest.php Verifies help page display of tours.
TourHelpPageTest.php file core/modules/tour/tests/src/Functional/TourHelpPageTest.php
TourHelpPageTest::$defaultTheme property core/modules/tour/tests/src/Functional/TourHelpPageTest.php The theme to install as the default for testing.
TourHelpPageTest::$modules property core/modules/tour/tests/src/Functional/TourHelpPageTest.php Modules to enable, including some providing tours.
TourHelpPageTest::$noTourUser property core/modules/tour/tests/src/Functional/TourHelpPageTest.php A user who can access help but not tours.
TourHelpPageTest::$tourUser property core/modules/tour/tests/src/Functional/TourHelpPageTest.php User that can access tours and help.
TourHelpPageTest::getModuleList function core/modules/tour/tests/src/Functional/TourHelpPageTest.php Gets a list of modules to test for hook_help() pages.
TourHelpPageTest::getTourList function core/modules/tour/tests/src/Functional/TourHelpPageTest.php Gets a list of tours to test.
TourHelpPageTest::setUp function core/modules/tour/tests/src/Functional/TourHelpPageTest.php
TourHelpPageTest::testHelp function core/modules/tour/tests/src/Functional/TourHelpPageTest.php Logs in users, tests help pages.
TourHelpPageTest::verifyHelp function core/modules/tour/tests/src/Functional/TourHelpPageTest.php Verifies the logged in user has access to the help properly.
TourHelpSection class core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php Provides the tours list section for the help page.
TourHelpSection.php file core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php
TourHelpSection::$entityTypeManager property core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php The entity type manager.

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