You are here

protected property SchemaExtensionPluginManager::$extensions in GraphQL 8.4

Static cache of plugin instances per schema plugin.

Type: \Drupal\graphql\Plugin\SchemaExtensionPluginInterface[][]

File

src/Plugin/SchemaExtensionPluginManager.php, line 23

Class

SchemaExtensionPluginManager
Manager that collects and exposes GraphQL schema extension plugins.

Namespace

Drupal\graphql\Plugin

Code

protected $extensions;