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

Breadcrumb

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

ScriptEvents::POST_INSTALL_CMD

The POST_INSTALL_CMD event occurs after the install command is executed.

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

File

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

Class

ScriptEvents
The Script Events.

Namespace

Composer\Script

Code

public const POST_INSTALL_CMD = 'post-install-cmd';

API Navigation

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