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
CommentAdminViewTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Modules to install.
CommentAdminViewTest::doTestFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view display.
CommentAdminViewTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php
CommentAdminViewTest::testFilters function core/modules/comment/tests/src/Kernel/Views/CommentAdminViewTest.php Tests comment admin view filters.
CommentAnonymousTest class core/modules/comment/tests/src/Functional/CommentAnonymousTest.php Tests anonymous commenting.
CommentAnonymousTest.php file core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
CommentAnonymousTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentAnonymousTest.php The theme to install as the default for testing.
CommentAnonymousTest::setUp function core/modules/comment/tests/src/Functional/CommentAnonymousTest.php
CommentAnonymousTest::testAnonymous function core/modules/comment/tests/src/Functional/CommentAnonymousTest.php Tests anonymous comment functionality.
CommentApproveLinkTest class core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Test the "approve_comment" views field for approving comments.
CommentApproveLinkTest.php file core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php
CommentApproveLinkTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php The theme to install as the default for testing.
CommentApproveLinkTest::$modules property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Modules to install.
CommentApproveLinkTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Views used by this test.
CommentApproveLinkTest::setUp function core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Sets up the test.
CommentApproveLinkTest::testCommentApproveLink function core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Tests that "approve comment" link exists and works as expected.
CommentBaseFieldTest class core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php Tests that comment as a base field.
CommentBaseFieldTest.php file core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
CommentBaseFieldTest::$modules property core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php Modules to install.
CommentBaseFieldTest::setUp function core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php
CommentBaseFieldTest::testCommentBaseField function core/modules/comment/tests/src/Kernel/CommentBaseFieldTest.php Tests comment as a base field.
CommentBlockTest class core/modules/comment/tests/src/Functional/CommentBlockTest.php Tests comment block functionality.
CommentBlockTest.php file core/modules/comment/tests/src/Functional/CommentBlockTest.php
CommentBlockTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentBlockTest.php The theme to install as the default for testing.
CommentBlockTest::$modules property core/modules/comment/tests/src/Functional/CommentBlockTest.php Modules to install.
CommentBlockTest::setUp function core/modules/comment/tests/src/Functional/CommentBlockTest.php
CommentBlockTest::testRecentCommentBlock function core/modules/comment/tests/src/Functional/CommentBlockTest.php Tests the recent comments block.
CommentBookTest class core/modules/book/tests/src/Functional/Comment/CommentBookTest.php Tests visibility of comments on book pages.
CommentBookTest.php file core/modules/book/tests/src/Functional/Comment/CommentBookTest.php
CommentBookTest::$defaultTheme property core/modules/book/tests/src/Functional/Comment/CommentBookTest.php The theme to install as the default for testing.
CommentBookTest::$modules property core/modules/book/tests/src/Functional/Comment/CommentBookTest.php Modules to install.
CommentBookTest::setUp function core/modules/book/tests/src/Functional/Comment/CommentBookTest.php
CommentBookTest::testBookCommentPrint function core/modules/book/tests/src/Functional/Comment/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 install.

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