Overrides CommentInterface::permalink
public function permalink() { $uri = $this->toUrl(); $uri->setOption('fragment', 'comment-' . $this->id()); return $uri; }