- CommentInterfaceTest::setEnvironment in core/
modules/ comment/ tests/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in core/
modules/ comment/ tests/ comment.test - Tests the comment interface.
- CommentNodeChangesTestCase::testNodeCommentSettings in core/
modules/ comment/ tests/ comment.test - Tests opening, closing, and hiding comments.
- CommentRSSUnitTest::testCommentRSS in core/
modules/ comment/ tests/ comment.test - Tests comments as part of an RSS feed.
- comment_form_node_form_alter in core/
modules/ comment/ comment.module - Implements hook_form_BASE_FORM_ID_alter().
- comment_node_load in core/
modules/ comment/ comment.module - Implements hook_node_load().
- comment_node_presave in core/
modules/ comment/ comment.module - Implements hook_node_presave().
- comment_node_search_result in core/
modules/ comment/ comment.module - Implements hook_node_search_result().
- comment_node_view in core/
modules/ comment/ comment.module - Implements hook_node_view().
- SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/
modules/ search/ tests/ search.test - Verify that comment count displays correctly based on comment status of node.
- views_handler_field_node_comment::render in core/
modules/ comment/ views/ views_handler_field_node_comment.inc - Render the field.
- views_handler_filter_node_comment::get_value_options in core/
modules/ comment/ views/ views_handler_filter_node_comment.inc - Child classes should be used to override this function and set the 'value options', unless 'options callback' is defined as a valid function or static public method to generate these values.