public function populateLists(\Psc\CMS\DropContentsListCreater $creater) { $list = $creater->newDropContentsList('Links for USER Entity'); $this->addSearchPanelLink($list, 'user'); }
/** * * kann Psc\UI\DropContentsList $cms->newDropContentsList() * benutzen um neue Listen auf der Rechten seite zu erstellen (Akkordions); * */ public function populateLists(\Psc\CMS\DropContentsListCreater $creater) { $cmsList = $creater->newDropContentsList($this->translate('sidebar.cms')); $this->addGridLink($cmsList, 'user'); }