Skip to content
docsv0.1.0

KernelBootedEvent

Dispatched at the very end of {@see \Milpa\Runtime\Kernel::boot()}'s plugin boot sequence ('kernel.booted') — regardless of whether any plugin was vetoed along the way. Readonly, POST, no slot — pure notification, the boot-is-complete signal for audit/observability plugins.

KernelBootedEvent::__construct()

public function __construct(array $bootedPluginNames):

Parameters

Parameters of __construct()
NameTypeDescription
$bootedPluginNamesarray<int, string>Names of plugins whose boot() actually ran this boot. Excludes any vetoed via 'plugin.booting'.