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_NOT_PUBLISHED
Comment is awaiting approval.
13 uses of COMMENT_NOT_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::testCommentClasses
in drupal/
modules/
comment/
comment.test
Tests CSS classes on comments.
comment_admin_overview
in drupal/
modules/
comment/
comment.admin.inc
Form builder for the comment overview administration form.
comment_admin_overview_submit
in drupal/
modules/
comment/
comment.admin.inc
Process comment_admin_overview form submissions.
... See full list
File
drupal/
modules/
comment/
comment.module
, line 15
Enables users to comment on published content.
Code
define
(
'COMMENT_NOT_PUBLISHED'
,
0
);