You are here

public function AuthcacheP13nBootstrapContextProvider::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

Overrides AuthcacheP13nContextProviderInterface::get

File

modules/authcache_p13n/includes/AuthcacheP13nBootstrapContextProvider.inc, line 33
Defines context provider for drupal bootstrap mechanism.

Class

AuthcacheP13nBootstrapContextProvider
Interface for context providers.

Code

public function get($input) {
  return $this->coreService
    ->drupalBootstrap($this->bootstrapPhase);
}