yii\base\Theme::getBasePath PHP Method

getBasePath() public method

See also: pathMap
public getBasePath ( ) : string
return string the root path of this theme. All resources of this theme are located under this directory.
    public function getBasePath()
    {
        return $this->_basePath;
    }