Skip to main content
Drupal API
Menu
User account menu
Log in
Breadcrumb
Drupal Core 11.1.x
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