14 calls to GDImageToolkitOperationBase::getToolkit() in Drupal 10
- Convert::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Convert.php - Performs the actual manipulation on the image.
- Convert::validateArguments in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Convert.php - Validates the arguments.
- CreateNew::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ CreateNew.php - Performs the actual manipulation on the image.
- CreateNew::validateArguments in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ CreateNew.php - Validates the arguments.
- Crop::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Crop.php - Performs the actual manipulation on the image.
- Crop::validateArguments in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Crop.php - Validates the arguments.
- Desaturate::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Desaturate.php - Performs the actual manipulation on the image.
- Resize::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Resize.php - Performs the actual manipulation on the image.
- Rotate::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Rotate.php - Performs the actual manipulation on the image.
- Rotate::validateArguments in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Rotate.php - Validates the arguments.
- Scale::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Scale.php - Performs the actual manipulation on the image.
- Scale::validateArguments in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ Scale.php - Validates the arguments.
- ScaleAndCrop::execute in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ ScaleAndCrop.php - Performs the actual manipulation on the image.
- ScaleAndCrop::validateArguments in core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ ScaleAndCrop.php - Validates the arguments.