-
Notifications
You must be signed in to change notification settings - Fork 1
/
xom_web_services.services.yml
29 lines (29 loc) · 1.11 KB
/
xom_web_services.services.yml
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
services:
xom_web_services.social_announcement:
class: Drupal\xom_web_services\SocialAnnouncement
arguments: ['@xom_web_services.discord_helper', '@xom_web_services.feed_helper', '@xom_web_services.appcast_helper']
xom_web_services.discord_helper:
class: Drupal\xom_web_services\Socials\DiscordHelper
arguments: ['@http_client']
xom_web_services.feed_helper:
class: Drupal\xom_web_services\Socials\FeedHelper
arguments: []
xom_web_services.appcast_helper:
class: Drupal\xom_web_services\Socials\AppcastHelper
arguments: []
xom_web_services.se_update_scanner:
class: Drupal\xom_web_services\Socials\SEUpdateScanner
arguments: ['@http_client']
xom_web_services.commands:
class: \Drupal\xom_web_services\Commands\TestCommands
tags:
- { name: drush.command }
arguments: []
xom_web_services.iinact_commands:
class: \Drupal\xom_web_services\IINACT\IINACTCommands
tags:
- { name: drush.command }
arguments: []
xom_web_services.iinact_update_manager:
class: Drupal\xom_web_services\IINACT\IINACTUpdateManager
arguments: ['@state', '@http_client']