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

Breadcrumb

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

function PreFileDownloadEvent::getTransportOptions

Returns transport options for the download.

Only available for events with type metadata, for packages set the transport options on the package itself.

Return value

mixed[]

File

vendor/composer/composer/src/Composer/Plugin/PreFileDownloadEvent.php, line 142

Class

PreFileDownloadEvent
The pre file download event.

Namespace

Composer\Plugin

Code

public function getTransportOptions() : array {
    return $this->transportOptions;
}
RSS feed
Powered by Drupal