Skip to main content
Drupal API
User account menu
  • Log in

Breadcrumb

  1. Drupal Core 11.1.x
  2. ExecutableFinder.php

function ExecutableFinder::addSuffix

Adds new possible suffix to check for executable, including the dot (.).

$finder = new ExecutableFinder(); $finder->addSuffix('.foo');

File

vendor/symfony/process/ExecutableFinder.php, line 46

Class

ExecutableFinder
Generic executable finder.

Namespace

Symfony\Component\Process

Code

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

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal