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

Breadcrumb

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

PackageEvents::POST_PACKAGE_INSTALL

The POST_PACKAGE_INSTALL event occurs after a package is installed.

The event listener method receives a Composer\Installer\PackageEvent instance.

File

vendor/composer/composer/src/Composer/Installer/PackageEvents.php, line 38

Class

PackageEvents
Package Events.

Namespace

Composer\Installer

Code

public const POST_PACKAGE_INSTALL = 'post-package-install';

API Navigation

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