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
tour.info.yml file core/modules/tour/tour.info.yml core/modules/tour/tour.info.yml
tour.libraries.yml file core/modules/tour/tour.libraries.yml core/modules/tour/tour.libraries.yml
tour.module file core/modules/tour/tour.module Main functions of the module.
tour.module.css file core/modules/tour/css/tour.module.css Styling for tour module.
tour.module.css file core/themes/stable9/css/tour/tour.module.css Styling for tour module.
tour.module.css file core/themes/stable/css/tour/tour.module.css Styling for tour module.
tour.overview.html.twig file core/modules/help_topics/help_topics/tour.overview.html.twig ---
label: 'Taking tours of administrative pages'
related:
- core.ui_components
---
<h2>{% trans %}Goal{% endtrans %}</h2>
<p>{% trans %}Take a tour of an administrative page.{% endtrans %}</p>
<h2>{% trans…
tour.permissions.yml file core/modules/tour/tour.permissions.yml core/modules/tour/tour.permissions.yml
Tour.php file core/modules/tour/src/Entity/Tour.php
tour.post_update.php file core/modules/tour/tour.post_update.php Post update functions for Tour.
tour.schema.yml file core/modules/tour/config/schema/tour.schema.yml core/modules/tour/config/schema/tour.schema.yml
tour.services.yml file core/modules/tour/tour.services.yml core/modules/tour/tour.services.yml
tour.theme.css file core/profiles/demo_umami/themes/umami/css/components/tour/tour.theme.css .shepherd-element:focus {
outline-width: 1px;
outline-style: dotted;
outline-color: #008068;
outline-offset: 2px;
box-shadow: none;
}

.shepherd-cancel-icon {
border: solid 2px transparent;
line-height: 1;
}

.shepherd-cancel-icon:focus…
tour.theme.css file core/themes/seven/css/components/tour.theme.css Styles for Tour theme.
tour.theme.css file core/themes/claro/css/theme/tour.theme.css Styles for Tour theme.
tour.theme.pcss.css file core/themes/claro/css/theme/tour.theme.pcss.css Styles for Tour theme.
tour.tour.block-layout.yml file core/modules/block/config/optional/tour.tour.block-layout.yml core/modules/block/config/optional/tour.tour.block-layout.yml
tour.tour.language-add.yml file core/modules/language/config/optional/tour.tour.language-add.yml core/modules/language/config/optional/tour.tour.language-add.yml
tour.tour.language-edit.yml file core/modules/language/config/optional/tour.tour.language-edit.yml core/modules/language/config/optional/tour.tour.language-edit.yml
tour.tour.language.yml file core/modules/language/config/optional/tour.tour.language.yml core/modules/language/config/optional/tour.tour.language.yml
tour.tour.language.yml file core/profiles/testing_config_overrides/config/install/tour.tour.language.yml core/profiles/testing_config_overrides/config/install/tour.tour.language.yml
tour.tour.locale.yml file core/modules/locale/config/optional/tour.tour.locale.yml core/modules/locale/config/optional/tour.tour.locale.yml
tour.tour.testing_config_overrides.yml file core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml core/profiles/testing_config_overrides/config/optional/tour.tour.testing_config_overrides.yml
tour.tour.testing_config_overrides_module.yml file core/profiles/testing_config_overrides/modules/testing_config_overrides_module/config/optional/tour.tour.testing_config_overrides_module.yml core/profiles/testing_config_overrides/modules/testing_config_overrides_module/config/optional/tour.tour.testing_config_overrides_module.yml
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-legacy-location.yml file core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy-location.yml core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy-location.yml
tour.tour.tour-test-legacy-location.yml file core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy-location.yml core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy-location.yml
tour.tour.tour-test-legacy.yml file core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy.yml core/modules/tour/tests/fixtures/legacy_config/tour.tour.tour-test-legacy.yml
tour.tour.tour-test-legacy.yml file core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy.yml core/modules/tour/tests/tour_legacy_test/config/install/tour.tour.tour-test-legacy.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.umami-front.yml file core/profiles/demo_umami/config/install/tour.tour.umami-front.yml core/profiles/demo_umami/config/install/tour.tour.umami-front.yml
tour.tour.views-ui.yml file core/modules/views_ui/config/optional/tour.tour.views-ui.yml core/modules/views_ui/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

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