| 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.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::$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(). |
| HelpSearchHelpUpgradeTest |
class |
core/modules/help/tests/src/Functional/HelpSearchHelpUpgradeTest.php |
Tests that the search_help module is installed after help updates. |
| 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::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(). |
| 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. |
| HelpSearchPluginTest.php |
file |
core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php |
|
| HelpSearchPluginTest.php |
file |
core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php |
|
| HelpSearchPluginTest::$modules |
property |
core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php |
Modules to install. |
| HelpSearchPluginTest::$modules |
property |
core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php |
Modules to install. |
| HelpSearchPluginTest::testAnnotation |
function |
core/modules/help/tests/src/Kernel/HelpSearchPluginTest.php |
Tests search plugin annotation and interfaces. |
| HelpSearchPluginTest::testAnnotation |
function |
core/modules/search/modules/search_help/tests/src/Kernel/HelpSearchPluginTest.php |
Tests search plugin annotation and interfaces. |
| HelpTest |
class |
core/modules/help/tests/src/Functional/HelpTest.php |
Verify help display and user access to help based on permissions. |
| HelpTest.php |
file |
core/modules/help/tests/src/Functional/HelpTest.php |
|
| HelpTest::$adminUser |
property |
core/modules/help/tests/src/Functional/HelpTest.php |
The admin user that will be created. |
| HelpTest::$anyUser |
property |
core/modules/help/tests/src/Functional/HelpTest.php |
The anonymous user that will be created. |
| HelpTest::$defaultTheme |
property |
core/modules/help/tests/src/Functional/HelpTest.php |
The theme to install as the default for testing. |
| HelpTest::$modules |
property |
core/modules/help/tests/src/Functional/HelpTest.php |
Modules to install. |
| HelpTest::getModuleList |
function |
core/modules/help/tests/src/Functional/HelpTest.php |
Gets the list of enabled modules that implement hook_help(). |
| HelpTest::setUp |
function |
core/modules/help/tests/src/Functional/HelpTest.php |
|
| HelpTest::testHelp |
function |
core/modules/help/tests/src/Functional/HelpTest.php |
Logs in users, tests help pages. |
| HelpTest::verifyHelp |
function |
core/modules/help/tests/src/Functional/HelpTest.php |
Verifies the logged in user has access to the various help pages. |
| HelpTestHooks |
class |
core/modules/help/tests/modules/help_test/src/Hook/HelpTestHooks.php |
Hook implementations for help_test. |
| HelpTestHooks.php |
file |
core/modules/help/tests/modules/help_test/src/Hook/HelpTestHooks.php |
|
| HelpTestHooks::help |
function |
core/modules/help/tests/modules/help_test/src/Hook/HelpTestHooks.php |
Implements hook_help(). |
| HelpTestTwigExtension |
class |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php |
Defines and registers Drupal Twig extensions for testing help topics. |
| HelpTestTwigExtension.php |
file |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php |
|
| HelpTestTwigExtension::getNodeVisitors |
function |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigExtension.php |
|
| HelpTestTwigNodeVisitor |
class |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
Defines a Twig node visitor for testing help topics. |
| HelpTestTwigNodeVisitor.php |
file |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
|
| HelpTestTwigNodeVisitor::DELIMITER |
constant |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
Delimiter placed around single translated chunks. |
| HelpTestTwigNodeVisitor::enterNode |
function |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
|
| HelpTestTwigNodeVisitor::extractText |
function |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
Extracts the text from a translated text object. |
| HelpTestTwigNodeVisitor::getPriority |
function |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
|
| HelpTestTwigNodeVisitor::getState |
function |
core/modules/help/tests/modules/help_topics_twig_tester/src/HelpTestTwigNodeVisitor.php |
Returns the state information. |