Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
TourHalJsonCookieTest class core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php @group hal
TourHalJsonCookieTest.php file core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php
TourHalJsonCookieTest::$auth property core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php The authentication mechanism to use in this test.
TourHalJsonCookieTest::$defaultTheme property core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php The theme to install as the default for testing.
TourHalJsonCookieTest::$format property core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php The format to use in this test.
TourHalJsonCookieTest::$mimeType property core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php The MIME type that corresponds to $format.
TourHalJsonCookieTest::$modules property core/modules/tour/tests/src/Functional/Hal/TourHalJsonCookieTest.php Modules to install.
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.
TourHelpSection::create function core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php Creates an instance of the plugin.
TourHelpSection::getCacheMaxAge function core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php
TourHelpSection::listTopics function core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php Returns a list of topics to show in the help section.
TourHelpSection::__construct function core/modules/tour/src/Plugin/HelpSection/TourHelpSection.php Constructs a TourHelpSection object.
TourInterface::getRoutes function core/modules/tour/src/TourInterface.php The routes that this tour will appear on.
TourInterface::getTips function core/modules/tour/src/TourInterface.php Returns the tips for this tour.
TourInterface::hasMatchingRoute function core/modules/tour/src/TourInterface.php Whether the tour matches a given set of route parameters.
TourInterface::resetKeyedRoutes function core/modules/tour/src/TourInterface.php Resets the statically cached keyed routes.
TourJsonAnonTest class core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php @group rest
TourJsonAnonTest.php file core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php
TourJsonAnonTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php The theme to install as the default for testing.
TourJsonAnonTest::$format property core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php The format to use in this test.
TourJsonAnonTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php The MIME type that corresponds to $format.
TourJsonBasicAuthTest class core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php @group rest
TourJsonBasicAuthTest.php file core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php
TourJsonBasicAuthTest::$auth property core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php The authentication mechanism to use in this test.
TourJsonBasicAuthTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php The theme to install as the default for testing.
TourJsonBasicAuthTest::$format property core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php The format to use in this test.
TourJsonBasicAuthTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php The MIME type that corresponds to $format.
TourJsonBasicAuthTest::$modules property core/modules/tour/tests/src/Functional/Rest/TourJsonBasicAuthTest.php Modules to install.
TourJsonCookieTest class core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php @group rest
TourJsonCookieTest.php file core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php
TourJsonCookieTest::$auth property core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php The authentication mechanism to use in this test.
TourJsonCookieTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php The theme to install as the default for testing.
TourJsonCookieTest::$format property core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php The format to use in this test.
TourJsonCookieTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourJsonCookieTest.php The MIME type that corresponds to $format.
TourPluginTest class core/modules/tour/tests/src/Kernel/TourPluginTest.php Tests the functionality of tour plugins.
TourPluginTest.php file core/modules/tour/tests/src/Kernel/TourPluginTest.php
TourPluginTest::$modules property core/modules/tour/tests/src/Kernel/TourPluginTest.php Modules to enable.

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