| CommentResourceTestBase::testPostDxWithoutCriticalBaseFields |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Tests POSTing a comment without critical base fields. |
| CommentResourceTestBase::testPostSkipCommentApproval |
function |
core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php |
Tests POSTing a comment with and without 'skip comment approval' |
| CommentRestExportTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
Tests a comment rest export view. |
| CommentRestExportTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
|
| CommentRestExportTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
The theme to install as the default for testing. |
| CommentRestExportTest::$modules |
property |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
Modules to install. |
| CommentRestExportTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
Views used by this test. |
| CommentRestExportTest::setUp |
function |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
|
| CommentRestExportTest::testCommentRestExport |
function |
core/modules/comment/tests/src/Functional/Views/CommentRestExportTest.php |
Test comment row. |
| CommentRowTest |
class |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Tests the comment row plugin. |
| CommentRowTest.php |
file |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
|
| CommentRowTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
The theme to install as the default for testing. |
| CommentRowTest::$testViews |
property |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Views used by this test. |
| CommentRowTest::testCommentRow |
function |
core/modules/comment/tests/src/Functional/Views/CommentRowTest.php |
Test comment row. |
| CommentRssTest |
class |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Tests comments as part of an RSS feed. |
| CommentRssTest.php |
file |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::$defaultTheme |
property |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
The theme to install as the default for testing. |
| CommentRssTest::$modules |
property |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Modules to install. |
| CommentRssTest::setUp |
function |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
|
| CommentRssTest::testCommentRss |
function |
core/modules/comment/tests/src/Functional/CommentRssTest.php |
Tests comments as part of an RSS feed. |
| comments.css |
file |
core/themes/bartik/css/components/comments.css |
Visual styles for comments in Bartik. |
| CommentSelection |
class |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Provides specific access control for the comment entity type. |
| CommentSelection.php |
file |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
|
| CommentSelection::buildEntityQuery |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Builds an EntityQuery to get referenceable entities. |
| CommentSelection::createNewEntity |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Creates a new entity object that can be used as a valid reference. |
| CommentSelection::entityQueryAlter |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Allows the selection to alter the SelectQuery generated by EntityFieldQuery. |
| CommentSelection::validateReferenceableNewEntities |
function |
core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php |
Validates which newly created entities can be referenced. |
| CommentSourceWithHighWaterTest |
class |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
Tests the Drupal 6 comment source w/ high water handling. |
| CommentSourceWithHighWaterTest.php |
file |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
|
| CommentSourceWithHighWaterTest::$modules |
property |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
Modules to enable. |
| CommentSourceWithHighWaterTest::providerSource |
function |
core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php |
The data provider. |
| CommentStatistics |
class |
core/modules/comment/src/CommentStatistics.php |
|
| CommentStatistics.php |
file |
core/modules/comment/src/CommentStatistics.php |
|
| CommentStatistics::$currentUser |
property |
core/modules/comment/src/CommentStatistics.php |
The current logged in user. |
| CommentStatistics::$database |
property |
core/modules/comment/src/CommentStatistics.php |
The current database connection. |
| CommentStatistics::$databaseReplica |
property |
core/modules/comment/src/CommentStatistics.php |
The replica database connection. |
| CommentStatistics::$deprecatedProperties |
property |
core/modules/comment/src/CommentStatistics.php |
|
| CommentStatistics::$entityTypeManager |
property |
core/modules/comment/src/CommentStatistics.php |
The entity type manager. |
| CommentStatistics::$state |
property |
core/modules/comment/src/CommentStatistics.php |
The state service. |
| CommentStatistics::create |
function |
core/modules/comment/src/CommentStatistics.php |
Insert an empty record for the given entity. |
| CommentStatistics::delete |
function |
core/modules/comment/src/CommentStatistics.php |
Delete comment statistics records for an entity. |
| CommentStatistics::getMaximumCount |
function |
core/modules/comment/src/CommentStatistics.php |
Find the maximum number of comments for the given entity type. |
| CommentStatistics::getRankingInfo |
function |
core/modules/comment/src/CommentStatistics.php |
Returns an array of ranking information for hook_ranking(). |
| CommentStatistics::read |
function |
core/modules/comment/src/CommentStatistics.php |
Read comment statistics records for an array of entities. |
| CommentStatistics::update |
function |
core/modules/comment/src/CommentStatistics.php |
Update or insert comment statistics records after a comment is added. |
| CommentStatistics::__construct |
function |
core/modules/comment/src/CommentStatistics.php |
Constructs the CommentStatistics service. |
| CommentStatisticsInterface |
interface |
core/modules/comment/src/CommentStatisticsInterface.php |
Provides an interface for storing and retrieving comment statistics. |
| CommentStatisticsInterface.php |
file |
core/modules/comment/src/CommentStatisticsInterface.php |
|
| CommentStatisticsInterface::create |
function |
core/modules/comment/src/CommentStatisticsInterface.php |
Insert an empty record for the given entity. |
| CommentStatisticsInterface::delete |
function |
core/modules/comment/src/CommentStatisticsInterface.php |
Delete comment statistics records for an entity. |