Search for on

  1. Search 7.x for on
  2. Search 9.5.x for on
  3. Search 8.9.x for on
  4. Search 11.x for on
  5. Other projects
Title Object type File name Summary
CommentNonNodeTest::testCommentFunctionality function core/modules/comment/tests/src/Functional/CommentNonNodeTest.php Tests anonymous comment functionality.
CommentNonNodeTest::testCommentSettingsNotRequired function core/modules/comment/tests/src/Functional/CommentNonNodeTest.php Ensures that comment settings are not required.
CommentNonNodeTest::testsNonIntegerIdEntities function core/modules/comment/tests/src/Functional/CommentNonNodeTest.php Tests comment fields cannot be added to entity types without integer IDs.
CommentOperationsTest class core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php Tests comment operations.
CommentOperationsTest.php file core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php
CommentOperationsTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php The theme to install as the default for testing.
CommentOperationsTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php Views used by this test.
CommentOperationsTest::testCommentOperations function core/modules/comment/tests/src/Functional/Views/CommentOperationsTest.php Tests the operations field plugin.
CommentPreviewTest::testCommentPreviewDuplicateSubmission function core/modules/comment/tests/src/Functional/CommentPreviewTest.php Tests comment preview.
CommentResourceTestBase::getExpectedCacheContexts function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php The expected cache contexts for the GET/HEAD response of the test entity.
CommentResourceTestBase::setUpAuthorization function core/modules/comment/tests/src/Functional/Rest/CommentResourceTestBase.php Sets up the necessary authorization.
CommentSelection class core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Provides specific access control for the comment entity type.
CommentSelection.php file core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php
CommentSelection::buildEntityQuery function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Builds an EntityQuery to get referenceable entities.
CommentSelection::countReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Counts entities that are referenceable.
CommentSelection::createNewEntity function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Creates a new entity object that can be used as a valid reference.
CommentSelection::entityQueryAlter function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Allows the selection to alter the SelectQuery generated by EntityFieldQuery.
CommentSelection::getReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Gets the list of referenceable entities.
CommentSelection::validateReferenceableEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which existing entities can be referenced.
CommentSelection::validateReferenceableNewEntities function core/modules/comment/src/Plugin/EntityReferenceSelection/CommentSelection.php Validates which newly created entities can be referenced.
CommentStatistics::__construct function core/modules/comment/src/CommentStatistics.php Constructs the CommentStatistics service.
CommentStorage::__construct function core/modules/comment/src/CommentStorage.php Constructs a CommentStorage object.
CommentStringIdEntitiesTest::testCommentFieldNonStringId function core/modules/comment/tests/src/Kernel/CommentStringIdEntitiesTest.php Tests that comment fields cannot be added entities with non-integer IDs.
CommentTest::getExpectedCacheContexts function core/modules/jsonapi/tests/src/Functional/CommentTest.php The expected cache contexts for the GET/HEAD response of the test entity.
CommentTest::getExpectedCollectionCacheability function core/modules/jsonapi/tests/src/Functional/CommentTest.php Computes the cacheability for a given entity collection.
CommentTest::getIncludePermissions function core/modules/jsonapi/tests/src/Functional/CommentTest.php Authorize the user under test with additional permissions to view includes.
CommentTest::setUpAuthorization function core/modules/jsonapi/tests/src/Functional/CommentTest.php Sets up the necessary authorization.
CommentTest::testCollectionFilterAccess function core/modules/jsonapi/tests/src/Functional/CommentTest.php
CommentTestBase::commentContactInfoAvailable function core/modules/comment/tests/src/Functional/CommentTestBase.php Checks whether the commenter's contact information is displayed.
CommentTestBase::performCommentOperation function core/modules/comment/tests/src/Functional/CommentTestBase.php Performs the specified operation on the specified comment.
CommentTestBase::setCommentAnonymous function core/modules/comment/tests/src/Functional/CommentTestBase.php Sets the value governing restrictions on anonymous comments.
CommentTestBaseField::baseFieldDefinitions function core/modules/comment/tests/modules/comment_base_field_test/src/Entity/CommentTestBaseField.php Provides base field definitions for an entity type.
CommentTestController class core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php Controller for the comment_test.module.
CommentTestController.php file core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php
CommentTestController::commentReport function core/modules/comment/tests/modules/comment_test/src/Controller/CommentTestController.php Provides a comment report.
CommentTranslationHandler class core/modules/comment/src/CommentTranslationHandler.php Defines the translation handler for comments.
CommentTranslationHandler.php file core/modules/comment/src/CommentTranslationHandler.php
CommentTranslationHandler::entityFormAlter function core/modules/comment/src/CommentTranslationHandler.php Performs the needed alterations to the entity form.
CommentTranslationHandler::entityFormEntityBuild function core/modules/comment/src/CommentTranslationHandler.php Entity builder method.
CommentTranslationHandler::entityFormTitle function core/modules/comment/src/CommentTranslationHandler.php Returns the title to be used for the entity form page.
CommentTranslationUITest class core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the Comment Translation UI.
CommentTranslationUITest.php file core/modules/comment/tests/src/Functional/CommentTranslationUITest.php
CommentTranslationUITest::$adminUser property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php An administrative user with permission to administer comments.
CommentTranslationUITest::$defaultCacheContexts property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Default cache contexts expected on a non-translated entity.
CommentTranslationUITest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php The theme to install as the default for testing.
CommentTranslationUITest::$modules property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Modules to install.
CommentTranslationUITest::$subject property core/modules/comment/tests/src/Functional/CommentTranslationUITest.php The subject of the test comment.
CommentTranslationUITest::createEntity function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Creates the entity to be translated.
CommentTranslationUITest::doTestAuthoringInfo function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the translation authoring information.
CommentTranslationUITest::doTestPublishedStatus function core/modules/comment/tests/src/Functional/CommentTranslationUITest.php Tests the translation publishing status.

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