public function OpenlayersPluginInterface::getDerivativeExtension in Openlayers 8.4
Returns the extension of the derivative after applying this image effect.
Parameters
string $extension: The file extension the derivative has before applying.
Return value
string The file extension after applying.
1 method overrides OpenlayersPluginInterface::getDerivativeExtension()
- OpenlayersPluginBase::getDerivativeExtension in src/
OpenlayersPluginBase.php - Returns the extension of the derivative after applying this image effect.
File
- src/
OpenlayersPluginInterface.php, line 62
Class
- OpenlayersPluginInterface
- Defines the interface for image effects.
Namespace
Drupal\openlayersCode
public function getDerivativeExtension($extension);