Although we covered a lot of ground, we only scratched the surface. To wrap up the series, we present an introduction to a very popular topic: Drupal upgrades. Note: In this article, when we talk about Drupal 7, the same applies for Drupal 6.
When one starts working with migrations, it is easy to be overwhelmed by so many modules providing migration functionality. Today’s article presents a list of migration related Drupal modules for quick reference.
In recent articles, we have presented some recommendations and tools to debug Drupal migrations. Using a proper debugger is definitely the best way to debug Drupal be it migrations or other substems.
When working on Drupal migrations, it is often the case that things do not work right away. Today’s article is the first of a two part series on debugging Drupal migrations. We start giving some recommendations of things to do before diving deep into debugging.
Today we will present an introduction to paragraphs migrations in Drupal. The example consists of migrating paragraphs of one type, then connecting the migrated paragraphs to nodes.
A tutorial on using the Javascript States API for Drupal 8 to conditionally hide and show the input elements for image and video conditionally.