You are here

static function PureFunctions::bootstrapHooks in X Autoload 7.5

Return value

string[]

See also

bootstrap_hooks()

2 calls to PureFunctions::bootstrapHooks()
AbstractExampleModules::getBootstrapModules in tests/src/Example/AbstractExampleModules.php
SystemUpdateBootstrapStatus::systemUpdateBootstrapStatus in tests/src/VirtualDrupal/SystemUpdateBootstrapStatus.php

File

tests/src/VirtualDrupal/PureFunctions.php, line 36

Class

PureFunctions

Namespace

Drupal\xautoload\Tests\VirtualDrupal

Code

static function bootstrapHooks() {
  return array(
    'boot',
    'exit',
    'watchdog',
    'language_init',
  );
}