Closed (won't fix)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
2 Mar 2013 at 14:09 UTC
Updated:
29 Jul 2014 at 21:58 UTC
Jump to comment: Most recent file
Comments
Comment #0.0
damiankloip commentedcode block
Comment #1
dawehnerWe probably want loadEntity and loadEntities.
Comment #2
damiankloip commentedComment #3
dawehnerNice, thought we should be clear that it's still encouraged to use the storage controller directly.
Comment #4
alexpottDiscussed this with @timplunkett and since #1893772: Move entity-type specific storage logic into entity classes and the improved typehints on storage controllers this would be a step back on properly injected code.
So... marking as "won't fix"... if @damiankloip or @dawehner feel this is wrong... re-open and explain... if we decide to kill all the entity_* wrappers then this will probably be a good compromise...
Comment #5
damiankloip commentedI would have at least postponed it on that basis, for review before release. I was under the impression that the entity_* wrappers were going, so IMO we need something like this instead.
Comment #6
andypostIt's open up again in #1867228: Make EntityTypeManager provide an entity factory
Comment #6.0
andypostUpdated issue summary.