Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
HelpPageOrderTest::setUp function core/modules/help/tests/src/Kernel/HelpPageOrderTest.php
HelpPageOrderTest::testHelp function core/modules/help/tests/src/Kernel/HelpPageOrderTest.php Tests the order of the help page.
HelpPageOrderTest::testHelp function core/modules/help/tests/src/Functional/HelpPageOrderTest.php Tests the order of the help page.
HelpPageReverseOrderTest class core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Verify the order of the help page with an alter hook.
HelpPageReverseOrderTest class core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php Verify the order of the help page with an alter hook.
HelpPageReverseOrderTest.php file core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php
HelpPageReverseOrderTest.php file core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php
HelpPageReverseOrderTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php The theme to install as the default for testing.
HelpPageReverseOrderTest::$modules property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Modules to install.
HelpPageReverseOrderTest::$modules property core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php Modules to install.
HelpPageReverseOrderTest::$stringOrder property core/modules/help/tests/src/Kernel/HelpPageReverseOrderTest.php Strings to search for on admin/help, in order.
HelpPageReverseOrderTest::$stringOrder property core/modules/help/tests/src/Functional/HelpPageReverseOrderTest.php Strings to search for on admin/help, in order.
HelpPageTestController class core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides controllers for testing the help block.
HelpPageTestController.php file core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php
HelpPageTestController::hasHelp function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route with help.
HelpPageTestController::noHelp function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route with no help.
HelpPageTestController::testArray function core/modules/help/tests/modules/help_page_test/src/HelpPageTestController.php Provides a route which has multiple array returns from hook_help().
HelpPageTestHooks class core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php Hook implementations for help_page_test.
HelpPageTestHooks.php file core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php
HelpPageTestHooks::help function core/modules/help/tests/modules/help_page_test/src/Hook/HelpPageTestHooks.php Implements hook_help().
HelpSearch class core/modules/help/src/Plugin/Search/HelpSearch.php Handles searching for help using the Search module index.
HelpSearch.php file core/modules/help/src/Plugin/Search/HelpSearch.php
HelpSearch::$account property core/modules/help/src/Plugin/Search/HelpSearch.php The Drupal account to use for checking for access to search.
HelpSearch::$database property core/modules/help/src/Plugin/Search/HelpSearch.php The current database connection.
HelpSearch::$helpSectionManager property core/modules/help/src/Plugin/Search/HelpSearch.php The help section plugin manager.
HelpSearch::$languageManager property core/modules/help/src/Plugin/Search/HelpSearch.php The language manager.
HelpSearch::$messenger property core/modules/help/src/Plugin/Search/HelpSearch.php The messenger.
HelpSearch::$searchIndex property core/modules/help/src/Plugin/Search/HelpSearch.php The search index.
HelpSearch::$searchSettings property core/modules/help/src/Plugin/Search/HelpSearch.php A config object for 'search.settings'.
HelpSearch::$state property core/modules/help/src/Plugin/Search/HelpSearch.php The state object.
HelpSearch::access function core/modules/help/src/Plugin/Search/HelpSearch.php Checks data value access.
HelpSearch::create function core/modules/help/src/Plugin/Search/HelpSearch.php Instantiates a new instance of the implementing class using autowiring.
HelpSearch::execute function core/modules/help/src/Plugin/Search/HelpSearch.php Executes the search.
HelpSearch::indexClear function core/modules/help/src/Plugin/Search/HelpSearch.php Clears the search index for this plugin.
HelpSearch::indexStatus function core/modules/help/src/Plugin/Search/HelpSearch.php Reports the status of indexing.
HelpSearch::markForReindex function core/modules/help/src/Plugin/Search/HelpSearch.php Marks the search index for reindexing for this plugin.
HelpSearch::updateIndex function core/modules/help/src/Plugin/Search/HelpSearch.php Updates the search index for this plugin.
HelpSearch::__construct function core/modules/help/src/Plugin/Search/HelpSearch.php Constructs a \Drupal\help_search\Plugin\Search\HelpSearch object.
HelpSearchHelpUpgradeTest class core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php Tests that the search_help module is installed after help updates.
HelpSearchHelpUpgradeTest class core/modules/search/tests/src/Functional/HelpSearchHelpUpgradeTest.php Tests that the search_help module is installed after help updates.
HelpSearchHelpUpgradeTest.php file core/modules/search/tests/src/Functional/HelpSearchHelpUpgradeTest.php
HelpSearchHelpUpgradeTest.php file core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php
HelpSearchHelpUpgradeTest::$defaultTheme property core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php The theme to install as the default for testing.
HelpSearchHelpUpgradeTest::$defaultTheme property core/modules/search/tests/src/Functional/HelpSearchHelpUpgradeTest.php The theme to install as the default for testing.
HelpSearchHelpUpgradeTest::setDatabaseDumpFiles function core/modules/search/tests/src/Functional/HelpSearchHelpUpgradeTest.php Set database dump files to be used.
HelpSearchHelpUpgradeTest::setDatabaseDumpFiles function core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php Set database dump files to be used.
HelpSearchHelpUpgradeTest::testSearchHelpInstall function core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php Tests system_update_11400() and help_post_update_search_help_dependencies().
HelpSearchHelpUpgradeTest::testSearchHelpInstall function core/modules/search/tests/src/Functional/HelpSearchHelpUpgradeTest.php Tests search_update_11401() and help_post_update_search_help_dependencies().
HelpSearchPluginTest class core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin behaviors.
HelpSearchPluginTest class core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php Tests search plugin behaviors.

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