function PackageInterface::getNotificationUrl
Returns the package notification url
Return value
?string
2 methods override PackageInterface::getNotificationUrl()
- AliasPackage::getNotificationUrl in vendor/
composer/ composer/ src/ Composer/ Package/ AliasPackage.php - Returns the package notification url
- Package::getNotificationUrl in vendor/
composer/ composer/ src/ Composer/ Package/ Package.php - @inheritDoc
File
-
vendor/
composer/ composer/ src/ Composer/ Package/ PackageInterface.php, line 362
Class
- PackageInterface
- Defines the essential information a package has that is used during solving/installation
Namespace
Composer\PackageCode
public function getNotificationUrl() : ?string;