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