Skip to main content
Hostdog docs
Documentation & API reference
Main menu
Drupal 7
Drupal 8
Drupal 9
You are here
Home
»
API reference
»
Drupal 7.x
»
comment.module
»
comment_load
Search Drupal 7.x
Function, class, file, topic, etc.
*
Partial match search is supported
API Navigation
Drupal 7.x
Topics
Classes
Functions
Files
Namespaces
Constants
Globals
21 calls to comment_load()
CommentActionsTestCase::testCommentPublishUnpublishActions
in drupal/
modules/
comment/
comment.test
Test comment publish and unpublish actions.
CommentActionsTestCase::testCommentUnpublishByKeyword
in drupal/
modules/
comment/
comment.test
Tests the unpublish comment by keyword action.
CommentContentRebuild::testCommentRebuild
in drupal/
modules/
comment/
comment.test
Test to ensure that the comment's content array is rebuilt for every call to
comment_view
().
CommentInterfaceTest::testCommentInterface
in drupal/
modules/
comment/
comment.test
Test comment interface.
CommentInterfaceTest::testCommentNodeCommentStatistics
in drupal/
modules/
comment/
comment.test
Tests the node comment statistics.
CommentNodeAccessTest::testThreadedCommentView
in drupal/
modules/
comment/
comment.test
Test that threaded comments can be viewed.
CommentNodeChangesTestCase::testNodeDeletion
in drupal/
modules/
comment/
comment.test
Tests that comments are deleted with the node.
CommentPreviewTest::testCommentEditPreviewSave
in drupal/
modules/
comment/
comment.test
Test comment edit, preview, and save.
CommentThreadingTestCase::testCommentThreading
in drupal/
modules/
comment/
comment.test
Tests the comment threading.
CommentTokenReplaceTestCase::testCommentTokenReplacement
in drupal/
modules/
comment/
comment.test
Creates a comment, then tests the tokens generated from it.
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_confirm_delete_page
in drupal/
modules/
comment/
comment.admin.inc
Page callback for comment deletions.
comment_multiple_delete_confirm
in drupal/
modules/
comment/
comment.admin.inc
List the selected comments and verify that the admin wants to delete them.
comment_permalink
in drupal/
modules/
comment/
comment.module
Redirects comment links to the correct page depending on comment settings.
comment_save
in drupal/
modules/
comment/
comment.module
Accepts a submission of new or changed comment content.
comment_tokens
in drupal/
modules/
comment/
comment.tokens.inc
Implements
hook_tokens
().
EntityCrudHookTestCase::testCommentHooks
in drupal/
modules/
simpletest/
tests/
entity_crud_hook_test.test
Tests hook invocations for CRUD operations on comments.
FileFieldWidgetTestCase::testPrivateFileComment
in drupal/
modules/
file/
tests/
file.test
Tests that download restrictions on private files work on comments.
LocaleCommentLanguageFunctionalTest::testCommentLanguage
in drupal/
modules/
locale/
locale.test
Test that comment language is properly set.
UserCancelTestCase::testUserDelete
in drupal/
modules/
user/
user.test
Delete account and remove all content.