services: Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia: autowire: true tags: - { name: event_subscriber } Drupal\opdavies_blog\EventSubscriber\ReorderBlogTags: 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