CommentFieldsTest::testCommentDefaultFields |
core/modules/comment/tests/comment.test |
Tests that the default 'comment_body' field is correctly added. |
CommentFieldsTest::testCommentDeletedBody |
core/modules/comment/tests/comment.test |
Tests that the comment_body field is not required. |
CommentFieldsTest::testCommentEmptyNonRequiredBody |
core/modules/comment/tests/comment.test |
Tests trying to save a comment with an empty, NON-required body. |
CommentFieldsTest::testCommentEnable |
core/modules/comment/tests/comment.test |
Tests that comment module works when enabled after a content module. |
CommentFieldsTest::testCommentFormat |
core/modules/comment/tests/comment.test |
Tests that comment module works correctly with plain text format. |
CommentHelperCase::commentContactInfoAvailable |
core/modules/comment/tests/comment.test |
Checks whether the commenter's contact information is displayed. |
CommentHelperCase::commentExists |
core/modules/comment/tests/comment.test |
Checks current page for specified comment. |
CommentHelperCase::deleteComment |
core/modules/comment/tests/comment.test |
Deletes a comment. |
CommentHelperCase::getUnapprovedComment |
core/modules/comment/tests/comment.test |
Gets the comment ID for an unapproved comment. |
CommentHelperCase::performCommentOperation |
core/modules/comment/tests/comment.test |
Performs the specified operation on the specified comment. |
CommentHelperCase::postComment |
core/modules/comment/tests/comment.test |
Posts a comment. |
CommentHelperCase::setCommentAnonymous |
core/modules/comment/tests/comment.test |
Sets the value governing restrictions on anonymous comments. |
CommentHelperCase::setCommentForm |
core/modules/comment/tests/comment.test |
Sets the value governing whether the comment form is on its own page. |
CommentHelperCase::setCommentPreview |
core/modules/comment/tests/comment.test |
Sets the value governing the previewing mode for the comment form. |
CommentHelperCase::setCommentSettings |
core/modules/comment/tests/comment.test |
Sets a comment config for the post content type. |
CommentHelperCase::setCommentsPerPage |
core/modules/comment/tests/comment.test |
Sets the value specifying the default number of comments per page. |
CommentHelperCase::setCommentSubject |
core/modules/comment/tests/comment.test |
Sets the value governing whether the comment title field should be enabled. |
CommentHelperCase::setUp |
core/modules/comment/tests/comment.test |
Sets up a Backdrop site for running functional and integration tests. |
CommentInterfaceTest::assertCommentLinks |
core/modules/comment/tests/comment.test |
Asserts that comment links appear according to the passed environment. |
CommentInterfaceTest::setEnvironment |
core/modules/comment/tests/comment.test |
Re-configures the environment, module settings, and user permissions. |
CommentInterfaceTest::testCommentClasses |
core/modules/comment/tests/comment.test |
Tests CSS classes on comments. |
CommentInterfaceTest::testCommentInterface |
core/modules/comment/tests/comment.test |
Tests the comment interface. |
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. |