-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathservices.yaml
More file actions
23 lines (19 loc) · 801 Bytes
/
services.yaml
File metadata and controls
23 lines (19 loc) · 801 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
parameters:
app.log_file_path: '/var/www/source/log/oe_examples_module.log'
env(OEEM_SHOP_NAME): 'OXID eShop name not overwritten by .env file'
imports:
- { resource: src/Greeting/services.yaml }
- { resource: src/Logging/services.yaml }
- { resource: src/ProductVote/services.yaml }
- { resource: src/Tracker/services.yaml }
services:
_defaults:
public: false
autowire: true
# This is how you can bind shop registry services to your services
# bind:
# OxidEsales\Eshop\Core\Language: '@=service("OxidEsales\\ExamplesModule\\Core\\Registry").getLang()'
# OxidEsales\Eshop\Core\Session: '@=service("OxidEsales\\ExamplesModule\\Core\\Registry").getSession()'
OxidEsales\ExamplesModule\Core\Registry:
class: OxidEsales\Eshop\Core\Registry
public: true