11 calls to comment_save()

CommentInterfaceTest::setEnvironment in drupal/modules/comment/comment.test
Re-configures the environment, module settings, and user permissions.
CommentInterfaceTest::testCommentClasses in drupal/modules/comment/comment.test
Tests CSS classes on comments.
CommentInterfaceTest::testCommentNewCommentsIndicator in drupal/modules/comment/comment.test
Tests new comment marker.
comment_admin_overview_submit in drupal/modules/comment/comment.admin.inc
Process comment_admin_overview form submissions.
comment_approve in drupal/modules/comment/comment.pages.inc
Menu callback; publish specified comment.
comment_form_submit in drupal/modules/comment/comment.module
Process comment form submissions; prepare the comment, store it, and set a redirection target.
comment_save_action in drupal/modules/comment/comment.module
Saves a comment.
comment_unpublish_by_keyword_action in drupal/modules/comment/comment.module
Unpublishes a comment if it contains certain keywords.
comment_user_cancel in drupal/modules/comment/comment.module
Implements hook_user_cancel().
EntityCrudHookTestCase::testCommentHooks in drupal/modules/simpletest/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
NodeAccessPagerTestCase::testCommentPager in drupal/modules/node/node.test
Tests the comment pager for nodes with multiple grants per realm.