Search for to

  1. Search 7.x for to
  2. Search 9.5.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
toolbar_toolbar function core/modules/toolbar/toolbar.module Implements hook_toolbar().
ToolkitGdTest class core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that core image manipulations work properly: scale, resize, rotate,
crop, scale and crop, and desaturate.
ToolkitGdTest.php file core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$black property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$blue property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$fuchsia property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$green property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$height property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$imageFactory property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php The image factory service.
ToolkitGdTest::$modules property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Modules to enable.
ToolkitGdTest::$red property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$rotateTransparent property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$transparent property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$white property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$width property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::$yellow property core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::checkRequirements function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Check module requirements for the Drupal use case.
ToolkitGdTest::colorsAreEqual function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function to compare two colors by RGBa.
ToolkitGdTest::getPixelColor function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Function for finding a pixel's RGBa values.
ToolkitGdTest::setUp function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php
ToolkitGdTest::testGifTransparentImages function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests for GIF images with transparency.
ToolkitGdTest::testManipulations function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Since PHP can't visually check that our images have been manipulated
properly, build a list of expected color values for each of the corners and
the expected height and widths for the final images.
ToolkitGdTest::testMissingOperation function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests calling a missing image operation plugin.
ToolkitGdTest::testResourceDestruction function core/tests/Drupal/KernelTests/Core/Image/ToolkitGdTest.php Tests that GD resources are freed from memory.
ToolkitSetupFormTest class core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Tests image toolkit setup form.
ToolkitSetupFormTest.php file core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php
ToolkitSetupFormTest::$adminUser property core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Admin user account.
ToolkitSetupFormTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php The theme to install as the default for testing.
ToolkitSetupFormTest::$modules property core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Modules to enable.
ToolkitSetupFormTest::setUp function core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php
ToolkitSetupFormTest::testToolkitSetupForm function core/tests/Drupal/FunctionalTests/Image/ToolkitSetupFormTest.php Test Image toolkit setup form.
ToolkitTest class core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Tests image toolkit functions.
ToolkitTest.php file core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php
ToolkitTest::$defaultTheme property core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php The theme to install as the default for testing.
ToolkitTest::testApply function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Test the image_apply() function.
ToolkitTest::testApplyNoParameters function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Test the image_apply() function.
ToolkitTest::testDerivative function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Tests image toolkit operations inheritance by derivative toolkits.
ToolkitTest::testGetAvailableToolkits function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Check that ImageToolkitManager::getAvailableToolkits() only returns
available toolkits.
ToolkitTest::testLoad function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Tests Image's methods.
ToolkitTest::testSave function core/tests/Drupal/FunctionalTests/Image/ToolkitTest.php Test the image_save() function.
ToolkitTestBase class core/modules/system/src/Tests/Image/ToolkitTestBase.php Base class for image manipulation testing.
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.php file core/modules/system/src/Tests/Image/ToolkitTestBase.php
ToolkitTestBase::$file property core/modules/system/src/Tests/Image/ToolkitTestBase.php The URI for the file.
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::$image property core/modules/system/src/Tests/Image/ToolkitTestBase.php The image object for the test file.
ToolkitTestBase::$imageFactory property core/modules/system/src/Tests/Image/ToolkitTestBase.php The image factory service.
ToolkitTestBase::$imageFactory property core/tests/Drupal/FunctionalTests/Image/ToolkitTestBase.php The image factory service.

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