From 0306816b28031d2efa98b28f9d0c7727dba4b60c Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Thu, 23 Aug 2018 07:46:24 +0100 Subject: [PATCH] Add drupal planet tag --- source/_posts/2018-08-16-system-users-null-users.md | 1 + .../_posts/2018-08-21-experimenting-with-events-in-drupal-8.md | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/source/_posts/2018-08-16-system-users-null-users.md b/source/_posts/2018-08-16-system-users-null-users.md index e05a54eec..5189aabe0 100644 --- a/source/_posts/2018-08-16-system-users-null-users.md +++ b/source/_posts/2018-08-16-system-users-null-users.md @@ -5,6 +5,7 @@ tags: - drupal-7 - drupal-8 - drupal-modules + - drupal-planet - php --- {% block excerpt %} diff --git a/source/_posts/2018-08-21-experimenting-with-events-in-drupal-8.md b/source/_posts/2018-08-21-experimenting-with-events-in-drupal-8.md index fc3e7ecbf..e948785a9 100644 --- a/source/_posts/2018-08-21-experimenting-with-events-in-drupal-8.md +++ b/source/_posts/2018-08-21-experimenting-with-events-in-drupal-8.md @@ -3,8 +3,9 @@ title: Experimenting with events in Drupal 8 tags: - drupal - drupal-8 - - symfony + - drupal-planet - php + - symfony --- {% block excerpt %} I’ve been experiementing with moving some of the code to Drupal 8, and I’m quite intrigued by a different way that I’ve tried to structure it - building on some of the takeaways from Drupal Dev Days.