A parameter source: one node in the resolution pipeline.
Sources are dumb fillers — they declare no priority, no before(),
no after(). Ordering is the pipeline's responsibility. Sources that
need the Laravel Request constructor-inject it. A source that needs the
active artifact resolves Ui5ContextInterface lazily from the container
instead: it is bound per request only, and absent in console commands
and queued jobs (see CompositionParameterSource).
| Methods | ||
|---|---|---|
public
|
fill(string[] $slotNames): array<string, mixed>
|
# |