-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathservices.yaml
More file actions
44 lines (37 loc) · 1.43 KB
/
services.yaml
File metadata and controls
44 lines (37 loc) · 1.43 KB
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
# This Software is the property of Data Development and is protected
# by copyright law - it is NOT Freeware.
#
# Any unauthorized use of this software without a valid license
# is a violation of the license agreement and will be prosecuted by
# civil and criminal law.
#
# https://www.d3data.de
#
# @copyright (C) D3 Data Development (Inh. Thomas Dartsch)
# @author D3 Data Development - Daniel Seifert <support@shopmodule.com>
# @link https://www.oxidmodule.com
services:
_defaults:
autowire: true
D3\ModCfg\Core\Twig\d3modcfgcheckExtension:
tags: ['twig.extension']
D3\ModCfg\Application\Command\ClearTmp:
class: D3\ModCfg\Application\Command\ClearTmp
tags:
- { name: 'console.command', command: 'd3:modcfg:cleartmp' }
D3\ModCfg\Application\Command\LogCleanup:
class: D3\ModCfg\Application\Command\LogCleanup
tags:
- { name: 'console.command', command: 'd3:modcfg:log:cleanup' }
D3\ModCfg\Application\Command\LogStatus:
class: D3\ModCfg\Application\Command\LogStatus
tags:
- { name: 'console.command', command: 'd3:modcfg:log:status' }
D3\ModCfg\Application\Command\LicenseSet:
class: D3\ModCfg\Application\Command\LicenseSet
tags:
- { name: 'console.command', command: 'd3:modcfg:license:set' }
D3\ModCfg\Application\Command\ModuleSetup:
class: D3\ModCfg\Application\Command\ModuleSetup
tags:
- { name: 'console.command', command: 'd3:modcfg:modules:setup' }