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.
Public Methods ​
Method | Description |
---|---|
getRootPath() | Return the root path of the FS. |
getRootPath()
​
Return the root path of the FS.