public function ExecutableFinder::addSuffix

Adds new possible suffix to check for executable.

Parameters

string $suffix:

File

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

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

public function addSuffix($suffix) {
  $this->suffixes[] = $suffix;
}