Search for %s

  1. Search 7.x for %s
  2. Search 9.5.x for %s
  3. Search 8.9.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
ToolkitTest::testLoad function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests Image's methods.
ToolkitTest::testSave function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the Image::save() function.
ToolkitTestTrait trait core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Provides common methods for image toolkit kernel tests.
ToolkitTestTrait.php file core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php
ToolkitTestTrait::assertImageEffect function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Asserts the effect processing of an image effect plugin.
ToolkitTestTrait::assertToolkitOperationsCalled function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Assert that all of the specified image toolkit operations were called once.
ToolkitTestTrait::getImage function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Sets up an image with the custom toolkit.
ToolkitTestTrait::imageTestGetAllCalls function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Gets an array of calls to the 'test' toolkit.
ToolkitTestTrait::imageTestReset function core/tests/Drupal/Tests/Traits/Core/Image/ToolkitTestTrait.php Resets/initializes the history of calls to the test toolkit functions.
tooltip.css file core/modules/navigation/css/components/tooltip.css Tooltip styles.
tooltip.pcss.css file core/modules/navigation/css/components/tooltip.pcss.css Tooltip styles.
top-bar-local-task.html.twig file core/modules/navigation/templates/top-bar-local-task.html.twig Default theme implementation for a single navigation top bar local task.
top-bar-local-tasks.html.twig file core/modules/navigation/templates/top-bar-local-tasks.html.twig Default theme implementation for navigation top bar local tasks.
top-bar.css file core/modules/navigation/css/components/top-bar.css /*
* DO NOT EDIT THIS FILE.
* See the following change record for more information,
* https://www.drupal.org/node/3084859
* @preserve
*/
:root {
--admin-toolbar-top-bar-height: calc(4 * var(--admin-toolbar-rem));
}
.top-bar {
position:…
top-bar.pcss.css file core/modules/navigation/css/components/top-bar.pcss.css @import "../base/media-queries.pcss.css";

:root {
--admin-toolbar-top-bar-height: calc(4 * var(--admin-toolbar-rem));
}

.top-bar {
position: relative;
z-index: var(--admin-toolbar-z-index-top-bar);
display: flex;
padding-inline:…
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 fatal errors.
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.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/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.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.pcss.css file core/themes/claro/css/theme/tour.theme.pcss.css Styles for Tour theme.
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::$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.

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