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

Breadcrumb

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

function InstallationManager::markForNotification

2 calls to InstallationManager::markForNotification()
InstallationManager::install in vendor/composer/composer/src/Composer/Installer/InstallationManager.php
Executes install operation.
InstallationManager::update in vendor/composer/composer/src/Composer/Installer/InstallationManager.php
Executes update operation.

File

vendor/composer/composer/src/Composer/Installer/InstallationManager.php, line 639

Class

InstallationManager
Package operation manager.

Namespace

Composer\Installer

Code

private function markForNotification(PackageInterface $package) : void {
    if ($package->getNotificationUrl() !== null) {
        $this->notifiablePackages[$package->getNotificationUrl()][$package->getName()] = $package;
    }
}

API Navigation

  • Drupal Core 11.1.x
  • Topics
  • Classes
  • Functions
  • Constants
  • Globals
  • Files
  • Namespaces
  • Deprecated
  • Services
RSS feed
Powered by Drupal