Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 8.9.x for all
  4. Search 10.3.x for all
  5. Other projects
Title Object type File name Summary
CommentRssTest::testCommentRss function core/modules/comment/tests/src/Functional/CommentRssTest.php Tests comments as part of an RSS feed.
comments.css file core/themes/olivero/css/components/comments.css Comment section and individual comments.
comments.pcss.css file core/themes/olivero/css/components/comments.pcss.css Comment section and individual comments.
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::countReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Counts entities that are referenceable.
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 altering the SelectQuery generated by EntityFieldQuery.
CommentSelection::getReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Gets the list of referenceable entities.
CommentSelection::validateReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which existing entities can be referenced.
CommentSelection::validateReferenceableNewEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which newly created entities can be referenced.
CommentsHistoryTest class core/modules/history/tests/src/Functional/CommentsHistoryTest.php Tests comments history.
CommentsHistoryTest.php file core/modules/history/tests/src/Functional/CommentsHistoryTest.php
CommentsHistoryTest::$defaultTheme property core/modules/history/tests/src/Functional/CommentsHistoryTest.php The theme to install as the default for testing.
CommentsHistoryTest::$modules property core/modules/history/tests/src/Functional/CommentsHistoryTest.php Modules to install.
CommentsHistoryTest::$testViews property core/modules/history/tests/src/Functional/CommentsHistoryTest.php Views used by this test.
CommentsHistoryTest::setUp function core/modules/history/tests/src/Functional/CommentsHistoryTest.php Sets up the test.
CommentsHistoryTest::testNewComments function core/modules/history/tests/src/Functional/CommentsHistoryTest.php Tests the new comments field plugin.
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 install.
CommentSourceWithHighWaterTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d6/CommentSourceWithHighWaterTest.php Provides source data for ::testSource.
CommentStatistics class core/modules/comment/src/CommentStatistics.php Service for storing and retrieving comment statistics.
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::$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.
CommentStatisticsInterface::getMaximumCount function core/modules/comment/src/CommentStatisticsInterface.php Find the maximum number of comments for the given entity type.
CommentStatisticsInterface::getRankingInfo function core/modules/comment/src/CommentStatisticsInterface.php Returns an array of ranking information for hook_ranking().
CommentStatisticsInterface::read function core/modules/comment/src/CommentStatisticsInterface.php Read comment statistics records for an array of entities.
CommentStatisticsInterface::update function core/modules/comment/src/CommentStatisticsInterface.php Update or insert comment statistics records after a comment is added.
CommentStatisticsTest class core/modules/comment/tests/src/Functional/CommentStatisticsTest.php Tests comment statistics on nodes.
CommentStatisticsTest.php file core/modules/comment/tests/src/Functional/CommentStatisticsTest.php
CommentStatisticsTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentStatisticsTest.php The theme to install as the default for testing.
CommentStatisticsTest::$webUser2 property core/modules/comment/tests/src/Functional/CommentStatisticsTest.php A secondary user for posting comments.
CommentStatisticsTest::setUp function core/modules/comment/tests/src/Functional/CommentStatisticsTest.php

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.