13 uses of COMMENT_NODE_OPEN in Drupal 7
- CommentInterfaceTest::setEnvironment in modules/
comment/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ comment.test - Test comment interface.
- CommentInterfaceTest::testCommentNewCommentsIndicator in modules/
comment/ comment.test - Tests new comment marker.
- comment_form_node_type_form_alter in modules/
comment/ comment.module - Implements hook_form_FORM_ID_alter().
- comment_form_submit in modules/
comment/ comment.module - Process comment form submissions; prepare the comment, store it, and set a redirection target.
- comment_links in modules/
comment/ comment.module - Helper function, build links for an individual comment.
- comment_node_page_additions in modules/
comment/ comment.module - Build the comment-related elements for node detail pages.
- comment_node_prepare in modules/
comment/ comment.module - Implements hook_node_prepare().
- comment_node_view in modules/
comment/ comment.module - Implements hook_node_view().
- comment_reply in modules/
comment/ comment.pages.inc - This function is responsible for generating a comment reply form. There are several cases that have to be handled, including:
- hook_node_prepare in modules/
node/ node.api.php - Act on a node object about to be shown on the add/edit form.
- hook_node_type_update in modules/
node/ node.api.php - Respond to node type updates.
- UserSignatureTestCase::testUserSignature in modules/
user/ user.test - Test that a user can change their signature format and that it is respected upon display.