Search for toolkit
- Search 7.x for toolkit
- Search 9.5.x for toolkit
- Search 8.9.x for toolkit
- Search 11.x for toolkit
- Search main for toolkit
- Other projects
| Title | Object type | File name | Summary |
|---|---|---|---|
| TestToolkit::$type | property | core/ |
Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG). |
| TestToolkit::$width | property | core/ |
The width of the image. |
| TestToolkit::apply | function | core/ |
Applies a toolkit operation to an image. |
| TestToolkit::buildConfigurationForm | function | core/ |
Form constructor. |
| TestToolkit::create | function | core/ |
Creates an instance of the plugin. |
| TestToolkit::getHeight | function | core/ |
Returns the height of the image. |
| TestToolkit::getMimeType | function | core/ |
Returns the MIME type of the image file. |
| TestToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| TestToolkit::getType | function | core/ |
Returns the type of the image. |
| TestToolkit::getWidth | function | core/ |
Returns the width of the image. |
| TestToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| TestToolkit::isValid | function | core/ |
Checks if the image is valid. |
| TestToolkit::logCall | function | core/ |
Stores the values passed to a toolkit call. |
| TestToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
| TestToolkit::save | function | core/ |
Writes an image resource to a destination file. |
| TestToolkit::setType | function | core/ |
Sets the PHP type of the image. |
| TestToolkit::submitConfigurationForm | function | core/ |
Form submission handler. |
| TestToolkit::supportedTypes | function | core/ |
Returns a list of image types supported by the toolkit. |
| TestToolkit::validateConfigurationForm | function | core/ |
Form validation handler. |
| TestToolkit::__construct | function | core/ |
Constructs a TestToolkit object. |
| ToolkitGdTest | class | core/ |
Tests for the GD image toolkit. |
| ToolkitGdTest.php | file | core/ |
|
| ToolkitGdTest::$directory | property | core/ |
A directory where test image files can be saved to. |
| ToolkitGdTest::$imageFactory | property | core/ |
The image factory service. |
| ToolkitGdTest::$modules | property | core/ |
Modules to install. |
| ToolkitGdTest::assertColorsAreEqual | function | core/ |
Assert two colors are equal by RGBA, net of full transparency. |
| ToolkitGdTest::BLACK | constant | core/ |
Colors that are used in testing. |
| ToolkitGdTest::BLUE | constant | core/ |
|
| ToolkitGdTest::FUCHSIA | constant | core/ |
|
| ToolkitGdTest::getPixelColor | function | core/ |
Function for finding a pixel's RGBa values. |
| ToolkitGdTest::GREEN | constant | core/ |
|
| ToolkitGdTest::providerSupportedImageTypes | function | core/ |
Data provider for ::testCreateImageFromScratch(). |
| ToolkitGdTest::providerTestImageFiles | function | core/ |
Data provider for ::testManipulations(). |
| ToolkitGdTest::RED | constant | core/ |
|
| ToolkitGdTest::ROTATE_TRANSPARENT | constant | core/ |
|
| ToolkitGdTest::setUp | function | core/ |
|
| ToolkitGdTest::testCreateImageFromScratch | function | core/ |
Tests creation of image from scratch, and saving to storage. |
| ToolkitGdTest::testCreateNewFailures | function | core/ |
Tests failures of the 'create_new' operation. |
| ToolkitGdTest::testGdFunctionsExist | function | core/ |
Tests that GD functions for the image type are available. |
| ToolkitGdTest::testGetRequirements | function | core/ |
@covers ::getRequirements[[api-linebreak]] |
| ToolkitGdTest::testGifTransparentImages | function | core/ |
Tests for GIF images with transparency. |
| ToolkitGdTest::testManipulations | function | core/ |
Tests height, width and color for the corners for the final images. |
| ToolkitGdTest::testMissingOperation | function | core/ |
Tests calling a missing image operation plugin. |
| ToolkitGdTest::testResourceDeprecation | function | core/ |
Tests deprecated setResource() and getResource(). |
| ToolkitGdTest::testSupportedExtensions | function | core/ |
@covers ::getSupportedExtensions[[api-linebreak]] @covers ::extensionToImageType[[api-linebreak]] |
| ToolkitGdTest::TRANSPARENT | constant | core/ |
|
| ToolkitGdTest::WHITE | constant | core/ |
|
| ToolkitGdTest::YELLOW | constant | core/ |
|
| ToolkitSetupFormTest | class | core/ |
Tests image toolkit setup form. |
| ToolkitSetupFormTest.php | file | core/ |
Pagination
- Previous page
- Page 4
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.