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
CommentTestBase::commentExists function core/modules/comment/tests/src/Functional/CommentTestBase.php Checks current page for specified comment.
CommentTestBase::createCommentType function core/modules/comment/tests/src/Functional/CommentTestBase.php Creates a comment type (bundle).
CommentTestBase::deleteComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Deletes a comment.
CommentTestBase::getUnapprovedComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Gets the comment ID for an unapproved comment.
CommentTestBase::performCommentOperation function core/modules/comment/tests/src/Functional/CommentTestBase.php Performs the specified operation on the specified comment.
CommentTestBase::postComment function core/modules/comment/tests/src/Functional/CommentTestBase.php Posts a comment.
CommentTestBase::setCommentAnonymous function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing restrictions on anonymous comments.
CommentTestBase::setCommentForm function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing whether the comment form is on its own page.
CommentTestBase::setCommentPreview function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing the previewing mode for the comment form.
CommentTestBase::setCommentSettings function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets a comment settings variable for the article content type.
CommentTestBase::setCommentsPerPage function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value specifying the default number of comments per page.
CommentTestBase::setCommentSubject function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing whether the subject field should be enabled.
CommentTestBase::setUp function core/modules/comment/tests/src/Functional/CommentTestBase.php
CommentTestBase::setUp function core/modules/comment/tests/src/Functional/Views/CommentTestBase.php Sets up the test.
CommentTestBaseField class core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php Defines a test entity class for comment as a base field.
CommentTestBaseField.php file core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php
CommentTestBaseField::baseFieldDefinitions function core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php Provides base field definitions for an entity type.
CommentTestController class core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php Controller for the comment_test.module.
CommentTestController.php file core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php
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::preprocessField function core/modules/comment/src/Hook/CommentThemeHooks.php Implements hook_preprocess_HOOK() for field templates.
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/comment/tests/src/Functional/CommentTokenReplaceTest.php Tests comment token replacement.
CommentTokenReplaceTest.php file core/modules/comment/tests/src/Functional/CommentTokenReplaceTest.php
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::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

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