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 |
---|---|---|---|
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 the selection to alter 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. |
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/ |
|
CommentStatistics::delete | function | core/ |
|
CommentStatistics::getMaximumCount | function | core/ |
|
CommentStatistics::getRankingInfo | function | core/ |
|
CommentStatistics::read | function | core/ |
|
CommentStatistics::update | function | core/ |
|
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 @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. |
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.