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
| Name | Type | Description |
|---|---|---|
| $bootedPluginNames | array<int, string> | Names of plugins whose boot() actually ran this boot. Excludes any vetoed via 'plugin.booting'. |