You are here

public function MongodbCommentStorage::getUnapprovedCount in MongoDB 8

Returns the number of unapproved comments.

Return value

int The number of unapproved comments.

Overrides CommentStorageInterface::getUnapprovedCount

File

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

Class

MongodbCommentStorage

Namespace

Drupal\mongodb_comment

Code

public function getUnapprovedCount() {

  // TODO: Implement getUnapprovedCount() method.
}