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

Breadcrumb

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

function Platform::workaroundFilesystemIssues

4 calls to Platform::workaroundFilesystemIssues()
BinaryInstaller::installBinaries in vendor/composer/composer/src/Composer/Installer/BinaryInstaller.php
InstallationManager::executeBatch in vendor/composer/composer/src/Composer/Installer/InstallationManager.php
@phpstan-param array<callable(): ?PromiseInterface<void|null>> $cleanupPromises
PluginInstaller::install in vendor/composer/composer/src/Composer/Installer/PluginInstaller.php
@inheritDoc
PluginInstaller::update in vendor/composer/composer/src/Composer/Installer/PluginInstaller.php
@inheritDoc

File

vendor/composer/composer/src/Composer/Util/Platform.php, line 290

Class

Platform
Platform helper for uniform platform-specific tests.

Namespace

Composer\Util

Code

public static function workaroundFilesystemIssues() : void {
    if (self::isVirtualBoxGuest()) {
        usleep(200000);
    }
}

API Navigation

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