ImageEffectInterface::getDerivativeExtension

public ImageEffectInterface::getDerivativeExtension($extension)

Returns the extension the derivative would have have after applying this image effect.

Parameters

string $extension: The file extension the derivative has before applying.

Return value

string The file extension after applying.

File

core/modules/image/src/ImageEffectInterface.php, line 62

Class

ImageEffectInterface
Defines the interface for image effects.

Namespace

Drupal\image

Code

public function getDerivativeExtension($extension);
doc_Drupal
2016-10-29 09:19:17
Comments
Leave a Comment

Please login to continue.