Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 9.x
»
comment.module
Search Drupal 9.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 9.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
Deprecated
constant COMMENT_NODE_HIDDEN
Comments for this node are hidden.
10 uses of COMMENT_NODE_HIDDEN
CommentInterfaceTest::testCommentInterface
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentInterfaceTest.php
Tests the comment interface.
CommentRssTest::testCommentRss
in drupal/
core/
modules/
comment/
lib/
Drupal/
comment/
Tests/
CommentRssTest.php
Tests comments as part of an RSS feed.
comment_form_node_form_alter
in drupal/
core/
modules/
comment/
comment.module
Implements
hook_form_BASE_FORM_ID_alter
().
comment_node_load
in drupal/
core/
modules/
comment/
comment.module
Implements
hook_node_load
().
comment_node_search_result
in drupal/
core/
modules/
comment/
comment.module
Implements
hook_node_search_result
().
... See full list
File
drupal/
core/
modules/
comment/
comment.module
, line 67
Enables users to comment on published content.
Code
const
COMMENT_NODE_HIDDEN
=
0
;