CommentInterfaceTest::testCommentLinks |
core/modules/comment/tests/comment.test |
Tests comment links. |
CommentInterfaceTest::testCommentNewCommentsIndicator |
core/modules/comment/tests/comment.test |
Tests new comment marker. |
CommentInterfaceTest::testCommentNodeCommentStatistics |
core/modules/comment/tests/comment.test |
Tests the node comment statistics. |
CommentNodeAccessTest::setUp |
core/modules/comment/tests/comment.test |
Sets up a Backdrop site for running functional and integration tests. |
CommentNodeAccessTest::testThreadedCommentView |
core/modules/comment/tests/comment.test |
Test that threaded comments can be viewed. |
CommentNodeAutoCloserTestCase::testNodeCommentAutoCloserSettings |
core/modules/comment/tests/comment.test |
Tests the auto closer node type setting and the override setting on individual nodes. |
CommentNodeChangesTestCase::testNodeCommentSettings |
core/modules/comment/tests/comment.test |
Tests opening, closing, and hiding comments. |
CommentNodeChangesTestCase::testNodeDeletion |
core/modules/comment/tests/comment.test |
Tests that comments are deleted with the node. |
CommentPagerTest::assertCommentOrder |
core/modules/comment/tests/comment.test |
Asserts that the comments are displayed in the correct order. |
CommentPagerTest::testCommentNewPageIndicator |
core/modules/comment/tests/comment.test |
Tests comment_new_page_count(). |
CommentPagerTest::testCommentOrderingThreading |
core/modules/comment/tests/comment.test |
Tests comment ordering and threading. |
CommentPagerTest::testCommentPaging |
core/modules/comment/tests/comment.test |
Confirms comment paging works correctly with flat and threaded comments. |
CommentPreviewTest::testCommentEditPreviewSave |
core/modules/comment/tests/comment.test |
Tests comment edit, preview, and save. |
CommentPreviewTest::testCommentPreview |
core/modules/comment/tests/comment.test |
Tests comment preview. |
CommentRSSUnitTest::testCommentRSS |
core/modules/comment/tests/comment.test |
Tests comments as part of an RSS feed. |
CommentStorageController::attachLoad |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::attachLoad(). |
CommentStorageController::buildContent |
core/modules/comment/comment.entity.inc |
Implements EntityControllerInterface::buildContent(). |
CommentStorageController::buildQuery |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::buildQuery(). |
CommentStorageController::load |
core/modules/comment/comment.entity.inc |
Overrides DefaultEntityController::load(). |
CommentStorageController::postDelete |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::postDelete(). |
CommentStorageController::postSave |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::postSave(). |
CommentStorageController::preSave |
core/modules/comment/comment.entity.inc |
Overrides EntityDatabaseStorageController::preSave(). |
CommentStorageController::updateNodeStatistics |
core/modules/comment/comment.entity.inc |
Updates the comment statistics for a given node. |
CommentStorageController::view |
core/modules/comment/comment.entity.inc |
Overrides DefaultEntityController::view(). |
CommentThreadingTestCase::testCommentThreading |
core/modules/comment/tests/comment.test |
Tests the comment threading. |
CommentTokenReplaceTestCase::testCommentTokenReplacement |
core/modules/comment/tests/comment.test |
Creates a comment, then tests the tokens generated from it. |
CommentViewsHandlerArgumentUserUidTest::postComment |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Post comment. |
CommentViewsHandlerArgumentUserUidTest::setUp |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
Sets up a Backdrop site for running functional and integration tests. |
CommentViewsHandlerArgumentUserUidTest::testCommentUserUidTest |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
CommentViewsHandlerArgumentUserUidTest::view_comment_user_uid |
core/modules/comment/tests/comment_views_handler_argument_user_uid.test |
|
CommentViewsHandlerFilterUserUidTest::view_comment_user_uid |
core/modules/comment/tests/comment_views_handler_filter_user_uid.test |
Override the view from the argument test case to remove the argument and
add filter with the uid as the value. |
comment_access |
core/modules/comment/comment.module |
Determines whether the current user has access to a particular comment. |
comment_action_info |
core/modules/comment/comment.module |
Implements hook_action_info(). |
comment_admin |
core/modules/comment/comment.admin.inc |
Page callback: Presents an administrative comment listing. |
comment_admin_overview |
core/modules/comment/comment.admin.inc |
Form constructor for the comment overview administration form. |
comment_admin_overview_submit |
core/modules/comment/comment.admin.inc |
Form submission handler for comment_admin_overview(). |
comment_admin_overview_validate |
core/modules/comment/comment.admin.inc |
Form validation handler for comment_admin_overview(). |
comment_alphadecimal_to_int |
core/modules/comment/comment.module |
Decodes a sorting code back to an integer. |
comment_approve |
core/modules/comment/comment.pages.inc |
Page callback: Publishes the specified comment. |
comment_autoload_info |
core/modules/comment/comment.module |
Implements hook_autoload_info(). |
comment_block_configure |
core/modules/comment/comment.module |
Implements hook_block_configure(). |
comment_block_info |
core/modules/comment/comment.module |
Implements hook_block_info(). |
comment_block_view |
core/modules/comment/comment.module |
Implements hook_block_view(). |
comment_build_content |
core/modules/comment/comment.module |
Builds a structured array representing the comment's content. |
comment_config_create_validate |
core/modules/comment/comment.module |
Implements hook_config_create_validate() |
comment_confirm_delete |
core/modules/comment/comment.admin.inc |
Form constructor for the confirmation form for comment deletion. |
comment_confirm_delete_page |
core/modules/comment/comment.admin.inc |
Page callback: Shows a confirmation page for comment deletions. |
comment_confirm_delete_submit |
core/modules/comment/comment.admin.inc |
Form submission handler for comment_confirm_delete(). |
comment_count_unpublished |
core/modules/comment/comment.module |
Returns a menu title which includes the number of unapproved comments. |
comment_cron |
core/modules/comment/comment.module |
Implements hook_cron(). |