Auto-configure event subscribers

References #347
This commit is contained in:
Oliver Davies 2021-01-13 23:49:03 +00:00
parent 53ab326415
commit 43455d5ae1
4 changed files with 8 additions and 16 deletions

View file

@ -11,15 +11,5 @@ services:
Drupal\Core\Queue\QueueFactory:
alias: queue
Drupal\opdavies_blog\EventSubscriber\PushPostToSocialMediaOnceItIsPublished:
autowire: true
tags:
- { name: event_subscriber }
Drupal\opdavies_blog\EventSubscriber\SortTagsAlphabeticallyWhenPostIsSaved:
autowire: true
tags:
- { name: event_subscriber }
GuzzleHttp\ClientInterface:
alias: http_client