Backend\Modules\Extensions\Actions\Themes::parse PHP Method

parse() protected method

Parse the form.
protected parse ( )
    protected function parse()
    {
        parent::parse();
        $this->frm->parse($this->tpl);
        // parse not yet installed themes
        $this->tpl->assign('installableThemes', $this->installableThemes);
    }