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
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 class core/modules/comment/src/CommentForm.php Base handler for comment forms.
CommentForm.php file core/modules/comment/src/CommentForm.php
CommentForm::$currentUser property core/modules/comment/src/CommentForm.php The current user.
CommentForm::$entityFieldManager property core/modules/comment/src/CommentForm.php The entity field manager.
CommentForm::$renderer property core/modules/comment/src/CommentForm.php The renderer.
CommentForm::actions function core/modules/comment/src/CommentForm.php Returns an array of supported actions for the current entity form.
CommentForm::buildEntity function core/modules/comment/src/CommentForm.php Builds an updated entity object based upon the submitted form values.
CommentForm::create function core/modules/comment/src/CommentForm.php Instantiates a new instance of this class.
CommentForm::flagViolations function core/modules/comment/src/CommentForm.php Flags violations for the current form.
CommentForm::form function core/modules/comment/src/CommentForm.php Gets the actual form array to be built.
CommentForm::getEditedFieldNames function core/modules/comment/src/CommentForm.php Gets the names of all fields edited in the form.
CommentForm::preview function core/modules/comment/src/CommentForm.php Form submission handler for the 'preview' action.
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.
CommentHalJsonAnonTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php @group hal
CommentHalJsonAnonTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php
CommentHalJsonAnonTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php The theme to install as the default for testing.
CommentHalJsonAnonTest::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonAnonTest.php Anonymous users cannot edit their own comments.
CommentHalJsonBasicAuthTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php @group hal
CommentHalJsonBasicAuthTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php
CommentHalJsonBasicAuthTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php The authentication mechanism to use in this test.
CommentHalJsonBasicAuthTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php The theme to install as the default for testing.
CommentHalJsonBasicAuthTest::$modules property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonBasicAuthTest.php Modules to install.
CommentHalJsonCookieTest class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php @group hal
CommentHalJsonCookieTest.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php
CommentHalJsonCookieTest::$auth property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php The authentication mechanism to use in this test.
CommentHalJsonCookieTest::$defaultTheme property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonCookieTest.php The theme to install as the default for testing.
CommentHalJsonTestBase class core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
CommentHalJsonTestBase class core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/hal/tests/src/Functional/EntityResource/Comment/CommentHalJsonTestBase.php
CommentHalJsonTestBase.php file core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php
CommentHalJsonTestBase::$format property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The format to use in this test.
CommentHalJsonTestBase::$mimeType property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php The MIME type that corresponds to $format.
CommentHalJsonTestBase::$modules property core/modules/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Modules to install.
CommentHalJsonTestBase::$patchProtectedFieldNames property core/modules/comment/tests/src/Functional/Hal/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/comment/tests/src/Functional/Hal/CommentHalJsonTestBase.php Returns the expected normalization of the entity.
CommentHalJsonTestBase::getNormalizedPostEntity function core/modules/comment/tests/src/Functional/Hal/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.
CommentHostnameUpdateTest class core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Tests that comment hostname settings are properly updated.
CommentHostnameUpdateTest.php file core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php
CommentHostnameUpdateTest::setDatabaseDumpFiles function core/modules/comment/tests/src/Functional/Update/CommentHostnameUpdateTest.php Set database dump files to be used.

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