You are here

public function MongodbCommentStorage::getMaxThreadPerThread in MongoDB 8

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.

Overrides CommentStorageInterface::getMaxThreadPerThread

File

mongodb_comment/src/MongodbCommentStorage.php, line 43
Contains \Drupal\mongodb_comment\MongodbCommentStorage.

Class

MongodbCommentStorage

Namespace

Drupal\mongodb_comment

Code

public function getMaxThreadPerThread(CommentInterface $comment) {

  // TODO: Implement getMaxThreadPerThread() method.
}