You are here

protected property ExplorerController::$pluginManager in GraphQL 8.4

Same name and namespace in other branches
  1. 8.3 src/Controller/ExplorerController.php \Drupal\graphql\Controller\ExplorerController::pluginManager

The schema plugin manager.

Type: \Drupal\graphql\Plugin\SchemaPluginManager

File

src/Controller/ExplorerController.php, line 41

Class

ExplorerController
Controller for the GraphiQL query builder IDE.

Namespace

Drupal\graphql\Controller

Code

protected $pluginManager;