Webiny\Component\Image\Bridge\Loader::getLibrary PHP Method

getLibrary() private static method

Get the name of bridge library which will be used as the driver.
private static getLibrary ( ) : string
return string
    private static function getLibrary()
    {
        return Image::getConfig()->get('Bridge', self::$library);
    }