Search for toolkit

  1. Search 7.x for toolkit
  2. Search 9.5.x for toolkit
  3. Search 10.3.x for toolkit
  4. Search 11.x for toolkit
  5. Search main for toolkit
  6. Other projects
Title Object type File name Summary
TestToolkit::isValid function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Checks if the image is valid.
TestToolkit::logCall function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Stores the values passed to a toolkit call.
TestToolkit::parseFile function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Determines if a file contains a valid image.
TestToolkit::save function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Writes an image resource to a destination file.
TestToolkit::setType function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Sets the PHP type of the image.
TestToolkit::submitConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form submission handler.
TestToolkit::supportedTypes function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Returns a list of image types supported by the toolkit.
TestToolkit::validateConfigurationForm function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Form validation handler.
TestToolkit::__construct function core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/TestToolkit.php Constructs a TestToolkit object.
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.

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