Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
PhpExecutableFinder.php
function PhpExecutableFinder::__construct
File
vendor/
symfony/
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
(); }
RSS feed