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

Breadcrumb

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

function HhvmDetector::__construct

File

vendor/composer/composer/src/Composer/Platform/HhvmDetector.php, line 28

Class

HhvmDetector

Namespace

Composer\Platform

Code

public function __construct(?ExecutableFinder $executableFinder = null, ?ProcessExecutor $processExecutor = null) {
    $this->executableFinder = $executableFinder;
    $this->processExecutor = $processExecutor;
}
RSS feed
Powered by Drupal