You are here

13 uses of COMMENT_NOT_PUBLISHED in Drupal 7

CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentUnpublishByKeyword in modules/comment/comment.test
Tests the unpublish comment by keyword action.
CommentInterfaceTest::testCommentClasses in modules/comment/comment.test
Tests CSS classes on comments.
comment_admin_overview in modules/comment/comment.admin.inc
Form builder for the comment overview administration form.
comment_admin_overview_submit in modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_form in modules/comment/comment.module
Generate the basic commenting form, for appending to a node or display on a separate page.
comment_form_submit in modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_links in modules/comment/comment.module
Helper function, build links for an individual comment.
comment_save in modules/comment/comment.module
Accepts a submission of new or changed comment content.
comment_unpublish_action in modules/comment/comment.module
Unpublishes a comment.
comment_unpublish_by_keyword_action in modules/comment/comment.module
Unpublishes a comment if it contains certain keywords.
template_preprocess_comment in modules/comment/comment.module
Process variables for comment.tpl.php.
TrackerTest::testTrackerUser in modules/tracker/tracker.test
Tests for the presence of nodes on a user's tracker listing.