You are here

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

Ensures Drupal is bootstrapped to the specified phase.

Overrides AuthcacheP13nCoreServiceInterface::drupalBootstrap

See also

drupal_bootstrap()

File

modules/authcache_p13n/includes/AuthcacheP13nDefaultCoreService.inc, line 21
Defines the default implementation for drupal core services.

Class

AuthcacheP13nDefaultCoreService
Default implementation for drupal core services.

Code

public function drupalBootstrap($phase = NULL, $new_phase = TRUE) {
  return drupal_bootstrap($phase, $new_phase);
}