‪TYPO3CMS  10.4
TYPO3\CMS\Frontend\ServiceProvider Class Reference
Inheritance diagram for TYPO3\CMS\Frontend\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 getApplication (ContainerInterface $container)
 
static getRequestHandler (ContainerInterface $container)
 
static ArrayObject getFrontendMiddlewares (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 34 of file ServiceProvider.php.

Member Function Documentation

◆ getApplication()

static TYPO3\CMS\Frontend\ServiceProvider::getApplication ( ContainerInterface  $container)
static

Definition at line 50 of file ServiceProvider.php.

◆ getFactories()

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

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

Definition at line 41 of file ServiceProvider.php.

◆ getFrontendMiddlewares()

static ArrayObject TYPO3\CMS\Frontend\ServiceProvider::getFrontendMiddlewares ( ContainerInterface  $container)
static
Parameters
ContainerInterface$container
Returns
‪ArrayObject
Exceptions
InvalidDataException
CoreException

Definition at line 75 of file ServiceProvider.php.

◆ getPackagePath()

static TYPO3\CMS\Frontend\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 36 of file ServiceProvider.php.

◆ getRequestHandler()

static TYPO3\CMS\Frontend\ServiceProvider::getRequestHandler ( ContainerInterface  $container)
static

Definition at line 64 of file ServiceProvider.php.