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

Breadcrumb

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

PluginEvents::PRE_POOL_CREATE

The PRE_POOL_CREATE event occurs before the Pool of packages is created, and lets you filter the list of packages which is going to enter the Solver

The event listener method receives a Composer\Plugin\PrePoolCreateEvent instance.

File

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

Class

PluginEvents
The Plugin Events.

Namespace

Composer\Plugin

Code

public const PRE_POOL_CREATE = 'pre-pool-create';
RSS feed
Powered by Drupal