Search for all
| Title | Object type | File name | Summary |
|---|---|---|---|
| CommentRssTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentRssTest::$modules | property | core/ |
Modules to install. |
| CommentRssTest::setUp | function | core/ |
|
| CommentRssTest::testCommentRss | function | core/ |
Tests comments as part of an RSS feed. |
| comments.css | file | core/ |
Visual styles for comments in Bartik. |
| 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::createNewEntity | function | core/ |
Creates a new entity object that can be used as a valid reference. |
| CommentSelection::entityQueryAlter | function | core/ |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
| CommentSelection::validateReferenceableNewEntities | function | core/ |
Validates which newly created entities can be referenced. |
| CommentSourceWithHighWaterTest | class | core/ |
Tests the Drupal 6 comment source w/ high water handling. |
| CommentSourceWithHighWaterTest.php | file | core/ |
|
| CommentSourceWithHighWaterTest::$modules | property | core/ |
Modules to enable. |
| CommentSourceWithHighWaterTest::providerSource | function | core/ |
The data provider. |
| CommentStatistics | class | core/ |
|
| 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::$deprecatedProperties | property | core/ |
|
| 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/ |
|
| CommentStatisticsTest::testCommentNodeCommentStatistics | function | core/ |
Tests the node comment statistics. |
| CommentStatisticsUnitTest | class | core/ |
@coversDefaultClass \Drupal\comment\CommentStatistics[[api-linebreak]] @group comment |
| CommentStatisticsUnitTest.php | file | core/ |
|
| CommentStatisticsUnitTest::$calls_to_fetch | property | core/ |
Counts calls to fetchAssoc(). |
| CommentStatisticsUnitTest::$commentStatistics | property | core/ |
CommentStatistics service under test. |
| CommentStatisticsUnitTest::$database | property | core/ |
Mock database connection. |
| CommentStatisticsUnitTest::$select | property | core/ |
Mock select interface. |
Pagination
- Previous page
- Page 183
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.