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

Breadcrumb

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

class InstallerEvents

Hierarchy

  • class \Composer\Installer\InstallerEvents

Expanded class hierarchy of InstallerEvents

2 files declare their use of InstallerEvents
Installer.php in vendor/composer/composer/src/Composer/Installer.php
RequireCommand.php in vendor/composer/composer/src/Composer/Command/RequireCommand.php

File

vendor/composer/composer/src/Composer/Installer/InstallerEvents.php, line 15

Namespace

Composer\Installer
View source
class InstallerEvents {
    
    /**
     * The PRE_OPERATIONS_EXEC event occurs before the lock file gets
     * installed and operations are executed.
     *
     * The event listener method receives an Composer\Installer\InstallerEvent instance.
     *
     * @var string
     */
    public const PRE_OPERATIONS_EXEC = 'pre-operations-exec';

}

Members

Title Sort descending Modifiers Object type Summary
InstallerEvents::PRE_OPERATIONS_EXEC public constant The PRE_OPERATIONS_EXEC event occurs before the lock file gets
installed and operations are executed.

API Navigation

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