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
CommentTypeValidationTest class core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php Tests validation of comment_type entities.
CommentTypeValidationTest.php file core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
CommentTypeValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php Modules to install.
CommentTypeValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
CommentTypeXmlAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php @group rest
CommentTypeXmlAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php
CommentTypeXmlAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php The theme to install as the default for testing.
CommentTypeXmlAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php The format to use in this test.
CommentTypeXmlAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php The MIME type that corresponds to $format.
CommentTypeXmlBasicAuthTest class core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php @group rest
CommentTypeXmlBasicAuthTest.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php The authentication mechanism to use in this test.
CommentTypeXmlBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php The theme to install as the default for testing.
CommentTypeXmlBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php The format to use in this test.
CommentTypeXmlBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php The MIME type that corresponds to $format.
CommentTypeXmlBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php Modules to install.
CommentTypeXmlCookieTest class core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php @group rest
CommentTypeXmlCookieTest.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
CommentTypeXmlCookieTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php The authentication mechanism to use in this test.
CommentTypeXmlCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php The theme to install as the default for testing.
CommentTypeXmlCookieTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php The format to use in this test.
CommentTypeXmlCookieTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php The MIME type that corresponds to $format.
CommentUninstallTest class core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests comment module uninstall.
CommentUninstallTest.php file core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUninstallTest::$modules property core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Modules to install.
CommentUninstallTest::setUp function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php
CommentUninstallTest::testCommentUninstallWithField function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests if comment module uninstall fails if the field exists.
CommentUninstallTest::testCommentUninstallWithoutField function core/modules/comment/tests/src/Kernel/CommentUninstallTest.php Tests if uninstallation succeeds if the field has been deleted beforehand.
CommentUserNameTest class core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Tests comment user name field.
CommentUserNameTest.php file core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentUserNameTest::$adminUser property core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Admin user.
CommentUserNameTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Modules to install.
CommentUserNameTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentUserNameTest::testUsername function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Tests the username formatter.
CommentValidationTest class core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests comment validation constraints.
CommentValidationTest.php file core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::$modules property core/modules/comment/tests/src/Kernel/CommentValidationTest.php Modules to install.
CommentValidationTest::assertLengthViolation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Verifies that a length violation exists for the given field.
CommentValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentValidationTest.php
CommentValidationTest::testValidation function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests the comment validation constraints.
CommentValidationTest::testValidationOfCommentOfUnpublishedNode function core/modules/comment/tests/src/Kernel/CommentValidationTest.php Tests that comments of unpublished nodes are not valid.
CommentViewBuilder class core/modules/comment/src/CommentViewBuilder.php View builder handler for comments.
CommentViewBuilder.php file core/modules/comment/src/CommentViewBuilder.php
CommentViewBuilder::$currentUser property core/modules/comment/src/CommentViewBuilder.php The current user.
CommentViewBuilder::$entityTypeManager property core/modules/comment/src/CommentViewBuilder.php The entity type manager.
CommentViewBuilder::alterBuild function core/modules/comment/src/CommentViewBuilder.php Specific per-entity building.
CommentViewBuilder::buildComponents function core/modules/comment/src/CommentViewBuilder.php In addition to modifying the content key on entities, this implementation
will also set the comment entity key which all comments carry.
CommentViewBuilder::createInstance function core/modules/comment/src/CommentViewBuilder.php Instantiates a new instance of this entity handler.
CommentViewBuilder::getBuildDefaults function core/modules/comment/src/CommentViewBuilder.php Provides entity-specific defaults to the build process.
CommentViewBuilder::__construct function core/modules/comment/src/CommentViewBuilder.php Constructs a new CommentViewBuilder.

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