File
- drupal/core/vendor/symfony/process/Symfony/Component/Process/PhpExecutableFinder.php, line 24
Class
- PhpExecutableFinder
- An executable finder specifically designed for the PHP executable.
Namespace
Symfony\Component\Process
Code
public function __construct() {
$this->executableFinder = new ExecutableFinder();
}