ImageToolkitInterface::getSupportedExtensions

public static ImageToolkitInterface::getSupportedExtensions()

Returns a list of image file extensions supported by the toolkit.

Return value

array An array of supported image file extensions (e.g. png/jpeg/gif).

File

core/lib/Drupal/Core/ImageToolkit/ImageToolkitInterface.php, line 157

Class

ImageToolkitInterface
Defines an interface for image toolkits.

Namespace

Drupal\Core\ImageToolkit

Code

public static function getSupportedExtensions();
doc_Drupal
2016-10-29 09:20:11
Comments
Leave a Comment

Please login to continue.