function CommentInterface::hasParentComment

Same name and namespace in other branches
  1. 9 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::hasParentComment()
  2. 10 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::hasParentComment()
  3. 11.x core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::hasParentComment()

Determines if this comment is a reply to another comment.

Return value

bool TRUE if the comment has a parent comment otherwise FALSE.

1 method overrides CommentInterface::hasParentComment()
Comment::hasParentComment in core/modules/comment/src/Entity/Comment.php
Determines if this comment is a reply to another comment.

File

core/modules/comment/src/CommentInterface.php, line 46

Class

CommentInterface
Provides an interface defining a comment entity.

Namespace

Drupal\comment

Code

public function hasParentComment();

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.