ExecutableFinder::$composerBinaryPath

Same name and namespace in other branches
  1. 11.x core/modules/package_manager/src/ExecutableFinder.php \Drupal\package_manager\ExecutableFinder::composerBinaryPath

The path of the Composer binary, or NULL if it can't be found.

Type: composerBinaryPath

File

core/modules/package_manager/src/ExecutableFinder.php, line 37

Class

ExecutableFinder
An executable finder which looks for executable paths in configuration.

Namespace

Drupal\package_manager

Code

private ?string $composerBinaryPath = NULL;

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.