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