function GDImageToolkitOperationBase::getToolkit
The correctly typed image toolkit for GD operations.
Return value
\Drupal\system\Plugin\ImageToolkit\GDToolkit The GD toolkit instance for image operations.
Overrides ImageToolkitOperationBase::getToolkit
File
-
core/
modules/ system/ src/ Plugin/ ImageToolkit/ Operation/ gd/ GDImageToolkitOperationBase.php, line 18
Class
- GDImageToolkitOperationBase
- Provides a GD base class with correctly typed image toolkit.
Namespace
Drupal\system\Plugin\ImageToolkit\Operation\gdCode
protected function getToolkit() {
return parent::getToolkit();
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.