getCommands()
getCommands() : array<mixed,\Composer\Command\BaseCommand>
Retrieves an array of commands
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.
getCommands() : array<mixed,\Composer\Command\BaseCommand>
Retrieves an array of commands