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
Namespace
Drupal\mongodb_commentCode
public function getUnapprovedCount() {
// TODO: Implement getUnapprovedCount() method.
}