- Issue created by @Rory Downes
- 🇬🇧United Kingdom joachim
This needs comments to explain what's going on.
We already have:
$data_langcode = LanguageInterface::LANGCODE_NOT_SPECIFIED; if ($langcode_public_name && !empty($entity_data['attributes'][$langcode_public_name])) { $data_langcode = $entity_data['attributes'][$langcode_public_name]; }
I don't understand how the patch code interacts with that code.
Also, could this be a MR please?