-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathldbase_embargoes.services.yml
More file actions
34 lines (34 loc) · 1.02 KB
/
ldbase_embargoes.services.yml
File metadata and controls
34 lines (34 loc) · 1.02 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
services:
ldbase_embargoes.embargoes:
class: Drupal\ldbase_embargoes\EmbargoesEmbargoesService
arguments:
- '@entity_type.manager'
- '@entity_field.manager'
- '@module_handler'
ldbase_embargoes.node_access:
class: Drupal\ldbase_embargoes\Access\EmbargoedNodeAccess
arguments:
- '@ldbase_embargoes.embargoes'
- '@request_stack'
- '@entity_type.manager'
- '@messenger'
- '@string_translation'
- '@current_user'
ldbase_embargoes.media_access:
class: Drupal\ldbase_embargoes\Access\EmbargoedMediaAccess
arguments:
- '@ldbase_embargoes.embargoes'
- '@request_stack'
- '@entity_type.manager'
- '@messenger'
- '@string_translation'
- '@current_user'
ldbase_embargoes.file_access:
class: Drupal\ldbase_embargoes\Access\EmbargoedFileAccess
arguments:
- '@ldbase_embargoes.embargoes'
- '@request_stack'
- '@entity_type.manager'
- '@messenger'
- '@string_translation'
- '@current_user'