You are here

public function PersistedQueryPluginBase::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/PersistedQuery/PersistedQueryPluginBase.php, line 16

Class

PersistedQueryPluginBase
Base class persisted query plugins that represent a GraphQL persisted query.

Namespace

Drupal\graphql\PersistedQuery

Code

public function getConfiguration() {
  return $this->configuration;
}