public CommentStorageInterface::getMaxThread(CommentInterface $comment)
Gets the maximum encoded thread value for the top level comments.
Parameters
\Drupal\comment\CommentInterface $comment: A comment entity.
Return value
string The maximum encoded thread value among the top level comments of the node $comment belongs to.
File
- core/modules/comment/src/CommentStorageInterface.php, line 24
Class
- CommentStorageInterface
- Defines an interface for comment entity storage classes.
Namespace
Drupal\comment
Code
public function getMaxThread(CommentInterface $comment);
Please login to continue.