-
-
Notifications
You must be signed in to change notification settings - Fork 0
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
public __construct(array<string,mixed> $constructorArguments = []): mixedParameters:
| Parameter | Type | Description |
|---|---|---|
$constructorArguments |
array<string,mixed> | the Composer capability constructor arguments |
{@inheritDoc}
public getCommands(): mixed