constant COMMENT_NODE_HIDDEN
Comments for this node are hidden.
11 uses of COMMENT_NODE_HIDDEN
- CommentInterfaceTest::setEnvironment in drupal-7.x/
modules/ comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in drupal-7.x/
modules/ comment/ comment.test - Test comment interface.
- CommentRSSUnitTest::testCommentRSS in drupal-7.x/
modules/ comment/ comment.test - Test comments as part of an RSS feed.
- comment_form_node_form_alter in drupal-7.x/
modules/ comment/ comment.module - Implements hook_form_BASE_FORM_ID_alter().
- comment_form_node_type_form_alter in drupal-7.x/
modules/ comment/ comment.module - Implements hook_form_FORM_ID_alter().
File
- drupal-7.x/
modules/ comment/ comment.module, line 60 - Enables users to comment on published content.
Code
define('COMMENT_NODE_HIDDEN', 0)