GDImageToolkitOperationBase.php
Same filename in other branches
Namespace
Drupal\system\Plugin\ImageToolkit\Operation\gdFile
-
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 |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.