getProvider()
Overview
public struct function getProvider(
required string provider
, boolean includeDisabled = false
)
Returns a struct with info about the given provider. Keys are id, title, description and iconClass. The latter three are translated dynamically at runtime.
Arguments
Name | Type | Required | Description |
---|---|---|---|
provider | string | Yes | ID of the provider to get |
includeDisabled | boolean | No (default=false) |