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\InstallerView 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. |