CommentStorageInterface::getMaxThreadPerThread

public CommentStorageInterface::getMaxThreadPerThread(CommentInterface $comment)

Gets the maximum encoded thread value for the children of this comment.

Parameters

\Drupal\comment\CommentInterface $comment: A comment entity.

Return value

string The maximum encoded thread value among all replies of $comment.

File

core/modules/comment/src/CommentStorageInterface.php, line 35

Class

CommentStorageInterface
Defines an interface for comment entity storage classes.

Namespace

Drupal\comment

Code

public function getMaxThreadPerThread(CommentInterface $comment);
doc_Drupal
2016-10-29 08:51:02
Comments
Leave a Comment

Please login to continue.