Craft\ImagerVariable::serverSupportsWebp PHP Method

serverSupportsWebp() public method

Checks for webp support in image driver
public serverSupportsWebp ( ) : boolean
return boolean
    public function serverSupportsWebp()
    {
        return craft()->imager->hasSupportForWebP();
    }