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
CommentBookTest::testBookCommentPrint function core/modules/comment/tests/src/Functional/CommentBookTest.php Tests comments in book export.
CommentBreadcrumbBuilder class core/modules/comment/src/CommentBreadcrumbBuilder.php Class to define the comment breadcrumb builder.
CommentBreadcrumbBuilder.php file core/modules/comment/src/CommentBreadcrumbBuilder.php
CommentBreadcrumbBuilder::$entityTypeManager property core/modules/comment/src/CommentBreadcrumbBuilder.php The entity type manager.
CommentBreadcrumbBuilder::applies function core/modules/comment/src/CommentBreadcrumbBuilder.php Whether this breadcrumb builder should be used to build the breadcrumb.
CommentBreadcrumbBuilder::build function core/modules/comment/src/CommentBreadcrumbBuilder.php Builds the breadcrumb.
CommentBreadcrumbBuilder::__construct function core/modules/comment/src/CommentBreadcrumbBuilder.php Constructs the CommentBreadcrumbBuilder.
CommentBulkForm class core/modules/comment/src/Plugin/views/field/CommentBulkForm.php Defines a comment operations bulk form element.
CommentBulkForm.php file core/modules/comment/src/Plugin/views/field/CommentBulkForm.php
CommentBulkForm::emptySelectedMessage function core/modules/comment/src/Plugin/views/field/CommentBulkForm.php Returns the message to be displayed when there are no selected items.
CommentBulkFormTest class core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php @coversDefaultClass \Drupal\comment\Plugin\views\field\CommentBulkForm
@group comment
CommentBulkFormTest.php file core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
CommentBulkFormTest::tearDown function core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php
CommentBulkFormTest::testConstructor function core/modules/comment/tests/src/Unit/Plugin/views/field/CommentBulkFormTest.php Tests the constructor assignment of actions.
CommentBundlesTest class core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Tests that comment bundles behave as expected.
CommentBundlesTest.php file core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentBundlesTest::$entityFieldManager property core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentBundlesTest::$modules property core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Modules to enable.
CommentBundlesTest::$targetEntityTypes property core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Entity type ids to use for target_entity_type_id on comment bundles.
CommentBundlesTest::setUp function core/modules/comment/tests/src/Kernel/CommentBundlesTest.php
CommentBundlesTest::testEntityIdField function core/modules/comment/tests/src/Kernel/CommentBundlesTest.php Tests that the entity_id field is set correctly for each comment bundle.
CommentCacheTagsTest class core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Tests the Comment entity's cache tags.
CommentCacheTagsTest.php file core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentCacheTagsTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php The theme to install as the default for testing.
CommentCacheTagsTest::$entityTestCamelid property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentCacheTagsTest::$entityTestHippopotamidae property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentCacheTagsTest::$modules property core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Modules to enable.
CommentCacheTagsTest::createEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Creates the entity to be tested.
CommentCacheTagsTest::getAdditionalCacheContextsForEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Returns the additional (non-standard) cache contexts for the tested entity.
CommentCacheTagsTest::getAdditionalCacheTagsForEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Each comment must have a comment body, which always has a text format.
CommentCacheTagsTest::getDefaultCacheContexts function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Gets the default cache contexts for rendered entities.
CommentCacheTagsTest::setUp function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php
CommentCacheTagsTest::testCommentEntity function core/modules/comment/tests/src/Functional/CommentCacheTagsTest.php Tests that comments invalidate the cache tag of their host entity.
CommentController class core/modules/comment/src/Controller/CommentController.php Controller for the comment entity.
CommentController.php file core/modules/comment/src/Controller/CommentController.php
CommentController::$commentManager property core/modules/comment/src/Controller/CommentController.php The comment manager service.
CommentController::$entityFieldManager property core/modules/comment/src/Controller/CommentController.php The entity field manager.
CommentController::$entityRepository property core/modules/comment/src/Controller/CommentController.php The entity repository.
CommentController::$httpKernel property core/modules/comment/src/Controller/CommentController.php The HTTP kernel.
CommentController::commentApprove function core/modules/comment/src/Controller/CommentController.php Publishes the specified comment.
CommentController::commentPermalink function core/modules/comment/src/Controller/CommentController.php Redirects comment links to the correct page depending on comment settings.
CommentController::commentPermalinkTitle function core/modules/comment/src/Controller/CommentController.php The _title_callback for the page that renders the comment permalink.
CommentController::create function core/modules/comment/src/Controller/CommentController.php Instantiates a new instance of this class.
CommentController::getReplyForm function core/modules/comment/src/Controller/CommentController.php Form constructor for the comment reply form.
CommentController::redirectNode function core/modules/comment/src/Controller/CommentController.php Redirects legacy node links to the new path.
CommentController::renderNewCommentsNodeLinks function core/modules/comment/src/Controller/CommentController.php Returns a set of nodes' last read timestamps.
CommentController::replyFormAccess function core/modules/comment/src/Controller/CommentController.php Access check for the reply form.
CommentController::__construct function core/modules/comment/src/Controller/CommentController.php Constructs a CommentController object.
CommentCSSTest class core/modules/comment/tests/src/Functional/CommentCSSTest.php Tests CSS classes on comments.
CommentCSSTest.php file core/modules/comment/tests/src/Functional/CommentCSSTest.php

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