static function ImageToolkitInterface::isAvailable

Verifies Image Toolkit is set up correctly.

Return value

bool True if the GD toolkit is available on this machine.

2 methods override ImageToolkitInterface::isAvailable()
GDToolkit::isAvailable in drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkit/GDToolkit.php
Implements \Drupal\system\Plugin\ImageToolkitInterface::isAvailable().
TestToolkit::isAvailable in drupal/core/modules/system/tests/modules/image_test/lib/Drupal/image_test/Plugin/ImageToolkit/TestToolkit.php
Implements Drupal\system\Plugin\ImageToolkitInterface::isAvailable().

File

drupal/core/modules/system/lib/Drupal/system/Plugin/ImageToolkitInterface.php, line 162
Contains \Drupal\system\Plugin\ImageToolkitInterface.

Class

ImageToolkitInterface
Defines an interface for image toolkits.

Namespace

Drupal\system\Plugin

Code

static function isAvailable();