interface ConfigurationInterface (View source)

Methods

bool
hasPublicURL()

Does this storage location have a public url

bool
hasRelativePath()

Does this storage location have a relative path

void
loadFromRequest(Request $req)

Load in data from a request object

validateRequest(Request $req)

Validate a request, this is used during saving

AdapterInterface
getAdapter()

Get the flysystem adapter

string
getPublicURLToFile(string $file)

Get the public url to a file

string
getRelativePathToFile(string $file)

Get the relative path to a file

Details

bool hasPublicURL()

Does this storage location have a public url

Return Value

bool

bool hasRelativePath()

Does this storage location have a relative path

Return Value

bool

void loadFromRequest(Request $req)

Load in data from a request object

Parameters

Request $req

Return Value

void

Error validateRequest(Request $req)

Validate a request, this is used during saving

Parameters

Request $req

Return Value

Error

AdapterInterface getAdapter()

Get the flysystem adapter

Return Value

AdapterInterface

string getPublicURLToFile(string $file)

Get the public url to a file

Parameters

string $file

Return Value

string

string getRelativePathToFile(string $file)

Get the relative path to a file

Parameters

string $file

Return Value

string