DashboardPresetRegistry implements SingletonInterface
Table of Contents
Interfaces
- SingletonInterface
- "empty" interface for singletons (marker interface pattern)
Methods
- getDashboardPresets() : array<string|int, mixed>
- registerDashboardPreset() : void
Methods
getDashboardPresets()
public
getDashboardPresets() : array<string|int, mixed>
Return values
array<string|int, mixed>registerDashboardPreset()
public
registerDashboardPreset(DashboardPreset $dashboardPreset) : void
Parameters
- $dashboardPreset : DashboardPreset