services: Drupal\opdavies_blog\EventSubscriber\PushPostToSocialMediaOnceItIsPublished: autowire: true tags: - { name: event_subscriber } Drupal\opdavies_blog\EventSubscriber\SortTagsAlphabeticallyWhenPostIsSaved: tags: - { name: event_subscriber } Drupal\opdavies_blog\Repository\PostRepository: autowire: true Drupal\opdavies_blog\Service\PostPusher\IftttPostPusher: autowire: true Drupal\opdavies_blog\Service\PostPusher\NullPostPusher: autowire: true Drupal\opdavies_blog\Service\PostPusher\PostPusher: alias: Drupal\opdavies_blog\Service\PostPusher\IftttPostPusher Drupal\opdavies_blog\Repository\RelatedPostsRepository: autowire: true