| CommentPreviewMode.php |
file |
core/modules/comment/src/CommentPreviewMode.php |
|
| 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::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
|
| CommentPreviewTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
|
| CommentPreviewTest::$profile |
property |
core/modules/comment/tests/src/Functional/CommentPreviewTest.php |
|
| 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 |
Resource test base for the comment entity. |
| 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 |
|
| CommentResourceTestBase::$modules |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::$patchProtectedFieldNames |
property |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::commentResourceTestBaseSkipTests |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Marks some tests as skipped because XML cannot be deserialized. |
| CommentResourceTestBase::createEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getExpectedCacheContexts |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getExpectedCacheTags |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getExpectedNormalizedEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getExpectedUnauthorizedAccessMessage |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getNormalizedPatchEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::getNormalizedPostEntity |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::setUpAuthorization |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
|
| CommentResourceTestBase::testPostDxWithoutCriticalBaseFields |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Tests POSTing a comment without critical base fields. |
| CommentResourceTestBase::testPostSkipCommentApproval |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Tests POSTing a comment with and without 'skip comment approval'. |
| CommentRowTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Tests the comment row plugin. |
| CommentRowTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
|
| CommentRowTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
|
| CommentRowTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Views used by this test. |
| CommentRowTest::testCommentRow |
function |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Tests comment row. |
| CommentRssTest |
class |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Tests comments as part of an RSS feed. |
| CommentRssTest.php |
file |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::testCommentRss |
function |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Tests comments as part of an RSS feed. |
| comments.css |
file |
core/themes/olivero/css/components/comments.css |
Comment section and individual comments. |
| comments.pcss.css |
file |
core/themes/olivero/css/components/comments.pcss.css |
Comment section and individual comments. |
| CommentSelection |
class |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Provides specific access control for the comment entity type. |
| CommentSelection.php |
file |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::buildEntityQuery |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::countReferenceableEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::createNewEntity |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::entityQueryAlter |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::getReferenceableEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::validateReferenceableEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::validateReferenceableNewEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentsHistoryTest |
class |
core/modules/history/tests/src/Functional/CommentsHistoryTest.php |
Tests comments history. |