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_NODE_CLOSED
Comments for this node are closed.
5 uses of COMMENT_NODE_CLOSED
CommentInterfaceTest::testCommentInterface
in drupal/
modules/
comment/
comment.test
Test comment interface.
comment_form_node_form_alter
in drupal/
modules/
comment/
comment.module
Implements
hook_form_BASE_FORM_ID_alter
().
comment_node_search_result
in drupal/
modules/
comment/
comment.module
Implements
hook_node_search_result
().
SearchCommentCountToggleTestCase::testSearchCommentCountToggle
in drupal/
modules/
search/
search.test
Verify that comment count display toggles properly on comment status of node
template_preprocess_forum_icon
in drupal/
modules/
forum/
forum.module
Preprocesses variables for
forum-icon.tpl.php
.
File
drupal/
modules/
comment/
comment.module
, line 65
Enables users to comment on published content.
Code
define
(
'COMMENT_NODE_CLOSED'
,
1
);