CommentStorage::__construct |
function |
core/modules/comment/src/CommentStorage.php |
Constructs a CommentStorage object. |
CommentStorageInterface |
interface |
core/modules/comment/src/CommentStorageInterface.php |
Defines an interface for comment entity storage classes. |
CommentStorageInterface.php |
file |
core/modules/comment/src/CommentStorageInterface.php |
|
CommentStorageInterface::getChildCids |
function |
core/modules/comment/src/CommentStorageInterface.php |
Gets the comment ids of the passed comment entities' children. |
CommentStorageInterface::getDisplayOrdinal |
function |
core/modules/comment/src/CommentStorageInterface.php |
Gets the display ordinal or page number for a comment. |
CommentStorageInterface::getMaxThread |
function |
core/modules/comment/src/CommentStorageInterface.php |
Gets the maximum encoded thread value for the top level comments. |
CommentStorageInterface::getMaxThreadPerThread |
function |
core/modules/comment/src/CommentStorageInterface.php |
Gets the maximum encoded thread value for the children of this comment. |
CommentStorageInterface::getNewCommentPageNumber |
function |
core/modules/comment/src/CommentStorageInterface.php |
Calculates the page number for the first new comment. |
CommentStorageInterface::getUnapprovedCount |
function |
core/modules/comment/src/CommentStorageInterface.php |
Returns the number of unapproved comments. |
CommentStorageInterface::loadThread |
function |
core/modules/comment/src/CommentStorageInterface.php |
Retrieves comments for a thread, sorted in an order suitable for display. |
CommentStorageSchema |
class |
core/modules/comment/src/CommentStorageSchema.php |
Defines the comment schema handler. |
CommentStorageSchema.php |
file |
core/modules/comment/src/CommentStorageSchema.php |
|
CommentStorageSchema::getEntitySchema |
function |
core/modules/comment/src/CommentStorageSchema.php |
Gets the entity schema for the specified entity type. |
CommentStorageSchema::getSharedTableFieldSchema |
function |
core/modules/comment/src/CommentStorageSchema.php |
Gets the schema for a single field definition. |
CommentStringIdEntitiesTest |
class |
core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php |
Tests that comment fields cannot be added to entities with non-integer IDs. |
CommentStringIdEntitiesTest.php |
file |
core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php |
|
CommentStringIdEntitiesTest::$modules |
property |
core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php |
|
CommentStringIdEntitiesTest::setUp |
function |
core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php |
|
CommentStringIdEntitiesTest::testCommentFieldNonStringId |
function |
core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php |
Tests that comment fields cannot be added entities with non-integer IDs. |
CommentTest |
class |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
JSON:API integration test for the "Comment" content entity type. |
CommentTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php |
Tests D6 comment source plugin. |
CommentTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
Tests D7 comment source plugin. |
CommentTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php |
|
CommentTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
|
CommentTest.php |
file |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
CommentTest::$commentedEntity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
CommentTest::$defaultTheme |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The theme to install as the default for testing. |
CommentTest::$entity |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
CommentTest::$entityTypeId |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The tested entity type. |
CommentTest::$modules |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Modules to install. |
CommentTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php |
|
CommentTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
|
CommentTest::$patchProtectedFieldNames |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The fields that are protected against modification during PATCH requests. |
CommentTest::$resourceTypeName |
property |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The name of the tested JSON:API resource type. |
CommentTest::createEntity |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Creates the entity to be tested. |
CommentTest::doTestPatchIndividual |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Tests PATCHing an individual resource, plus edge cases to ensure good DX. |
CommentTest::entityAccess |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Checks access for the given operation on the given entity. |
CommentTest::getExpectedCacheContexts |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The expected cache contexts for the GET/HEAD response of the test entity. |
CommentTest::getExpectedCacheTags |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
The expected cache tags for the GET/HEAD response of the test entity. |
CommentTest::getExpectedCollectionCacheability |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Computes the cacheability for a given entity collection. |
CommentTest::getExpectedDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Returns the expected JSON:API document for the entity. |
CommentTest::getExpectedUnauthorizedAccessCacheability |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Returns the expected cacheability for an unauthorized response. |
CommentTest::getExpectedUnauthorizedAccessMessage |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Return the expected error message. |
CommentTest::getIncludePermissions |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Authorize the user under test with additional permissions to view includes. |
CommentTest::getPostDocument |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Returns the JSON:API POST document. |
CommentTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentTest.php |
|
CommentTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTest.php |
|
CommentTest::setUpAuthorization |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
Sets up the necessary authorization. |
CommentTest::testCollectionFilterAccess |
function |
core/modules/jsonapi/tests/src/Functional/CommentTest.php |
|
CommentTestBase |
class |
core/modules/comment/tests/src/Functional/CommentTestBase.php |
Provides setup and helper methods for comment tests. |