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

Breadcrumb

  1. Drupal Core 11.1.x

GDImageToolkitOperationBase.php

Namespace

Drupal\system\Plugin\ImageToolkit\Operation\gd

File

core/modules/system/src/Plugin/ImageToolkit/Operation/gd/GDImageToolkitOperationBase.php

View source
<?php

namespace Drupal\system\Plugin\ImageToolkit\Operation\gd;

use Drupal\Core\ImageToolkit\ImageToolkitOperationBase;
abstract class GDImageToolkitOperationBase extends ImageToolkitOperationBase {
    
    /**
     * The correctly typed image toolkit for GD operations.
     *
     * @return \Drupal\system\Plugin\ImageToolkit\GDToolkit
     */
    protected function getToolkit() {
        return parent::getToolkit();
    }

}

Classes

Title Deprecated Summary
GDImageToolkitOperationBase

API Navigation

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