DigiComp.FlowTranslationEnd.../Configuration/Objects.yaml

33 lines
1.2 KiB
YAML
Raw Normal View History

DigiComp.FlowTranslationEndpoint:TransformTranslationRequestMiddleware:
className: "DigiComp\\FlowTranslationEndpoint\\Http\\TransformTranslationRequestMiddleware"
2023-08-05 15:49:46 +02:00
arguments:
1:
setting: "DigiComp.FlowTranslationEndpoint.headerName"
2:
setting: "DigiComp.FlowTranslationEndpoint.replaceRoutedEndpoint.reactOnPath"
3:
setting: "DigiComp.FlowTranslationEndpoint.replaceRoutedEndpoint.translateGetParam"
DigiComp.FlowTranslationEndpoint:TranslationResponseCache:
2023-08-05 15:49:46 +02:00
className: "Neos\\Cache\\Frontend\\StringFrontend"
factoryObjectName: "Neos\\Flow\\Cache\\CacheManager"
factoryMethodName: "getCache"
2023-08-05 15:49:46 +02:00
arguments:
1:
value: "DigiComp_FlowTranslationEndpoint_Responses"
2023-08-05 15:49:46 +02:00
DigiComp.FlowTranslationEndpoint:TranslationRequestMiddleware:
className: "DigiComp\\FlowTranslationEndpoint\\Http\\TranslationRequestMiddleware"
autowiring: true
2023-08-05 15:49:46 +02:00
arguments:
1:
setting: "DigiComp.FlowTranslationEndpoint.headerName"
2:
object: "Neos\\Flow\\I18n\\Service"
3:
object: "Neos\\Flow\\I18n\\Xliff\\Service\\XliffFileProvider"
4:
object: "Neos\\Flow\\I18n\\Detector"
2023-08-05 15:49:46 +02:00
5:
object: "DigiComp.FlowTranslationEndpoint:TranslationResponseCache"