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();
Please login to continue.