\Composer\Plugin\CapabilityCommandProvider

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.

Summary

Methods
Constants
getCommands()
No constants found
No protected methods found
N/A
No private methods found
N/A

Methods

getCommands()

getCommands() : array<mixed,\Composer\Command\BaseCommand>

Retrieves an array of commands

Returns

array<mixed,\Composer\Command\BaseCommand>