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 (opens new window)

# Public Methods

Method Description
getRootPath() Return the root path of the FS.

# getRootPath()

Return the root path of the FS.

View source (opens new window)

Returns

string (opens new window)