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 10.3.x for help
  5. Search 11.x for help
  6. Other projects
Title Object type File name Summary
SystemHooks::help function core/modules/system/src/Hook/SystemHooks.php Implements hook_help().
SystemTestHooks::help function core/modules/system/tests/modules/system_test/src/Hook/SystemTestHooks.php Implements hook_help().
TaxonomyHooks::help function core/modules/taxonomy/src/Hook/TaxonomyHooks.php Implements hook_help().
TelephoneHooks::help function core/modules/telephone/src/Hook/TelephoneHooks.php Implements hook_help().
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.
TextHooks::help function core/modules/text/src/Hook/TextHooks.php 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 Tests Drupal\Core\Datetime\TimeZoneFormHelper.
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 Tests get grouped list.
TimeZoneFormHelperTest::testGetList function core/tests/Drupal/Tests/Core/Datetime/TimeZoneFormHelperTest.php Tests get list.
ToolbarHooks::help function core/modules/toolbar/src/Hook/ToolbarHooks.php Implements hook_help().
TypedDataInternalPropertiesHelper class core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php Helper class for internal properties.
TypedDataInternalPropertiesHelper.php file core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php
TypedDataInternalPropertiesHelper::getNonInternalProperties function core/lib/Drupal/Core/TypedData/TypedDataInternalPropertiesHelper.php Gets an array non-internal properties from a complex data object.
UiHelperTrait trait core/tests/Drupal/Tests/UiHelperTrait.php Provides UI helper methods.
UiHelperTrait.php file core/tests/Drupal/Tests/UiHelperTrait.php
UiHelperTrait::$loggedInUser property core/tests/Drupal/Tests/UiHelperTrait.php The current user logged in using the Mink controlled browser.
UiHelperTrait::$maximumMetaRefreshCount property core/tests/Drupal/Tests/UiHelperTrait.php The number of meta refresh redirects to follow, or NULL if unlimited.
UiHelperTrait::$metaRefreshCount property core/tests/Drupal/Tests/UiHelperTrait.php The number of meta refresh redirects followed during ::drupalGet().
UiHelperTrait::$useOneTimeLoginLinks property core/tests/Drupal/Tests/UiHelperTrait.php Use one-time login links instead of submitting the login form.
UiHelperTrait::assertSession function core/tests/Drupal/Tests/UiHelperTrait.php Returns WebAssert object.
UiHelperTrait::buildUrl function core/tests/Drupal/Tests/UiHelperTrait.php Builds an absolute URL from a system path or a URL object.
UiHelperTrait::checkForMetaRefresh function core/tests/Drupal/Tests/UiHelperTrait.php Checks for meta refresh tag and if found call drupalGet() recursively.
UiHelperTrait::click function core/tests/Drupal/Tests/UiHelperTrait.php Clicks the element with the given CSS selector.

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