CommentNonNodeTest::testCommentFunctionality |
function |
core/modules/comment/tests/src/Functional/CommentNonNodeTest.php |
Tests anonymous comment functionality. |
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 |
Test 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 enable. |
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. |
CommentPreviewTest |
class |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
Tests comment preview. |
CommentPreviewTest.php |
file |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
|
CommentPreviewTest::$profile |
property |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
The profile to install as a basis for testing. |
CommentPreviewTest::testCommentEditPreviewSave |
function |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
Tests comment edit, preview, and save. |
CommentPreviewTest::testCommentPreview |
function |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
Tests comment preview. |
CommentPreviewTest::testCommentPreviewDuplicateSubmission |
function |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
Tests comment preview. |
CommentResourceTestBase |
class |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
CommentResourceTestBase |
class |
core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php |
|
CommentResourceTestBase.php |
file |
core/modules/rest/tests/src/Functional/EntityResource/Comment/CommentResourceTestBase.php |
|
CommentResourceTestBase.php |
file |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
CommentResourceTestBase::$entity |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
CommentResourceTestBase::$entityTypeId |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The tested entity type. |
CommentResourceTestBase::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Modules to install. |
CommentResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The fields that are protected against modification during PATCH requests. |
CommentResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Creates the entity to be tested. |
CommentResourceTestBase::getExpectedCacheContexts |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
CommentResourceTestBase::getExpectedCacheTags |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The expected cache tags for the GET/HEAD response of the test entity. |
CommentResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the expected normalization of the entity. |
CommentResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Return the expected error message. |
CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
The cacheability of unauthorized 'view' entity access. |
CommentResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the normalized PATCH entity. |
CommentResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Returns the normalized POST entity. |
CommentResourceTestBase::setUpAuthorization |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Sets up the necessary authorization. |