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
ToolkitTest class core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the image toolkit.
ToolkitTest.php file core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php
ToolkitTest::$image property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Testing image.
ToolkitTest::$imageEffectPluginManager property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php The image effect plugin manager service.
ToolkitTest::$modules property core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Modules to enable.
ToolkitTest::setUp function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php
ToolkitTest::testApply function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the 'apply' method.
ToolkitTest::testApplyNoParameters function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests the 'apply' method without parameters.
ToolkitTest::testDerivative function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests image toolkit operations inheritance by derivative toolkits.
ToolkitTest::testGetAvailableToolkits function core/tests/Drupal/KernelTests/Core/Image/ToolkitTest.php Tests that the toolkit manager only returns available toolkits.
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.
ToolkitTestBase class core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Base class for image manipulation testing.
ToolkitTestBase.php file core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php
ToolkitTestBase::$file property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The URI for the file.
ToolkitTestBase::$image property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The image object for the test file.
ToolkitTestBase::$imageFactory property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The image factory service.
ToolkitTestBase::$modules property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Modules to enable.
ToolkitTestBase::assertToolkitOperationsCalled function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Tests that only allowed image toolkit operations are called.
ToolkitTestBase::getImage function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Sets up an image with the custom toolkit.
ToolkitTestBase::imageTestGetAllCalls function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Gets an array of calls to the test toolkit.
ToolkitTestBase::imageTestReset function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php Resets/initializes the history of calls to the test toolkit functions.
ToolkitTestBase::setUp function core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php
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.
TopLevelBook class core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php Default argument plugin to get the current node's top level book.
TopLevelBook.php file core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php
TopLevelBook::$nodeStorage property core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php The node storage controller.
TopLevelBook::create function core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php Creates an instance of the plugin.
TopLevelBook::getArgument function core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php Return the default argument.
TopLevelBook::__construct function core/modules/book/src/Plugin/views/argument_default/TopLevelBook.php Constructs a Drupal\book\Plugin\views\argument_default\TopLevelBook object.
TopLevelDataInterface interface core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Interface for objects that can appear as top-level object data.
TopLevelDataInterface.php file core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php
TopLevelDataInterface::getData function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Returns the data for the top-level data member of a JSON:API document.
TopLevelDataInterface::getMergedLinks function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's links with the top-level links.
TopLevelDataInterface::getMergedMeta function core/modules/jsonapi/src/JsonApiResource/TopLevelDataInterface.php Merges the object's meta member with the top-level meta member.
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 class core/modules/tour/src/Entity/Tour.php Defines the configured tour entity.
tour.api.php file core/modules/tour/tour.api.php Describes API functions for tour module.
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;
}

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