You are here

protected property SocialTaggingService::$entityTypeManager in Open Social 10.1.x

Same name and namespace in other branches
  1. 10.3.x modules/social_features/social_tagging/src/SocialTaggingService.php \Drupal\social_tagging\SocialTaggingService::entityTypeManager
  2. 10.0.x modules/social_features/social_tagging/src/SocialTaggingService.php \Drupal\social_tagging\SocialTaggingService::entityTypeManager
  3. 10.2.x modules/social_features/social_tagging/src/SocialTaggingService.php \Drupal\social_tagging\SocialTaggingService::entityTypeManager

The taxonomy storage.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/social_features/social_tagging/src/SocialTaggingService.php, line 21

Class

SocialTaggingService
Provides a custom tagging service.

Namespace

Drupal\social_tagging

Code

protected $entityTypeManager;