Skip to content

LocalVolumeInterface ​

Type
Interface
Namespace
craft\base
Implemented by
craft\volumes\Local, craft\volumes\Temp
Since
3.0.0

LocalVolumeInterface defines the common interface to be implemented by volume classes that are on the local file system.

View source

Public Methods ​

MethodDescription
getRootPath()Returns the root path for the volume.

getRootPath() ​

Returns the root path for the volume.

View source

Returns ​

string – The root path for the volume