Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
comment.module
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
constant COMMENT_PUBLISHED
Comment is published.
19 uses of COMMENT_PUBLISHED
CommentActionsTestCase::testCommentPublishUnpublishActions
in drupal/
modules/
comment/
comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentUnpublishByKeyword
in drupal/
modules/
comment/
comment.test
Tests the unpublish comment by keyword action.
CommentInterfaceTest::setEnvironment
in drupal/
modules/
comment/
comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses
in drupal/
modules/
comment/
comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator
in drupal/
modules/
comment/
comment.test
Tests new comment marker.
... See full list
File
drupal/
modules/
comment/
comment.module
, line 20
Enables users to comment on published content.
Code
define
(
'COMMENT_PUBLISHED'
,
1
);