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 |
|---|---|---|---|
| BrokenToolkit | class | core/ |
Defines a Test toolkit for image manipulation within Drupal. |
| BrokenToolkit.php | file | core/ |
|
| BrokenToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| DerivedToolkit | class | core/ |
Provides a derivative of TestToolkit. |
| DerivedToolkit.php | file | core/ |
|
| GDImageToolkitOperationBase | class | core/ |
|
| GDImageToolkitOperationBase.php | file | core/ |
|
| GDImageToolkitOperationBase::getToolkit | function | core/ |
The correctly typed image toolkit for GD operations. |
| GDToolkit | class | core/ |
Defines the GD2 toolkit for image manipulation within Drupal. |
| GDToolkit.php | file | core/ |
|
| GDToolkit::$fileSystem | property | core/ |
The file system. |
| GDToolkit::$image | property | core/ |
A GD image. |
| GDToolkit::$preLoadInfo | property | core/ |
Image information from a file, available prior to loading the GD object. |
| GDToolkit::$streamWrapperManager | property | core/ |
The StreamWrapper manager. |
| GDToolkit::$type | property | core/ |
Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG). |
| GDToolkit::buildConfigurationForm | function | core/ |
Form constructor. |
| GDToolkit::create | function | core/ |
Creates an instance of the plugin. |
| GDToolkit::extensionToImageType | function | core/ |
Returns the IMAGETYPE_xxx constant for the given extension. |
| GDToolkit::getHeight | function | core/ |
Returns the height of the image. |
| GDToolkit::getImage | function | core/ |
Retrieves the image. |
| GDToolkit::getMimeType | function | core/ |
Returns the MIME type of the image file. |
| GDToolkit::getRequirements | function | core/ |
Gets toolkit requirements in a format suitable for hook_requirements(). |
| GDToolkit::getResource | function | core/ |
Retrieves the GD image resource. |
| GDToolkit::getSupportedExtensions | function | core/ |
Returns a list of image file extensions supported by the toolkit. |
| GDToolkit::getTransparentColor | function | core/ |
Gets the color set for transparency in GIF images. |
| GDToolkit::getType | function | core/ |
Gets the PHP type of the image. |
| GDToolkit::getWidth | function | core/ |
Returns the width of the image. |
| GDToolkit::isAvailable | function | core/ |
Verifies that the Image Toolkit is set up correctly. |
| GDToolkit::isValid | function | core/ |
Checks if the image is valid. |
| GDToolkit::load | function | core/ |
Loads an image from a file. |
| GDToolkit::parseFile | function | core/ |
Determines if a file contains a valid image. |
| GDToolkit::save | function | core/ |
Writes an image resource to a destination file. |
| GDToolkit::setImage | function | core/ |
Sets an image or resets existing one. |
| GDToolkit::setResource | function | core/ |
Sets the GD image resource. |
| GDToolkit::setType | function | core/ |
Sets the PHP type of the image. |
| GDToolkit::submitConfigurationForm | function | core/ |
Form submission handler. |
| GDToolkit::supportedTypes | function | core/ |
Returns a list of image types supported by the toolkit. |
| GDToolkit::__construct | function | core/ |
Constructs a GDToolkit object. |
| GDToolkit::__get | function | core/ |
|
| GDToolkit::__isset | function | core/ |
|
| GDToolkit::__set | function | core/ |
|
| GDToolkit::__unset | function | core/ |
|
| Image toolkits | group | core/ |
Functions for image file manipulations. |
| image.toolkit.manager | service | core/ |
Drupal\Core\ImageToolkit\ImageToolkitManager |
| image.toolkit.operation.manager | service | core/ |
Drupal\Core\ImageToolkit\ImageToolkitOperationManager |
| Image::$toolkit | property | core/ |
An image toolkit object. |
| Image::getToolkit | function | core/ |
Returns the image toolkit used for this image file. |
| Image::getToolkitId | function | core/ |
Returns the ID of the image toolkit used for this image file. |
| ImageFactory::$toolkitId | property | core/ |
The image toolkit ID to use for this factory. |
| ImageFactory::$toolkitManager | property | core/ |
The image toolkit plugin manager. |
Pagination
- Page 1
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.