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);
Please login to continue.