protected property EntityDataProducerPluginBase::$entityTypeManager in Open Social 10.1.x
Same name and namespace in other branches
- 10.0.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 25
Class
- EntityDataProducerPluginBase
- Bass class for Open Social entity data producers dealing with connections.
Namespace
Drupal\social_graphql\Plugin\GraphQL\DataProducer\EntityCode
protected $entityTypeManager;