Skip to content

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.

final class KernelBootEvent extends Event

ExtendsEvent
SourceEvent/Lifecycle/KernelBootEvent.php
PropertyTypeDescription
$contextsarrayreadonly.
$environmentstringreadonly.

public function __construct(string $environment, array<string, Context> $contexts): mixed

contexts created during this bootstrap (may be empty)

ParameterTypeDescription
$environmentstring
$contextsarray``<``string``, Context>contexts created during this bootstrap (may be empty)

Returns mixed