Interface LaravelUi5\Core\Parameters\Contracts\ParameterPipelineInterface

The parameter resolution pipeline.

Both the builder and the runner. Wired once per container resolution (the binding is bind — fresh instance per make()) and consumed by calling resolve() with the slot identities to fill.

Sources are dumb fillers; ordering is owned by the pipeline. The pipeline pins exactly one first() and one last() source; everything else lives between them and can be hot-plumbed via before() / after().

Methods