Search for comment

  1. Search 7.x for comment
  2. Search 8.9.x for comment
  3. Search 10.3.x for comment
  4. Search 11.x for comment
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Comment class core/modules/comment/src/Entity/Comment.php Defines the comment entity class.
Comment class core/modules/comment/src/Plugin/views/wizard/Comment.php Tests creating comment views with the wizard.
Comment class core/modules/comment/src/Plugin/migrate/source/d6/Comment.php Drupal 6 comment source from database.
Comment class core/modules/comment/src/Plugin/migrate/source/d7/Comment.php Drupal 7 comment source from database.
Comment class core/modules/comment/tests/modules/d6_comment_test/src/Plugin/migrate/source/d6/Comment.php Test source plugin for deprecation testing.

All search results

Title Object type File name Summary
CommentPreviewTest::$modules property core/modules/comment/tests/src/Functional/CommentPreviewTest.php Modules to install.
CommentPreviewTest::testCommentEditPreviewSave function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment edit, preview, and save.
CommentPreviewTest::testCommentPreview function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment preview.
CommentPreviewTest::testCommentPreviewDuplicateSubmission function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment preview.
CommentResourceTestBase class core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase.php file core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::$entity property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php
CommentResourceTestBase::$entityTypeId property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The tested entity type.
CommentResourceTestBase::$modules property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Modules to install.
CommentResourceTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The fields that are protected against modification during PATCH requests.
CommentResourceTestBase::createEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Creates the entity to be tested.
CommentResourceTestBase::getExpectedCacheContexts function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
CommentResourceTestBase::getExpectedCacheTags function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The expected cache tags for the GET/HEAD response of the test entity.
CommentResourceTestBase::getExpectedNormalizedEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the expected normalization of the entity.
CommentResourceTestBase::getExpectedUnauthorizedAccessMessage function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Return the expected error message.
CommentResourceTestBase::getExpectedUnauthorizedEntityAccessCacheability function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The cacheability of unauthorized 'view' entity access.
CommentResourceTestBase::getNormalizedPatchEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the normalized PATCH entity.
CommentResourceTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Returns the normalized POST entity.
CommentResourceTestBase::setUpAuthorization function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Sets up the necessary authorization.
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'.
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 Tests 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/olivero/css/components/comments.css Comment section and individual comments.
comments.css file core/themes/bartik/css/components/comments.css Visual styles for comments in Bartik.
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 the selection to alter the SelectQuery generated by EntityFieldQuery.
CommentSelection::getReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Gets the list of referenceable entities.
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.

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