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.