| CommentNodeAccessTest |
class |
core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php |
Tests comments with node access. |
| CommentNodeAccessTest.php |
file |
core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php |
|
| CommentNodeAccessTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php |
The theme to install as the default for testing. |
| CommentNodeAccessTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php |
Modules to install. |
| CommentNodeAccessTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php |
|
| CommentNodeAccessTest::testThreadedCommentView |
function |
core/modules/comment/tests/src/Functional/CommentNodeAccessTest.php |
Tests that threaded comments can be viewed. |
| CommentNodeChangesTest |
class |
core/modules/comment/tests/src/Functional/CommentNodeChangesTest.php |
Tests that comments behave correctly when the node is changed. |
| CommentNodeChangesTest.php |
file |
core/modules/comment/tests/src/Functional/CommentNodeChangesTest.php |
|
| CommentNodeChangesTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentNodeChangesTest.php |
The theme to install as the default for testing. |
| CommentNodeChangesTest::testNodeDeletion |
function |
core/modules/comment/tests/src/Functional/CommentNodeChangesTest.php |
Tests that comments are deleted with the node. |
| CommentNonNodeTest |
class |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Tests commenting on a test entity. |
| CommentNonNodeTest.php |
file |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
|
| CommentNonNodeTest::$adminUser |
property |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
An administrative user with permission to configure comment settings. |
| CommentNonNodeTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
The theme to install as the default for testing. |
| CommentNonNodeTest::$entity |
property |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
The entity to use within tests. |
| CommentNonNodeTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Modules to install. |
| CommentNonNodeTest::commentContactInfoAvailable |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Checks whether the commenter's contact information is displayed. |
| CommentNonNodeTest::commentExists |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Checks current page for specified comment. |
| CommentNonNodeTest::getUnapprovedComment |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Gets the comment ID for an unapproved comment. |
| CommentNonNodeTest::performCommentOperation |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Performs the specified operation on the specified comment. |
| CommentNonNodeTest::postComment |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Posts a comment. |
| CommentNonNodeTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
|
| CommentNonNodeTest::testCommentFunctionality |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Tests anonymous comment functionality. |
| CommentNonNodeTest::testCommentSettingsNotRequired |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Ensures that comment settings are not required. |
| CommentNonNodeTest::testsNonIntegerIdEntities |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Tests comment fields cannot be added to entity types without integer IDs. |
| CommentOperationsTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php |
Tests comment operations. |
| CommentOperationsTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php |
|
| CommentOperationsTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php |
The theme to install as the default for testing. |
| CommentOperationsTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php |
Views used by this test. |
| CommentOperationsTest::testCommentOperations |
function |
core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php |
Tests the operations field plugin. |
| CommentOrphanTest |
class |
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php |
Tests loading and rendering orphan comments. |
| CommentOrphanTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php |
|
| CommentOrphanTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php |
Modules to install. |
| CommentOrphanTest::providerTestOrphan |
function |
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php |
Provides test data for testOrphan. |
| CommentOrphanTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php |
|
| CommentOrphanTest::testOrphan |
function |
core/modules/comment/tests/src/Kernel/CommentOrphanTest.php |
Test loading/deleting/rendering orphaned comments. |
| CommentPagerTest |
class |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Tests paging of comments and their settings. |
| CommentPagerTest.php |
file |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
|
| CommentPagerTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
The theme to install as the default for testing. |
| CommentPagerTest::assertCommentOrder |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Asserts that the comments are displayed in the correct order. |
| CommentPagerTest::clickLinkWithXPath |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Follows a link found at a give xpath query. |
| CommentPagerTest::testCommentNewPageIndicator |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Tests calculation of first page with new comment. |
| CommentPagerTest::testCommentOrderingThreading |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Tests comment ordering and threading. |
| CommentPagerTest::testCommentPaging |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Confirms comment paging works correctly with flat and threaded comments. |
| CommentPagerTest::testCommentPermalink |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Confirms comment paging works correctly with flat and threaded comments. |
| CommentPagerTest::testTwoPagers |
function |
core/modules/comment/tests/src/Functional/CommentPagerTest.php |
Confirms comment paging works correctly with two pagers. |
| CommentPermalinkFormatter |
class |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Plugin implementation of the 'comment_permalink' formatter. |
| CommentPermalinkFormatter.php |
file |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
|
| CommentPermalinkFormatter::getEntityUrl |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Gets the URI elements of the entity. |
| CommentPermalinkFormatter::isApplicable |
function |
core/modules/comment/src/Plugin/Field/FieldFormatter/CommentPermalinkFormatter.php |
Returns if the formatter can be used for the provided field. |