CommandProvider
extends
Capability
in
Commands Provider Interface
This capability will receive an array with 'composer' and 'io' keys as constructor argument. Those contain Composer\Composer and Composer\IO\IOInterface instances. It also contains a 'plugin' key containing the plugin instance that created the capability.
Tags
Table of Contents
- getCommands() : array<string|int, BaseCommand>
- Retrieves an array of commands
Methods
getCommands()
Retrieves an array of commands
public
getCommands() : array<string|int, BaseCommand>