You are here

public function PersistedQueryPluginBase::defaultConfiguration in GraphQL 8.4

Gets default configuration for this plugin.

Return value

array An associative array with the default configuration.

Overrides ConfigurableInterface::defaultConfiguration

1 call to PersistedQueryPluginBase::defaultConfiguration()
PersistedQueryPluginBase::setConfiguration in src/PersistedQuery/PersistedQueryPluginBase.php
Sets the configuration for this plugin instance.

File

src/PersistedQuery/PersistedQueryPluginBase.php, line 30

Class

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

Namespace

Drupal\graphql\PersistedQuery

Code

public function defaultConfiguration() {
  return [];
}