Skip to content

CompositeProcessEnvironmentConfigurator

github-actions edited this page Apr 24, 2026 · 1 revision

Applies multiple process environment configurators in a stable order.


Methods

__construct

public __construct(iterable<\FastForward\DevTools\Process\ProcessEnvironmentConfiguratorInterface> $configurators): mixed

Parameters:

Parameter Type Description
$configurators iterable<\FastForward\DevTools\Process\ProcessEnvironmentConfiguratorInterface> ordered environment configurators

configure

Configures environment variables for a queued process.

public configure(\Symfony\Component\Process\Process $process, \Symfony\Component\Console\Output\OutputInterface $output): void

Parameters:

Parameter Type Description
$process \Symfony\Component\Process\Process the queued process that will be started
$output \Symfony\Component\Console\Output\OutputInterface the parent output used to infer console capabilities

Clone this wiki locally