MiniAsset\AssetScanner::_expandPrefix PHP Method

_expandPrefix() protected method

Path resolution hook. Used by framework integrations to add in framework module paths.
protected _expandPrefix ( string $path ) : string
$path string Path to resolve
return string resolved path
    protected function _expandPrefix($path)
    {
        return $path;
    }