BrokenToolkit.php
Same filename in other branches
Namespace
Drupal\image_test\Plugin\ImageToolkitFile
-
core/
modules/ system/ tests/ modules/ image_test/ src/ Plugin/ ImageToolkit/ BrokenToolkit.php
View source
<?php
namespace Drupal\image_test\Plugin\ImageToolkit;
use Drupal\Core\ImageToolkit\Attribute\ImageToolkit;
use Drupal\Core\StringTranslation\TranslatableMarkup;
/**
* Defines a Test toolkit for image manipulation within Drupal.
*/
class BrokenToolkit extends TestToolkit {
/**
* {@inheritdoc}
*/
public static function isAvailable() {
return FALSE;
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
BrokenToolkit | Defines a Test toolkit for image manipulation within Drupal. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.