constant COMMENT_PUBLISHED

  1. 7.x drupal-7.x/modules/comment/comment.module COMMENT_PUBLISHED
  2. 6.x drupal-6.x/modules/comment/comment.module COMMENT_PUBLISHED

Comment is published.

26 uses of COMMENT_PUBLISHED
CommentActionsTestCase::testCommentPublishUnpublishActions in drupal-7.x/modules/comment/comment.test
Test comment publish and unpublish actions.
CommentInterfaceTest::setEnvironment in drupal-7.x/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal-7.x/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal-7.x/modules/comment/comment.test
Tests new comment marker.
comment_access in drupal-7.x/modules/comment/comment.module
Determines whether the current user has access to a particular comment.

... See full list

File

drupal-7.x/modules/comment/comment.module, line 20
Enables users to comment on published content.

Code

define('COMMENT_PUBLISHED', 1)