class BrokenToolkit

Same name in other branches
  1. 9 core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php \Drupal\image_test\Plugin\ImageToolkit\BrokenToolkit
  2. 8.9.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php \Drupal\image_test\Plugin\ImageToolkit\BrokenToolkit
  3. 11.x core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php \Drupal\image_test\Plugin\ImageToolkit\BrokenToolkit

Defines a Test toolkit for image manipulation within Drupal.

Hierarchy

Expanded class hierarchy of BrokenToolkit

File

core/modules/system/tests/modules/image_test/src/Plugin/ImageToolkit/BrokenToolkit.php, line 11

Namespace

Drupal\image_test\Plugin\ImageToolkit
View source
class BrokenToolkit extends TestToolkit {
    
    /**
     * {@inheritdoc}
     */
    public static function isAvailable() {
        return FALSE;
    }

}

Members

Title Sort descending Modifiers Object type Summary Overriden Title Overrides
BrokenToolkit::isAvailable public static function Overrides TestToolkit::isAvailable
ImageToolkitBase::$configFactory protected property The config factory.
ImageToolkitBase::$logger protected property A logger instance.
ImageToolkitBase::$operationManager protected property The image toolkit operation manager.
ImageToolkitBase::$source protected property Path of the image file.
ImageToolkitBase::getRequirements public function Overrides ImageToolkitInterface::getRequirements 1
ImageToolkitBase::getSource public function Overrides ImageToolkitInterface::getSource
ImageToolkitBase::getToolkitOperation protected function Gets a toolkit operation plugin instance.
ImageToolkitBase::setSource public function Overrides ImageToolkitInterface::setSource
PluginInspectionInterface::getPluginDefinition public function Gets the definition of the plugin implementation. 6
PluginInspectionInterface::getPluginId public function Gets the plugin ID of the plugin instance. 2
TestToolkit::$height protected property The height of the image.
TestToolkit::$state protected property The state service.
TestToolkit::$type protected property Image type represented by a PHP IMAGETYPE_* constant (e.g. IMAGETYPE_JPEG).
TestToolkit::$width protected property The width of the image.
TestToolkit::apply public function Overrides ImageToolkitBase::apply
TestToolkit::buildConfigurationForm public function Overrides PluginFormInterface::buildConfigurationForm
TestToolkit::create public static function Overrides ContainerFactoryPluginInterface::create
TestToolkit::getHeight public function Overrides ImageToolkitInterface::getHeight
TestToolkit::getMimeType public function Overrides ImageToolkitInterface::getMimeType
TestToolkit::getSupportedExtensions public static function Overrides ImageToolkitInterface::getSupportedExtensions
TestToolkit::getType public function Returns the type of the image.
TestToolkit::getWidth public function Overrides ImageToolkitInterface::getWidth
TestToolkit::isValid public function Overrides ImageToolkitInterface::isValid
TestToolkit::logCall protected function Stores the values passed to a toolkit call.
TestToolkit::parseFile public function Overrides ImageToolkitInterface::parseFile
TestToolkit::save public function Overrides ImageToolkitInterface::save
TestToolkit::setType public function Sets the PHP type of the image.
TestToolkit::submitConfigurationForm public function Overrides PluginFormInterface::submitConfigurationForm
TestToolkit::supportedTypes protected static function Returns a list of image types supported by the toolkit.
TestToolkit::validateConfigurationForm public function Overrides ImageToolkitBase::validateConfigurationForm
TestToolkit::__construct public function Constructs a TestToolkit object. Overrides ImageToolkitBase::__construct

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.