Final Class Yiisoft\Config\Command\ConfigCommandProvider
| Inheritance | Yiisoft\Config\Command\ConfigCommandProvider |
|---|---|
| Implements | Composer\Plugin\Capability\CommandProvider |
Public Methods
| Method | Description | Defined By |
|---|---|---|
| getCommands() | Yiisoft\Config\Command\ConfigCommandProvider |
Method Details
| public array getCommands ( ) |
public function getCommands(): array
{
return [
new CopyCommand(),
new RebuildCommand(),
new InfoCommand(),
];
}
Signup or Login in order to comment.