You are here

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

Same name and namespace in other branches
  1. 10.0.x modules/social_features/social_profile/src/Plugin/GraphQL/DataProducer/DefaultProfileLoad.php \Drupal\social_profile\Plugin\GraphQL\DataProducer\DefaultProfileLoad::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/social_features/social_profile/src/Plugin/GraphQL/DataProducer/DefaultProfileLoad.php, line 40

Class

DefaultProfileLoad
Loads the default profile for a user.

Namespace

Drupal\social_profile\Plugin\GraphQL\DataProducer

Code

protected $entityTypeManager;