‪TYPO3CMS  10.4
TYPO3\CMS\Dashboard\ServiceProvider Class Reference
Inheritance diagram for TYPO3\CMS\Dashboard\ServiceProvider:
TYPO3\CMS\Core\Package\AbstractServiceProvider TYPO3\CMS\Core\DependencyInjection\ServiceProviderInterface

Public Member Functions

 getFactories ()
 
 getExtensions ()
 

Static Public Member Functions

static getDashboardPresets (ContainerInterface $container)
 
static getWidgetGroups (ContainerInterface $container)
 
static getWidgets (ContainerInterface $container)
 
static configureDashboardPresetRegistry (ContainerInterface $container, DashboardPresetRegistry $dashboardPresetRegistry=null)
 
static configureWidgetGroupRegistry (ContainerInterface $container, WidgetGroupRegistry $widgetGroupRegistry=null)
 
static ArrayObject configureDashboardPresets (ContainerInterface $container, ArrayObject $presets)
 
static ArrayObject configureWidgetGroups (ContainerInterface $container, ArrayObject $widgetGroups, string $path=null)
 
static ArrayObject configureWidgets (ContainerInterface $container, ArrayObject $widgets, string $path=null)
 
- ‪Static Public Member Functions inherited from ‪TYPO3\CMS\Core\Package\AbstractServiceProvider
static ArrayObject configureMiddlewares (ContainerInterface $container, ArrayObject $middlewares, string $path=null)
 
static ArrayObject configureBackendRoutes (ContainerInterface $container, ArrayObject $routes, string $path=null)
 

Static Protected Member Functions

static getPackagePath ()
 
static getPathsOfInstalledPackages ()
 
- ‪Static Protected Member Functions inherited from ‪TYPO3\CMS\Core\Package\AbstractServiceProvider
static mixed new (ContainerInterface $container, string $className, array $constructorArguments=[])
 

Detailed Description

Definition at line 31 of file ServiceProvider.php.

Member Function Documentation

◆ configureDashboardPresetRegistry()

static TYPO3\CMS\Dashboard\ServiceProvider::configureDashboardPresetRegistry ( ContainerInterface  $container,
DashboardPresetRegistry  $dashboardPresetRegistry = null 
)
static

◆ configureDashboardPresets()

static ArrayObject TYPO3\CMS\Dashboard\ServiceProvider::configureDashboardPresets ( ContainerInterface  $container,
ArrayObject  $presets 
)
static
Parameters
ContainerInterface$container
ArrayObject$presets
Returns
‪ArrayObject

Definition at line 141 of file ServiceProvider.php.

References TYPO3\CMS\Dashboard\ServiceProvider\getPathsOfInstalledPackages().

◆ configureWidgetGroupRegistry()

static TYPO3\CMS\Dashboard\ServiceProvider::configureWidgetGroupRegistry ( ContainerInterface  $container,
WidgetGroupRegistry  $widgetGroupRegistry = null 
)
static

◆ configureWidgetGroups()

static ArrayObject TYPO3\CMS\Dashboard\ServiceProvider::configureWidgetGroups ( ContainerInterface  $container,
ArrayObject  $widgetGroups,
string  $path = null 
)
static
Parameters
ContainerInterface$container
ArrayObject$widgetGroups
string$path‪supplied when invoked internally through PseudoServiceProvider
Returns
‪ArrayObject

Definition at line 164 of file ServiceProvider.php.

References TYPO3\CMS\Dashboard\ServiceProvider\getPathsOfInstalledPackages().

◆ configureWidgets()

static ArrayObject TYPO3\CMS\Dashboard\ServiceProvider::configureWidgets ( ContainerInterface  $container,
ArrayObject  $widgets,
string  $path = null 
)
static
Parameters
ContainerInterface$container
ArrayObject$widgets
string$path‪supplied when invoked internally through PseudoServiceProvider
Returns
‪ArrayObject

Definition at line 186 of file ServiceProvider.php.

References TYPO3\CMS\Dashboard\ServiceProvider\getPathsOfInstalledPackages().

◆ getDashboardPresets()

static TYPO3\CMS\Dashboard\ServiceProvider::getDashboardPresets ( ContainerInterface  $container)
static

Definition at line 65 of file ServiceProvider.php.

◆ getExtensions()

TYPO3\CMS\Dashboard\ServiceProvider::getExtensions ( )
Returns
‪array

Reimplemented from TYPO3\CMS\Core\Package\AbstractServiceProvider.

Definition at line 54 of file ServiceProvider.php.

◆ getFactories()

TYPO3\CMS\Dashboard\ServiceProvider::getFactories ( )

@inheritDoc

Reimplemented from TYPO3\CMS\Core\Package\AbstractServiceProvider.

Definition at line 45 of file ServiceProvider.php.

◆ getPackagePath()

static TYPO3\CMS\Dashboard\ServiceProvider::getPackagePath ( )
staticprotected

@inheritDoc

Reimplemented from TYPO3\CMS\Core\Package\AbstractServiceProvider.

Definition at line 37 of file ServiceProvider.php.

◆ getPathsOfInstalledPackages()

static TYPO3\CMS\Dashboard\ServiceProvider::getPathsOfInstalledPackages ( )
staticprotected

◆ getWidgetGroups()

static TYPO3\CMS\Dashboard\ServiceProvider::getWidgetGroups ( ContainerInterface  $container)
static

Definition at line 70 of file ServiceProvider.php.

◆ getWidgets()

static TYPO3\CMS\Dashboard\ServiceProvider::getWidgets ( ContainerInterface  $container)
static

Definition at line 75 of file ServiceProvider.php.