- Issue created by @joachim
- 🇮🇳India Akram Khan Cuttack, Odisha
added a patch and To improve the documentation for the FieldStorageConfig class, add a more detailed description of what the translatable property does and what it means when it's set to FALSE.
- last update
over 1 year ago 29,304 pass - Status changed to Needs review
over 1 year ago 7:34am 25 April 2023 - Status changed to Needs work
over 1 year ago 8:37am 25 April 2023 - 🇬🇧United Kingdom joachim
+++ b/core/modules/field/src/Entity/FieldStorageConfig.php @@ -129,7 +129,9 @@ class FieldStorageConfig extends ConfigEntityBase implements FieldStorageConfigI + * language on a multilingual site. If FALSE, the field is not translatable and + * will have the same value for all languages. *
My point though is that AFAICT this NEVER gets set to FALSE. There is no UI for it, and fields get created with it set to TRUE.
This needs input from people who know the deep innards of the translation system.