You are here

public function CommandProvider::getCommands in Drupal 9

Same name and namespace in other branches
  1. 8 composer/Plugin/Scaffold/CommandProvider.php \Drupal\Composer\Plugin\Scaffold\CommandProvider::getCommands()

File

composer/Plugin/Scaffold/CommandProvider.php, line 17

Class

CommandProvider
List of all commands provided by this package.

Namespace

Drupal\Composer\Plugin\Scaffold

Code

public function getCommands() {
  return [
    new ComposerScaffoldCommand(),
  ];
}