Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ImageToolkitInterface.php

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\ImageToolkit

Code

public static function isAvailable();
RSS feed
Powered by Drupal