public function CommentLinkBuilderInterface::buildCommentedEntityLinks in Zircon Profile 8
Same name and namespace in other branches
- 8.0 core/modules/comment/src/CommentLinkBuilderInterface.php \Drupal\comment\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.
1 method overrides CommentLinkBuilderInterface::buildCommentedEntityLinks()
- CommentLinkBuilder::buildCommentedEntityLinks in core/
modules/ comment/ src/ CommentLinkBuilder.php - Builds links for the given entity.
File
- core/
modules/ comment/ src/ CommentLinkBuilderInterface.php, line 30 - Contains \Drupal\comment\CommentLinkBuilderInterface.
Class
- CommentLinkBuilderInterface
- Defines an interface for building comment links on a commented entity.
Namespace
Drupal\commentCode
public function buildCommentedEntityLinks(FieldableEntityInterface $entity, array &$context);