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.
comment_form_node_form_alter in core/modules/comment/comment.module
Implements hook_form_BASE_FORM_ID_alter().
comment_form_node_type_form_alter in core/modules/comment/comment.module
Implements hook_form_FORM_ID_alter().
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_type_load in core/modules/comment/comment.module
Implements hook_node_type_load().
SearchCommentCountToggleTestCase::testSearchCommentCountToggle in core/modules/search/tests/search.test
Verify that comment count displays correctly based on comment status of node.
standard_install in core/profiles/standard/standard.install
Implements hook_install().
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.
_comment_close_all in core/modules/comment/comment.module
Close all comments that meet the current threshold.