function HistoryCommentLinkBuilder::__construct

Constructs a new HistoryCommentLinkBuilder object.

File

core/modules/history/src/HistoryCommentLinkBuilder.php, line 28

Class

HistoryCommentLinkBuilder
Adds history functionality to comment links on nodes.

Namespace

Drupal\history

Code

public function __construct(protected CommentLinkBuilderInterface $inner, protected CommentManagerInterface $commentManager, protected AccountInterface $currentUser, protected EntityTypeManagerInterface $entityTypeManager) {
}

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