protected ImageToolkitOperationBase::getToolkit()
Returns the image toolkit instance for this operation.
Image toolkit implementers should provide a toolkit operation base class that overrides this method to correctly document the return type of this getter. This provides better DX (code checking and code completion) for image toolkit operation developers.
Return value
\Drupal\Core\ImageToolkit\ImageToolkitInterface
File
- core/lib/Drupal/Core/ImageToolkit/ImageToolkitOperationBase.php, line 63
Class
- ImageToolkitOperationBase
- Provides a base class for image toolkit operation plugins.
Namespace
Drupal\Core\ImageToolkit
Code
protected function getToolkit() { return $this->toolkit; }
Please login to continue.