DiscoveryStrategy
in
Tags
Table of Contents
Methods
- getCandidates() : array<string|int, mixed>
- Find a resource of a specific type.
Methods
getCandidates()
Find a resource of a specific type.
public
static getCandidates(string $type) : array<string|int, mixed>
Parameters
- $type : string
Tags
Return values
array<string|int, mixed> —The return value is always an array with zero or more elements. Each element is an array with two keys ['class' => string, 'condition' => mixed].