function AvifImageEffect::getDerivativeExtension
File
-
core/
modules/ image/ src/ Plugin/ ImageEffect/ AvifImageEffect.php, line 60
Class
- AvifImageEffect
- Converts an image resource to AVIF, with fallback.
Namespace
Drupal\image\Plugin\ImageEffectCode
public function getDerivativeExtension($extension) {
return $this->isAvifSupported() ? 'avif' : $this->configuration['extension'];
}
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.