Overrides LinkBase::getUrlInfo
protected function getUrlInfo(ResultRow $row) { $entity = $this->getEntity($row); if (!$entity) { return NULL; } return Url::fromRoute('comment.approve', [ 'comment' => $entity->id(), ]); }