2020-08-24 08:26:44 +00:00
|
|
|
services:
|
|
|
|
Drupal\opdavies_blog\EventSubscriber\PushBlogPostToSocialMedia:
|
2020-08-28 11:35:00 +00:00
|
|
|
autowire: true
|
2020-08-24 08:26:44 +00:00
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
|
|
|
|
2020-08-28 10:35:54 +00:00
|
|
|
Drupal\opdavies_blog\EventSubscriber\ReorderBlogTags:
|
|
|
|
tags:
|
|
|
|
- { name: event_subscriber }
|
|
|
|
|
2020-08-24 08:26:44 +00:00
|
|
|
Drupal\opdavies_blog\Repository\PostRepository:
|
|
|
|
autowire: true
|
2021-01-01 22:35:52 +00:00
|
|
|
|
|
|
|
Drupal\opdavies_blog\Service\PostPusher\IftttPostPusher:
|
|
|
|
autowire: true
|
|
|
|
|
2021-01-01 23:04:28 +00:00
|
|
|
Drupal\opdavies_blog\Service\PostPusher\NullPostPusher:
|
|
|
|
autowire: true
|
|
|
|
|
2021-01-01 22:35:52 +00:00
|
|
|
Drupal\opdavies_blog\Service\PostPusher\PostPusher:
|
|
|
|
alias: Drupal\opdavies_blog\Service\PostPusher\IftttPostPusher
|
2020-10-07 07:35:39 +00:00
|
|
|
|
|
|
|
Drupal\opdavies_blog\Repository\RelatedPostsRepository:
|
|
|
|
autowire: true
|