Closed (fixed)
Project:
Drupal core
Version:
8.8.x-dev
Component:
entity system
Priority:
Major
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
1 May 2019 at 16:09 UTC
Updated:
21 May 2019 at 22:19 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
andypostHere's a patch
Comment #6
amateescu commentedLooks great to me!
Added credit for everyone who worked on this part of the patch from the parent issue.
Comment #7
alexpottComment #12
amateescu commentedFixing the credits after reading the parent issue again, I forgot quite a few people. Sorry! :(
Comment #13
alexpottCommitted ecf0410 and pushed to 8.8.x. Thanks!
Discussed this with @amateescu, @Berdir and @larowlan a bit. Whilst I think burying this in entity storage is in someways sub-optimal - this is one fo those hard choices and sat least we've marked it internal. Hopefully at some point we can remove this entirely and replace it with PHP strict typing and scalar type hints.
Comment #15
plachDo these mean we're loading
SqlContentEntityStorageSchemaon every request (~2300 LoC)? I'd rather have put this into the storage class itself to avoid that...