oliverdavies.uk-drupal-old/web/modules/custom/blog
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
..
config/schema Rename variable to make it more generic 2021-01-01 21:46:12 +00:00
hooks Rename custom module directories 2020-09-04 21:25:36 +01:00
src Extract a PostPusher service to push the post 2021-01-01 22:45:23 +00:00
tests Update the Collection namespace 2020-12-17 23:42:20 +00:00
drush.services.yml Rename custom module directories 2020-09-04 21:25:36 +01:00
opdavies_blog.info.yml Rename custom module directories 2020-09-04 21:25:36 +01:00
opdavies_blog.install Extract helper methods 2020-11-10 20:25:07 +00:00
opdavies_blog.module Rename custom module directories 2020-09-04 21:25:36 +01:00
opdavies_blog.services.yml Extract a PostPusher service to push the post 2021-01-01 22:45:23 +00:00