public function SocialCommentLazyRenderer::__construct in Open Social 8.9
Same name and namespace in other branches
- 10.3.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()
- 10.0.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()
- 10.1.x modules/social_features/social_comment/src/SocialCommentLazyRenderer.php \Drupal\social_comment\SocialCommentLazyRenderer::__construct()
- 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_commentCode
public function __construct(EntityTypeManagerInterface $entity_type_manager) {
$this->entityTypeManager = $entity_type_manager;
}