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

Breadcrumb

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

ScriptEvents::PRE_AUTOLOAD_DUMP

The PRE_AUTOLOAD_DUMP event occurs before the autoload file is generated.

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

File

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

Class

ScriptEvents
The Script Events.

Namespace

Composer\Script

Code

public const PRE_AUTOLOAD_DUMP = 'pre-autoload-dump';
RSS feed
Powered by Drupal