You are here

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

Same name and namespace in other branches
  1. 8.9 modules/social_features/social_user/src/Controller/SocialUserController.php \Drupal\social_user\Controller\SocialUserController::entityTypeManager
  2. 8.8 modules/social_features/social_user/src/Controller/SocialUserController.php \Drupal\social_user\Controller\SocialUserController::entityTypeManager
  3. 10.3.x modules/social_features/social_user/src/Controller/SocialUserController.php \Drupal\social_user\Controller\SocialUserController::entityTypeManager
  4. 10.0.x modules/social_features/social_user/src/Controller/SocialUserController.php \Drupal\social_user\Controller\SocialUserController::entityTypeManager
  5. 10.2.x modules/social_features/social_user/src/Controller/SocialUserController.php \Drupal\social_user\Controller\SocialUserController::entityTypeManager

The entity type manager.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

Overrides ControllerBase::$entityTypeManager

File

modules/social_features/social_user/src/Controller/SocialUserController.php, line 25

Class

SocialUserController
Class SocialUserController.

Namespace

Drupal\social_user\Controller

Code

protected $entityTypeManager;