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

Public Member Functions

 getFactories ()
 
- ‪Public Member Functions inherited from ‪TYPO3\CMS\Core\Package\AbstractServiceProvider
array getExtensions ()
 

Static Public Member Functions

static getConfigurationController (ContainerInterface $container)
 
- ‪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 Protected Member Functions inherited from ‪TYPO3\CMS\Core\Package\AbstractServiceProvider
static mixed new (ContainerInterface $container, string $className, array $constructorArguments=[])
 

Detailed Description

Definition at line 26 of file ServiceProvider.php.

Member Function Documentation

◆ getConfigurationController()

static TYPO3\CMS\Lowlevel\ServiceProvider::getConfigurationController ( ContainerInterface  $container)
static

◆ getFactories()

TYPO3\CMS\Lowlevel\ServiceProvider::getFactories ( )
Returns
‪array

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

Definition at line 33 of file ServiceProvider.php.

◆ getPackagePath()

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

Return the path to the package location, including trailing slash should return the value of: DIR . '/../' for ServiceProviders located in the Classes/ directory

Returns
‪string

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

Definition at line 28 of file ServiceProvider.php.