Skip to content

LocalFsInterface ​

Type
Interface
Namespace
craft\base
Implemented by
craft\fs\Local, craft\fs\Temp
Since
4.0.0

LocalFsInterface is the interface that must be implemented by all filesystems that operate locally.

View source

Public Methods ​

MethodDescription
getRootPath()Return the root path of the FS.

getRootPath() ​

Return the root path of the FS.

View source

Returns ​

string