Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CommentRssTest::testCommentRss | function | core/ |
Tests comments as part of an RSS feed. |
| comments.css | file | core/ |
Comment section and individual comments. |
| comments.pcss.css | file | core/ |
Comment section and individual comments. |
| CommentSelection | class | core/ |
Provides specific access control for the comment entity type. |
| CommentSelection.php | file | core/ |
|
| CommentSelection::buildEntityQuery | function | core/ |
Builds an EntityQuery to get referenceable entities. |
| CommentSelection::countReferenceableEntities | function | core/ |
Counts entities that are referenceable. |
| CommentSelection::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
| CommentSelection::entityQueryAlter | function | core/ |
Allows altering the SelectQuery generated by EntityFieldQuery. |
| CommentSelection::getReferenceableEntities | function | core/ |
Gets the list of referenceable entities. |
| CommentSelection::validateReferenceableEntities | function | core/ |
Validates which existing entities can be referenced. |
| CommentSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
| CommentsHistoryTest | class | core/ |
Tests comments history. |
| CommentsHistoryTest.php | file | core/ |
|
| CommentsHistoryTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentsHistoryTest::$modules | property | core/ |
Modules to install. |
| CommentsHistoryTest::$testViews | property | core/ |
Views used by this test. |
| CommentsHistoryTest::setUp | function | core/ |
Sets up the test. |
| CommentsHistoryTest::testNewComments | function | core/ |
Tests the new comments field plugin. |
| CommentSourceWithHighWaterTest | class | core/ |
Tests the Drupal 6 comment source w/ high water handling. |
| CommentSourceWithHighWaterTest.php | file | core/ |
|
| CommentSourceWithHighWaterTest::$modules | property | core/ |
Modules to install. |
| CommentSourceWithHighWaterTest::providerSource | function | core/ |
Provides source data for ::testSource. |
| CommentStatistics | class | core/ |
Service for storing and retrieving comment statistics. |
| CommentStatistics.php | file | core/ |
|
| CommentStatistics::$currentUser | property | core/ |
The current logged in user. |
| CommentStatistics::$database | property | core/ |
The current database connection. |
| CommentStatistics::$databaseReplica | property | core/ |
The replica database connection. |
| CommentStatistics::$entityTypeManager | property | core/ |
The entity type manager. |
| CommentStatistics::$state | property | core/ |
The state service. |
| CommentStatistics::create | function | core/ |
Insert an empty record for the given entity. |
| CommentStatistics::delete | function | core/ |
Delete comment statistics records for an entity. |
| CommentStatistics::getMaximumCount | function | core/ |
Find the maximum number of comments for the given entity type. |
| CommentStatistics::getRankingInfo | function | core/ |
Returns an array of ranking information for hook_ranking(). |
| CommentStatistics::read | function | core/ |
Read comment statistics records for an array of entities. |
| CommentStatistics::update | function | core/ |
Update or insert comment statistics records after a comment is added. |
| CommentStatistics::__construct | function | core/ |
Constructs the CommentStatistics service. |
| CommentStatisticsInterface | interface | core/ |
Provides an interface for storing and retrieving comment statistics. |
| CommentStatisticsInterface.php | file | core/ |
|
| CommentStatisticsInterface::create | function | core/ |
Insert an empty record for the given entity. |
| CommentStatisticsInterface::delete | function | core/ |
Delete comment statistics records for an entity. |
| CommentStatisticsInterface::getMaximumCount | function | core/ |
Find the maximum number of comments for the given entity type. |
| CommentStatisticsInterface::getRankingInfo | function | core/ |
Returns an array of ranking information for hook_ranking(). |
| CommentStatisticsInterface::read | function | core/ |
Read comment statistics records for an array of entities. |
| CommentStatisticsInterface::update | function | core/ |
Update or insert comment statistics records after a comment is added. |
| CommentStatisticsTest | class | core/ |
Tests comment statistics on nodes. |
| CommentStatisticsTest.php | file | core/ |
|
| CommentStatisticsTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentStatisticsTest::$webUser2 | property | core/ |
A secondary user for posting comments. |
| CommentStatisticsTest::setUp | function | core/ |
Pagination
- Previous page
- Page 195
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.