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
ToolkitTestTrait::imageTestReset function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Resets/initializes the history of calls to the test toolkit functions.
TopLevelBook::$nodeStorage property core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php The node storage controller.
TopLevelBook::__construct function core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php Constructs a Drupal\book\Plugin\views\argument_default\TopLevelBook object.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getOmissions function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data that was omitted from the JSON:API document.
ToStringTrait trait core/lib/Drupal/Component/Utility/ToStringTrait.php Wraps __toString in a trait to avoid some fatals.
ToStringTrait.php file core/lib/Drupal/Component/Utility/ToStringTrait.php
ToStringTrait::render function core/lib/Drupal/Component/Utility/ToStringTrait.php Renders the object as a string.
ToStringTrait::_die function core/lib/Drupal/Component/Utility/ToStringTrait.php For test purposes, wrap die() in an overridable method.
ToStringTrait::__toString function core/lib/Drupal/Component/Utility/ToStringTrait.php Implements the magic __toString() method.
tour.css file core/themes/bartik/css/components/tour.css .shepherd-cancel-icon {
text-decoration: none;
color: #0071b3;
border-bottom: 1px dotted;
}

.shepherd-cancel-icon:hover,
.shepherd-cancel-icon:focus {
color: #008ee2;
}
tour.libraries.yml file core/modules/tour/tour.libraries.yml core/modules/tour/tour.libraries.yml
tour.module.css file core/modules/tour/css/tour.module.css Styling for tour module.
tour.module.css file core/themes/stable/css/tour/tour.module.css Styling for tour module.
tour.module.css file core/themes/stable9/css/tour/tour.module.css Styling for tour module.
tour.permissions.yml file core/modules/tour/tour.permissions.yml core/modules/tour/tour.permissions.yml
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/themes/claro/css/theme/tour.theme.css Styles for Tour theme.
tour.theme.css file core/themes/seven/css/components/tour.theme.css Styles for Tour theme.
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.pcss.css file core/themes/claro/css/theme/tour.theme.pcss.css Styles for Tour theme.
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.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::$keyedRoutes property core/modules/tour/src/Entity/Tour.php The routes on which this tour should be displayed, keyed by route id.
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::getRoutes function core/modules/tour/src/Entity/Tour.php The routes that this tour will appear on.
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 enable.

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