You are here

public function AuthcacheP13nContextProviderInterface::get in Authenticated User Page Caching (Authcache) 7.2

Build and return context for the current request.

Parameters

array $input: The GET parameters in key-value form

Return value

any Context value

5 methods override AuthcacheP13nContextProviderInterface::get()
AuthcacheP13nBootstrapContextProvider::get in modules/authcache_p13n/includes/AuthcacheP13nBootstrapContextProvider.inc
Build and return context for the current request.
AuthcacheP13nConfOverrideContextProvider::get in modules/authcache_p13n/includes/AuthcacheP13nConfOverrideContextProvider.inc
Build and return context for the current request.
AuthcacheP13nTestContextProviderStub::get in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Build and return context for the current request.
AuthcachePageManagerDefaultTaskContextProvider::get in modules/authcache_page_manager/includes/AuthcachePageManagerDefaultTaskContextProvider.inc
Build and return context for the current request.
AuthcacheViewsDisplayPageContextProvider::get in modules/authcache_views/includes/AuthcacheViewsDisplayPageContextProvider.inc
Build and return context for the current request.

File

modules/authcache_p13n/includes/AuthcacheP13nContextProviderInterface.inc, line 21
Defines context provider.

Class

AuthcacheP13nContextProviderInterface
Interface for context providers.

Code

public function get($input);