constant COMMENT_PUBLISHED in Drupal 7
Same name and namespace in other branches
- 4 modules/comment.module \COMMENT_PUBLISHED
- 5 modules/comment/comment.module \COMMENT_PUBLISHED
- 6 modules/comment/comment.module \COMMENT_PUBLISHED
Comment is published.
19 uses of COMMENT_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::setEnvironment in modules/
comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentClasses in modules/
comment/ comment.test - Tests CSS classes on comments.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/
comment/ comment.test - Tests new comment marker.
File
- modules/
comment/ comment.module, line 20 - Enables users to comment on published content.
Code
define('COMMENT_PUBLISHED', 1);