You are here

public function AuthcacheP13nCoreServiceInterface::drupalBootstrap in Authenticated User Page Caching (Authcache) 7.2

Ensures Drupal is bootstrapped to the specified phase.

See also

drupal_bootstrap()

2 methods override AuthcacheP13nCoreServiceInterface::drupalBootstrap()
AuthcacheP13nDefaultCoreService::drupalBootstrap in modules/authcache_p13n/includes/AuthcacheP13nDefaultCoreService.inc
Ensures Drupal is bootstrapped to the specified phase.
AuthcacheP13nTestCoreServiceStub::drupalBootstrap in modules/authcache_p13n/tests/authcache_p13n.stub.inc
Ensures Drupal is bootstrapped to the specified phase.

File

modules/authcache_p13n/includes/AuthcacheP13nCoreServiceInterface.inc, line 23
Defines interface for drupal core services.

Class

AuthcacheP13nCoreServiceInterface
Interface for core service.

Code

public function drupalBootstrap($phase = NULL, $new_phase = TRUE);