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

Breadcrumb

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

function PostFileDownloadEvent::getChecksum

Gets the checksum.

File

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

Class

PostFileDownloadEvent
The post file download event.

Namespace

Composer\Plugin

Code

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