The Joy of Automated Tests

Date Reviewed

Automated tests are such a joy.  I have at times deleted tests but I've never regretted writing them. Today was a good reminder.

Getting the parent node of a Drupal 8+ node

Status
Old but mostly relevant
Date Reviewed

There are some circumstances that you want to get data from the node one level up a menu from your current node. However, doing that is not self-explanatory since there isn't actually any direct relationship between the nodes. I'll be referring to the nodes as "parent" and "child" for simplicity despite this.