protected ImageToolkitBase::getToolkitOperation($operation)
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); }
© 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!ImageToolkitBase.php/function/ImageToolkitBase::getToolkitOperation/8.1.x