You are here

function entity_update_7000 in Entity API 7

The entity API modules have been merged into a single module.

File

./entity.install, line 27
Install file for the entity API.

Code

function entity_update_7000() {

  // This empty update is required such that all caches are cleared as
  // necessary.
}