Search for %s

  1. Search 7.x for %s
  2. Search 8.9.x for %s
  3. Search 10.3.x for %s
  4. Search 11.x for %s
  5. Search main for %s
  6. Other projects
Title Object type File name Summary
CommentFieldNameTest::$modules property core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Modules to enable.
CommentFieldNameTest::$testViews property core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Views used by this test.
CommentFieldNameTest::testCommentFieldName function core/modules/comment/tests/src/Kernel/Views/CommentFieldNameTest.php Tests comment field name.
CommentFieldsTest class core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests fields on comments.
CommentFieldsTest.php file core/modules/comment/tests/src/Functional/CommentFieldsTest.php
CommentFieldsTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentFieldsTest.php The theme to install as the default for testing.
CommentFieldsTest::$modules property core/modules/comment/tests/src/Functional/CommentFieldsTest.php Install the field UI.
CommentFieldsTest::testCommentDefaultFields function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that the default 'comment_body' field is correctly added.
CommentFieldsTest::testCommentFieldCreate function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests creating a comment field through the interface.
CommentFieldsTest::testCommentFieldDelete function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that you can remove a comment field.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentFieldsTest::testCommentInstallAfterContentModule function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests that comment module works when installed after a content module.
CommentForm::$currentUser property core/modules/comment/src/CommentForm.php The current user.
CommentForm::actions function core/modules/comment/src/CommentForm.php Returns an array of supported actions for the current entity form.
CommentForm::flagViolations function core/modules/comment/src/CommentForm.php Flags violations for the current form.
CommentForm::getEditedFieldNames function core/modules/comment/src/CommentForm.php Gets the names of all fields edited in the form.
CommentForm::save function core/modules/comment/src/CommentForm.php Form submission handler for the 'save' action.
CommentForm::__construct function core/modules/comment/src/CommentForm.php Constructs a new CommentForm.
CommentHalExportTest class core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Tests a comment rest export view.
CommentHalExportTest.php file core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php
CommentHalExportTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php The theme to install as the default for testing.
CommentHalExportTest::$modules property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Modules to install.
CommentHalExportTest::$testViews property core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Views used by this test.
CommentHalExportTest::setUp function core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Sets up the test.
CommentHalExportTest::testCommentRestExport function core/modules/hal/tests/src/Functional/comment/Views/CommentHalExportTest.php Tests comment row.
CommentHalJsonAnonTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php @group hal
@group legacy
CommentHalJsonAnonTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php The theme to install as the default for testing.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonBasicAuthTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php @group hal
@group legacy
CommentHalJsonBasicAuthTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$auth property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentHalJsonBasicAuthTest::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonBasicAuthTest.php Modules to install.
CommentHalJsonCookieTest class core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php @group hal
@group legacy
CommentHalJsonCookieTest.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$auth property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php The authentication mechanism to use in this test.
CommentHalJsonCookieTest::$defaultTheme property core/modules/hal/tests/src/Functional/comment/CommentHalJsonCookieTest.php The theme to install as the default for testing.
CommentHalJsonTestBase class core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$format property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php The format to use in this test.
CommentHalJsonTestBase::$mimeType property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php The MIME type that corresponds to $format.
CommentHalJsonTestBase::$modules property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Modules to install.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php The HAL+JSON format causes different PATCH-protected fields. For some
reason, the 'pid' and 'homepage' fields are NOT PATCH-protected, even
though they are for non-HAL+JSON serializations.
CommentHalJsonTestBase::getExpectedNormalizedEntity function core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Returns the expected normalization of the entity.
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/hal/tests/src/Functional/comment/CommentHalJsonTestBase.php Returns the normalized POST entity.
CommentHostnameTest class core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests the hostname base field.
CommentHostnameTest.php file core/modules/comment/tests/src/Kernel/CommentHostnameTest.php
CommentHostnameTest::$modules property core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Modules to enable.
CommentHostnameTest::testGetDefaultHostname function core/modules/comment/tests/src/Kernel/CommentHostnameTest.php Tests hostname default value callback.

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