Search for all
Title | Object type | File name | Summary |
---|---|---|---|
CommentNodeAccessTest | class | modules/ |
Tests comments with node access. |
CommentNodeAccessTest::getInfo | function | modules/ |
|
CommentNodeAccessTest::setUp | function | modules/ |
Sets up a Drupal site for running functional and integration tests. |
CommentNodeAccessTest::testThreadedCommentView | function | modules/ |
Test that threaded comments can be viewed. |
CommentNodeChangesTestCase | class | modules/ |
Tests that comments behave correctly when the node is changed. |
CommentNodeChangesTestCase::getInfo | function | modules/ |
|
CommentNodeChangesTestCase::testNodeDeletion | function | modules/ |
Tests that comments are deleted with the node. |
CommentPagerTest | class | modules/ |
Verify pagination of comments. |
CommentPagerTest::assertCommentOrder | function | modules/ |
Helper function: assert that the comments are displayed in the correct order. |
CommentPagerTest::getInfo | function | modules/ |
|
CommentPagerTest::testCommentNewPageIndicator | function | modules/ |
Test comment_new_page_count(). |
CommentPagerTest::testCommentOrderingThreading | function | modules/ |
Test comment ordering and threading. |
CommentPagerTest::testCommentPaging | function | modules/ |
Confirm comment paging works correctly with flat and threaded comments. |
CommentPreviewTest | class | modules/ |
Test previewing comments. |
CommentPreviewTest::getInfo | function | modules/ |
|
CommentPreviewTest::testCommentEditPreviewSave | function | modules/ |
Test comment edit, preview, and save. |
CommentPreviewTest::testCommentPreview | function | modules/ |
Test comment preview. |
CommentRSSUnitTest | class | modules/ |
Unit tests for comment module integration with RSS feeds. |
CommentRSSUnitTest::getInfo | function | modules/ |
|
CommentRSSUnitTest::testCommentRSS | function | modules/ |
Test comments as part of an RSS feed. |
CommentThreadingTestCase | class | modules/ |
Tests comment threading. |
CommentThreadingTestCase::getInfo | function | modules/ |
|
CommentThreadingTestCase::testCommentThreading | function | modules/ |
Tests the comment threading. |
CommentTokenReplaceTestCase | class | modules/ |
Test comment token replacement in strings. |
CommentTokenReplaceTestCase::getInfo | function | modules/ |
|
CommentTokenReplaceTestCase::testCommentTokenReplacement | function | modules/ |
Creates a comment, then tests the tokens generated from it. |
CommentUninstallTestCase | class | modules/ |
Tests uninstalling the comment module. |
CommentUninstallTestCase::getInfo | function | modules/ |
|
CommentUninstallTestCase::testCommentUninstall | function | modules/ |
|
CommentUpgradePathTestCase | class | modules/ |
Upgrade test for comment.module. |
CommentUpgradePathTestCase::getInfo | function | modules/ |
|
CommentUpgradePathTestCase::setUp | function | modules/ |
Overrides DrupalWebTestCase::setUp() for upgrade testing. |
CommentUpgradePathTestCase::testCommentUpgrade | function | modules/ |
Test a successful upgrade. |
comment_access | function | modules/ |
Determines whether the current user has access to a particular comment. |
comment_action_info | function | modules/ |
Implements hook_action_info(). |
comment_admin | function | modules/ |
Menu callback; present an administrative comment listing. |
comment_admin_overview | function | modules/ |
Form builder for the comment overview administration form. |
comment_admin_overview_submit | function | modules/ |
Process comment_admin_overview form submissions. |
comment_admin_overview_validate | function | modules/ |
Validate comment_admin_overview form submissions. |
COMMENT_ANONYMOUS_MAYNOT_CONTACT | constant | modules/ |
Anonymous posters cannot enter their contact information. |
COMMENT_ANONYMOUS_MAY_CONTACT | constant | modules/ |
Anonymous posters may leave their contact information. |
COMMENT_ANONYMOUS_MUST_CONTACT | constant | modules/ |
Anonymous posters are required to leave their contact information. |
comment_approve | function | modules/ |
Menu callback; publish specified comment. |
comment_block_configure | function | modules/ |
Implements hook_block_configure(). |
comment_block_info | function | modules/ |
Implements hook_block_info(). |
comment_block_save | function | modules/ |
Implements hook_block_save(). |
comment_block_view | function | modules/ |
Implements hook_block_view(). |
comment_build_content | function | modules/ |
Builds a structured array representing the comment's content. |
comment_confirm_delete | function | modules/ |
Form builder; Builds the confirmation form for deleting a single comment. |
comment_confirm_delete_page | function | modules/ |
Page callback for comment deletions. |
Pagination
- Previous page
- Page 22
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.