|
@@ -38,50 +38,50 @@ |
|
|
block discarded – undo |
|
38
|
38
|
public function getFactories(): array |
|
39
|
39
|
{ |
|
40
|
40
|
return [ |
|
41
|
|
- SymfonyEventDispatcher::class => [ static::class, 'getSymfonyEventDispatcher' ], |
|
42
|
|
- Cache\CacheManager::class => [ static::class, 'getCacheManager' ], |
|
43
|
|
- Charset\CharsetConverter::class => [ static::class, 'getCharsetConverter' ], |
|
44
|
|
- Configuration\SiteConfiguration::class => [ static::class, 'getSiteConfiguration' ], |
|
45
|
|
- Console\CommandApplication::class => [ static::class, 'getConsoleCommandApplication' ], |
|
46
|
|
- Console\CommandRegistry::class => [ static::class, 'getConsoleCommandRegistry' ], |
|
47
|
|
- Context\Context::class => [ static::class, 'getContext' ], |
|
48
|
|
- Crypto\PasswordHashing\PasswordHashFactory::class => [ static::class, 'getPasswordHashFactory' ], |
|
49
|
|
- EventDispatcher\EventDispatcher::class => [ static::class, 'getEventDispatcher' ], |
|
50
|
|
- EventDispatcher\ListenerProvider::class => [ static::class, 'getEventListenerProvider' ], |
|
51
|
|
- Http\MiddlewareStackResolver::class => [ static::class, 'getMiddlewareStackResolver' ], |
|
52
|
|
- Http\RequestFactory::class => [ static::class, 'getRequestFactory' ], |
|
53
|
|
- Imaging\IconFactory::class => [ static::class, 'getIconFactory' ], |
|
54
|
|
- Imaging\IconRegistry::class => [ static::class, 'getIconRegistry' ], |
|
55
|
|
- Localization\LanguageServiceFactory::class => [ static::class, 'getLanguageServiceFactory' ], |
|
56
|
|
- Localization\LanguageStore::class => [ static::class, 'getLanguageStore' ], |
|
57
|
|
- Localization\Locales::class => [ static::class, 'getLocales' ], |
|
58
|
|
- Localization\LocalizationFactory::class => [ static::class, 'getLocalizationFactory' ], |
|
59
|
|
- Mail\TransportFactory::class => [ static::class, 'getMailTransportFactory' ], |
|
60
|
|
- Messaging\FlashMessageService::class => [ static::class, 'getFlashMessageService' ], |
|
61
|
|
- Middleware\ResponsePropagation::class => [ static::class, 'getResponsePropagationMiddleware' ], |
|
62
|
|
- Package\FailsafePackageManager::class => [ static::class, 'getFailsafePackageManager' ], |
|
63
|
|
- Registry::class => [ static::class, 'getRegistry' ], |
|
64
|
|
- Resource\Index\FileIndexRepository::class => [ static::class, 'getFileIndexRepository' ], |
|
65
|
|
- Resource\Index\MetaDataRepository::class => [ static::class, 'getMetaDataRepository' ], |
|
66
|
|
- Resource\Driver\DriverRegistry::class => [ static::class, 'getDriverRegistry' ], |
|
67
|
|
- Resource\ProcessedFileRepository::class => [ static::class, 'getProcessedFileRepository' ], |
|
68
|
|
- Resource\ResourceFactory::class => [ static::class, 'getResourceFactory' ], |
|
69
|
|
- Resource\StorageRepository::class => [ static::class, 'getStorageRepository' ], |
|
70
|
|
- Service\DependencyOrderingService::class => [ static::class, 'getDependencyOrderingService' ], |
|
71
|
|
- Service\FlexFormService::class => [ static::class, 'getFlexFormService' ], |
|
72
|
|
- Service\OpcodeCacheService::class => [ static::class, 'getOpcodeCacheService' ], |
|
73
|
|
- TimeTracker\TimeTracker::class => [ static::class, 'getTimeTracker' ], |
|
74
|
|
- TypoScript\Parser\ConstantConfigurationParser::class => [ static::class, 'getTypoScriptConstantConfigurationParser' ], |
|
75
|
|
- TypoScript\TypoScriptService::class => [ static::class, 'getTypoScriptService' ], |
|
76
|
|
- 'middlewares' => [ static::class, 'getMiddlewares' ], |
|
|
41
|
+ SymfonyEventDispatcher::class => [static::class, 'getSymfonyEventDispatcher'], |
|
|
42
|
+ Cache\CacheManager::class => [static::class, 'getCacheManager'], |
|
|
43
|
+ Charset\CharsetConverter::class => [static::class, 'getCharsetConverter'], |
|
|
44
|
+ Configuration\SiteConfiguration::class => [static::class, 'getSiteConfiguration'], |
|
|
45
|
+ Console\CommandApplication::class => [static::class, 'getConsoleCommandApplication'], |
|
|
46
|
+ Console\CommandRegistry::class => [static::class, 'getConsoleCommandRegistry'], |
|
|
47
|
+ Context\Context::class => [static::class, 'getContext'], |
|
|
48
|
+ Crypto\PasswordHashing\PasswordHashFactory::class => [static::class, 'getPasswordHashFactory'], |
|
|
49
|
+ EventDispatcher\EventDispatcher::class => [static::class, 'getEventDispatcher'], |
|
|
50
|
+ EventDispatcher\ListenerProvider::class => [static::class, 'getEventListenerProvider'], |
|
|
51
|
+ Http\MiddlewareStackResolver::class => [static::class, 'getMiddlewareStackResolver'], |
|
|
52
|
+ Http\RequestFactory::class => [static::class, 'getRequestFactory'], |
|
|
53
|
+ Imaging\IconFactory::class => [static::class, 'getIconFactory'], |
|
|
54
|
+ Imaging\IconRegistry::class => [static::class, 'getIconRegistry'], |
|
|
55
|
+ Localization\LanguageServiceFactory::class => [static::class, 'getLanguageServiceFactory'], |
|
|
56
|
+ Localization\LanguageStore::class => [static::class, 'getLanguageStore'], |
|
|
57
|
+ Localization\Locales::class => [static::class, 'getLocales'], |
|
|
58
|
+ Localization\LocalizationFactory::class => [static::class, 'getLocalizationFactory'], |
|
|
59
|
+ Mail\TransportFactory::class => [static::class, 'getMailTransportFactory'], |
|
|
60
|
+ Messaging\FlashMessageService::class => [static::class, 'getFlashMessageService'], |
|
|
61
|
+ Middleware\ResponsePropagation::class => [static::class, 'getResponsePropagationMiddleware'], |
|
|
62
|
+ Package\FailsafePackageManager::class => [static::class, 'getFailsafePackageManager'], |
|
|
63
|
+ Registry::class => [static::class, 'getRegistry'], |
|
|
64
|
+ Resource\Index\FileIndexRepository::class => [static::class, 'getFileIndexRepository'], |
|
|
65
|
+ Resource\Index\MetaDataRepository::class => [static::class, 'getMetaDataRepository'], |
|
|
66
|
+ Resource\Driver\DriverRegistry::class => [static::class, 'getDriverRegistry'], |
|
|
67
|
+ Resource\ProcessedFileRepository::class => [static::class, 'getProcessedFileRepository'], |
|
|
68
|
+ Resource\ResourceFactory::class => [static::class, 'getResourceFactory'], |
|
|
69
|
+ Resource\StorageRepository::class => [static::class, 'getStorageRepository'], |
|
|
70
|
+ Service\DependencyOrderingService::class => [static::class, 'getDependencyOrderingService'], |
|
|
71
|
+ Service\FlexFormService::class => [static::class, 'getFlexFormService'], |
|
|
72
|
+ Service\OpcodeCacheService::class => [static::class, 'getOpcodeCacheService'], |
|
|
73
|
+ TimeTracker\TimeTracker::class => [static::class, 'getTimeTracker'], |
|
|
74
|
+ TypoScript\Parser\ConstantConfigurationParser::class => [static::class, 'getTypoScriptConstantConfigurationParser'], |
|
|
75
|
+ TypoScript\TypoScriptService::class => [static::class, 'getTypoScriptService'], |
|
|
76
|
+ 'middlewares' => [static::class, 'getMiddlewares'], |
|
77
|
77
|
]; |
|
78
|
78
|
} |
|
79
|
79
|
|
|
80
|
80
|
public function getExtensions(): array |
|
81
|
81
|
{ |
|
82
|
82
|
return [ |
|
83
|
|
- EventDispatcherInterface::class => [ static::class, 'provideFallbackEventDispatcher' ], |
|
84
|
|
- EventDispatcher\ListenerProvider::class => [ static::class, 'extendEventListenerProvider' ], |
|
|
83
|
+ EventDispatcherInterface::class => [static::class, 'provideFallbackEventDispatcher'], |
|
|
84
|
+ EventDispatcher\ListenerProvider::class => [static::class, 'extendEventListenerProvider'], |
|
85
|
85
|
] + parent::getExtensions(); |
|
86
|
86
|
} |
|
87
|
87
|
|