I have a suggestion for the weekly dev meeting on Thu Apr 10, 2025

Over in Zulip we've been discussing entity extensibilityin the context of some difficulties I've run into in the course of porting entity_translation over to Backdrop, namely around the removal of label callback and the Drupal core function entity_language. In Drupal those two things were extensible which the entity_translation module made heavy use of while in Backdrop langcode and label are static properties (even though label() is a method on the node class for instance, just returns $node->title.