You are here

public function PersistedQueriesForm::__construct in GraphQL 8.4

PersistedQueriesForm constructor.

Parameters

\Drupal\graphql\Plugin\PersistedQueryPluginManager $persistedQueryPluginManager:

File

src/Form/PersistedQueriesForm.php, line 37

Class

PersistedQueriesForm
Admin form to set up persisted GraphQL queries.

Namespace

Drupal\graphql\Form

Code

public function __construct(PersistedQueryPluginManager $persistedQueryPluginManager) {
  $this->persistedQueryPluginManager = $persistedQueryPluginManager;
}