Overrides CommentInterface::getThread
public function getThread() { $thread = $this->get('thread'); if (!empty($thread->value)) { return $thread->value; } }