You are here

protected property LazyRenderer::$entityTypeManager in Open Social 10.3.x

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_post/modules/social_post_album/src/LazyRenderer.php \Drupal\social_post_album\LazyRenderer::entityTypeManager
  2. 10.1.x modules/social_features/social_post/modules/social_post_album/src/LazyRenderer.php \Drupal\social_post_album\LazyRenderer::entityTypeManager
  3. 10.2.x modules/social_features/social_post/modules/social_post_album/src/LazyRenderer.php \Drupal\social_post_album\LazyRenderer::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/social_features/social_post/modules/social_post_album/src/LazyRenderer.php, line 20

Class

LazyRenderer
Provides lazy builder for content inside modal window.

Namespace

Drupal\social_post_album

Code

protected $entityTypeManager;