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()

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();