interface PersistedQueryProvider (View source)

Implementations of query persistence must use this interface. At a minimum, they must be able to fetch a query given an ID.

Methods

public
string|null
getQueryFromPersistedID(string $id)

No description

Details

string|null getQueryFromPersistedID(string $id)

No description

Parameters

string $id

Return Value

string|null