Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. CommentLinkBuilderInterface.php

function CommentLinkBuilderInterface::buildCommentedEntityLinks

Builds links for the given entity.

Parameters

\Drupal\Core\Entity\FieldableEntityInterface $entity: Entity for which the links are being built.

array $context: Array of context passed from the entity view builder.

Return value

array Array of entity links.

File

core/modules/comment/src/CommentLinkBuilderInterface.php, line 25

Class

CommentLinkBuilderInterface
Defines an interface for building comment links on a commented entity.

Namespace

Drupal\comment

Code

public function buildCommentedEntityLinks(FieldableEntityInterface $entity, array &$context);

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal