You are here

function lingotek_update_8201 in Lingotek Translation 8.2

Change module weight to ensure lingotek hooks run after content_translation.

File

./lingotek.install, line 443
Install, update and uninstall functions for the Lingotek module.

Code

function lingotek_update_8201() {

  // Assign a fairly low weight to ensure our implementation of
  // hook_module_implements_alter() is run after content_translation.
  // It changed in https://www.drupal.org/node/2679008
  module_set_weight('lingotek', 15);
}