- comment_form_node_form_alter in modules/
comment/ comment.module - Implements hook_form_BASE_FORM_ID_alter().
- CommentInterfaceTest::setEnvironment in modules/
comment/ tests/ comment.test - Re-configures the environment, module settings, and user permissions.
- CommentInterfaceTest::testCommentInterface in modules/
comment/ tests/ comment.test - Tests the comment interface.
- CommentNodeChangesTestCase::testNodeCommentSettings in modules/
comment/ tests/ comment.test - Tests opening, closing, and hiding comments.
- comment_node_load in modules/
comment/ comment.module - Implements hook_node_load().
- comment_node_presave in modules/
comment/ comment.module - Implements hook_node_presave().
- comment_node_search_result in modules/
comment/ comment.module - Implements hook_node_search_result().
- comment_node_view in modules/
comment/ comment.module - Implements hook_node_view().
- CommentRSSUnitTest::testCommentRSS in modules/
comment/ tests/ comment.test - Tests comments as part of an RSS feed.
- SearchCommentCountToggleTestCase::testSearchCommentCountToggle in modules/
search/ tests/ search.test - Verify that comment count display toggles properly on comment status of node
- views_handler_field_node_comment::render in modules/
comment/ views/ views_handler_field_node_comment.inc - Render the field.
- views_handler_filter_node_comment::get_value_options in 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.