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
CommentController::$entityRepository property core/modules/comment/src/Controller/CommentController.php The entity repository.
CommentController::$httpKernel property core/modules/comment/src/Controller/CommentController.php The HTTP kernel.
CommentController::commentApprove function core/modules/comment/src/Controller/CommentController.php Publishes the specified comment.
CommentController::commentPermalink function core/modules/comment/src/Controller/CommentController.php Redirects comment links to the correct page depending on comment settings.
CommentController::commentPermalinkTitle function core/modules/comment/src/Controller/CommentController.php The _title_callback for the page that renders the comment permalink.
CommentController::getReplyForm function core/modules/comment/src/Controller/CommentController.php Form constructor for the comment reply form.
CommentController::redirectNode function core/modules/comment/src/Controller/CommentController.php Redirects legacy node links to the new path.
CommentController::renderNewCommentsNodeLinks function core/modules/comment/src/Controller/CommentController.php Returns a set of nodes' last read timestamps.
CommentController::replyFormAccess function core/modules/comment/src/Controller/CommentController.php Access check for the reply form.
CommentController::__construct function core/modules/comment/src/Controller/CommentController.php Constructs a CommentController object.
CommentDefaultFormatter::__construct function core/modules/comment/src/Plugin/Field/FieldFormatter/CommentDefaultFormatter.php Constructs a new CommentDefaultFormatter.
CommentDisplayConfigurableTest class core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php Tests making comment base fields' displays configurable.
CommentDisplayConfigurableTest.php file core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php
CommentDisplayConfigurableTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php
CommentDisplayConfigurableTest::setUp function core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php
CommentDisplayConfigurableTest::testDisplayConfigurable function core/modules/comment/tests/src/Functional/CommentDisplayConfigurableTest.php Sets base fields to configurable display and check settings are respected.
CommentEntityTranslation class core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php Drupal 7 comment entity translation source plugin.
CommentEntityTranslation.php file core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslation::checkRequirements function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslation::fields function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslation::getIds function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslation::prepareRow function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslation::query function core/modules/comment/src/Plugin/migrate/source/d7/CommentEntityTranslation.php
CommentEntityTranslationCheckRequirementsTest class core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Tests check requirements for comment entity translation source plugin.
CommentEntityTranslationCheckRequirementsTest.php file core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php
CommentEntityTranslationCheckRequirementsTest::$modules property core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php
CommentEntityTranslationCheckRequirementsTest::providerTestCheckRequirements function core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Provides data for testCheckRequirements.
CommentEntityTranslationCheckRequirementsTest::testCheckRequirements function core/modules/comment/tests/src/Kernel/Migrate/d7/CommentEntityTranslationCheckRequirementsTest.php Tests exception thrown when the given module is not enabled in the source.
CommentEntityTranslationTest class core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php Tests D7 comment entity translation source plugin.
CommentEntityTranslationTest.php file core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
CommentEntityTranslationTest::$modules property core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
CommentEntityTranslationTest::providerSource function core/modules/comment/tests/src/Kernel/Plugin/migrate/source/d7/CommentEntityTranslationTest.php
CommentFieldAccessTest::$contactFields property core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php These fields can only be edited by the admin or anonymous users if allowed.
CommentFieldAccessTest::$createOnlyFields property core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php These fields can be edited on create only.
CommentFieldAccessTest::$readOnlyFields property core/modules/comment/tests/src/Kernel/CommentFieldAccessTest.php These fields are automatically managed and can not be changed by any user.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentForm::actions function core/modules/comment/src/CommentForm.php
CommentForm::flagViolations function core/modules/comment/src/CommentForm.php
CommentForm::__construct function core/modules/comment/src/CommentForm.php Constructs a new CommentForm.
CommentIntegrationTest class core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests integration of comment with other components.
CommentIntegrationTest.php file core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
CommentIntegrationTest::$modules property core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
CommentIntegrationTest::setUp function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php
CommentIntegrationTest::testCommentDefaultOwner function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests the default owner of comment entities.
CommentIntegrationTest::testViewMode function core/modules/comment/tests/src/Kernel/CommentIntegrationTest.php Tests view mode setting integration.
CommentInterface::ANONYMOUS_MAYNOT_CONTACT constant core/modules/comment/src/CommentInterface.php Anonymous posters cannot enter their contact information.
CommentInterface::ANONYMOUS_MAY_CONTACT constant core/modules/comment/src/CommentInterface.php Anonymous posters may leave their contact information.
CommentInterface::ANONYMOUS_MUST_CONTACT constant core/modules/comment/src/CommentInterface.php Anonymous posters are required to leave their contact information.
CommentItem::propertyDefinitions function core/modules/comment/src/Plugin/Field/FieldType/CommentItem.php
CommentJsonAnonTest class core/modules/comment/tests/src/Functional/Rest/CommentJsonAnonTest.php @group rest
@group #slow

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