You are here

function entity_translation_update_7005 in Entity Translation 7

Rebuild the class registry to pick up the translation handler factory class.

File

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

Code

function entity_translation_update_7005() {
  registry_rebuild();
}