PersistedQueryProvider
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
Details
        
                            string|null
    getQueryFromPersistedID(string $id)
        
    
    No description