function Plugin::getCapabilities

File

composer/Plugin/RecipeUnpack/Plugin.php, line 38

Class

Plugin
Composer plugin for handling dependency unpacking.

Namespace

Drupal\Composer\Plugin\RecipeUnpack

Code

public function getCapabilities() : array {
  return [
    CommandProvider::class => UnpackCommandProvider::class,
  ];
}

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