- π©πͺGermany c-logemann Frankfurt/M, Germany
I just found this Issue and wondering why the contrib module " EntityReference UUID β " isn't mentioned here. This already uses "target_uuid" . I use it for example for a base field definition in my contrib module " grant β ". But it also have an UI for Field API. I hope EntityReference UUID will find its way into core.
- πΊπ¦Ukraine alphawebgroup Kiev
@c-logemann
thank you for mentioning EntityReference UUID β here.
yes, it can be considered here, as it at least covered by Drupal Security Team, thanks to @pwolanin
it's minimally maintained as there are nothing to do globally, but pretty stable in main cases where people have cross-system references for example... - π³π±Netherlands cpdp
+1 to add the Entity Reference UUID β module to core. This module is invaluable in creating distributed webapplications with Drupal.
In my use case, I have a management webapplication to assign a multitude of taxonomy terms, by entity reference, to fields in several node types. These taxonomies and entity reference assignments are then deployed to several client webapplications.
Without this module, the entity reference would only consist of the taxonomy term id, which is not transferable to other installations. With this module, I can effortlessly transfer work done on the management webapplication, to the client webapplications.
Imo, the module does not require changes to core, but only adds functionality. The code is well written, and up to date for Drupal 11 (other than the core_version_requirement tag in the .info.yml). π Automated Drupal 11 compatibility fixes for entity_reference_uuid Needs review