Closed (duplicate)
Project:
Drupal core
Version:
8.0.x-dev
Component:
entity system
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
28 Aug 2012 at 22:25 UTC
Updated:
29 Jul 2014 at 21:04 UTC
EntityFormController expects an EntityInterface, so a ConfigurableInterface is incompatible.StorableFormController" is nonsense.StorableInterface to EntityInterface.ContentInterface and use it for Node, Comment, Term (but not User).StorableInterface
Comments
Comment #1
tim.plunkettAdded an alternate solution.
Comment #2
sunWell, the bottom line is:
You may
But
I refuse to hack the entity system even more for a concept that doesn't exist in this universe.
If we need a ContentInterface, then we need to do that.
Comment #3
tim.plunkett#1761040: Rename Storable, Entity, and Configurable to Entity, ContentEntity, and ConfigEntity is a more more measured discussion of this, and it was posted a mere 7 minutes before this, so I'm closing this as a duplicate.
Comment #3.0
tim.plunkettadded alternate solution