interface PublicAdapter implements AdapterInterface

Represents an AbstractAdapter which exposes its assets via public urls

Methods

string|null
getPublicUrl(string $path)

Provide downloadable url that is open to the public

Details

at line 19
string|null getPublicUrl(string $path)

Provide downloadable url that is open to the public

Parameters

string $path

Return Value

string|null