namespace Composer\Plugin
Object name | File name | Summary |
---|---|---|
Capable | vendor/composer/composer/src/Composer/Plugin/Capable.php | Plugins which need to expose various implementations of the Composer Plugin Capabilities must have their declared Plugin class implementing this interface. |
CommandEvent | vendor/composer/composer/src/Composer/Plugin/CommandEvent.php | An event for all commands. |
PluginBlockedException | vendor/composer/composer/src/Composer/Plugin/PluginBlockedException.php | |
PluginEvents | vendor/composer/composer/src/Composer/Plugin/PluginEvents.php | The Plugin Events. |
PluginInterface | vendor/composer/composer/src/Composer/Plugin/PluginInterface.php | Plugin interface |
PluginManager | vendor/composer/composer/src/Composer/Plugin/PluginManager.php | Plugin manager |
PostFileDownloadEvent | vendor/composer/composer/src/Composer/Plugin/PostFileDownloadEvent.php | The post file download event. |
PreCommandRunEvent | vendor/composer/composer/src/Composer/Plugin/PreCommandRunEvent.php | The pre command run event. |
PreFileDownloadEvent | vendor/composer/composer/src/Composer/Plugin/PreFileDownloadEvent.php | The pre file download event. |
PrePoolCreateEvent | vendor/composer/composer/src/Composer/Plugin/PrePoolCreateEvent.php | The pre command run event. |