luya\base\Module::registerComponents PHP Method

registerComponents() public method

register a component to the application. id => definition. All components will be registered during bootstrap process.
public registerComponents ( ) : array
return array
    public function registerComponents()
    {
        return [];
    }