Revert "Remove post redirects"

This reverts commit f38bb26489.
This commit is contained in:
Oliver Davies 2017-09-12 13:43:08 +01:00
parent 1e27ce5045
commit 8080640147
90 changed files with 183 additions and 42 deletions

View file

@ -7,6 +7,8 @@ tags:
- drupal-7
- php
use: [posts]
redirect:
- blog/simplifying-drupal-migrations-with-xautoload/
---
{% block excerpt %}
How to use the [xautoload][1] module to autoload migration classes within your Drupal 7 migration modules.