You are here

function tmgmt_smartling_update_8006 in TMGMT Translator Smartling 8.3

Same name and namespace in other branches
  1. 8.4 tmgmt_smartling.install \tmgmt_smartling_update_8006()

Rebuild the container as services changed.

File

./tmgmt_smartling.install, line 117
Update function for the tmgmt_smartling module.

Code

function tmgmt_smartling_update_8006() {
  drupal_flush_all_caches();
}