You are here

function entity_translation_update_7004 in Entity Translation 7

Rebuild entity information to update the path scheme settings.

File

./entity_translation.install, line 339
Installation functions for Entity Translation module.

Code

function entity_translation_update_7004() {
  entity_info_cache_clear();
}