luya\base\BaseBootstrap::getModules PHP Method

getModules() public method

Return all modules prepared by extractModules() method.
public getModules ( ) : array
return array An array containg all modules where the key is the module name and the value is the Module Object `luya\base\Module`.
    public function getModules()
    {
        return $this->_modules;
    }