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

Breadcrumb

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

PluginEvents::PRE_FILE_DOWNLOAD

The PRE_FILE_DOWNLOAD event occurs before downloading a file

The event listener method receives a Composer\Plugin\PreFileDownloadEvent instance.

File

vendor/composer/composer/src/Composer/Plugin/PluginEvents.php, line 50

Class

PluginEvents
The Plugin Events.

Namespace

Composer\Plugin

Code

public const PRE_FILE_DOWNLOAD = 'pre-file-download';
RSS feed
Powered by Drupal