public function ExecutableFinder::addSuffix

File

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

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

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