Gets a toolkit operation plugin instance.
string $operation: The toolkit operation requested.
\Drupal\Core\ImageToolkit\ImageToolkitOperationInterface An instance of the requested toolkit operation plugin.
protected function getToolkitOperation($operation) { return $this->operationManager ->getToolkitOperation($this, $operation); }