getEntity($row); return Url::fromRoute('comment.reply', [ 'entity_type' => $comment->getCommentedEntityTypeId(), 'entity' => $comment->getCommentedEntityId(), 'field_name' => $comment->getFieldName(), 'pid' => $comment->id(), ]); } /** * {@inheritdoc} */ protected function getDefaultLabel() { return $this->t('Reply'); } }