function ImageToolkitInterface::isAvailable
Verifies that the Image Toolkit is set up correctly.
Return value
bool TRUE if the toolkit is available on this machine, FALSE otherwise.
1 method overrides ImageToolkitInterface::isAvailable()
- GDToolkit::isAvailable in core/
modules/ system/ src/ Plugin/ ImageToolkit/ GDToolkit.php - Verifies that the Image Toolkit is set up correctly.
File
-
core/
lib/ Drupal/ Core/ ImageToolkit/ ImageToolkitInterface.php, line 149
Class
- ImageToolkitInterface
- Defines an interface for image toolkits.
Namespace
Drupal\Core\ImageToolkitCode
public static function isAvailable();