ImageToolkitBase::getToolkitOperation

protected ImageToolkitBase::getToolkitOperation($operation)

Gets a toolkit operation plugin instance.

Parameters

string $operation: The toolkit operation requested.

Return value

\Drupal\Core\ImageToolkit\ImageToolkitOperationInterface An instance of the requested toolkit operation plugin.

File

core/lib/Drupal/Core/ImageToolkit/ImageToolkitBase.php, line 115

Class

ImageToolkitBase
Provides a base class for image toolkit plugins.

Namespace

Drupal\Core\ImageToolkit

Code

protected function getToolkitOperation($operation) {
  return $this->operationManager->getToolkitOperation($this, $operation);
}
doc_Drupal
2016-10-29 09:20:06
Comments
Leave a Comment

Please login to continue.