'usergroup-list item-table']; protected function init() { parent::init(); $this->getAttributes()->get('class')->removeValue('item-list'); $this->setDetailUrl(Url::fromPath('icingadb/usergroup')); } protected function getItemClass(): string { return UsergroupListItem::class; } }