JournalFileManager::getBasePath PHP Method

getBasePath() public method

Get the base path for file storage
public getBasePath ( ) : string
return string
    function getBasePath()
    {
        return parent::getBasePath() . '/journals/' . $this->contextId . '/';
    }