You are here

public function PhaseObserverInterface::wakeUp in X Autoload 7.5

Wake up after a cache fail.

Parameters

ExtendedClassFinderInterface $finder: The class finder object, with any cache decorator peeled off.

string[] $extensions: Currently enabled extensions. Extension type by extension name.

5 methods override PhaseObserverInterface::wakeUp()
DrupalCoreRegistryRegistrator::wakeUp in src/Phases/DrupalCoreRegistryRegistrator.php
Wake up after a cache fail.
ExtensionNamespaces::wakeUp in src/Phases/ExtensionNamespaces.php
Wake up after a cache fail.
HookXautoload::wakeUp in src/Phases/HookXautoload.php
Wake up after a cache fail.
HookXautoloadEarly::wakeUp in src/Phases/HookXautoloadEarly.php
Wake up after a cache fail.
LibrariesOnInit::wakeUp in src/Libraries/LibrariesOnInit.php
Wake up after a cache fail.

File

src/Phases/PhaseObserverInterface.php, line 36

Class

PhaseObserverInterface
Observes switching into specific "phases" of a Drupal process.

Namespace

Drupal\xautoload\Phases

Code

public function wakeUp(ExtendedClassFinderInterface $finder, array $extensions);