Skip to content
  1. Feb 04, 2011
  2. Jan 17, 2011
  3. Dec 29, 2010
  4. Dec 28, 2010
  5. Dec 16, 2010
  6. Nov 25, 2010
  7. Sep 20, 2010
  8. Aug 22, 2010
  9. Jul 13, 2010
  10. Jun 05, 2010
  11. Jun 04, 2010
    • Wolfgang Ziegler's avatar
      entity metadata API change: · b7d136f1
      Wolfgang Ziegler authored
        renamed key for additional metadata for data structures from 'data info' to 'property info' to reflect its content equals the returned info of hook_entity_property_info(). Therefore also removed the dataInfo() method, instead use getPropertyInfo() without arguments.
        added method entityInfo() to the entity wrapper.
      b7d136f1
  12. Feb 16, 2010
    • Wolfgang Ziegler's avatar
      Removed identifier flag in favour of supporting only the identifier mode. Thus... · 2f00bbd4
      Wolfgang Ziegler authored
      Removed identifier flag in favour of supporting only the identifier mode. Thus entities are internally represented by their ids, thus setters/getters have to return those.
      Setting entities using the wrapper now is possible by using the identifier or the object. Also it's possible to retrieve a list of entity ids by passing the option array('identifier' => TRUE) to the list wrappers value() method.
      2f00bbd4
  13. Feb 08, 2010
  14. Feb 06, 2010
  15. Jan 24, 2010
  16. Jan 18, 2010
  17. Jan 15, 2010
  18. Jan 06, 2010
  19. Dec 14, 2009