public function ProcessBuilder::inheritEnvironmentVariables

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php, line 63

Class

ProcessBuilder
Process builder.

Namespace

Symfony\Component\Process

Code

public function inheritEnvironmentVariables($inheritEnv = true) {
  $this->inheritEnv = $inheritEnv;
  return $this;
}