You are here

public function SocialCommentLazyRenderer::__construct in Open Social 8.9

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()
  2. 10.0.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()
  3. 10.1.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()
  4. 10.2.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()

SocialCommentLazyRenderer constructor.

Parameters

\Drupal\Core\Entity\EntityTypeManagerInterface $entity_type_manager: The entity type manager.

File

modules/social_features/social_comment/src/SocialCommentLazyRenderer.php, line 28

Class

SocialCommentLazyRenderer
Class SocialCommentLazyRenderer.

Namespace

Drupal\social_comment

Code

public function __construct(EntityTypeManagerInterface $entity_type_manager) {
  $this->entityTypeManager = $entity_type_manager;
}