function tmgmt_smartling_update_8005 in TMGMT Translator Smartling 8.4
Same name and namespace in other branches
- 8.2 tmgmt_smartling.install \tmgmt_smartling_update_8005()
- 8.3 tmgmt_smartling.install \tmgmt_smartling_update_8005()
Add new field to a job entity.
File
- ./
tmgmt_smartling.install, line 126 - Update function for the tmgmt_smartling module.
Code
function tmgmt_smartling_update_8005() {
drupal_flush_all_caches();
Drupal::service('entity.definition_update_manager')
->applyUpdates();
}