-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathservices.yaml
150 lines (128 loc) · 7.17 KB
/
services.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
parameters:
oxid_esales.theme.admin.name: 'admin_smarty'
oxid_esales.templating.engine_template_extension: 'tpl'
services:
_defaults:
autowire: true
OxidEsales\Eshop\Core\Config:
factory: ['OxidEsales\Eshop\Core\Registry', 'getConfig']
OxidEsales\Eshop\Core\UtilsView:
factory: ['OxidEsales\Eshop\Core\Registry', 'getUtilsView']
OxidEsales\Smarty\SmartyContextInterface:
class: OxidEsales\Smarty\SmartyContext
arguments:
$activeAdminTheme: '%oxid_esales.theme.admin.name%'
OxidEsales\Smarty\SmartyBuilderInterface:
class: OxidEsales\Smarty\SmartyBuilder
arguments:
$filesystem: '@oxid_esales.symfony.file_system'
OxidEsales\Smarty\Configuration\SmartyConfigurationFactoryInterface:
class: OxidEsales\Smarty\Configuration\SmartyConfigurationFactory
OxidEsales\Smarty\Configuration\SmartySettingsDataProviderInterface:
class: OxidEsales\Smarty\Configuration\SmartySettingsDataProvider
OxidEsales\Smarty\Configuration\SmartySecuritySettingsDataProviderInterface:
class: OxidEsales\Smarty\Configuration\SmartySecuritySettingsDataProvider
OxidEsales\Smarty\Configuration\SmartyResourcesDataProviderInterface:
class: OxidEsales\Smarty\Configuration\SmartyResourcesDataProvider
OxidEsales\Smarty\Configuration\SmartyPrefiltersDataProviderInterface:
class: OxidEsales\Smarty\Configuration\SmartyPrefiltersDataProvider
OxidEsales\Smarty\Configuration\SmartyPluginsDataProviderInterface:
class: OxidEsales\Smarty\Configuration\SmartyPluginsDataProvider
OxidEsales\Smarty\Configuration\SmartyConfigurationInterface:
class: OxidEsales\Smarty\Configuration\SmartyConfiguration
factory: ['@OxidEsales\Smarty\Configuration\SmartyConfigurationFactoryInterface', 'getConfiguration']
OxidEsales\Smarty\Bridge\SmartyEngineBridgeInterface:
class: OxidEsales\Smarty\Bridge\SmartyEngineBridge
smarty.smarty_engine_factory:
class: OxidEsales\Smarty\SmartyEngineFactory
OxidEsales\EshopCommunity\Internal\Framework\Templating\TemplateEngineInterface:
class: OxidEsales\Smarty\SmartyEngine
factory: ['@smarty.smarty_engine_factory', 'getTemplateEngine']
OxidEsales\EshopCommunity\Internal\Framework\Templating\TemplateRendererBridgeInterface:
class: OxidEsales\Smarty\Bridge\SmartyTemplateRendererBridge
public: true
OxidEsales\Smarty\Extension\SmartyTemplateHandlerInterface:
class: OxidEsales\Smarty\Extension\SmartyDefaultTemplateHandler
arguments:
- '@OxidEsales\Smarty\Locator\TemplateFileLocator'
OxidEsales\Smarty\Extension\ResourcePluginInterface:
class: OxidEsales\Smarty\Extension\CacheResourcePlugin
OxidEsales\Smarty\Module\Plugin\SmartyPluginDaoInterface:
class: OxidEsales\Smarty\Module\Plugin\SmartyPluginDao
OxidEsales\Smarty\Module\Plugin\ModuleSmartyPluginsDataProviderInterface:
class: OxidEsales\Smarty\Module\Plugin\ModuleSmartyPluginsDataProvider
decorates: OxidEsales\Smarty\Configuration\SmartyPluginsDataProviderInterface
decoration_priority: 100
arguments:
- '@OxidEsales\Smarty\Module\Plugin\ModuleSmartyPluginsDataProviderInterface.inner'
- '@OxidEsales\Smarty\Module\Plugin\SmartyPluginDaoInterface'
- '@OxidEsales\EshopCommunity\Internal\Transition\Utility\ContextInterface'
- '@OxidEsales\EshopCommunity\Internal\Framework\Module\Path\ModulePathResolverInterface'
OxidEsales\Smarty\SystemRequirements\MissingTemplateBlocksCheckerInterface:
class: OxidEsales\Smarty\SystemRequirements\MissingTemplateBlocksChecker
public: true
arguments:
- '@OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockExtensionDaoInterface'
- '@OxidEsales\EshopCommunity\Internal\Transition\Utility\ContextInterface'
- '@oxid_esales.templating.admin.template.loader'
- '@oxid_esales.templating.frontend.template.loader'
- '@OxidEsales\EshopCommunity\Internal\Transition\Adapter\ShopAdapterInterface'
OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockExtensionDaoInterface:
class: OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockExtensionDao
OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockExtensionServiceInterface:
class: OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockExtensionService
public: true
OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockLoaderInterface:
class: OxidEsales\Smarty\Module\TemplateExtension\TemplateBlockLoader
arguments:
$filesystem: '@oxid_esales.symfony.file_system'
oxid_esales.smarty.module.setup.template_block_module_setting_handler:
class: OxidEsales\Smarty\Module\Setup\Handler\TemplateBlockModuleSettingHandler
oxid_esales.smarty.module.setup.templates_module_setting_handler:
class: OxidEsales\Smarty\Module\Setup\Handler\TemplatesModuleSettingHandler
oxid_esales.smarty.module.setup.smarty_plugin_directories_module_setting_handler:
class: OxidEsales\Smarty\Module\Setup\Handler\ShopConfigurationSmartyPluginDirectoryHandler
OxidEsales\Smarty\Module\Setup\Validator\SmartyPluginDirectoriesValidatorInterface:
class: OxidEsales\Smarty\Module\Setup\Validator\SmartyPluginDirectoriesValidator
oxid_esales.smarty.setup.eventsubscriber.install_smarty_extension_events_subscriber:
class: OxidEsales\Smarty\Module\Setup\EventSubscriber\InstallSmartyExtensionEventsSubscriber
arguments:
- '@OxidEsales\EshopCommunity\Internal\Framework\Module\Configuration\Dao\ModuleConfigurationDaoInterface'
- '@oxid_esales.smarty.module.setup.template_block_module_setting_handler'
- '@oxid_esales.smarty.module.setup.smarty_plugin_directories_module_setting_handler'
- '@oxid_esales.smarty.module.setup.templates_module_setting_handler'
tags:
- { name: kernel.event_subscriber }
OxidEsales\Smarty\Module\MetaData\MetaDataDaoInterface:
class: OxidEsales\Smarty\Module\MetaData\MetaDataDao
OxidEsales\Smarty\Resolver\TemplateDirectoryResolverInterface:
class: OxidEsales\Smarty\Resolver\TemplateDirectoryResolver
arguments:
- !tagged oxid.template.file.locator
public: true
OxidEsales\Smarty\Resolver\ShopTemplateDirectoryResolver:
tags:
- { name: 'oxid.template.file.locator', priority: 100 }
OxidEsales\Smarty\Locator\TemplateFileLocator:
OxidEsales\Smarty\Locator\FrontendTemplateFileLocator:
OxidEsales\Smarty\Locator\AdminTemplateFileLocator:
oxid_esales.templating.frontend.template.loader:
class: OxidEsales\Smarty\Loader\TemplateLoader
public: true
arguments:
- '@OxidEsales\Smarty\Locator\TemplateFileLocator'
oxid_esales.templating.admin.template.loader:
class: OxidEsales\Smarty\Loader\TemplateLoader
public: true
arguments:
- '@OxidEsales\Smarty\Locator\AdminTemplateFileLocator'
OxidEsales\Smarty\Module\Template\ModuleTemplatePathResolverInterface:
class: OxidEsales\Smarty\Module\Template\ModuleTemplatePathResolver
arguments:
$filesystem: '@oxid_esales.symfony.file_system'
public: true
OxidEsales\Smarty\Module\Template\TemplateDaoInterface:
class: OxidEsales\Smarty\Module\Template\TemplateDao
OxidEsales\Smarty\Module\Template\ActiveModuleTemplateDataProviderInterface:
class: OxidEsales\Smarty\Module\Template\ActiveModuleTemplateDataProvider
OxidEsales\Smarty\Exception\TemplateFileNotFoundException: