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().
comment_node_view in drupal/core/modules/comment/comment.module
Implements hook_node_view().
NodeComment::render in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php
Render the field.
SearchCommentCountToggleTest::testSearchCommentCountToggle in drupal/core/modules/search/lib/Drupal/search/Tests/SearchCommentCountToggleTest.php
Verify that comment count display toggles properly on comment status of node
standard_install in drupal/core/profiles/standard/standard.install
Implements hook_install().
template_preprocess_forum_icon in drupal/core/modules/forum/forum.module
Preprocesses variables for forum-icon.tpl.php.