Install

Works with Drupal: 7.x

Using Composer to manage Drupal site dependencies

Downloads

Download entity-7.x-1.0-beta4.tar.gztar.gz 63.77 KB
MD5: 93210f6c3b3b19258f217a64e6bd56a8
SHA-1: 23e6789d41224302a3016397bd5e34862956ab11
SHA-256: eb74f93db5a509924b32a8dab337b3a566fc97770d80135cea1ee67d6cd7068b
Download entity-7.x-1.0-beta4.zipzip 81.43 KB
MD5: 636df968af15c179ee9f541143978c5e
SHA-1: 3e91628d807a813b948fbf38cc8352181f3ce6bf
SHA-256: e25005f677b3908fdeb80e3f61847bf7fad202e9838fde04a69bfe036862b709

Release notes

This release is compatible with D7-RC2. If you use a more recent Drupal 7 version, use the entity API dev version instead.

Since beta3, the entity CRUD API and entity metadata modules have been merged into a single module. Also there is now a new module "entity tokens", which just provides token replacements for entity properties that have no tokens and are known to the entity API (as previously entity metadata).

For details and a list of API changes see #988780-28: Merge both modules into one.

changes since beta3:
#988780 follow-up to fix the entity API and its tests to work without the BC module
#999908 implement hook_entity_presave()
#1002692 patch by sun: fixed notice "Undefined index: exportable in EntityDefaultUIController->hook_menu()"
#978832 improved the docs of hook_entity_enabled/disabled().
fixed the Entity class comment to properly describe implementing an entity label() and uri()
#988780 API Change: merged both modules into a single one. Read http://drupal.org/node/988780#comment-3834560 for a detailed description of the changes.
#993428 Entity CRUD: features exports are not properly escaped
#975616 Entity metadata: API change: Removed any duplicate properties.
#990558 Entity CRUD: follow core and allow reacting on changes via $entity->original, including tests.

Created by: fago
Created on: 21 Dec 2010 at 14:28 UTC
Last updated: 2 Aug 2018 at 04:56 UTC
Bug fixes
Insecure

Other releases