In Drupal 7, the Display Suite module offered a thing called Custom Fields, which allowed me to define a field created by custom php code that was fired upon the viewing of a node. I found this to be very powerful, as it allowed an easy way to display data that was pertinent to the current situation of things. This is in contrast to the computed field, which fires its code upon saving of a node.
Is there a way to do this in Backdrop?
Hey All !!!
Check it out: the answer was right in front of my face the whole time. I don't know why I didn't already know this. The solution:
The Computed Field has two sections of code... The first is executed upon saving of the node; the second is executed upon displaying the node. So this solves my current requirements.
Case dismissed.