Submitted by admin on Fri, 09/23/2011 - 12:50
During DrupalCamp Berlin fago, sun and fubhy (me) actively discussed the entity concept and especially the entity controller concept.
The topics we talked about
- How to split up the current
EntityController into separate, more specialized controllers (storage, cache, etc.).
- How to combine functionality of separated controllers in cases where two or more controllers need to collaborate (e.g. storage and caching).
- How to design the structure of
hook_entity_info() to support multiple controllers.