public function ExecutableFinder::setSuffixes

File

drupal/core/vendor/symfony/process/Symfony/Component/Process/ExecutableFinder.php, line 33

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

public function setSuffixes(array $suffixes) {
  $this->suffixes = $suffixes;
}