Search for to

  1. Search 7.x for to
  2. Search 9.5.x for to
  3. Search 8.9.x for to
  4. Search 10.3.x for to
  5. Other projects
Title Object type File name Summary
HelpTopicsSyntaxTest::testHelpTopics function core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php Tests that all Core help topics can be rendered and have good syntax.
HelpTopicsSyntaxTest::validateHtml function core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php Validates the HTML and header hierarchy for topic text.
HelpTopicsSyntaxTest::verifyBadTopic function core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php Verifies that a bad topic fails in the expected way.
HelpTopicsSyntaxTest::verifyTopic function core/modules/help/tests/src/Functional/HelpTopicsSyntaxTest.php Verifies rendering and standards compliance of one help topic.
HelpTopicsTestController class core/modules/help/tests/modules/help_topics_test/src/Controller/HelpTopicsTestController.php Returns the response for help_topics_test routes.
HelpTopicsTestController.php file core/modules/help/tests/modules/help_topics_test/src/Controller/HelpTopicsTestController.php
HelpTopicsTestController::testPage function core/modules/help/tests/modules/help_topics_test/src/Controller/HelpTopicsTestController.php Displays a dummy page for testing.
HelpTopicsTestHooks class core/modules/help/tests/modules/help_topics_test/src/Hook/HelpTopicsTestHooks.php Hook implementations for help_topics_test.
HelpTopicsTestHooks.php file core/modules/help/tests/modules/help_topics_test/src/Hook/HelpTopicsTestHooks.php
HelpTopicsTestHooks::help function core/modules/help/tests/modules/help_topics_test/src/Hook/HelpTopicsTestHooks.php Implements hook_help().
HelpTopicsTestHooks::helpTopicsInfoAlter function core/modules/help/tests/modules/help_topics_test/src/Hook/HelpTopicsTestHooks.php Implements hook_help_topics_info_alter().
HelpTopicTest class core/modules/help/tests/src/Functional/HelpTopicTest.php Verifies help topic display and user access to help based on permissions.
HelpTopicTest.php file core/modules/help/tests/src/Functional/HelpTopicTest.php
HelpTopicTest::$adminUser property core/modules/help/tests/src/Functional/HelpTopicTest.php The admin user that will be created.
HelpTopicTest::$anyUser property core/modules/help/tests/src/Functional/HelpTopicTest.php The anonymous user that will be created.
HelpTopicTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpTopicTest.php The theme to install as the default for testing.
HelpTopicTest::$modules property core/modules/help/tests/src/Functional/HelpTopicTest.php Modules to install.
HelpTopicTest::$noTestUser property core/modules/help/tests/src/Functional/HelpTopicTest.php The user who can see help but not the special route.
HelpTopicTest::getTopicList function core/modules/help/tests/src/Functional/HelpTopicTest.php Gets a list of topic IDs to test.
HelpTopicTest::setUp function core/modules/help/tests/src/Functional/HelpTopicTest.php
HelpTopicTest::testHelp function core/modules/help/tests/src/Functional/HelpTopicTest.php Tests the main help page and individual pages for topics.
HelpTopicTest::testHelpLinks function core/modules/help/tests/src/Functional/HelpTopicTest.php Verifies links on various topic pages.
HelpTopicTest::verifyBreadCrumb function core/modules/help/tests/src/Functional/HelpTopicTest.php Tests breadcrumb on a help topic page.
HelpTopicTest::verifyHelp function core/modules/help/tests/src/Functional/HelpTopicTest.php Verifies the logged in user has access to various help links and pages.
HelpTopicTranslatedTestBase class core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Provides a base class for functional help topic tests that use translation.
HelpTopicTranslatedTestBase.php file core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php
HelpTopicTranslatedTestBase::$modules property core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Modules to install.
HelpTopicTranslatedTestBase::installParameters function core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php Returns the parameters that will be used when the test installs Drupal.
HelpTopicTranslatedTestBase::setUp function core/modules/help/tests/src/Functional/HelpTopicTranslatedTestBase.php
HelpTopicTranslationTest class core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php Verifies help topic translations.
HelpTopicTranslationTest.php file core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php
HelpTopicTranslationTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php The theme to install as the default for testing.
HelpTopicTranslationTest::setUp function core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php
HelpTopicTranslationTest::testHelpTopicTranslations function core/modules/help/tests/src/Functional/HelpTopicTranslationTest.php Tests help topic translations.
HelpTopicTwig class core/modules/help/src/HelpTopicTwig.php Represents a help topic plugin whose definition comes from a Twig file.
HelpTopicTwig.php file core/modules/help/src/HelpTopicTwig.php
HelpTopicTwig::create function core/modules/help/src/HelpTopicTwig.php Instantiates a new instance of the implementing class using autowiring.
HelpTopicTwig::getBody function core/modules/help/src/HelpTopicTwig.php Returns the body of the topic.
HelpTopicTwig::getCacheContexts function core/modules/help/src/HelpTopicTwig.php The cache contexts associated with this object.
HelpTopicTwig::getCacheMaxAge function core/modules/help/src/HelpTopicTwig.php The maximum age for which this object may be cached.
HelpTopicTwig::getCacheTags function core/modules/help/src/HelpTopicTwig.php The cache tags associated with this object.
HelpTopicTwig::__construct function core/modules/help/src/HelpTopicTwig.php HelpTopicPluginBase constructor.
HelpTopicTwigLoader class core/modules/help/src/HelpTopicTwigLoader.php Loads help topic Twig files from the filesystem.
HelpTopicTwigLoader.php file core/modules/help/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::addExtension function core/modules/help/src/HelpTopicTwigLoader.php Adds an extensions help_topics directory to the Twig loader.
HelpTopicTwigLoader::findTemplate function core/modules/help/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::getSourceContext function core/modules/help/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::MAIN_NAMESPACE constant core/modules/help/src/HelpTopicTwigLoader.php
HelpTopicTwigLoader::__construct function core/modules/help/src/HelpTopicTwigLoader.php Constructs a new HelpTopicTwigLoader object.
HelpTopicTwigLoaderTest class core/modules/help/tests/src/Unit/HelpTopicTwigLoaderTest.php Unit test for the HelpTopicTwigLoader class.

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