Search for to

  1. Search 7.x for to
  2. Search 8.9.x for to
  3. Search 10.3.x for to
  4. Search 11.x for to
  5. Other projects
Title Object type File name Summary
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 interface core/modules/tour/src/TourTipPluginInterface.php Defines an interface for tour items.
TourTipPluginInterface.php file core/modules/tour/src/TourTipPluginInterface.php
TourTipPluginInterface::getBody function core/modules/tour/src/TourTipPluginInterface.php Returns the body content of the tooltip.
TourTipPluginInterface::getLocation function core/modules/tour/src/TourTipPluginInterface.php Returns the configured placement of the tip relative to the element.
TourTipPluginInterface::getSelector function core/modules/tour/src/TourTipPluginInterface.php Returns the selector the tour tip will attach to.
TourViewBuilder class core/modules/tour/src/TourViewBuilder.php Provides a Tour view builder.
TourViewBuilder.php file core/modules/tour/src/TourViewBuilder.php
TourViewBuilder::viewMultiple function core/modules/tour/src/TourViewBuilder.php Builds the render array for the provided entities.
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.
TourXmlBasicAuthTest class core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php @group rest
TourXmlBasicAuthTest.php file core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php
TourXmlBasicAuthTest::$auth property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The authentication mechanism to use in this test.
TourXmlBasicAuthTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The theme to install as the default for testing.
TourXmlBasicAuthTest::$format property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The format to use in this test.
TourXmlBasicAuthTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php The MIME type that corresponds to $format.
TourXmlBasicAuthTest::$modules property core/modules/tour/tests/src/Functional/Rest/TourXmlBasicAuthTest.php Modules to install.
TourXmlCookieTest class core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php @group rest
TourXmlCookieTest.php file core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php
TourXmlCookieTest::$auth property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The authentication mechanism to use in this test.
TourXmlCookieTest::$defaultTheme property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The theme to install as the default for testing.
TourXmlCookieTest::$format property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The format to use in this test.
TourXmlCookieTest::$mimeType property core/modules/tour/tests/src/Functional/Rest/TourXmlCookieTest.php The MIME type that corresponds to $format.
tour_help function core/modules/tour/tour.module Implements hook_help().
tour_legacy_test.info.yml file core/modules/tour/tests/tour_legacy_test/tour_legacy_test.info.yml core/modules/tour/tests/tour_legacy_test/tour_legacy_test.info.yml
tour_legacy_test.routing.yml file core/modules/tour/tests/tour_legacy_test/tour_legacy_test.routing.yml core/modules/tour/tests/tour_legacy_test/tour_legacy_test.routing.yml
tour_legacy_test.schema.yml file core/modules/tour/tests/tour_legacy_test/config/schema/tour_legacy_test.schema.yml core/modules/tour/tests/tour_legacy_test/config/schema/tour_legacy_test.schema.yml
tour_page_bottom function core/modules/tour/tour.module Implements hook_page_bottom().
tour_post_update_joyride_selectors_to_selector_property function core/modules/tour/tour.post_update.php Convert Joyride selectors to `selector` property.
tour_test.info.yml file core/modules/tour/tests/tour_test/tour_test.info.yml core/modules/tour/tests/tour_test/tour_test.info.yml
tour_test.links.action.yml file core/modules/tour/tests/tour_test/tour_test.links.action.yml core/modules/tour/tests/tour_test/tour_test.links.action.yml
tour_test.module file core/modules/tour/tests/tour_test/tour_test.module Provides tests for tour module.
tour_test.routing.yml file core/modules/tour/tests/tour_test/tour_test.routing.yml core/modules/tour/tests/tour_test/tour_test.routing.yml
tour_test.schema.yml file core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml core/modules/tour/tests/tour_test/config/schema/tour_test.schema.yml
tour_test_tour_load function core/modules/tour/tests/tour_test/tour_test.module Implements hook_ENTITY_TYPE_load() for tour.
tour_test_tour_presave function core/modules/tour/tests/tour_test/tour_test.module Implements hook_ENTITY_TYPE_presave() for tour.
tour_test_tour_tips_alter function core/modules/tour/tests/tour_test/tour_test.module Implements hook_tour_tips_alter().
tour_toolbar function core/modules/tour/tour.module Implements hook_toolbar().
tour_tour_insert function core/modules/tour/tour.module Implements hook_ENTITY_TYPE_insert() for tour entities.
tour_tour_presave function core/modules/tour/tour.module Implements hook_ENTITY_TYPE_presave() for tour entities.
tour_tour_update function core/modules/tour/tour.module Implements hook_ENTITY_TYPE_update() for tour entities.
TrackerController::$nodeStorage property core/modules/tracker/src/Controller/TrackerController.php The node storage.
TrackerTest::assertHistoryMetadata function core/modules/tracker/tests/src/Functional/TrackerTest.php Passes if the appropriate history metadata exists.
TrackerTest::testTrackerHistoryMetadata function core/modules/tracker/tests/src/Functional/TrackerTest.php Tests the metadata for the "new"/"updated" indicators.

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