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
tour.tour.tour-test-2.yml file core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test-2.yml
tour.tour.tour-test.yml file core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml core/modules/tour/tests/tour_test/config/install/language/it/tour.tour.tour-test.yml
tour.tour.tour-test.yml file core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml core/modules/tour/tests/tour_test/config/install/tour.tour.tour-test.yml
tour.tour.views-ui.yml file core/modules/tour/config/optional/tour.tour.views-ui.yml core/modules/tour/config/optional/tour.tour.views-ui.yml
Tour::$id property core/modules/tour/src/Entity/Tour.php The name (plugin ID) of the tour.
Tour::$keyedRoutes property core/modules/tour/src/Entity/Tour.php The routes on which this tour should be displayed, keyed by route id.
Tour::$label property core/modules/tour/src/Entity/Tour.php The label of the tour.
Tour::$module property core/modules/tour/src/Entity/Tour.php The module which this tour is assigned to.
Tour::$routes property core/modules/tour/src/Entity/Tour.php The routes on which this tour should be displayed.
Tour::$tips property core/modules/tour/src/Entity/Tour.php The array of plugin config, only used for export and to populate the $tipsCollection.
Tour::$tipsCollection property core/modules/tour/src/Entity/Tour.php Holds the collection of tips that are attached to this tour.
Tour::calculateDependencies function core/modules/tour/src/Entity/Tour.php Calculates dependencies and stores them in the dependency property.
Tour::getModule function core/modules/tour/src/Entity/Tour.php Gets the module this tour belongs to.
Tour::getRoutes function core/modules/tour/src/Entity/Tour.php The routes that this tour will appear on.
Tour::getTip function core/modules/tour/src/Entity/Tour.php Returns tip plugin.
Tour::getTips function core/modules/tour/src/Entity/Tour.php Returns the tips for this tour.
Tour::hasMatchingRoute function core/modules/tour/src/Entity/Tour.php Whether the tour matches a given set of route parameters.
Tour::resetKeyedRoutes function core/modules/tour/src/Entity/Tour.php Resets the statically cached keyed routes.
Tour::__construct function core/modules/tour/src/Entity/Tour.php Constructs an Entity object.
TourAccessControlHandler class core/modules/tour/src/TourAccessControlHandler.php Defines the access control handler for the tour entity type.
TourAccessControlHandler.php file core/modules/tour/src/TourAccessControlHandler.php
TourAccessControlHandler::checkAccess function core/modules/tour/src/TourAccessControlHandler.php Performs access checks.
TourCacheTagsTest class core/modules/tour/tests/src/Functional/TourCacheTagsTest.php Tests the Tour entity's cache tags.
TourCacheTagsTest.php file core/modules/tour/tests/src/Functional/TourCacheTagsTest.php
TourCacheTagsTest::$defaultTheme property core/modules/tour/tests/src/Functional/TourCacheTagsTest.php The theme to install as the default for testing.
TourCacheTagsTest::$modules property core/modules/tour/tests/src/Functional/TourCacheTagsTest.php Modules to install.
TourCacheTagsTest::setUp function core/modules/tour/tests/src/Functional/TourCacheTagsTest.php
TourCacheTagsTest::testRenderedTour function core/modules/tour/tests/src/Functional/TourCacheTagsTest.php Tests cache tags presence and invalidation of the Tour entity.
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 interface core/modules/tour/src/TourInterface.php Provides an interface defining a tour entity.
TourInterface.php file core/modules/tour/src/TourInterface.php
TourInterface::getModule function core/modules/tour/src/TourInterface.php Gets the module this tour belongs to.
TourInterface::getRoutes function core/modules/tour/src/TourInterface.php The routes that this tour will appear on.

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