26 lines
932 B
YAML
26 lines
932 B
YAML
DigiComp.FlowTranslationEndpoint:TranslationResponseCache:
|
|
className: "Neos\\Cache\\Frontend\\StringFrontend"
|
|
factoryObjectName: "Neos\\Flow\\Cache\\CacheManager"
|
|
factoryMethodName: "getCache"
|
|
arguments:
|
|
1:
|
|
value: "DigiComp_FlowTranslationEndpoint_Responses"
|
|
|
|
DigiComp.FlowTranslationEndpoint:TranslationRequestMiddleware:
|
|
className: "DigiComp\\FlowTranslationEndpoint\\Http\\TranslationRequestMiddleware"
|
|
autowiring: true
|
|
arguments:
|
|
1:
|
|
setting: "DigiComp.FlowTranslationEndpoint.reactOnPath"
|
|
2:
|
|
setting: "DigiComp.FlowTranslationEndpoint.getParameterName"
|
|
3:
|
|
setting: "DigiComp.FlowTranslationEndpoint.browserCacheMaxAge"
|
|
4:
|
|
object: "Neos\\Flow\\I18n\\Service"
|
|
5:
|
|
object: "Neos\\Flow\\I18n\\Xliff\\Service\\XliffFileProvider"
|
|
6:
|
|
object: "Neos\\Flow\\I18n\\Detector"
|
|
7:
|
|
object: "DigiComp.FlowTranslationEndpoint:TranslationResponseCache"
|