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 11.x for to
  5. Search main for to
  6. Other projects
Title Object type File name Summary
TourInterface::getTip function core/modules/tour/src/TourInterface.php Returns tip plugin.
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.
TourJavascriptTest class core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php General Tour tests that require JavaScript.
TourJavascriptTest.php file core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
TourJavascriptTest::$defaultTheme property core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php The theme to install as the default for testing.
TourJavascriptTest::$modules property core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php Modules to install.
TourJavascriptTest::setUp function core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php
TourJavascriptTest::testGeneralTourUse function core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php Tests stepping through a tour.
TourJavascriptTest::testQueryArg function core/modules/tour/tests/src/FunctionalJavascript/TourJavascriptTest.php Confirm the 'tips' and 'tour 'query arguments.
TourJsonAnonTest class core/modules/tour/tests/src/Functional/Rest/TourJsonAnonTest.php @group rest
@group legacy
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
@group legacy
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
@group legacy
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.
TourPluginTest::$pluginManager property core/modules/tour/tests/src/Kernel/TourPluginTest.php Stores the tour plugin manager.
TourPluginTest::setUp function core/modules/tour/tests/src/Kernel/TourPluginTest.php
TourPluginTest::testTourPlugins function core/modules/tour/tests/src/Kernel/TourPluginTest.php Tests tour plugins.
TourResourceTestBase class core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php
TourResourceTestBase.php file core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php
TourResourceTestBase::$entity property core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php
TourResourceTestBase::$entityTypeId property core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php The tested entity type.
TourResourceTestBase::$modules property core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Modules to install.
TourResourceTestBase::createEntity function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Creates the entity to be tested.
TourResourceTestBase::getExpectedCacheContexts function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
TourResourceTestBase::getExpectedNormalizedEntity function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Returns the expected normalization of the entity.
TourResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Return the expected error message.
TourResourceTestBase::getNormalizedPostEntity function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Returns the normalized POST entity.
TourResourceTestBase::setUpAuthorization function core/modules/tour/tests/src/Functional/Rest/TourResourceTestBase.php Sets up the necessary authorization.
TourTest class core/modules/tour/tests/src/Functional/TourTest.php Tests the functionality of tour tips.
TourTest class core/modules/tour/tests/src/Unit/Entity/TourTest.php @coversDefaultClass \Drupal\tour\Entity\Tour[[api-linebreak]]
TourTest class core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php JSON:API integration test for the "Tour" config entity type.
TourTest.php file core/modules/tour/tests/src/Functional/Jsonapi/TourTest.php

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