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

Breadcrumb

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

function PreFileDownloadEvent::setProcessedUrl

Sets the processed URL that will be downloaded.

Parameters

non-empty-string $processedUrl New processed URL:

File

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

Class

PreFileDownloadEvent
The pre file download event.

Namespace

Composer\Plugin

Code

public function setProcessedUrl(string $processedUrl) : void {
    $this->processedUrl = $processedUrl;
}
RSS feed
Powered by Drupal