ProviderInterface
Tags
Table of Contents
Methods
- getCompletions() : array<string|int, string>
- Get completions for a given current value.
Methods
getCompletions()
Get completions for a given current value.
public
getCompletions(string $currentValue) : array<string|int, string>
Parameters
- $currentValue : string
-
the current value to get completions for
Return values
array<string|int, string> —the completions