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

Breadcrumb

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

ScriptEvents::POST_ROOT_PACKAGE_INSTALL

The POST_ROOT_PACKAGE_INSTALL event occurs after the root package has been installed.

The event listener method receives a Composer\Script\Event instance.

File

vendor/composer/composer/src/Composer/Script/ScriptEvents.php, line 102

Class

ScriptEvents
The Script Events.

Namespace

Composer\Script

Code

public const POST_ROOT_PACKAGE_INSTALL = 'post-root-package-install';
RSS feed
Powered by Drupal