Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
HttpDownloader.php
function HttpDownloader::enableAsync
@internal
File
vendor/
composer/
composer/
src/
Composer/
Util/
HttpDownloader.php
, line 370
Class
HttpDownloader
@author Jordi Boggiano <
j.boggiano@seld.be
> @phpstan-type Request array{url: non-empty-string, options: mixed[], copyTo: string|null} @phpstan-type Job array{id: int, status: int, request: Request, sync: bool, origin: string, resolve?: callable,…
Namespace
Composer\Util
Code
public
function
enableAsync
() : void {
$this
->
allowAsync
=
true
; }
RSS feed