CommentActionsTestCase::testCommentPublishUnpublishActions in modules/comment/tests/comment.test
Tests comment publish and unpublish actions.
comment_admin_overview_submit in modules/comment/comment.admin.inc
Form submission handler for comment_admin_overview().
comment_approve in modules/comment/comment.pages.inc
Page callback: Publishes the specified comment.
comment_confirm_delete_page in modules/comment/comment.admin.inc
Page callback: Shows a confirmation page for comment deletions.
CommentContentRebuild::testCommentRebuild in modules/comment/tests/comment.test
Tests the rebuilding of comment's content arrays on calling comment_view().
CommentInterfaceTest::testCommentInterface in modules/comment/tests/comment.test
Tests the comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics in modules/comment/tests/comment.test
Tests the node comment statistics.
comment_multiple_delete_confirm in modules/comment/comment.admin.inc
Form constructor for the confirmation form for bulk comment deletion.
CommentNodeAccessTest::testThreadedCommentView in modules/comment/tests/comment.test
Test that threaded comments can be viewed.
CommentNodeChangesTestCase::testNodeDeletion in modules/comment/tests/comment.test
Tests that comments are deleted with the node.
comment_permalink in modules/comment/comment.module
Redirects comment links to the correct page depending on comment settings.
CommentPreviewTest::testCommentEditPreviewSave in modules/comment/tests/comment.test
Tests comment edit, preview, and save.
comment_reply in modules/comment/comment.pages.inc
Form constructor for the comment reply form.
CommentStorageController::preSave in modules/comment/comment.entity.inc
Overrides EntityDatabaseStorageController::preSave().
CommentThreadingTestCase::testCommentThreading in modules/comment/tests/comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement in modules/comment/tests/comment.test
Creates a comment, then tests the tokens generated from it.
comment_tokens in modules/comment/comment.tokens.inc
Implements hook_tokens().
EntityCrudHookTestCase::testCommentHooks in modules/entity/tests/entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
FileFieldWidgetTestCase::testPrivateFileComment in modules/file/tests/file.test
Tests that download restrictions on private files work on comments.
UserCancelTestCase::testUserDelete in modules/user/tests/user.test
Delete account and remove all content.