‪TYPO3CMS  10.4
TYPO3\CMS\Dashboard\DashboardPresetRegistry Class Reference
Inheritance diagram for TYPO3\CMS\Dashboard\DashboardPresetRegistry:
TYPO3\CMS\Core\SingletonInterface

Public Member Functions

array getDashboardPresets ()
 
 registerDashboardPreset (DashboardPreset $dashboardPreset)
 

Private Attributes

DashboardPreset[] $dashboardPresets = array( )
 

Detailed Description

Definition at line 25 of file DashboardPresetRegistry.php.

Member Function Documentation

◆ getDashboardPresets()

array TYPO3\CMS\Dashboard\DashboardPresetRegistry::getDashboardPresets ( )
Returns
‪array

Definition at line 34 of file DashboardPresetRegistry.php.

References TYPO3\CMS\Dashboard\DashboardPresetRegistry\$dashboardPresets.

◆ registerDashboardPreset()

TYPO3\CMS\Dashboard\DashboardPresetRegistry::registerDashboardPreset ( DashboardPreset  $dashboardPreset)
Parameters
DashboardPreset$dashboardPreset

Definition at line 57 of file DashboardPresetRegistry.php.

References TYPO3\CMS\Dashboard\DashboardPreset\getIdentifier().

Member Data Documentation

◆ $dashboardPresets

DashboardPreset [] TYPO3\CMS\Dashboard\DashboardPresetRegistry::$dashboardPresets = array( )
private