CommentStorageInterface::getUnapprovedCount

public CommentStorageInterface::getUnapprovedCount()

Returns the number of unapproved comments.

Return value

int The number of unapproved comments.

File

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

Class

CommentStorageInterface
Defines an interface for comment entity storage classes.

Namespace

Drupal\comment

Code

public function getUnapprovedCount();
doc_Drupal
2016-10-29 08:51:03
Comments
Leave a Comment

Please login to continue.