constant COMMENT_NOT_PUBLISHED in Drupal 7
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_NOT_PUBLISHED
- 5 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
- 6 modules/comment/comment.module \COMMENT_NOT_PUBLISHED
Comment is awaiting approval.
13 uses of COMMENT_NOT_PUBLISHED
- 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.
File
- modules/
comment/ comment.module, line 15 - Enables users to comment on published content.
Code
define('COMMENT_NOT_PUBLISHED', 0);