function CommentThemeHooks::__construct

Same name and namespace in other branches
  1. 11.x core/modules/comment/src/Hook/CommentThemeHooks.php \Drupal\comment\Hook\CommentThemeHooks::__construct()

File

core/modules/comment/src/Hook/CommentThemeHooks.php, line 22

Class

CommentThemeHooks
Hook implementations for comment.

Namespace

Drupal\comment\Hook

Code

public function __construct(protected DateFormatterInterface $dateFormatter, protected RendererInterface $renderer, protected EntityTypeManagerInterface $entityTypeManager, protected ThemeSettingsProvider $themeSettingsProvider) {
}

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