Search for comment

  1. Search 7.x for comment
  2. Search 9.5.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.

All search results

Title Object type File name Summary
CommentTypeTest::$modules property core/modules/jsonapi/tests/src/Functional/CommentTypeTest.php Modules to enable.
CommentTypeTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php Modules to enable.
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/d7/CommentTypeTest.php The data provider.
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.
CommentTypeTest::testSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentTypeTest.php @dataProvider providerSource
@requires extension pdo_sqlite
@expectedDeprecation CommentType is deprecated in Drupal 8.4.x and will be removed before Drupal 9.0.x. Use \Drupal\node\Plugin\migrate\source\d7\NodeType instead.
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 enable.
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.
CommentUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that comment settings are properly updated during database updates.
CommentUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php
CommentUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Set database dump files to be used.
CommentUpdateTest::testCommentEntityTypeAndFieldNameRequired function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests whether the 'entity_type' and 'field_name' columns are required.
CommentUpdateTest::testCommentEntityTypeAndFieldUpdateRequirementsCheck function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Test the update hook requirements check for 8701.
CommentUpdateTest::testCommentUpdate8101 function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests comment_update_8200().
CommentUpdateTest::testOwnerEntityKey function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that the comment entity type has an 'owner' entity key.
CommentUpdateTest::testPublishedEntityKey function core/modules/comment/tests/src/Functional/Update/CommentUpdateTest.php Tests that the comment entity type has a 'published' entity key.
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 enable.

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