13 uses of COMMENT_NOT_PUBLISHED

CommentActionsTest::testCommentPublishUnpublishActions in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentActionsTest.php
Tests comment publish and unpublish actions.
CommentCSSTest::testCommentClasses in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentCSSTest.php
Tests CSS classes on comments.
CommentFormController::form in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::form().
CommentFormController::save in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentStorageController::preSave in drupal/core/modules/comment/lib/Drupal/comment/CommentStorageController.php
Overrides Drupal\Core\Entity\DatabaseStorageController::preSave().
comment_admin_overview in drupal/core/modules/comment/comment.admin.inc
Form constructor for the comment overview administration form.
comment_admin_overview_submit in drupal/core/modules/comment/comment.admin.inc
Form submission handler for comment_admin_overview().
comment_links in drupal/core/modules/comment/comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
comment_unpublish_action in drupal/core/modules/comment/comment.module
Unpublishes a comment.
comment_unpublish_by_keyword_action in drupal/core/modules/comment/comment.module
Unpublishes a comment if it contains certain keywords.
template_preprocess_comment in drupal/core/modules/comment/comment.module
Preprocesses variables for comment.tpl.php.
TrackerTest::testTrackerUser in drupal/core/modules/tracker/lib/Drupal/tracker/Tests/TrackerTest.php
Tests for the presence of nodes on a user's tracker listing.