public function ComposableSchema::getConfiguration in GraphQL 8.4
Gets this plugin's configuration.
Return value
array An array of this plugin's configuration.
Overrides ConfigurableInterface::getConfiguration
File
- src/
Plugin/ GraphQL/ Schema/ ComposableSchema.php, line 54
Class
- ComposableSchema
- Plugin annotation @Schema( id = "composable", name = "Composable schema" )
Namespace
Drupal\graphql\Plugin\GraphQL\SchemaCode
public function getConfiguration() {
return $this->configuration;
}