You are here

protected property MediaBridgeMediaTest::$dataProducerPluginManager in Open Social 10.2.x

Same name and namespace in other branches
  1. 10.3.x modules/custom/social_graphql/tests/src/Kernel/MediaBridgeMediaTest.php \Drupal\Tests\social_graphql\Kernel\MediaBridgeMediaTest::dataProducerPluginManager
  2. 10.0.x modules/custom/social_graphql/tests/src/Kernel/MediaBridgeMediaTest.php \Drupal\Tests\social_graphql\Kernel\MediaBridgeMediaTest::dataProducerPluginManager
  3. 10.1.x modules/custom/social_graphql/tests/src/Kernel/MediaBridgeMediaTest.php \Drupal\Tests\social_graphql\Kernel\MediaBridgeMediaTest::dataProducerPluginManager

The plugin manager for GraphQL data producers.

Type: \Drupal\graphql\Plugin\DataProducerPluginManager

File

modules/custom/social_graphql/tests/src/Kernel/MediaBridgeMediaTest.php, line 34

Class

MediaBridgeMediaTest
Tests that the MediaBridge works with Media entities.

Namespace

Drupal\Tests\social_graphql\Kernel

Code

protected $dataProducerPluginManager;