You are here

protected property ExplorerController::$pluginManager in GraphQL 8.3

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

The schema plugin manager.

Type: \Drupal\graphql\Plugin\SchemaPluginManager

File

src/Controller/ExplorerController.php, line 39

Class

ExplorerController
Controller for the GraphiQL query builder IDE.

Namespace

Drupal\graphql\Controller

Code

protected $pluginManager;