namespace Symfony\Component\Process

Classsort ascending Location Description
ProcessUtils drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessUtils.php ProcessUtils is a bunch of utility methods.
ProcessBuilder drupal/core/vendor/symfony/process/Symfony/Component/Process/ProcessBuilder.php Process builder.
Process drupal/core/vendor/symfony/process/Symfony/Component/Process/Process.php Process is a thin wrapper around proc_* functions to ease start independent PHP processes.
PhpProcess drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpProcess.php PhpProcess runs a PHP script in an independent process.
PhpExecutableFinder drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php An executable finder specifically designed for the PHP executable.
ExecutableFinder drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php Generic executable finder.