Search for %s

  1. Search 7.x for %s
  2. Search 8.9.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
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
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.
TourLegacyTest class core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Tests Tour's backwards compatible markup and legacy config.
TourLegacyTest.php file core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php
TourLegacyTest::$defaultTheme property core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php The theme to install as the default for testing.
TourLegacyTest::$modules property core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Modules to enable.
TourLegacyTest::assertToolTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Asserts the markup structure of a tip.
TourLegacyTest::providerTestTourTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Data Provider.
TourLegacyTest::setUp function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php
TourLegacyTest::testTourTipMarkup function core/modules/tour/tests/src/FunctionalJavascript/TourLegacyTest.php Confirms backwards compatible markup.
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::testDeprecatedMethodWarningsErrors function core/modules/tour/tests/src/Kernel/TourPluginTest.php Test that warnings and deprecations are triggered.
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/Unit/Entity/TourTest.php @coversDefaultClass \Drupal\tour\Entity\Tour[[api-linebreak]]
@group tour
TourTest class core/modules/tour/tests/src/Functional/TourTest.php Tests the functionality of tour tips.
TourTest class core/modules/jsonapi/tests/src/Functional/TourTest.php JSON:API integration test for the "Tour" config entity type.
TourTest.php file core/modules/jsonapi/tests/src/Functional/TourTest.php
TourTest.php file core/modules/tour/tests/src/Unit/Entity/TourTest.php

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