Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
30 Sep 2015 at 14:55 UTC
Updated:
19 Oct 2015 at 01:44 UTC
Jump to comment: Most recent
Comments
Comment #2
stefan.r commentedyep, translatable keys are in translatableEntityKeys
Comment #3
stefan.r commentedComment #4
xjmI looked at the use of this property in
ContentEntityBaseto confirm that this array indeed contains only the untranslatable keys and never any of the translatable ones; keys are added to one array or the other.Committed and pushed to 8.0.x. Thanks!