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

Breadcrumb

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

function PluginManager::getGlobalComposer

Gets global composer or null when main composer is not fully loaded

File

vendor/composer/composer/src/Composer/Plugin/PluginManager.php, line 139

Class

PluginManager
Plugin manager

Namespace

Composer\Plugin

Code

public function getGlobalComposer() : ?PartialComposer {
    return $this->globalComposer;
}
RSS feed
Powered by Drupal