You are here

protected property EntityDataProducerPluginBase::$entityTypeManager in Open Social 10.0.x

Same name and namespace in other branches
  1. 10.1.x modules/custom/social_graphql/src/Plugin/GraphQL/DataProducer/Entity/EntityDataProducerPluginBase.php \Drupal\social_graphql\Plugin\GraphQL\DataProducer\Entity\EntityDataProducerPluginBase::entityTypeManager

The entity type manager service.

Type: \Drupal\Core\Entity\EntityTypeManagerInterface

File

modules/custom/social_graphql/src/Plugin/GraphQL/DataProducer/Entity/EntityDataProducerPluginBase.php, line 22

Class

EntityDataProducerPluginBase
Bass class for Open Social entity data producers dealing with connections.

Namespace

Drupal\social_graphql\Plugin\GraphQL\DataProducer\Entity

Code

protected $entityTypeManager;