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
TourTest.php file core/modules/tour/tests/src/Functional/TourTest.php
TourTest::$defaultTheme property core/modules/tour/tests/src/Functional/TourTest.php The theme to install as the default for testing.
TourTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/TourTest.php The theme to install as the default for testing.
TourTest::$entity property core/modules/jsonapi/tests/src/Functional/TourTest.php
TourTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/TourTest.php The tested entity type.
TourTest::$modules property core/modules/jsonapi/tests/src/Functional/TourTest.php Modules to enable.
TourTest::$modules property core/modules/tour/tests/src/Functional/TourTest.php Modules to enable.
TourTest::$permissions property core/modules/tour/tests/src/Functional/TourTest.php The permissions required for a logged in user to test tour tips.
TourTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/TourTest.php The name of the tested JSON:API resource type.
TourTest::$tips property core/modules/tour/tests/src/Functional/TourTest.php Tour tip attributes to be tested. Keyed by the path.
TourTest::createEntity function core/modules/jsonapi/tests/src/Functional/TourTest.php Creates the entity to be tested.
TourTest::findTip function core/modules/tour/tests/src/Functional/TourTest.php Find specific tips by their parameters in the list of tips.
TourTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/TourTest.php Returns the expected JSON:API document for the entity.
TourTest::getExpectedUnauthorizedAccessMessage function core/modules/jsonapi/tests/src/Functional/TourTest.php Return the expected error message.
TourTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/TourTest.php Returns the JSON:API POST document.
TourTest::getTourTips function core/modules/tour/tests/src/Functional/TourTest.php Gets tour tips from the JavaScript drupalSettings variable.
TourTest::routeProvider function core/modules/tour/tests/src/Unit/Entity/TourTest.php Provides sample routes for testing.
TourTest::setUp function core/modules/tour/tests/src/Functional/TourTest.php
TourTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/TourTest.php Sets up the necessary authorization.
TourTest::testHasMatchingRoute function core/modules/tour/tests/src/Unit/Entity/TourTest.php Tests \Drupal\tour\Entity\Tour::hasMatchingRoute().
TourTest::testTourFunctionality function core/modules/tour/tests/src/Functional/TourTest.php Tests tour functionality.
TourTestBase class core/modules/tour/tests/src/Functional/TourTestBase.php Base class for testing Tour functionality.
TourTestBase.php file core/modules/tour/tests/src/Functional/TourTestBase.php
TourTestBase::assertTourTips function core/modules/tour/tests/src/Functional/TourTestBase.php Asserts the presence of page elements for tour tips.
TourTestBasic class core/modules/tour/tests/src/Functional/TourTestBasic.php Simple tour tips test base.
TourTestBasic.php file core/modules/tour/tests/src/Functional/TourTestBasic.php
TourTestBasic::$adminUser property core/modules/tour/tests/src/Functional/TourTestBasic.php An admin user with administrative permissions for tour.
TourTestBasic::$permissions property core/modules/tour/tests/src/Functional/TourTestBasic.php The permissions required for a logged in user to test tour tips.
TourTestBasic::$tips property core/modules/tour/tests/src/Functional/TourTestBasic.php Tour tip attributes to be tested. Keyed by the path.
TourTestBasic::setUp function core/modules/tour/tests/src/Functional/TourTestBasic.php
TourTestBasic::testTips function core/modules/tour/tests/src/Functional/TourTestBasic.php A simple tip test.
TourTestController class core/modules/tour/tests/tour_test/src/Controller/TourTestController.php Controller routines for tour_test routes.
TourTestController.php file core/modules/tour/tests/tour_test/src/Controller/TourTestController.php
TourTestController::tourTest1 function core/modules/tour/tests/tour_test/src/Controller/TourTestController.php Outputs some content for testing tours.
TourTestController::tourTest2 function core/modules/tour/tests/tour_test/src/Controller/TourTestController.php Outputs some content for testing tours.
TourTipDeprecatedConfigModuleInstallTest class core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Confirms that legacy tour tips are updated when module config is imported.
TourTipDeprecatedConfigModuleInstallTest.php file core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php
TourTipDeprecatedConfigModuleInstallTest::$defaultTheme property core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php The theme to install as the default for testing.
TourTipDeprecatedConfigModuleInstallTest::$modules property core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Modules to enable.
TourTipDeprecatedConfigModuleInstallTest::testModuleInstall function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigModuleInstallTest.php Test ensuring that tour config is updated on config import.
TourTipDeprecatedConfigUpdateTest class core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php Confirms tour tip deprecated config is updated properly.
TourTipDeprecatedConfigUpdateTest.php file core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php
TourTipDeprecatedConfigUpdateTest::setDatabaseDumpFiles function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php Set database dump files to be used.
TourTipDeprecatedConfigUpdateTest::testUpdate function core/modules/tour/tests/src/Functional/Update/TourTipDeprecatedConfigUpdateTest.php Tests tour_post_update_joyride_selectors_to_selector_property().
TourTipPluginInterface::getSelector function core/modules/tour/src/TourTipPluginInterface.php Returns the selector the tour tip will attach to.
TourXmlAnonTest class core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php @group rest
TourXmlAnonTest.php file core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php
TourXmlAnonTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php The theme to install as the default for testing.
TourXmlAnonTest::$format property core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php The format to use in this test.
TourXmlAnonTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourXmlAnonTest.php The MIME type that corresponds to $format.

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