getAttributes()->add('class', 'command-transport-list'); $this->initializeDetailActions(); $this->setDetailUrl(Url::fromPath('icingadb/command-transport/show')); } protected function getItemClass(): string { return CommandTransportListItem::class; } }