Search for comment
- Search 7.x for comment
- Search 9.5.x for comment
- Search 8.9.x for comment
- Search 10.3.x for comment
- Other projects
Exact matches
Title | Object type | File name | Summary |
---|---|---|---|
Comment | class | core/ |
Defines the comment entity class. |
Comment | class | core/ |
Tests creating comment views with the wizard. |
Comment | class | core/ |
Drupal 6 comment source from database. |
Comment | class | core/ |
Drupal 7 comment source from database. |
All search results
Title | Object type | File name | Summary |
---|---|---|---|
CommentStorage::getNewCommentPageNumber | function | core/ |
Calculates the page number for the first new comment. |
CommentStorage::getUnapprovedCount | function | core/ |
Returns the number of unapproved comments. |
CommentStorage::loadThread | function | core/ |
To display threaded comments in the correct order we keep a 'thread' field and order by that value. This field keeps this data in a way which is easy to update and convenient to use. |
CommentStorage::__construct | function | core/ |
Constructs a CommentStorage object. |
CommentStorageInterface | interface | core/ |
Defines an interface for comment entity storage classes. |
CommentStorageInterface.php | file | core/ |
|
CommentStorageInterface::getChildCids | function | core/ |
Gets the comment ids of the passed comment entities' children. |
CommentStorageInterface::getDisplayOrdinal | function | core/ |
Gets the display ordinal or page number for a comment. |
CommentStorageInterface::getMaxThread | function | core/ |
Gets the maximum encoded thread value for the top level comments. |
CommentStorageInterface::getMaxThreadPerThread | function | core/ |
Gets the maximum encoded thread value for the children of this comment. |
CommentStorageInterface::getNewCommentPageNumber | function | core/ |
Calculates the page number for the first new comment. |
CommentStorageInterface::getUnapprovedCount | function | core/ |
Returns the number of unapproved comments. |
CommentStorageInterface::loadThread | function | core/ |
Retrieves comments for a thread, sorted in an order suitable for display. |
CommentStorageSchema | class | core/ |
Defines the comment schema handler. |
CommentStorageSchema.php | file | core/ |
|
CommentStorageSchema::getEntitySchema | function | core/ |
Gets the entity schema for the specified entity type. |
CommentStorageSchema::getSharedTableFieldSchema | function | core/ |
Gets the schema for a single field definition. |
CommentStringIdEntitiesTest | class | core/ |
Tests that comment fields cannot be added to entities with non-integer IDs. |
CommentStringIdEntitiesTest.php | file | core/ |
|
CommentStringIdEntitiesTest::$modules | property | core/ |
Modules to install. |
CommentStringIdEntitiesTest::setUp | function | core/ |
|
CommentStringIdEntitiesTest::testCommentFieldNonStringId | function | core/ |
Tests that comment fields cannot be added entities with non-integer IDs. |
CommentTest | class | core/ |
JSON:API integration test for the "Comment" content entity type. |
CommentTest | class | core/ |
Tests D6 comment source plugin. |
CommentTest | class | core/ |
Tests D7 comment source plugin. |
CommentTest.php | file | core/ |
|
CommentTest.php | file | core/ |
|
CommentTest.php | file | core/ |
|
CommentTest::$commentedEntity | property | core/ |
|
CommentTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
CommentTest::$entity | property | core/ |
|
CommentTest::$entityTypeId | property | core/ |
The tested entity type. |
CommentTest::$modules | property | core/ |
Modules to install. |
CommentTest::$modules | property | core/ |
Modules to install. |
CommentTest::$modules | property | core/ |
Modules to install. |
CommentTest::$patchProtectedFieldNames | property | core/ |
The fields that are protected against modification during PATCH requests. |
CommentTest::$resourceTypeName | property | core/ |
The name of the tested JSON:API resource type. |
CommentTest::createEntity | function | core/ |
Creates the entity to be tested. |
CommentTest::doTestPatchIndividual | function | core/ |
Tests PATCHing an individual resource, plus edge cases to ensure good DX. |
CommentTest::entityAccess | function | core/ |
Checks access for the given operation on the given entity. |
CommentTest::getExpectedCacheContexts | function | core/ |
The expected cache contexts for the GET/HEAD response of the test entity. |
CommentTest::getExpectedCacheTags | function | core/ |
The expected cache tags for the GET/HEAD response of the test entity. |
CommentTest::getExpectedCollectionCacheability | function | core/ |
Computes the cacheability for a given entity collection. |
CommentTest::getExpectedDocument | function | core/ |
Returns the expected JSON:API document for the entity. |
CommentTest::getExpectedUnauthorizedAccessCacheability | function | core/ |
Returns the expected cacheability for an unauthorized response. |
CommentTest::getExpectedUnauthorizedAccessMessage | function | core/ |
Return the expected error message. |
CommentTest::getIncludePermissions | function | core/ |
Authorize the user under test with additional permissions to view includes. |
CommentTest::getPostDocument | function | core/ |
Returns the JSON:API POST document. |
CommentTest::providerSource | function | core/ |
|
CommentTest::providerSource | function | core/ |
Pagination
- Previous page
- Page 16
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.