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. Search 11.x for comment
  6. 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
CommentTypeTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php
CommentTypeTest.php file core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php
CommentTypeTest::$adminUser property core/modules/comment/tests/src/Functional/CommentTypeTest.php Admin user.
CommentTypeTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentTypeTest.php
CommentTypeTest::$defaultTheme property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php The theme to install as the default for testing.
CommentTypeTest::$entity property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php
CommentTypeTest::$entityTypeId property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php The tested entity type.
CommentTypeTest::$modules property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Modules to install.
CommentTypeTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php Modules to install.
CommentTypeTest::$permissions property core/modules/comment/tests/src/Functional/CommentTypeTest.php Permissions to grant admin user.
CommentTypeTest::$resourceTypeName property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php The name of the tested JSON:API resource type.
CommentTypeTest::createEntity function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Creates the entity to be tested.
CommentTypeTest::getExpectedDocument function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Returns the expected JSON:API document for the entity.
CommentTypeTest::getPostDocument function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Returns the JSON:API POST document.
CommentTypeTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/CommentTypeTest.php Provides source data for ::testSource.
CommentTypeTest::setUp function core/modules/comment/tests/src/Functional/CommentTypeTest.php Sets the test up.
CommentTypeTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Sets up the necessary authorization.
CommentTypeTest::testCommentTypeCreation function core/modules/comment/tests/src/Functional/CommentTypeTest.php Tests creating a comment type programmatically and via a form.
CommentTypeTest::testCommentTypeDeletion function core/modules/comment/tests/src/Functional/CommentTypeTest.php Tests deleting a comment type that still has content.
CommentTypeTest::testCommentTypeEditing function core/modules/comment/tests/src/Functional/CommentTypeTest.php Tests editing a comment type using the UI.
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
CommentTypeValidationTest::setUp function core/modules/comment/tests/src/Kernel/CommentTypeValidationTest.php
CommentTypeXmlAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php Tests Comment Type Xml Anon.
CommentTypeXmlAnonTest.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php
CommentTypeXmlAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php
CommentTypeXmlAnonTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php
CommentTypeXmlAnonTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlAnonTest.php
CommentTypeXmlBasicAuthTest class core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php Tests Comment Type Xml Basic Auth.
CommentTypeXmlBasicAuthTest.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlBasicAuthTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlBasicAuthTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlBasicAuthTest.php
CommentTypeXmlCookieTest class core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php Tests Comment Type Xml Cookie.
CommentTypeXmlCookieTest.php file core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
CommentTypeXmlCookieTest::$auth property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
CommentTypeXmlCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
CommentTypeXmlCookieTest::$format property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
CommentTypeXmlCookieTest::$mimeType property core/modules/comment/tests/src/Functional/Rest/CommentTypeXmlCookieTest.php
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
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

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