Skip to content

DevToolsCommandProvider

github-actions edited this page Apr 28, 2026 · 1 revision

Provides a registry of custom dev-tools commands mapped for Composer integration.

This capability struct MUST implement the defined CommandProvider.


  • Full name: \FastForward\DevTools\Composer\Capability\DevToolsCommandProvider
  • This class is marked as final and can't be subclassed
  • This class implements: CommandProvider
  • This class is a Final class

Methods

__construct

public __construct(array<string,mixed> $constructorArguments = []): mixed

Parameters:

Parameter Type Description
$constructorArguments array<string,mixed> the Composer capability constructor arguments

getCommands

{@inheritDoc}

public getCommands(): mixed

Clone this wiki locally