Search for link

  1. Search 7.x for link
  2. Search 8.9.x for link
  3. Search 10.3.x for link
  4. Search 11.x for link
  5. Other projects

Exact matches

These are exact matches according to your search
Title Object type File name Summary
Link class core/modules/jsonapi/src/JsonApiResource/Link.php Represents an RFC8288 based link.
Link class core/lib/Drupal/Core/Render/Element/Link.php Provides a link render element.
Link class core/lib/Drupal/Core/Link.php Defines an object that holds information about a link.

All search results

Title Object type File name Summary
comment.link_builder service core/modules/comment/comment.services.yml Drupal\comment\CommentLinkBuilder
Comment::permalink function core/modules/comment/src/Entity/Comment.php Returns the permalink URL for this comment.
CommentApproveLinkTest class core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Test the "approve_comment" views field for approving comments.
CommentApproveLinkTest.php file core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php
CommentApproveLinkTest::$defaultTheme property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php The theme to install as the default for testing.
CommentApproveLinkTest::$modules property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Modules to install.
CommentApproveLinkTest::$testViews property core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Views used by this test.
CommentApproveLinkTest::setUp function core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Sets up the test.
CommentApproveLinkTest::testCommentApproveLink function core/modules/comment/tests/src/Functional/Views/CommentApproveLinkTest.php Tests that "approve comment" link exists and works as expected.
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::renderNewCommentsNodeLinks function core/modules/comment/src/Controller/CommentController.php Returns a set of nodes' last read timestamps.
CommentFieldsTest::testCommentFieldLinksNonDefaultName function core/modules/comment/tests/src/Functional/CommentFieldsTest.php Tests link building with non-default comment field names.
CommentInterface::permalink function core/modules/comment/src/CommentInterface.php Returns the permalink URL for this comment.
CommentLazyBuilders::buildLinks function core/modules/comment/src/CommentLazyBuilders.php Build the default links (reply, edit, delete …) for a comment.
CommentLazyBuilders::renderLinks function core/modules/comment/src/CommentLazyBuilders.php #lazy_builder callback; builds a comment's links.
CommentLinkBuilder class core/modules/comment/src/CommentLinkBuilder.php Defines a class for building markup for comment links on a commented entity.
CommentLinkBuilder.php file core/modules/comment/src/CommentLinkBuilder.php
CommentLinkBuilder::$commentManager property core/modules/comment/src/CommentLinkBuilder.php Comment manager service.
CommentLinkBuilder::$currentUser property core/modules/comment/src/CommentLinkBuilder.php Current user.
CommentLinkBuilder::$entityTypeManager property core/modules/comment/src/CommentLinkBuilder.php The entity type manager service.
CommentLinkBuilder::$moduleHandler property core/modules/comment/src/CommentLinkBuilder.php Module handler service.
CommentLinkBuilder::buildCommentedEntityLinks function core/modules/comment/src/CommentLinkBuilder.php Builds links for the given entity.
CommentLinkBuilder::__construct function core/modules/comment/src/CommentLinkBuilder.php Constructs a new CommentLinkBuilder object.
CommentLinkBuilderInterface interface core/modules/comment/src/CommentLinkBuilderInterface.php Defines an interface for building comment links on a commented entity.
CommentLinkBuilderInterface.php file core/modules/comment/src/CommentLinkBuilderInterface.php
CommentLinkBuilderInterface::buildCommentedEntityLinks function core/modules/comment/src/CommentLinkBuilderInterface.php Builds links for the given entity.
CommentLinkBuilderTest class core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php @coversDefaultClass \Drupal\comment\CommentLinkBuilder
@group comment
CommentLinkBuilderTest.php file core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
CommentLinkBuilderTest::$commentLinkBuilder property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php
CommentLinkBuilderTest::$commentManager property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Comment manager mock.
CommentLinkBuilderTest::$currentUser property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Current user proxy mock.
CommentLinkBuilderTest::$entityTypeManager property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php The entity type manager.
CommentLinkBuilderTest::$moduleHandler property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Module handler mock.
CommentLinkBuilderTest::$stringTranslation property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php String translation mock.
CommentLinkBuilderTest::$timestamp property core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Timestamp used in test.
CommentLinkBuilderTest::getLinkCombinations function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Data provider for ::testCommentLinkBuilder.
CommentLinkBuilderTest::getMockNode function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Builds a mock node based on given scenario.
CommentLinkBuilderTest::setUp function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Prepares mocks for the test.
CommentLinkBuilderTest::testCommentLinkBuilder function core/modules/comment/tests/src/Unit/CommentLinkBuilderTest.php Tests the buildCommentedEntityLinks method.
CommentLinksAlterTest class core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentLinksAlterTest.php file core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::$defaultTheme property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php The theme to install as the default for testing.
CommentLinksAlterTest::$modules property core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Modules to install.
CommentLinksAlterTest::setUp function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php
CommentLinksAlterTest::testCommentLinksAlter function core/modules/comment/tests/src/Functional/CommentLinksAlterTest.php Tests comment links altering.
CommentLinksTest class core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php Tests the comment link field handlers.
CommentLinksTest class core/modules/comment/tests/src/Functional/CommentLinksTest.php Basic comment links tests to ensure markup present.
CommentLinksTest.php file core/modules/comment/tests/src/Kernel/Views/CommentLinksTest.php
CommentLinksTest.php file core/modules/comment/tests/src/Functional/CommentLinksTest.php

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