Search for all

  1. Search 7.x for all
  2. Search 9.5.x for all
  3. Search 10.3.x for all
  4. Search 11.x for all
  5. Other projects
Title Object type File name Summary
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.
CommentUserNameTest::setUp function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php
CommentUserNameTest::testUsername function core/modules/comment/tests/src/Kernel/Views/CommentUserNameTest.php Test 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.
CommentVariable class core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Plugin annotation

@MigrateSource(
id = "d6_comment_variable",
source_module = "comment"
)
CommentVariable.php file core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php
CommentVariable::commentPrefixes function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Comment related data for fields.
CommentVariable::count function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Gets the source count.
CommentVariable::fields function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Returns available fields on the source.
CommentVariable::getCommentVariables function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Retrieves the values of the comment variables grouped by node type.
CommentVariable::getIds function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Defines the source fields uniquely identifying a source row.
CommentVariable::initializeIterator function core/modules/comment/src/Plugin/migrate/source/d6/CommentVariable.php Initializes the iterator with the source data.

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