protected function ImageToolkitOperationBase::getToolkit

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;
}

© 2001–2016 by the original authors
Licensed under the GNU General Public License, version 2 and later.
Drupal is a registered trademark of Dries Buytaert.
https://api.drupal.org/api/drupal/core!lib!Drupal!Core!ImageToolkit!ImageToolkitOperationBase.php/function/ImageToolkitOperationBase::getToolkit/8.1.x