Class LaravelUi5\Core\Contracts\Ui5CoreContext

final
readonly
implements Ui5ContextInterface

Represents the technical runtime context of a UI5 artifact request.

Access via dependency injection or the service container:

$context = app(Ui5ContextInterface::class);
Methods