CommandProvider.php
Same filename in this branch
Same filename in other branches
Namespace
Drupal\Composer\Plugin\RecipeUnpackFile
-
composer/
Plugin/ RecipeUnpack/ CommandProvider.php
View source
<?php
namespace Drupal\Composer\Plugin\RecipeUnpack;
use Composer\Plugin\Capability\CommandProvider as CommandProviderCapability;
/**
* List of all commands provided by this package.
*
* @internal
*/
final class CommandProvider implements CommandProviderCapability {
/**
* {@inheritdoc}
*/
public function getCommands() : array {
return [
new UnpackCommand(),
];
}
}
Classes
Title | Deprecated | Summary |
---|---|---|
CommandProvider | List of all commands provided by this package. |
Buggy or inaccurate documentation? Please file an issue. Need support? Need help programming? Connect with the Drupal community.