Search for comment
- Search 7.x for comment
- Search 9.5.x for comment
- Search 8.9.x for comment
- Search 11.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 |
|---|---|---|---|
| CommentSelection::validateReferenceableEntities | function | core/ |
Validates which existing entities can be referenced. |
| 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 install. |
| CommentSourceWithHighWaterTest::providerSource | function | core/ |
|
| 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::$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::$callsToFetch | 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. |
| CommentStatisticsUnitTest::$statement | property | core/ |
Mock statement. |
| CommentStatisticsUnitTest::fetchObjectCallback | function | core/ |
Return value callback for fetchObject() function on mocked object. |
| CommentStatisticsUnitTest::setUp | function | core/ |
Sets up required mocks and the CommentStatistics service under test. |
| CommentStatisticsUnitTest::testRead | function | core/ |
Tests the read method. |
| CommentStatusFieldAccessTest | class | core/ |
Tests comment status field access. |
| CommentStatusFieldAccessTest.php | file | core/ |
|
| CommentStatusFieldAccessTest::$commentAdmin | property | core/ |
Comment admin. |
| CommentStatusFieldAccessTest::$defaultTheme | property | core/ |
The theme to install as the default for testing. |
| CommentStatusFieldAccessTest::$modules | property | core/ |
Modules to install. |
| CommentStatusFieldAccessTest::$nodeAuthor | property | core/ |
Node author. |
Pagination
- Previous page
- Page 14
- Next page
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.