Frontend\Core\Engine\Base\Config::getModule PHP Method

getModule() public method

Get the current loaded module
public getModule ( ) : string
return string
    public function getModule()
    {
        return $this->module;
    }