function PackageInterface::getDistSha1Checksum
Returns the sha1 checksum for the distribution archive of this version
Can be an empty string which should be treated as null
Return value
?string
2 methods override PackageInterface::getDistSha1Checksum()
- AliasPackage::getDistSha1Checksum in vendor/
composer/ composer/ src/ Composer/ Package/ AliasPackage.php - Returns the sha1 checksum for the distribution archive of this version
- Package::getDistSha1Checksum in vendor/
composer/ composer/ src/ Composer/ Package/ Package.php - @inheritDoc
File
-
vendor/
composer/ composer/ src/ Composer/ Package/ PackageInterface.php, line 188
Class
- PackageInterface
- Defines the essential information a package has that is used during solving/installation
Namespace
Composer\PackageCode
public function getDistSha1Checksum() : ?string;