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

Breadcrumb

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

function PostFileDownloadEvent::getFileName

Retrieves the target file name location.

If this download is of type metadata, null is returned.

File

vendor/composer/composer/src/Composer/Plugin/PostFileDownloadEvent.php, line 82

Class

PostFileDownloadEvent
The post file download event.

Namespace

Composer\Plugin

Code

public function getFileName() : ?string {
    return $this->fileName;
}
RSS feed
Powered by Drupal