Defines an interface for building comment links on a commented entity.
Comment links include 'log in to post new comment', 'add new comment' etc.
Hierarchy
- interface \Drupal\comment\CommentLinkBuilderInterface
File
- core/modules/comment/src/CommentLinkBuilderInterface.php, line 12
Namespace
Drupal\comment
Members
Name | Modifiers | Type | Description |
---|---|---|---|
CommentLinkBuilderInterface::buildCommentedEntityLinks | public | function | Builds links for the given entity. |
Please login to continue.