-
-
Notifications
You must be signed in to change notification settings - Fork 0
ProcessEnvironmentConfiguratorInterface
github-actions edited this page Apr 24, 2026
·
1 revision
Configures subprocess environment variables before queued execution.
- Full name:
\FastForward\DevTools\Process\ProcessEnvironmentConfiguratorInterface
Configures environment variables for a queued process.
public configure(\Symfony\Component\Process\Process $process, \Symfony\Component\Console\Output\OutputInterface $output): voidImplementations MUST preserve process-specific environment values that callers already configured before enqueueing the process.
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 |