0 follower

Final Class Yiisoft\Config\Command\ConfigCommandProvider

InheritanceYiisoft\Config\Command\ConfigCommandProvider
ImplementsComposer\Plugin\Capability\CommandProvider

Method Details

Hide inherited methods

getCommands() public method

public array getCommands ( )

                public function getCommands(): array
{
    return [
        new CopyCommand(),
        new RebuildCommand(),
        new InfoCommand(),
    ];
}