15 uses of COMMENT_NODE_OPEN

CommentFormController::save in drupal/core/modules/comment/lib/Drupal/comment/CommentFormController.php
Overrides Drupal\Core\Entity\EntityFormController::save().
CommentInterfaceTest::testCommentInterface in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentInterfaceTest.php
Tests the comment interface.
CommentLinksTest::setEnvironment in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentLinksTest.php
Re-configures the environment, module settings, and user permissions.
CommentNewIndicatorTest::testCommentNewCommentsIndicator in drupal/core/modules/comment/lib/Drupal/comment/Tests/CommentNewIndicatorTest.php
Tests new comment marker.
comment_form_node_type_form_alter in drupal/core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
comment_links in drupal/core/modules/comment/comment.module
Adds reply, edit, delete, etc. links, depending on user permissions.
comment_node_page_additions in drupal/core/modules/comment/comment.module
Builds the comment-related elements for node detail pages.
comment_node_prepare in drupal/core/modules/comment/comment.module
Implements hook_node_prepare().
comment_node_view in drupal/core/modules/comment/comment.module
Implements hook_node_view().
comment_reply in drupal/core/modules/comment/comment.pages.inc
Form constructor for the comment reply form.
hook_node_prepare in drupal/core/modules/node/node.api.php
Act on a node object about to be shown on the add/edit form.
hook_node_type_update in drupal/core/modules/node/node.api.php
Respond to node type updates.
NodeComment::render in drupal/core/modules/comment/lib/Drupal/comment/Plugin/views/field/NodeComment.php
Render the field.
UserSignatureTest::testUserSignature in drupal/core/modules/user/lib/Drupal/user/Tests/UserSignatureTest.php
Test that a user can change their signature format and that it is respected upon display.
WebTestBase::drupalCreateNode in drupal/core/modules/simpletest/lib/Drupal/simpletest/WebTestBase.php
Creates a node based on default settings.