class CommandProvider

List of all commands provided by this package.

@internal

Hierarchy

  • class \Drupal\Composer\Plugin\RecipeUnpack\CommandProvider implements \Composer\Plugin\Capability\CommandProvider

Expanded class hierarchy of CommandProvider

1 file declares its use of CommandProvider
Plugin.php in composer/Plugin/RecipeUnpack/Plugin.php

File

composer/Plugin/RecipeUnpack/CommandProvider.php, line 12

Namespace

Drupal\Composer\Plugin\RecipeUnpack
View source
final class CommandProvider implements CommandProviderCapability {
  
  /**
   * {@inheritdoc}
   */
  public function getCommands() : array {
    return [
      new UnpackCommand(),
    ];
  }

}

Members

Title Sort descending Modifiers Object type Summary
CommandProvider::getCommands public function

Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.