Search for comment

  1. Search 7.x for comment
  2. Search 9.5.x for comment
  3. Search 8.9.x for comment
  4. Search 10.3.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.

All search results

Title Object type File name Summary
CommentTestController::commentReport function core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php Provides a comment report.
CommentTestHooks class core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Hook implementations for comment_test.
CommentTestHooks.php file core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php
CommentTestHooks::commentLinksAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_comment_links_alter().
CommentTestHooks::entityTypeAlter function core/modules/comment/tests/modules/comment_test/src/Hook/CommentTestHooks.php Implements hook_entity_type_alter().
CommentTestTrait trait core/modules/comment/src/Tests/CommentTestTrait.php Provides common functionality for the Comment test classes.
CommentTestTrait.php file core/modules/comment/src/Tests/CommentTestTrait.php
CommentTestTrait::addDefaultCommentField function core/modules/comment/src/Tests/CommentTestTrait.php Adds the default comment field to an entity.
CommentThemeHooks class core/modules/comment/src/Hook/CommentThemeHooks.php Hook implementations for comment.
CommentThemeHooks.php file core/modules/comment/src/Hook/CommentThemeHooks.php
CommentThemeHooks::preprocessBlock function core/modules/comment/src/Hook/CommentThemeHooks.php Implements hook_preprocess_HOOK() for block templates.
CommentThemeHooks::preprocessComment function core/modules/comment/src/Hook/CommentThemeHooks.php Prepares variables for comment templates.
CommentThemeHooks::preprocessField function core/modules/comment/src/Hook/CommentThemeHooks.php Implements hook_preprocess_HOOK() for field templates.
CommentThemeHooks::theme function core/modules/comment/src/Hook/CommentThemeHooks.php Implements hook_theme().
CommentThemeHooks::__construct function core/modules/comment/src/Hook/CommentThemeHooks.php
CommentThreadingTest class core/modules/comment/tests/src/Functional/CommentThreadingTest.php Tests to make sure the comment number increments properly.
CommentThreadingTest.php file core/modules/comment/tests/src/Functional/CommentThreadingTest.php
CommentThreadingTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentThreadingTest.php The theme to install as the default for testing.
CommentThreadingTest::assertNoParentLink function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Asserts that the specified comment does not have a link to a parent.
CommentThreadingTest::assertParentLink function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Asserts that the link to the specified parent comment is present.
CommentThreadingTest::testCommentReplyLinkUnpublished function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Check the reply link on unpublished comments.
CommentThreadingTest::testCommentThreading function core/modules/comment/tests/src/Functional/CommentThreadingTest.php Tests the comment threading.
CommentTitleTest class core/modules/comment/tests/src/Functional/CommentTitleTest.php Tests that appropriate and accessible markup is created for comment titles.
CommentTitleTest.php file core/modules/comment/tests/src/Functional/CommentTitleTest.php
CommentTitleTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentTitleTest.php The theme to install as the default for testing.
CommentTitleTest::testCommentEmptyTitles function core/modules/comment/tests/src/Functional/CommentTitleTest.php Tests markup for comments with empty titles.
CommentTitleTest::testCommentPopulatedTitles function core/modules/comment/tests/src/Functional/CommentTitleTest.php Tests markup for comments with populated titles.
CommentTokenReplaceTest class core/modules/history/tests/src/Functional/CommentTokenReplaceTest.php Tests comment token replacement.
CommentTokenReplaceTest class core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php Tests comment token replacement.
CommentTokenReplaceTest.php file core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php
CommentTokenReplaceTest.php file core/modules/history/tests/src/Functional/CommentTokenReplaceTest.php
CommentTokenReplaceTest::$defaultTheme property core/modules/history/tests/src/Functional/CommentTokenReplaceTest.php The theme to install as the default for testing.
CommentTokenReplaceTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php The theme to install as the default for testing.
CommentTokenReplaceTest::$modules property core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php Modules to install.
CommentTokenReplaceTest::$modules property core/modules/history/tests/src/Functional/CommentTokenReplaceTest.php Modules to install.
CommentTokenReplaceTest::testCommentTokenReplacement function core/modules/history/tests/src/Functional/CommentTokenReplaceTest.php Creates a comment, then tests the tokens generated from it.
CommentTokenReplaceTest::testCommentTokenReplacement function core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php Creates a comment, then tests the tokens generated from it.
CommentTokensHooks class core/modules/comment/src/Hook/CommentTokensHooks.php Hook implementations for comment.
CommentTokensHooks.php file core/modules/comment/src/Hook/CommentTokensHooks.php
CommentTokensHooks::tokenInfo function core/modules/comment/src/Hook/CommentTokensHooks.php Implements hook_token_info().
CommentTokensHooks::tokens function core/modules/comment/src/Hook/CommentTokensHooks.php Implements hook_tokens().
CommentTranslationHandler class core/modules/comment/src/CommentTranslationHandler.php Defines the translation handler for comments.
CommentTranslationHandler.php file core/modules/comment/src/CommentTranslationHandler.php
CommentTranslationHandler::entityFormAlter function core/modules/comment/src/CommentTranslationHandler.php Performs the needed alterations to the entity form.
CommentTranslationHandler::entityFormEntityBuild function core/modules/comment/src/CommentTranslationHandler.php Entity builder method.
CommentTranslationHandler::entityFormTitle function core/modules/comment/src/CommentTranslationHandler.php Returns the title to be used for the entity form page.
CommentTranslationUITest class core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the Comment Translation UI.
CommentTranslationUITest.php file core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
CommentTranslationUITest::$adminUser property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php An administrative user with permission to administer comments.
CommentTranslationUITest::$defaultCacheContexts property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Default cache contexts expected on a non-translated entity.

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