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

Breadcrumb

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

PluginEvents::INIT

The INIT event occurs after a Composer instance is done being initialized

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

File

vendor/composer/composer/src/Composer/Plugin/PluginEvents.php, line 30

Class

PluginEvents
The Plugin Events.

Namespace

Composer\Plugin

Code

public const INIT = 'init';
RSS feed
Powered by Drupal