Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImageToolkitBase.php

function ImageToolkitBase::getToolkitOperation

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 114

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal