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;
}
doc_Drupal
2016-10-29 09:20:17
Comments
Leave a Comment

Please login to continue.