You are here

function entity_usage_post_update_regenerate_2x in Entity Usage 8.4

Same name and namespace in other branches
  1. 8.2 entity_usage.install \entity_usage_post_update_regenerate_2x()
  2. 8.3 entity_usage.install \entity_usage_post_update_regenerate_2x()

Re-generate entity_usage statistics.

File

./entity_usage.install, line 149
Install, update and uninstall functions for entity_usage module.

Code

function entity_usage_post_update_regenerate_2x(&$sandbox) {

  // The 1.x to 2.x upgrade is no longer used in the 4.x version and the upgrade
  // from 1.x to 4.x is not supported. Sites are advised to update to 2.x
  // version first, before updating to 4.x.
}