KernelBootEvent
Emitted at the end of Quiote::bootstrap(), once settings are loaded, plugins registered, and any requested contexts created.
The earliest whole-framework “we’re up” moment app/plugin code can hook.
Synopsis
Section titled “Synopsis”final class KernelBootEvent extends Event
| Extends | Event |
| Source | Event/Lifecycle/KernelBootEvent.php |
Properties
Section titled “Properties”| Property | Type | Description |
|---|---|---|
$contexts | array | readonly. |
$environment | string | readonly. |
Constructor
Section titled “Constructor”__construct()
Section titled “__construct()”public function __construct(string $environment, array<string, Context> $contexts): mixed
contexts created during this bootstrap (may be empty)
| Parameter | Type | Description |
|---|---|---|
$environment | string | |
$contexts | array``<``string``, Context> | contexts created during this bootstrap (may be empty) |
Returns mixed