function CommentInterface::hasParentComment
Same name in other branches
- 9 core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::hasParentComment()
- 8.9.x core/modules/comment/src/CommentInterface.php \Drupal\comment\CommentInterface::hasParentComment()
- 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\commentCode
public function hasParentComment();
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.