oliverdavies.uk/web/modules/custom/blog/src/EventSubscriber
Oliver Davies d7459ff30f Extract a PostPusher service to push the post
Extract a `PostPusher` service with an IFTTT implementation. That means
if this needs to change to use a different service in the future, the
IFTTT implementation can remain unchanged and a new implementation can
be added with its own form params etc.

This also makes this functionality easier to test as we can add a
`NullPostPusher` implementation for testing.

References #332
2021-01-01 22:45:23 +00:00
..
PushBlogPostToSocialMedia.php Extract a PostPusher service to push the post 2021-01-01 22:45:23 +00:00
ReorderBlogTags.php Update Hook Event Dispatcher module 2020-09-06 12:15:59 +01:00