KMP PHP API Reference

ActionItemCompletionFormRegistry
in package

Static registry for plugin-provided ActionItem completion forms.

Table of Contents

Properties

$providers  : array<string, ActionItemCompletionFormProviderInterface>

Methods

clear()  : void
Clear registered providers; primarily for tests.
formFor()  : ActionItemCompletionForm|null
Build a provider-backed form when available.
providerFor()  : ActionItemCompletionFormProviderInterface|null
Resolve the first provider that can handle the item.
providers()  : array<string, ActionItemCompletionFormProviderInterface>
register()  : void
Register a completion form provider.

Properties

Methods

On this page

Search results