forked from kitodo/kitodo-presentation
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathServices.yaml
47 lines (37 loc) · 1016 Bytes
/
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
services:
_defaults:
autowire: true
autoconfigure: true
public: false
Kitodo\Dlf\:
resource: '../Classes/*'
Kitodo\Dlf\Command\DeleteCommand:
tags:
- name: console.command
command: 'kitodo:delete'
Kitodo\Dlf\Command\HarvestCommand:
tags:
- name: console.command
command: 'kitodo:harvest'
Kitodo\Dlf\Command\IndexCommand:
tags:
- name: console.command
command: 'kitodo:index'
Kitodo\Dlf\Command\ReindexCommand:
tags:
- name: console.command
command: 'kitodo:reindex'
Kitodo\Dlf\Command\OptimizeCommand:
tags:
- name: console.command
command: 'kitodo:optimize'
Kitodo\Dlf\Command\SuggestBuildCommand:
tags:
- name: console.command
command: 'kitodo:suggestBuild'
Kitodo\Dlf\Validation\DOMDocumentValidationStack:
autowire: false
Kitodo\Dlf\Validation\SaxonXslToSvrlValidator:
autowire: false
Kitodo\Dlf\Validation\XmlSchemesValidator:
autowire: false