You are here

protected property SocialTaggingService::$languageManager in Open Social 8.9

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

The language manager.

Type: \Drupal\Core\Language\LanguageManagerInterface

File

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

Class

SocialTaggingService
Provides a custom tagging service.

Namespace

Drupal\social_tagging

Code

protected $languageManager;