interface ProtectedAdapter implements AdapterInterface (View source)

An adapter which does not publicly expose protected files

Methods

public
string|null
getProtectedUrl(string $path)

Provide downloadable url that is restricted to granted users

Details

string|null getProtectedUrl(string $path)

Provide downloadable url that is restricted to granted users

Parameters

string $path

Return Value

string|null